.navmenu{
	background-color: #fff;
}
.navbar-nav{
	float: left;
}
button{
	border: none;
}
button:focus{
	outline: none;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: #000;
	opacity: .4;
	z-index: 1000;
}
.navbar .lang{
	text-align: center;
	font-family: "AcromBold";
}
.navbar .lang a, .navbar .lang span{
	position: relative;
	top: 15px;
}
.navbar .lang span{
	color: #b1015a;
}
.navbar .lang a{
	color: #C0C0C0;
	transition: all 0.4s ease;
}
.navbar .lang a:hover, .navbar .lang a:focus{
	text-decoration: none;
	color: #141414;
}

/* start menu */

.navmenu::-webkit-scrollbar {
	width: 4px;
}
.navmenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(223,223,223,1); 
	border-radius: 10px;
}
.navmenu::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(17,57,115,1);
}
.menu{
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 3;
       background: #fff;
}
/*.navmenu, .menu{
	background-image: url("../img/cart.png");	
	}*/
	.menu .container{
		height: 100%;
		width: 270px;
		padding: 0;
		overflow: auto;
		overflow-x: hidden;
	}
::-webkit-scrollbar-button { 
background-image:url(''); 
background-repeat:no-repeat; 
width:6px; 
height:0px 
} 

::-webkit-scrollbar-track { 
background-color:#ececec; 
box-shadow:0px 0px 3px #fff inset; 
} 

::-webkit-scrollbar-thumb { 
-webkit-border-radius: 5px; 
border-radius: 5px; 
background-color:#cacaca; 
box-shadow:0px 1px 1px #fff inset; 
background-image:url('https://yraaa.ru/_pu/24/59610063.png'); 
background-position:center; 
background-repeat:no-repeat; 
} 

::-webkit-resizer{ 
background-image:url(''); 
background-repeat:no-repeat; 
width:7px; 
height:0px 
} 

