@font-face {
  font-family: 'HelveticaLight';
  src: url('fonts/HelveticaLight.eot');
  src: url('fonts/HelveticaLight.woff2') format('woff2'),
       url('fonts/HelveticaLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaLight';
  src: url('fonts/HelveticaNeueCyr-Light.woff') format('woff'),
       url('fonts/HelveticaNeueCyr-Light.ttf') format('truetype'),
       url('fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaMedium';
  src: url('fonts/HelveticaMedium.eot');
  src: url('fonts/HelveticaMedium.woff2') format('woff2'),
       url('fonts/HelveticaMedium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaMedium';
  src: url('fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
       url('fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'),
       url('fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaUltraLight';
  src: url('fonts/HelveticaNeueCyr-UltraLight.woff') format('woff'),
       url('fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype'),
       url(fonts/'HelveticaNeueCyr-UltraLight.svg#HelveticaNeueCyr-UltraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaUltraLight';
  src: url('fonts/HelveticaUltraLight.eot');
  src: url('fonts/HelveticaUltraLight.woff2') format('woff2'),
       url('fonts/HelveticaUltraLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
.pointer {
	position: fixed;
	top: 50%;
	left: -100px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 10px;
	height: 10px;
	pointer-events: none;
	-webkit-box-sizing: border-box;
	    box-sizing: border-box;
	z-index: 9999;
	-webkit-transition-property: width, height, background;
		-o-transition-property: width, height, background;
			transition-property: width, height, background;
	-webkit-transition-duration: .5s;
	    -o-transition-duration: .5s;
	        transition-duration: .5s;
	-webkit-transition-timing-function: cubic-bezier(.2, .96, .34, 1);
	    -o-transition-timing-function: cubic-bezier(.2, .96, .34, 1);
	        transition-timing-function: cubic-bezier(.2, .96, .34, 1);
	border-radius: 50%;
	background: #821f3a;
	overflow: hidden;
	z-index:999999999;
}
body.out .pointer {
	width: 0;
	height: 0;
}
.pointer.large {
	width: 65px;
	height: 65px;
	background: rgba(130,31,58,.15);
}
.pointer.small {
	width: 25px;
	height: 25px;
	background: rgba(130,31,58,0);
}
.pointer.right {
	width: 70px;
	height: 70px;
	background: rgba(130,31,58,0);
	border: 2px solid #821f3a;
}
.pointer.zoom,
.pointer.open {
	width: 80px;
	height: 80px;
	background: rgba(130,31,58,0);
	border: 2px solid #821f3a;
}
.pointer .fa-long-arrow-alt-right,
.pointer .fa-search,
.pointer .fa-link {
	color: #821f3a;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-100%, -50%);
	    -ms-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	opacity: 0;
	-webkit-transition: .4s cubic-bezier(.23, 1, .32, 1);
		-o-transition: .4s cubic-bezier(.23, 1, .32, 1);
			transition: .4s cubic-bezier(.23, 1, .32, 1);
}
.pointer .fa-search,
.pointer .fa-link {
	-webkit-transform: translate(-50%, -50%) scale(0);
	    -ms-transform: translate(-50%, -50%) scale(0);
	        transform: translate(-50%, -50%) scale(0);
}
.pointer.right .fa-long-arrow-alt-right {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	    	transition-delay: .2s;
}
.pointer.zoom .fa-search,
.pointer.open .fa-link  {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	    -ms-transform: translate(-50%, -50%) scale(1);
	        transform: translate(-50%, -50%) scale(1);
	-webkit-transition-delay: .2s;
	    -o-transition-delay: .2s;
	    	transition-delay: .2s;
}
.pointer.black {
	background: #1b2a2f;
}
.pointer.black.large {
	background: rgba(27,42,47,.4);
	-webkit-box-shadow: 0 0 30px black;
	    box-shadow: 0 0 30px black;
}
.pointer.black.small {
	background: rgba(27,42,47,.5);
	-webkit-box-shadow: 0 0 30px black;
	    box-shadow: 0 0 30px black;
}
.pointer.black.right {
	background: rgba(27,42,47,0);
	border: 2px solid #1b2a2f;
}
.pointer.black.zoom,
.pointer.black.open {
	background: rgba(27,42,47,0);
	border: 2px solid #1b2a2f;
}
.pointer.black .fa-long-arrow-alt-right,
.pointer.black .fa-search,
.pointer.black .fa-link {
	color: #1b2a2f;
}
.touch .pointer {
	display: none;
}
#body{}
::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
}
::-webkit-scrollbar-track-piece
{
	background-color: #fff;
	-webkit-border-radius:0px;
}
::-webkit-scrollbar-thumb:vertical
{
	height: 0px;
	background-color: #821e39;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal
{
	background-color: #821e39;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical:hover
{
	height: 0px;
	background-color: #030303;
	-webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:horizontal:hover
{
	background-color: #030303;
	-webkit-border-radius: 0px;
}
::selection {
    color:#fff; background: #821e39;
}
::-moz-selection {
    color:#fff; background: #821e39;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #212324;
}
a:hover {
    color: #831f3a;
}
a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,
body {
    height: 100%;
}
body {
    color: #555555;
    font-family: "HelveticaLight", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
}
a:hover {
    text-decoration: none
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.navbar-toggle {
    border: 2px solid #fff;
    border-radius: 0;
}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}
.is-sticky .navbar-header .collapse,
.is-sticky .navbar-toggle {
    border: 2px solid #030303;
}
.is-sticky .navbar-toggle .icon-bar {
    background: #030303 none repeat scroll 0 0;
}
.area-title {
    margin-bottom: 40px;
}
.area-title h2 {
    color: #831f3a;
    display: inline-block;
    font-size: 80px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 2px;
}
.area-title h3 {
    color: #212324;
    font-size: 50px;
    letter-spacing: 3px;
    text-transform: uppercase;
	font-family:HelveticaUltraLight;
	padding-bottom:4px;
}
.area-title h3::after {
    background: #212324 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -42px;
    position: absolute;
    width: 80px;
}
.section-padding {
    padding: 100px 0;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.margin-top {
    margin-top: 40px;
}
.margin-bottom {
    margin-bottom: 40px;
}
.gray-bg {
    background: #f3f4f4;
}
.top-area {
    height: 100%;
    position: relative;
    width: 100%;
}
.top-social-bookmark {
    float: right;
}
.top-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.top-social-bookmark ul li {
    display: inline;
}
.top-social-bookmark ul li a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin: 0 -1.5px;
    padding: 10px;
    text-align: center;
    width: 40px;
}
.top-social-bookmark ul li a:hover {
    background: #fff;
    color: #831f3a;
}
.top-social-bookmark ul li:last-child a {
    margin-right: -10px;
}
.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999;
}
.is-sticky .mainmenu-area {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}
.navbar-header {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 8px;
}
.navbar-brand {
    display: none;
}
.navbar-brand.white {
    display: block;
}
.is-sticky .navbar-brand.white {
    display: none;
}
.is-sticky .navbar-brand {
    display: block;
}
.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
}
ul#nav {
    float: right;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
ul#nav li a {
    font-family:HelveticaMedium;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 3px;
    padding: 40px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
ul#nav li.active a::before {
    background: #831f3a none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
ul#nav li:hover a,
ul#nav li.active a {
    color: #fff;
}
ul#nav li:hover ul {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
ul#nav ul {
    background: #030303 none repeat scroll 0 0;
    left: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 180px;
}
ul#nav li ul li {
    display: block;
    border-bottom: 1px dashed #363636;
}
ul#nav li ul li:last-child {
    border-bottom: 0 none;
}
.is-sticky ul#nav li ul li:hover a,
ul#nav li ul li a,
ul#nav ul li a {
    color: #fff !important;
    display: block;
    padding: 7px 15px;
}
ul#nav ul li:hover a {
    background: #831f3a none repeat scroll 0 0;
    color: #fff;
}
.is-sticky ul#nav li ul li a {
    padding: 7px 15px;
}
.top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.call-to-action {
    color: #fff;
	text-transform:uppercase;
	font-size:15px;
	letter-spacing:3px;
}
.call-to-action a {
    color: #fff;
}
.call-to-action p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 11px;
}
.call-to-action i {
    margin-right: 10px;
	font-size:16px;
}
.is-sticky ul#nav li a {
    padding: 30px 20px;
    color: #030303;
}
.is-sticky ul#nav li.active a,
.is-sticky ul#nav li:hover a {
    color: #831f3a;
}
.is-sticky .signup-and-login-button ul li {
    padding: 14px 0;
}
.is-sticky .signup-and-login-button ul li a {
    background: #d64332 none repeat scroll 0 0;
    color: #fff;
}
.is-sticky .mainmenu-area {
    background: #ffffff none repeat scroll 0 0;
}
.is-sticky .navbar-header {
    margin-top: -3px;
}
.header-top-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    text-transform: uppercase;
}
.slider-area {
	font-family: 'HelveticaUltraLight';
    height: 100%;
    width: 100%;
    position: relative;
    color: #fff;
}
.slider-area h1 {
    font-family:'HelveticaUltraLight';
	font-size: 45px;
    letter-spacing: 7px;
    text-transform: uppercase;
	padding-top:4px;
	text-shadow: 0.05em 0.05em 0.2em rgba(10,10,10,0.7);
}
.slider-area h1 span {
    font-weight: 700;
}
.slider-area h2 {
    font-family:'HelveticaUltraLight';
    font-size: 85px;
	text-transform:uppercase;
    letter-spacing: 15px;
    text-shadow: 0.05em 0.05em 0.2em rgba(0,0,0,0.7);
}
.slider-area h3 {
    font-family:'HelveticaLight';
    letter-spacing: 5px;
    text-transform: uppercase;
}
.slider-area h3 a {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin-top: 18px;
    padding: 10px 30px;
	letter-spacing:3px;
}
.slider-area h3 a::after {
  content: '';
  letter-spacing: 0px;
}
.slider-area h3 a:hover {
    color: #fff;
    background: #831f3a none repeat scroll 0 0;
    border-color: #831f3a;
}
.pogoSlider {
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}
.zoominheader {
  background: rgba(0, 0, 0, 0) url("img/slider/slide_1.jpg") no-repeat fixed 0 0 / cover;
  width: 100%;
  height: 100%;
  position:absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 75s ease-in infinite;
  animation: zoomin 75s ease-in infinite;
  transition: all .5s ease-in-out;
}
.zoomoutheader {
  text-align:center;
  background: none;
  -webkit-animation: zoomout 75s ease-in infinite;
  animation: zoomout 75s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}
.pogoSlider-slide {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    -webkit-perspective: 1300px;
    perspective: 1300px;
    position: absolute;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5%
}
.pogoSlider-slide:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.4;
    z-index: -1;
	background-image: url("img/stripes.png");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
}
.pogoSlider {
	background:none;
}
.about-area .area-title h2 {
    font-size: 50px;
    padding-bottom: 10px;
    position: relative;
	font-family: HelveticaMedium;
}
.about-area .area-title h2 span {
    color: #212324;
    font-family: HelveticaUltraLight;
    font-size: 50px;
	letter-spacing:5px;
    text-transform: uppercase;
}
.about-area .area-title h2::after {
    background: #831f3a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 11px;
    position: absolute;
    width: 35px;
}
.about-content {
    color: #4a4d4f;
	font-family:HelveticaLight;
	font-size:23px;
	line-height:33px;
}
.about-menu-footer {
    color: #fff;
	font-family:HelveticaLight;
	font-size:23px;
	line-height:33px;
	padding-bottom:33px;
}
a.read-more {
    border: 1px solid;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-top: 30px;
    padding: 10px 23px;
    text-transform: uppercase;
	font-family:HelveticaMedium;
}
a.read-more::after {
  content: '';
  letter-spacing: 0px;
}
.read-more:hover {
    background: #fff;
    color: #fff;
    border-color: #fff;
}
.promotions-area {
    position: relative;
}
.promotion-area-bg {
    background: rgba(0, 0, 0, 0) url("img/promotions/01.jpg") no-repeat 0 0 / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.promotion-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: absolute;
    top: 0;
    width: 100%;
}
.promotions-area .area-title h3 {
    color: #fff;
    padding-bottom: 44px;
    position: relative;
	font-family:HelveticaUltraLight;
	letter-spacing:3px;
}
.promotions-area .area-title h3::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -42px;
    position: absolute;
    width: 80px;
}
.promotions-img {
    margin-bottom: 30px;
    position: relative;
}
.pakage-rate {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    padding-top: 18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100px;
    z-index: 1;
}
.pakage-rate span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding-top: 5px;
}
.promotions-area .read-more:hover {
    background: #821e39 none repeat scroll 0 0;
    color: #fff;
    border-color: #821e39;
}
.promotions-area a.read-more {
    margin-top: 0;
}
.menus-area.section-padding {
    padding-bottom: 70px;
}
.food-menu-list-menu {
    margin-bottom: 52px;
	margin-top:52px;
}
.food-menu-list-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.food-menu-list-menu ul li {
    border: 1px solid;
    color: #821e39;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
	font-family:HelveticaMedium;
    margin: 0 10px;
    padding: 7px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	padding-top:9px;
}
.food-menu-list-menu ul li:hover,
.food-menu-list-menu ul li.active {
    background: #821e39 none repeat scroll 0 0;
    border-color: #821e39;
    color: #fff;
}
.mix {
    display: none;
}
.food-menu-list .single-menu {
    margin-bottom: 30px;
}
.food-menu-details {
    padding: 20px 20px 0;
    text-align: center;
}
.food-menu-details > h4 {
    color: #232527;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
}
.food-menu-details > h4::after {
    background: #d6d6d6 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
}
.menu-price {
    color: #831f3a;
}
.instagram-area {
    background: #f0f0f0 none repeat scroll 0 0;
}
.instagram-area .area-title h4 {
    font-size: 23px;
	line-height:33px;
	text-transform:uppercase;
	font-family:HelveticaLight;
	letter-spacing:3px;
}
.instagram-area .area-title h4 a {
    color: #831f3a;
}
ul.instagram-feed {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul.instagram-feed li {
    display: inline-block;
    width: 20%;
}
ul.instagram-feed li img {
    padding: 0 10px;
}
.footer-area {
    background: rgba(0, 0, 0, 0) url("img/promotions/02.jpg") no-repeat 0 0 / cover;
    color: #cacaca;
    letter-spacing: 1px;
    position: relative;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-area a {
    color: #831f3a;
}
.footer-area a:hover {
    color: #fff;
}
.footer-logo,
.footer-address {
    margin-bottom: 50px;
}
.footer-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-social-bookmark ul li {
    display: inline;
}
.footer-social-bookmark ul li a {
    display: inline-block;
    font-size: 50px;
    width: 75px;
    color: #fff;
}
.footer-social-bookmark a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.footer-senator p{
    padding: 40px 0;
	font-size:14px;
	line-height:24px;
	letter-spacing:3px;
	color:#fff;
	font-family:HelveticaLight;
}
.footer-akis {
    letter-spacing: 1px;
    padding: 40px 0;
    text-align: right;
}
.footer-akis p {
    margin-bottom: 0;
	font-size:14px;
	line-height:24px;
	letter-spacing:3px;
	color:#fff;
	font-family:HelveticaLight;
}
.footer-akis a {
    color:#fff;
}
.footer-akis a:hover {
    color:rgba(255, 255, 255, 0.7);
}
.footer-akis i {
	font-size:14px;
}
.footer-heart{
	display:inline-block;
	-webkit-animation:1s pulse infinite alternate;
	animation:1s pulse infinite alternate;
}
a.scrolltotop {
    background: #831f3a none repeat scroll 0 0;
    border: 1px solid transparent;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 50px;
    padding-top: 14px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
}
a.scrolltotop:hover {
    background: #030303;
    border: 1px solid;
}
.gallery {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.gallery:hover {
	opacity:0.5;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.testmonial-area {
    font-size: 25px;
	line-height:35px;
	font-family:HelveticaLight;
    position: relative;
}
.testmonial-area-bg {
    background: rgba(0, 0, 0, 0) url("img/testmonial/testmonial.jpg") no-repeat scroll center center / cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.testmonial-area-bg::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}
.quate-icon {
    border: 2px solid;
    border-radius: 50%;
    color: #831f3a;
    height: 50px;
    margin: auto auto 40px;
    padding-top: 7px;
    width: 50px;
}
.testmonial-member-name-title > h4 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.testmonial-member-name-title {
    color: #1b1b1b;
    font-size: 14px;
    margin-top: 40px;
}
.testmonial-member-name-title > p {
    margin-bottom: 0;
}
.row.testmonial-slider {
    margin: auto;
}
.testmonial-area .owl-nav > div {
    display: inline-block;
    font-size: 50px;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    color: #b8b8b8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.testmonial-area .owl-nav > div:hover {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    color: #831f3a;
}
.testmonial-area .owl-nav > div.owl-next {
    right: 0;
}
.testmonial-area .owl-nav > div.owl-prev {
    left: 0;
}


/*===============================
    20. MENU PAGE
================================*/

.menu-page .page-barner-bg {
    background: rgba(0, 0, 0, 0) url("img/contact_page_barner.jpg") no-repeat scroll center center / cover;
}

.style-three .promotion-area-bg {
    background: #f4f4f4 none repeat scroll 0 0;
}

.style-three .promotion-area-bg::after {
    background: inherit;
}

.style-three.promotions-area .area-title h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: inherit;
    color: #212324;
}

.home-three .style-three.promotions-area .area-title h3 {
    color: #fff;
}

.style-three .promotions-img {
    height: auto;
    max-height: 450px;
    width: 70%;
}

.style-three .promotions-details {
    background: #fff none repeat scroll 0 0;
    color: #030303;
    height: 300px;
    margin-top: -150px;
    max-height: 350px;
    padding: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 40%;
    z-index: 9;
}

.style-three .promotions-details h3 {
    font-size: 30px;
}

.style-three .promotions-details a.read-more {
    margin-top: 25px;
}

.style-three .promotions-details a.read-more:hover {
    background: #831f3a none repeat scroll 0 0;
    border-color: #831f3a;
    color: #fff;
}

.row.menu-discount-offer {
    margin: auto;
}

.menu-discount-offer .owl-dots > div {
    background: #bcbfc1 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.owl-dots {
    margin-top: 50px;
    text-align: center;
}

.menu-discount-offer .owl-dots > div.active {
    background: #030303 none repeat scroll 0 0;
}

.style-three.home-three.promotions-area .area-title h3 {
  color: #fff;
}
.single-contact-widget {
    margin-bottom: 30px;
	margin-top:52px;
}
.address-widget {
	text-transform:uppercase;
	font-size:20px;
	line-height:30px;
	font-family:HelveticaMedium;
	letter-spacing:3px;
}
.contact-icon {
    border: 2px solid;
    border-radius: 50%;
    color: #831f3a;
    font-size: 42px;
    height: 80px;
    margin: auto auto 20px;
    padding-top: 17px;
	padding-left:3px;
    width: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.single-contact-widget:hover .contact-icon {
    background: #831f3a none repeat scroll 0 0;
    border-color: #831f3a;
    color: #fff;
}
.single-contact-widget a {
    display: block;
}
.contact-form input,
.contact-form textarea {
    border: 1px dashed;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 30px;
	margin-top:-2px;
    max-height: 130px;
    min-height: 45px;
    padding: 10px;
    width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #831f3a;
    box-shadow: 0 0 0 0;
}
.contact-form button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid;
    color: #831f3a;
    letter-spacing: 2px;
	font-family:HelveticaMedium;
    margin-left: 15px;
	margin-top:15px;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contact-form button:hover {
    background: #831f3a none repeat scroll 0 0;
    border-color: #831f3a;
    color: #fff;
}
.google-map {
    margin-top: 14px;
}
.menorah {
	text-align:center;
}
.menorah a:hover {
	opacity:0.8;
}
.menorah-top {
	margin-top:100px;
}