::-webkit-scrollbar{ 
width: 11px; 
}
	.navbar-brand{
		padding: 0;
		min-height: 100px;
		width: 100%;
	}
	.navbar-brand img{
		margin: 15px -35px 15px -35px;
		position: relative;
		transition: all 0.3s ease;
	}
	.navbar-nav > li{
		float: none;
	}
	.navbar-nav{
		padding: 0 15px;
	}
	.navbar-nav > li > a{
		font-family: "AcromRegular";
		font-size: 13px;
		color: #2d2d2f;
		padding: 0.8vh 47px 0.8vh 25px;
		line-height: 24px;
		text-align: left;
		background-color: transparent;
		transition: all 0.3s ease;
	}
	.navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus{
		color: #b1015a;
		background-color: transparent;
	}
	.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
		color: #b1015a;
		background-color: transparent;
	}
	.navbar-nav .menu-bold a{
		font-family: "AcromBold" !important;
	}
	.navbar-collapse{
		padding: 0;
	}
	.cart{
		background-color: #b1015a;
		height: 50px;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 15px;
		transition: all 0.3s ease;
	}
	.cart:hover, .cart:focus{
		background-color: #a00051;
	}
	.cart img{
		display: inline-block;
		padding: 10px 15px;
		padding-left: 0;
		width: 47px;
	}
	.cart p{
		font-size: 14px;
		font-family: "AcromRegular";
		color: #ffffff;
		line-height: 50px;
		margin: 0;
		display: inline-block;
	}
	.cart__number {
		display: inline-block;
		width: 31px;
		line-height: 31px;
		font-size: 13px;
		font-weight: bold;
		color: #b1015a;
		font-family: "AcromRegular";
		margin-left: 10px;
		background-image: url("../img/cart-number.png");
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
	}
	.social{
		text-align: center;
		margin-top: 1.6vh;
	}
	.social ul{
		padding-left: 0;
	}
	.social p{
		font-size: 14px;
		font-family: "AcromLight";
		color: #c7c7c7;
		margin-bottom: 15px;
		display: none;
	}
	.social a{
		font-size: 18px;
	}
	.social a:hover, .social a:focus, .social a:active{
		text-decoration: none;
	}
	.social-icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 25px;
		background-color: #F5F5F5;
		text-align: center;
		color: #C0C0C0;
		display: inline-block;
		margin-right: 10px;
		    padding-top: 12px;
	}
	.social-icon:hover, .social-icon:focus{
		color: #fff;
	}
	.social-icon:hover, .social-icon:focus{
		background-color: #000;
	}
	.btn-mnu{
		line-height: 40px;
		width: 170px;
		font-size: 14px;
		font-family: "AcromExtraBold";
		color: #b1015a;
		border: 1px #b1015a solid;
		border-radius: 25px;
		text-align: center;
		margin: auto;
		margin-top: 2.3vh;
		transition: all 0.3s ease;
	}
	.btn-mnu:hover, .btn-mnu:focus{
		background-color: #b1015a;
		color: #fff;
	}
	.fb, .tw, .inst, .you{
		transition: all 0.3s ease;
	}
	.fb:hover, .fb:active{
		background-color: #b1015a;
	}
	.tw:hover, .tw:active{
		background-color: #339CC3;
	}
	.inst:hover, .inst:active{
		background-color: #b1015a;
	}
	.you:hover, .you:active{
		background-color: #E62117;
	}
	.navbar-toggle{
		float: left;
		border: none;
	}
	.navbar-toggle .icon-bar{
		background-color: #b1015a;
		width: 25px;
		height: 4px;
		border-radius: 10px;
	}
	.navbar-nav{
		margin: 0;
		width: 315px;
	}
	.nopad{
		padding: 0;
	}
	.nopad a:hover, .nopad a:focus{
		text-decoration: none;
	}
	.navmenu{
		height: 100%;
	}
	.navmenu .navbar-brand{
		height: 100px;
	}

	/* end menu */

	/* start head */

	html, body{
		height: 100%;
	}
	.content{
		padding-left: 270px;
	}
	#head{
		z-index: 1;
		position: relative;
		background-image: url("../img/bg-top.jpg");
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		height: 100%;
		padding-top: 90px;
		padding-left: 110px;
	}
	.head__txt{
		width: 100%;
	}
	.head__txt h1{
		font-family: "AcromExtraBold";
		font-size: 60px;
		text-transform: none;
		color: #fff;
	}
	.head__txt p{
		color: #fff;
		font-size: 22px;
	}

	/* end head */

	/* start history */

	.container-fluid{
		padding: 0;
	}
	#promo-codes, #promo-codes .container-padding {
    text-align: center;
    /*height: calc(100vh - 90px);*/
 }
	.container-padding{
		background-color: #f0f0f0;
		padding: 50px;
	}
	.row-padding{
		padding: 70px 60px;
		position: relative;
	}
	.red{
		color: #b1015a;
	}
	.history-wrapper p{
		width: 72%;
		margin-bottom: 8%;
	}
	.history-bg img{
		width: 48%;
		position: absolute;
		top: 86px;
		right: 70px;
		z-index: 1;
		max-height: 485px;
		max-width: 470px;
	}
	.container-padding > .row{
		background-color: #fff;
		box-shadow: 8px 8px 32px rgba(0,0,0,0.07);
	}
	.history-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.history-wrapper h3{
		font-size: 32px;
		font-family: "AcromBold";
		color: #2d2d2f;
		margin-top: 40px;
		line-height: 42px;
		position: relative;
		z-index: 3;
	}
	.history-wrapper p{
		font-size: 14px;
		font-family: "AcromRegular";
		color: #929292;
		line-height: 20px;
		margin-top: 40px;
		width: 39%;
	}

	/* end history */

	/* start restoran */

	#restoran{
		background-image: url('../img/rest.jpg');
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		height: 367px;
		padding: 70px 100px;
	}
	.restoran-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.restoran-wrapper h3{
		font-family: "AcromExtraBold";
		font-size: 36px;
		line-height: 45px;
		color: #fff;
		width: 70%;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.btn-rest{
		height: 50px;
		width: 170px;
		font-family: "AcromBold";
		font-size: 14px;
		color: #fff;
		background-color: #0B0B0B;
		margin-top: 25px;
		border-radius: 25px;
		padding: 0;
		border: none;
		transition: all 0.3s ease;
	}
	.btn-rest:hover, .btn-rest:focus{
		background-color: #b1015a;
		color: #fff;
	}

	/* end restoran */

	/* start menu-rest */

	#menu-rest .row-padding{
		padding: 70px 25px 70px 60px;
	}
	.menu-rest-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.menu-rest-wrapper h3{
		font-size: 32px;
		font-family: "AcromBold";
		color: #2d2d2f;
		margin-top: 40px;
		line-height: 42px;
	}
	.menu-rest-wrapper p{
		font-size: 16px;
		font-family: "AcromRegular";
		color: #929292;
		line-height: 20px;
		margin-top: 40px;
		width: 66%;
	}
	.menu-rest-wrapper a{
		color: #b1015a;
		text-decoration: none !important;
	}
	.menu-rest-wrapper a:hover, .menu-rest-wrapper a:focus{
		color: #b1015a;
	}
	.mnu{
		margin-left: 0;
	}
	.block-menu{
		margin-top: 60px;
		padding: 0 3.5% 0 0;
		text-align: center;
		height: 410px;
	}
	.block.club{
    width: 100%;
    display: inline-block;
}
	.block-menu.club{
	height: 100%;
	margin-bottom: 30px;
	}
	.block-menu .price-right{
		background-color: #fff;
	}
	.block-menu h4{
		font-family: "AcromBold";
		font-size: 16px;
		color: #111;
		line-height: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 4px;
		text-align: left;
		/* min-height: 60px; */
	}
	.block-menu.club h4{
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	}
	.block-menu.club p{
	min-height: 10px;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	width: 100%;
	font-size: 90%;
	}
	.block-menu.restaurant{
		height: 100%;
		margin-top: 30px;
	}
	#restaurant-menu h1{
	margin-bottom: 30px;
	text-align: center;
	}
	.block-menu.restaurant h4{
	min-height: 100%;
	text-align: center;
	text-transform: uppercase;
	}
	.block-menu p{
		font-size: 12px;
		line-height: 15px;
		color: #aaa;
		text-align: left;
		margin-top: 0;
		margin-left: 4px;
		width: 100%;
		height: 55px;
		font-family: 'AcromRegular';
	}
	.block-menu img{
		transition: all 0.4s ease;
		max-width: 100%;
	}
	.block-menu:hover img {
    opacity: 1 !important;
}
	.price-block{
		margin-left: 4px;
	}
	.price-left{
		float: left;
		color: #b1015a;
		font-size: 16px;
		font-family: "AcromRegular";
	}
	.price-right{
		float: right;
		width: 70px;
		height: 25px;
		background-color: #F5F5F5;
		border-radius: 3px;
		margin-right: 4px;
		text-align: center;
		font-size: 14px;
		font-family: "AcromExtraBold";
	}
	.minus, .center, .plus{
		display: inline-block;
		width: 20px;
		line-height: 25px;
	}
	.minus:hover, .plus:hover{
		background-color: #EAEAEA;
	}
	.minus, .plus{
		color: #9E9E9E;
		cursor: pointer;
	}
	.all-menu{
		text-align: center;
	}
	.btn-menu{
		width: 485px;
		height: 60px;
		margin: 55px auto 0;
		background-color: #F7F7F7;
		font-size: 15px;
		font-family: "GothamProBold";
		color: #0b0b0b;
		transition: all 0.3s ease;
	}
	.btn-menu:hover, .btn-menu:focus{
		background-color: #E5E5E5;
	}
	.btn-menu img{
		margin-left: 20px;
	}

	/* end menu-rest */

	/* start feed */

	#feed{
		background-image: url('../img/feed-bg.jpg');
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		height: 544px;
		position: relative;
		padding: 90px 110px;
	}
	.feed-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.feed-wrapper h3{
		font-family: "AcromExtraBold";
		font-size: 36px;
		line-height: 36px;
		color: #fff;
		margin-top: 30px;
	}
	.feed-wrapper h4{
		font-family: "GeorgiaItalicBold";
		font-size: 23px;
		color: #fff;
		margin-top: 50px;
		width: 70%;
		line-height: 38px;
	}
	.feed-anna{
		position: absolute;
		right: 110px;
		width: 390px;
		margin-left: 40px;
		cursor: pointer;
	}
	.feed-anna img{
		float: left;
	}
	.btn-feed{
		margin-top: 50px;
		transition: all 0.3s ease;
	}
	.btn-feed:hover, .btn-feed:focus{
		background-color: #b1015a;
		color: #fff;
	}
	.anna-text{
		padding-top: 24px;
	}
	.anna-text h5{
		font-family: "AcromBold";
		font-size: 16px;
		color: #fff;
		line-height: 16px;
	}
	.anna-text p{
		font-family: "AcromRegular";
		font-size: 14px;
		color: #fff;
	}
	.anna-text p a, .anna-text p a:hover, .anna-text p a:focus{
		font-family: "AcromBold";
		color: #ff1b1b;
		text-decoration: underline;
		font-size: 14px;
		transition: all 0.3s ease;
	}

	/* end feed */

	/* start holiday */
	h2 .action{
    font-size: 42px;
    color: #b1015a;
    font-family: 'AcromBold';
    margin: 0;
    margin-top: 55px;
}
	.holiday-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.holiday-wrapper h3{
		font-size: 32px;
		font-family: "AcromBold";
		color: #2d2d2f;
		margin-top: 45px;
		line-height: 42px;
		position: relative;
		z-index: 3;
	}
	.holiday-bg img{
		width: 49%;
		position: absolute;
		top: 86px;
		right: 70px;
		z-index: 1;
		max-height: 485px;
		max-width: 470px;
	}
	.holiday-wrapper p{
		width: 35%;
		font-size: 14px;
		font-family: "AcromRegular";
		color: #929292;
		line-height: 20px;
		margin-top: 40px;
	}
	.btn-holiday{
		background-color: #b1015a;
		margin-bottom: 100px;
	}
	.btn-holiday:hover, .btn-holiday:focus{
		background-color: #2357a5;
		text-decoration: none;
	}

	/* end holiday */

	/* start news */

	#news{
		background-image: url('../img/news-bg.jpg');
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center;
		height: 361px;
		padding: 70px 100px;
	}
	.news-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
		color: white;
	}
	.news-wrapper h3{
		font-family: "AcromExtraBold";
		font-size: 36px;
		line-height: 45px;
		color: #fff;
		width: 70%;
		margin-top: 30px;
	}

	/* end news */

	/* end address */

	#address .row-padding{
		padding: 70px 25px 70px 60px;
	}
	.address-wrapper h2{
		text-transform: uppercase;
		font-size: 16px;
		font-family: "AcromBold";
		text-align: left;
		line-height: 16px;
		margin: 0;
	}
	.address-wrapper h3{
		font-size: 32px;
		font-family: "AcromBold";
		color: #2d2d2f;
		margin-top: 40px;
		line-height: 42px;
	}
	.address-wrapper p{
		font-size: 14px;
		font-family: "AcromRegular";
		color: #929292;
		line-height: 20px;
		margin-top: 40px;
		width: 100%;
	}
	.addr{
		margin-top: 55px;
		padding: 0;
	}
	.addr img{
		width: 100%;
	}
	.addr .col-sm-6{
		padding-right: 4.6%;
	}
	.metro {
		float: left;
		font-size: 16px;
		font-family: "AcromBold";
		line-height: 22px;
	}
	.howto {
		float: right;
		font-size: 14px;
		font-family: "AcromRegular";
	}
	.howto a{
		font-family: "AcromRegular";
		color: #000;
		text-decoration: underline;
		font-size: 14px;
		line-height: 22px;
		transition: all 0.3s ease;
	}
	.howto a:hover, .howto a:focus{
		color: #b1015a;
	}
	.address-top {
		margin-top: 25px;
		height: 22px;
	}
	.address-bottom{
		height: 70px;
	}
	.address-bottom p {
		color: #929292;
		font-size: 14px;
		font-family: "AcromRegular";
		float: left;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 0;
	}

	/* end address */

	/* start footer */

	footer {
		height: 90px;
		left: 0;
		background-color: #121212;
		padding: 0 50px 0;
		text-align: center;
		z-index: 999;
	}
	.footer-company a{
		font-size: 15px;
		color: #fff;
		font-family: "AcromExtraBold";
		float: left;
		padding-top: 38px;
		margin-bottom: 20px;
		display: block;
	}
	.btn-up {
		background-color: transparent;
		color: #434343;
		font-family: "AcromExtraBold";
		font-size: 20px;
		letter-spacing: 6px;
		transition: all 0.3s ease;
		height: 90px;
		width: 35%;
	}
	.btn-up:hover, .btn-up:focus{
		color: #fff;
		transition: all 0.3s ease;
	}
	.btn-up i{
		font-size: 24px;
	}
	.footer-copy {
		font-size: 13px;
		font-family: "AcromBold";
		color: #3f3f3f;
		float: right;
		padding-top: 38px;
	}
	.footer-copy a{
		color: #fff;
		text-decoration: underline;
		font-family: "AcromBold";
		font-size: 13px;
		transition: all 0.3s ease;
	}
	.footer-copy a:hover, .footer-copy a:focus{
		color: #ffdb49;
	}

	/* end footer */

	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px) {

		.head__txt h1{
			font-size: 46px;
		}
		.history-wrapper p{
			width: 100%;
			margin-bottom: 0;
		}
		.history-bg img, .holiday-bg img{
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
		}
		.menu-rest-wrapper p, .holiday-wrapper p, .news-wrapper h3, .address-wrapper p{
			width: 100%;
		}
		.feed-anna{
			position: relative;
			left: 0;
			top: 0;
			margin-left: 0;
		}
		.feed-wrapper h4{
			width: 100%;
		}
		#feed{
			height: 600px;
		}
		.anna-text, .feed-anna img{
			display: inline-block;
			float: none;
		}
		.btn-feed{
			margin-top: 0;
		}
		.btn-holiday{
			margin-bottom: 0;
		}
		.metro{
			font-size: 14px;
		}
		.howto a{
			font-size: 12px;
		}

	}

	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px) {

		.content{
			padding-left: 0;
		}
		.menu{
			position: relative;
			width: 100%;
			min-height: 600px;
		}
		.cart-mobile{
			float: right;
			margin-top: 17px;
		}
		.cart-mobile-img{
			display: inline-block;
			margin-right: 5px;
		}
		.cart-mobile-number{
			display: inline-block;
		}
		.cart-mobile-number p {
			font-family: "AcromBold";
			margin-bottom: 0;
			font-size: 18px;
			color: #40608f;
		}
		.menu .container{
			width: 100%;
			padding: 0 15px;
		}
		.navbar-brand{
			width: 100%;
		}
		.navbar-brand img{
			margin: auto;
		}
		#head{
			height: 600px;
		}

	}

	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px) {

		#head{
			padding-left: 50px;
		}
		.head__txt h1{
			font-size: 40px;
		}
		.container-padding{
			padding: 20px;
		}
		.row-padding, #address .row-padding{
			padding: 50px 30px;
		}
		.history-wrapper h3, .menu-rest-wrapper h3, .holiday-wrapper h3, .address-wrapper h3{
			font-size: 28px;
		}
		.social .cart{
			margin-top: 30px;
		}
		#restoran, #feed, #news{
			padding: 50px 50px;
		}
		.restoran-wrapper h3{
			width: 100%;
		}
		.block-menu h4{
			height: 35px;
		}
		.block-menu p{
			height: 70px;
		}
		.btn-menu{
			width: 90%;
		}
		footer{
			padding-top: 25px;
			height: 150px;
		}
		.footer-company, .footer-copy, .footer-company a{
			float: none;
			padding-top: 0;
		}
		.btn-up, .footer-copy{
			margin-top: 15px;
		}
		.btn-up{
			width: 100%;
			height: 26px;
		}
		.addr{
			margin-top: 0;
		}
		.address-wrapper p{
			margin-bottom: 30px;
		}

	}

	@media only screen and (max-width : 767px){
		.addr .col-sm-6{
			padding-right: 0;
		}
	}

	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px) {

		#head{
			padding-left: 15px;
			padding-right: 15px;
			height: 400px;
			padding-top: 45px;
		}
		.container-padding{
			padding: 0 0 20px;
		}
		.row-padding, #menu-rest .row-padding{
			padding: 50px 15px;
		}
		.menu{
			min-height: 420px;
		}
		.head__txt h1{
			font-size: 25px;
		}
		.head__txt p{
			font-size: 18px;
		}
		.address-wrapper h2, .news-wrapper h2, .holiday-wrapper h2, .feed-wrapper h2, .history-wrapper h2, .restoran-wrapper h2, .menu-rest-wrapper h2{
			font-size: 10px;
			letter-spacing: 2px;
		}
		.news-wrapper h3, .feed-wrapper h3, .history-wrapper h3, .menu-rest-wrapper h3, .holiday-wrapper h3, .address-wrapper h3, .restoran-wrapper h3{
			font-size: 19px;
			line-height: 27px;
		}
		.history-bg img{
			margin-top: 40px;
		}
		.holiday-bg img{
			margin-top: 10px;
		}
		.menu-rest-wrapper p, .holiday-wrapper p, .address-wrapper p{
			font-size: 12px;
			margin-top: 25px;
		}
		#restoran, #feed, #news{
			padding: 60px 30px 0;
		}
		#restoran{
			height: 275px;
		}
		.btn-rest{
			font-size: 12px;
			width: 135px;
			height: 45px;
		}
		.restoran-wrapper h3{
			margin-top: 25px;
		}
		.address-wrapper h3, .menu-rest-wrapper h3, .history-wrapper h3,.holiday-wrapper h3{
			margin-top: 20px;
		}
		.block-menu{
			text-align: center;
		}
		.block-menu h4{
			font-size: 11px;
			text-align: center;
			height: 35px;
		}
		.block-menu p{
			display: none;
		}
		.price-left, .price-right{
			float: none;
			margin: auto;
		}
		.price-right{
			margin-top: 20px;
		}
		.btn-menu{
			font-size: 14px;
		}
		.feed-wrapper h4{
			font-size: 17px;
			line-height: 28px;
		}
		.feed-anna{
			width: 100%;
		}
		.anna-text h5{
			font-size: 14px;
		}
		.anna-text{
			width: 130px;
		}
		.anna-text p{
			font-size: 12px;
		}
		#feed{
			height: 600px;
		}
		#news{
			background-position: 20% 0;
		}
		.holiday-wrapper p{
			width: 90%;
		}
		.address-bottom p{
			margin-bottom: 20px;
			margin-top: 10px;
		}
		#address .row-padding{
			padding: 50px 15px;
		}
		.addr .col-sm-6{
			padding-left: 0;
		}

	}

	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px) {

		.row-padding{
			padding: 50px 10px;
		}
		#restoran, #feed, #news{
			padding: 60px 10px 0;
		}
		#feed{
			background-position: left;
		}
		.menu .container{
			padding: 0;
		}
		.cart-mobile{
			margin-right: 10px;
		}

	}

	@media only screen and (min-width : 1200px){
	/*.navbar-nav > li > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.cart, .btn-mnu, .social{
		margin-top: 20px;
		margin-bottom: 20px;
		}*/
	}
 .carousel.slide.home-slider  img{
	display: block;
	max-width: 100%;
	height: auto;
        width:100%;
}
 .carousel.slide.home-slider .carousel-control span{
       position:relative;
       top:40%;
       font-size:50px;
}
 .carousel.slide.home-slider .carousel-caption{
      left:0;
      right:0;
      bottom:0;
      top:0;
      display:table;
      width:100%;
      padding:0;
      height:100%;
}
 .carousel.slide.home-slider .carousel-caption .container-fluid{
      display:table-cell;
      vertical-align:middle;
}
 .carousel.slide.home-slider .carousel-control{
      background:transparent;
}
.carousel.slide.home-slider  .carousel-indicators .active{
      
}
.carousel.slide.home-slider .carousel-indicators li:hover{
      background:#ffffff;
}
.carousel.slide.home-slider .carousel-indicators li{
      height:20px;
      width:20px;
      margin:0 5px;
      border: 2px solid #fff;
}
.carousel.slide.home-slider .head__txt{
     width:100%;
}
@media only screen and (max-width : 1367px){
	.block-menu.club{
		height: 300px;
	}
	.block-menu.club p{
		display: block;
		font-size: 70%;
		margin-top: -15px;
	}
}
@media only screen and (max-width: 767px) {
	.carousel.slide.home-slider .carousel-indicators li {
    width: 10px;
    height: 10px;
}
}

.promo__header {
	text-align:center;
	font-size: 27px;
    color: #b1015a;
    font-family: 'AcromBold';
	text-transform:uppercase;
}

.promo__header-text {
	text-align:center;
	font-size: 18px;
    color: #b1015a;
    font-family: 'AcromBold';
	text-transform:uppercase;
	font-weight:600;
	margin:30px 0 0 0;
}

.promo__text {
	margin:50px 0 0 0;
	text-align:center;
}

.promo__get-coupon form {
	text-align:center;
}

.promo__get-coupon-btn {
	line-height: 40px;
	display:inline-block;
	padding:0 30px;
    font-size: 14px;
    font-family: "AcromExtraBold";
    color: #b1015a;
    border: 1px #b1015a solid;
    border-radius: 25px;
    text-align: center;
    margin: auto;
    margin-top: 2.3vh;
    transition: all 0.3s ease;
	background-color:#ffffff;
	outline:none !important;
}

.promo__get-coupon-btn:hover {
    background-color: #b1015a;
    color: #fff;
}