body,html{
	padding:0px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	}
/*-- header --*/
.header{
	padding:2em;
}
.num{
	float:left;
	width:15%;
}
.num p{
	color:#696969;
	font-size:18px;
	margin: 20px 0 5px;
}
.num p span{
	color:#323232;
	font-weight: 700;
	  padding-left: .3em;
}
.num h5 {
	font-size: 14px;
	color:#696969;
}
.line span{
	background:url(../images/line.png) no-repeat 0px 0px;
	display:block;
	height:7px;
}
.logo{
	float:left;
	margin-left: 22em;
}
.logo img{
  width: 40%;
}
.logo a{
	display:block;
}
.top-icons{
	float:right;
	width:25%;
	padding-top: 15px;
}
.top-icons img{
	margin-left: 5px;
	height: 40px;
	width: 40px;
	float: left;
	/*-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;  IE 6-9 */
}
.top-icons img:hover{
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */
}
.social img{
	margin-left: 5px;
	height: 40px;
	width: 40px;
	float: left;
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.social img:hover{
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */
}
.top-text{
	float:right;
}
.top-text ul{
	padding:2.3em 0 0;
	margin:0;
}
.top-text ul li{
	display:inline-block;
	font-size:14px;
	color:#997840;
	font-weight:600;
	font-style:italic;
	font-family:georgian;
}
.top-text ul li.act{
	color:#323232;
	border-bottom: 1px dotted;
}
.header-bottom{
	margin-top:3em;
	text-align: center;
}
.header-bottom span{
	display:none;
}
.header-bottom ul{
	padding:0;
	margin:0;
}
ul.nav1 {
    position: relative;
}

.header-bottom ul li:nth-child(1),.footer-left ul.foot-nav li:nth-child(1){
	margin-left:0;
}
.footer-left ul.foot-nav li:nth-child(5){
	margin-left:0;
}
.header-bottom ul li,.footer-left ul.foot-nav li{
	display:inline-block;
	margin:0 2em;
}
.header-bottom ul li a,.footer-left ul.foot-nav li a{
	font-size:14px;
	font-weight:700;
	text-decoration:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.header-bottom ul li a:hover,.footer-left ul.foot-nav li a:hover,.header-bottom ul li.cap a,.footer-left ul.foot-nav li.cap a{
	text-decoration:none;
	/*color:#2980b9;*/
}
.btn {
  max-width: 100%;
  border: 2px solid #3498db;
  background: rgba(52, 152, 219,1.0);
  display: inline-block;
  font: 21px/46px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 20px;
  padding: 0 3em;
  text-decoration: none;
}
.btn:hover {
  background: #3498db;
  color: #ffffff;
  background: rgba(46, 204, 113,0.1);
  text-decoration: none;
}
.btn1 {
  max-width: 100%;
  border: 2px solid #3498db;
  background: rgba(52, 152, 219, 0.1);
  display: inline-block;
  font: 15px/35px 'Open Sans', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #3498db;
  margin: 10 20px;
  padding: 0 2.9em;
  text-decoration: none;
}
.btn1:hover {
  background: #3498db;
  color: #ffffff;
  text-decoration: none;
}
/*-- //header --*/
/*-- Стиль таблицы --*/
.tftable {
  font-size:12px;
  color:#333333;
  width:100%;
  border-width: 1px;
  border-color: #729ea5;
  border-collapse: collapse;
}
.tftable th {
  font-size: 14px;
    background-color: #3282b5;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    text-align: left;
    color: #fff;
    border: 5px solid;
}
.tftable tr {
  background-color:#fff;
}
.tftable td {
  font-size:14px;
  padding: 5px;
  border: 5px #fff solid;
}
.tftable tr:hover {
  background-color:#3282b5;
  color:#fff;
}
/*-- Стиль таблицы --*/
/*-- плитки --*/
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 3px;
	color: #fff;
	font-size: 1.25em;

}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-errors: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.h-f {
    float: left;
}
.hf-text {
  text-align: center;
  background-color: #fff;
  padding-bottom: 1em;
  }
.hf-text h5 {
 font-size: 2em;
    font-weight: 400;
    color: #011750;
    line-height: 1.8em;
}
.hf-text p{
      color: #D00030;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h4 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h4 span {
    font-weight: bold;
    color: #fff;
    margin-left: 12px;
}
.grid figure h4,
.grid figure p {
	margin: 0;
}
figure.effect-jazz {
  /*  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
figure.effect-jazz:hover {
   /* -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */
}
figure.effect-jazz img {
	opacity: 0.8;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
	opacity:1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
  font-family: 'Open Sans';
}
figure.effect-jazz h4 {
	    padding-top:48%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #7f8c8d;
    font-size:25px;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 500;
}
figure.effect-jazz p {
	padding: 0em 2em;
    text-transform: none;
    font-size: 18px;
    opacity: 0;
    font-family: 'Open Sans';
    color: #7f8c8d;
}
figure.effect-jazz:hover img {
	opacity: 0.5;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.effect-jazz:hover h4,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
.h-f {
  max-height: 355px;
  max-width: 449.5px;
}
.h-f.one {
    margin-bottom:0em;
}
/*-- //плитки --*/
/*Персонал*/
.team{
  text-align:center;
}
.team-info {
  margin-top: 10px;
}
.team-grids {
  position: relative;
}
.team-grids a {
  overflow: hidden;
  position: relative;
  display: block;
}
.captn h4 {
  color: #fff;
  margin: 0px;
  font-size: 16px;
}
.captn p {
    color: #fff;
    font-size: 0.95em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.team-grids a .captn {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  bottom: -70%;
  right: 0%;
  background-color:rgba(52, 152, 219, 0.9);
  padding: 2% 8%;
  text-align: center;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-grids a:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
    right: 0%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.team-grids {
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
/*/Персонал*/
/*Галлерея 2*/
.hovergallery img{
-webkit-transform:scale(0.8); /*Webkit: уменьшаем размер до 0.8*/
-moz-transform:scale(0.8); /*Mozilla: масштабирование*/
-o-transform:scale(0.8); /*Opera: масштабирование*/
-webkit-transition-duration: 0.5s; /*Webkit: длительность анимации*/
-moz-transition-duration: 0.5s; /*Mozilla: длительность анимации*/
-o-transition-duration: 0.5s; /*Opera: длительность анимации*/
/*opacity: 0.7; Начальная прозрачность изображений*/
margin: 0 10px 5px 0; /*Интервалы между изображениями*/
width: 30%;
z-index: 0;
}

.hovergallery img:hover{
-webkit-transform:scale(1.3); /*Webkit: увеличиваем размер до 1.2x*/
-moz-transform:scale(1.3); /*Mozilla: масштабирование*/
-o-transform:scale(1.3); /*Opera: масштабирование*/
box-shadow:0px 0px 30px gray; /*CSS3 тени: 30px размытая тень вокруг всего изображения*/
-webkit-box-shadow:0px 0px 30px gray; /*Webkit: тени*/
-moz-box-shadow:0px 0px 30px gray; /*Mozilla: тени*/
opacity: 1;
z-index: 999;
}
/*/Галлерея 2*/
/*-- banner --*/
.banner{
	background:url(../images/banner.jpg) no-repeat 0px 0px;
	background-size:cover;
	min-height:580px;
}
.banner-info{
	padding:35em 0 0;
	text-align: center;
	position:relative;
}
.banner-info h3{
	color:#fff;
	font-size: 4em;
	margin:0 0 .5em;
}
.banner-info h3:after{
	display:block;
	height:6px;
	content:'';
}
.banner-info h3 span{
	display:block;
	margin-bottom: .4em;
}
.fork span{
	display: block;
	height: 45px;
}
.banner-info p.europe{
	color:#fff;
	  margin: 0 auto;
  font-size: 15px;
  font-weight: 700;
  padding-top: 2em;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.banner-info p.dum{
	color:#fff;
	font-size: 20px;
	width: 37%;
	font-family: georgian;
	margin: .3em auto 4em;
}
.reserve a{
	padding: 6px 45px;
	background: #997840;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family:georgian;
	font-style:italic;
	color:#fff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	text-decoration:none;
}
.reserve a:hover{
	text-decoration:none;
	color:#997840;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f5f5f5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* //Shutter Out Vertical */
.hvr-shutter-out-vertical1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:url(../images/update-.png) no-repeat 12px 10px #f5f5f5;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
}
.hvr-shutter-out-vertical1:hover, .hvr-shutter-out-vertical1:focus, .hvr-shutter-out-vertical1:active {
  color: white;
}
.hvr-shutter-out-vertical1:hover:before, .hvr-shutter-out-vertical1:focus:before, .hvr-shutter-out-vertical1:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.tool{
	position:absolute;
	bottom: -13.8%;
	left: 49%;
}
.tool span{
	background:url(../images/1.png) no-repeat 0px 0px;
	display:block;
	height:19px;
	width:30px;
}
/*-- //banner --*/
/*-- Слово директора --*/
.director {
	padding: 20px 0;
}
.director img {
	float: left;
  margin-left: 25px;
  padding: 5px 10px 5px 0;
  width: 40%;
}
.director p{
	margin-top: 40px;
	padding: 10px;
	border: 10px solid rgba(52, 152, 219,1.0);
}
.director p span{
	padding: 0 0 15px;
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
}
.director h3{
	padding: 0 0 15px;
	margin: 0;
	text-transform: uppercase;
}
.director h4{
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
}
/*--//Слово директора --*/
/*-- about --*/
.about{
	display:flex;
}
.about-info h3{
	color:#997840;
	font-family:georgian;
	font-size:22px;
	letter-spacing:3px;
	margin:0;
	text-align:center;
	text-transform:uppercase;
}
.about-info h3:after{
	background:url(../images/line3.png) no-repeat 21em 0em;
	display:block;
	height:7px;
	content:'';
	margin:1em 0 0;
}
.about-text{
	margin:2em 0;
}
.about-text-left{
	float:left;
	width:49%;
}
.about:before{
	display: block;
	content:'';
}
.about-text-left p,.about-text-right p{
	color:#696969;
	font-size: 13px;
	line-height: 2em;
	margin:0;
}
.about-text-right{
	float:right;
	width:49%;
}
.about:after{
	display:block;
	content:'';
}
.thank{
	margin:2em 0;
	text-align:center;
}
.thank p{
	color:#997840;
	font-family:georgian;
	margin:0;
	font-size: 23px;
	font-style: italic;
	font-weight: 700;
}
.thank p span{
	display:block;
}
.thank p:before{
	content:'';
	display:block;
	height:19px;
}
.thank p:after{
	content:'';
	display:block;
	height:19px;
}
/*------------------ Slider Part starts Here----------*/
#slider3,
#slider2,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 5px solid rgba(52, 152, 219,1.0);
  border-radius: 50%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	  top:26%;
	  left: -11%;
	  opacity: 0.7;
	  z-index: 3;
	  text-indent: -9999px;
	  overflow: hidden;
	  text-decoration: none;
	  height: 47px;
	    width: 33px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  height: 47px;
	  width: 33px;
  right:-11%;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
  display: inline-block;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
  float: left;
}
#slider3-pager span,#slider2-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider2-pager .rslides_here a,#slider4-pager .rslides_here a{
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider2-pager a,#slider4-pager a{
  padding: 0;
}
#slider3-pager li,#slider4-pager li,#slider2-pager li,{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width:100%;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left:0%;
  top: 0;
  width:100%;
}
.rslides li{
  position: relative;
  display: block;
  float: none;
}
.rslides img {
  height: auto;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 105%;
	z-index: 999;
	left: 45%;
	padding: 0;
	margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/backward.html)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
	margin: 0 .5em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
/*Страница о нас*/
.site_bar ul {
  list-style: outside none none;
  padding: 0px;
}
.site_bar li {
  padding: 5px 0;
  text-decoration: underline;
}
.site_bar li a {
  font-size: 20px;
}
.site_bar li a:active {
	color: #2980b9;
}
.blog-single h3 {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 2em;
    font-size: 1.5em;
    margin: 0px;
}
.single-img p {
    line-height: 1.9em;
    font-size: 1em;
}
.single-img img {
    float: left;
    height: 255px;
    margin-bottom: 1em;
    padding: 0 15px 0 10px;
}
.vnutr h4{
	text-transform: uppercase;
	font-size: 28px;
}
.blog-section {
	padding: 2em 0;
}
/*/Страница о нас*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
   height: 17px;
  width: 17px;
  display: inline-block;
  background: #3498db;
  border-radius: 100%;
  border:3px solid #3498db;
}
.callbacks_here a:after{
	background: #fff;
}
/*------------------ Slider Part ends Here----------*/
/*-- //about --*/
/*-- menu --*/
.classic-menu{
	padding:4em 0;
}
.classic-menu h3{
	color: #997840;
	font-family: georgian;
	font-size: 22px;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.classic-menu h3:after{
	background: url(../images/line3.png) no-repeat 21.4em 0em;
	display: block;
	height: 7px;
	content: '';
	margin: 1em 0 0;
}
.menu-grid{
	float:left;
	width:33.33%;
	padding:0 1em;
	text-align:center;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.beef a{
	color:#323232;
	font-family:georgian;
	font-style:italic;
	font-size: 16px;
	font-weight: 600;
	cursor:pointer;
}
.beef{
	margin:3em 0 2.2em;
}
.bef a{
	color:#323232;
	font-family:georgian;
	font-style:italic;
	font-size: 16px;
	font-weight: 600;
	cursor:pointer;
}
.bef{
	margin:-.8em 0 2.2em;
}
.bef a span{
	display:block;
}
.bef:after{
	background: url(../images/line4.png) no-repeat 7.5em 0em;
	display: block;
	height: 7px;
	content: '';
	margin:2.2em 0 0;
}
.bf a{
	color:#323232;
	font-family:georgian;
	font-style:italic;
	font-size: 16px;
	font-weight: 600;
	cursor:pointer;
}
.bf{
	margin:3.5em 0 2.2em;
}
.bf a span{
	display:block;
}
.bf:after{
	background: url(../images/line4.png) no-repeat 7.5em 0em;
	display: block;
	height: 7px;
	content: '';
	margin:2.2em 0 0;
}
.menu-grid .beef a span{
	display:block;
}
.menu-grid .beef:after{
	background: url(../images/line4.png) no-repeat 7.5em 0em;
	display: block;
	height: 7px;
	content: '';
	margin:2.2em 0 0;
}
.menu-grid h4{
	color: #997840;
	font-family: georgian;
	font-size: 22px;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.menu-grid ul{
	padding:0;
	margin:3em 0 0;
}
.menu-grid ul li{
	list-style-type:none;
	font-size:16px;
	color:#323232;
	font-family:georgian;
	font-style:italic;
	margin:1em 0;
}
.menu-grids{
	margin:4em 0 0;
}
.plate:before{
	background:url(../images/vertical.png) no-repeat 0px 0px;
	display:block;
	height:297px;
	content:'';
	width:8px;
	padding-left: 3em;
}
.plate:after{
	background:url(../images/vertical1.png) no-repeat 0px 0px;
	display:block;
	height:297px;
	content:'';
	width:8px;
}
img.pat{
	padding:0 5em 0 3em;
}
.plate {
  display: -webkit-inline-box;
}
.cake p{
	color:#000000;
	margin:0;
	font-size:15px;
	font-weight: 700;
	padding-top:2em;
	text-align:center;
}
.beef a:hover{
	color:#997840;
	text-decoration:underline;
}
.bef a:hover{
	color:#997840;
	text-decoration:underline;
}
.bf a:hover{
	color:#997840;
	text-decoration:underline;
}
.reserve1 a{
	padding: 6px 45px;
	background: #997840;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family:georgian;
	font-style:italic;
	color:#fff;
	border-radius:25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
	-o-border-radius:25px;
	-ms-border-radius:25px;
	text-decoration:none;
}
.reserve1 a:hover{
	text-decoration:none;
	color:#997840;
}
.reserve1 {
  text-align: center;
  margin-top: 3em;
}
.submenu {
	position: absolute;
	top: 45px;
	right: 0em;
	width: 100%;
	z-index: 10;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: rgba(52, 152, 219,1);
}
.submenu a {
	color: #fff;
	display: block;
 	padding: 20px 0px;
  	text-decoration: none;
  	outline: none;
  	transition: .5s linear;
  	text-transform: uppercase;
}
.submenu a:hover {
	background-color: rgba(52, 152, 219,1);
	color: #fff;
}
.submenu ul li{
	margin: 0;
}
.three .submenu {
  visibility: hidden;
  opacity: 0;
}
.three ul li:hover .submenu {
  visibility: visible;
  opacity: 1;
  color: #99FFFF;
}
/*-- //menu --*/

/*-- reviews --*/
.reviews{
	background-color: #f7f7f9;
	background-size:cover;
	min-height:580px;
    padding-bottom: 40px
}
.reviews h2 {
	text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    padding: 25px 0;
}
.text-center {
    text-align: center;
    padding: 40px 0;
}
.form {
    width: 28.666667%;
    text-align: left !important;
    border-left: 1px solid #d2d2d4;
    padding-left: 55px;
}
.form h4 {
    font-size: 20px;
    color: #282828;
    margin: 0 0 20px 0;
}
.form-group {
    margin-bottom: 15px;
}
.btn-footer {
    padding: 15px 24px;
    color: #ecf0f1;
    background-color: #3498db;
    border: 1px solid #3498db;
    border-radius: 4px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.btn-footer:hover {
	background-color: inherit;
	color: #3498db;
}
.form-group input {
    height: 40px;
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.reviews-info{
	padding:2em 0 0;
	text-align:center;
}
.reviews-info h3{
	color: #fff;
	font-size: 4em;
	margin:0;
	display:-webkit-inline-box;
}
.reviews-info h3:before{
	display: block;
	width:30px;
	content:'';
	margin-right:.3em;
}
.reviews-info h3:after{
	display:block;
	width:30px;
	content:'';
	margin-left:.3em;
}
.rev-dot span{
	display: block;
	height: 10px;
}
.rev-wom{
	margin:25px 0;
}
.reviews-info h4{
  color: #fff;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.reviews-info p{
  color: #fff;
  font-size: 13px;
  line-height: 2em;
  margin: 2em auto 0;
  width:79%;
}
/*-- //reviews --*/
/*-- news --*/
.news{
	padding:4em 0;
}
.news h3{
	color: #997840;
	font-family: georgian;
	font-size: 22px;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.news h3:after{
	background: url(../images/line3.png) no-repeat 21.4em 0em;
	display: block;
	height: 7px;
	content: '';
	margin: 1em 0 0;
}
.news-grids{
	margin:4em 0 2em;
}
.news-grid{
	text-align:center;
}
.news-grid img{
	width:100%;
}
.news-grid h4{
	color:#323232;
	font-family:georgian;
	font-style:italic;
	font-size: 16px;
	font-weight: 600;
	margin:2.5em 0;
}
.news-grid p{
	font-size: 13px;
	line-height: 2em;
	margin:0;
	color:#696969;
}
/*-- //news --*/
/*-- gallery --*/
.gallery{
	padding:4em 0;
}
.gallery h3{
  color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.gallery h3:after{
  background: url(../images/line3.png) no-repeat 21.2em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
.gallery-grid{
	float:left;
	width:23%;
	position:relative;
}
.b-from-left p{
	font-size:13px;
	color:#fff;
	font-family:georgian;
	font-style:italic;
	text-align:center;
	margin:1em 0 0;
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*----- Strip -----*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(15, 207, 140, 0.9);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden;	/* lt-ie9 */
}
/*-- portfolio-img --*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	
}
.b-animate img{
	margin-top:50px;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.b-wrapper:hover {
	background:rgba(0, 0, 0, 0.74);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.light-box-info {
  padding: 1.8em;
}
.gallery-grids{
	margin:5em 0 0;
}
.gallery-grid{
	margin:10px;
}
.gallery-grid:nth-child(3){
	margin-right:1em;
}
img.one{
	width:100%;
}
/*-- //gallery --*/
/*-- feedback --*/
.feedback{
	padding:4em 0;
	display: flex;
}
.feedback:before{
	background:url(../images/10.html) no-repeat 0px 0px;
	display:block;
	width:213px;
	content:'';
}
.feedback:after{
	background:url(../images/11.html) no-repeat 0px 55em;
	display:block;
	width:240px;
	content:'';
}
.feedback-info h3{
	color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.feedback-info h3:after{
	background: url(../images/line3.png) no-repeat 21.4em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
p.lo{
	color:#323232;
	font-size: 13px;
	line-height: 2em;
	margin: 2em auto 5em;
	width:40%;
	font-weight:600;
	text-align:center;
}
.name{
	width:60%;
	margin:0 auto;
}
.name p,.comment p{
	color:#997840;
	font-size: 17px;
	font-weight: 600;
	font-family:georgian;
	font-style:italic;
	margin:0 0 .8em;
	text-align:center;
}
.name input[type="text"],.comment textarea{
	outline:none;
	border:none;
	background:#323232;
	font-size:13px;
	color:#AAAAAB;
	padding:15px 25px;
	text-align:center;
	width:100%;
}
.na{
	margin:2em auto;
}
.comment p{
	width:60%;
	margin:0 auto .8em;
}
.comment textarea{
	min-height:250px;
	resize:none;
	width:100%;
	text-align:left;
}
.comment{
	width:80%;
	margin:2em auto 5em;
}
.sub input[type="submit"]{
	padding:6px 45px;
	background: #997840;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: georgian;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	outline:none;
	border:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	  margin-left: 26em;
}
.sub input[type="submit"]:hover{
	background:#f5f5f5;
	color:#997840;
}
/*-- //feedback --*/
/*-- calender --*/
.reservation ul{
	padding:0;
	margin:0;
}
.reservation h4{
	  color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 0 2em;
  text-align: center;
  text-transform: uppercase;
}
.reservation h4:after{
	  background: url(../images/line3.png) no-repeat 8em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
.cuisine {
  margin-bottom: 2em;
}
.cuisine input[type="text"]{
	width: 100%;
	color: #9F9F9F!important;
	font-size: 14px!important;
	padding:8px 25px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/sech.png) no-repeat 5px 10px #ffffff;
	display:block;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.reservation ul li:nth-child(2) {
  margin: 0 1em;
}
.reservation ul li{
	float: left;
	list-style:none;
	width:31.4%;
}
.reservation h5{
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 6px;
}
select {
	width: 100%;
	color: #9F9F9F!important;
	font-size: 14px!important;
	padding: 8px 18px;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/clock.png) no-repeat 5px 12px #ffffff;
	display:block;
	border: 1px solid #DFDFDF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
select.sect{
	background:url(../images/black.png) no-repeat 2px 12px #ffffff;
	display:block;
}
select option{
	border: 1px solid #DFDFDF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.book_date input[type="text"]{
	width: 100% !important;
	color: #9F9F9F;
	font-size: 14px;
	padding: 8px 23px;
	outline: none;
	border: 1px solid #DFDFDF;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.date{
	background:url(../images/icon.png) no-repeat 3% 50% #FFF;
}
.date_btn{
	margin:37px 0 0 0px;
}
.date_btn form input[type="submit"] {
  text-transform: capitalize;
  width: 90% !important;
  background:#997840;
  color: #FFF;
  padding: 8px 10px;
  border: none;
  font-size: 16px;
  outline: none;
  font-weight: 600;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.date_btn form input[type="submit"]:hover{
	background: #616060;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.booking-grids h3{
	font-size: 18px;
	margin: 0;
	color: #323232;
	font-weight: 600;
}
.booking-grid-left{
	margin-top: 2em;
}
.booking-grid-right {
  padding: 0!important;
  margin-top: 2em;
}
.booking-grid-left h4{
	font-size: 16px;
	margin: 0;
	line-height: 1.7em;
	color: #616060;
	font-weight: 500;
}
.booking-grid-left p{
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.7em;
	margin: 1em 0 0 0;
}
.booking-grid-right img{
	width:100%;
}
/*-- //calender --*/
/*-- footer --*/
.footer{
	background:rgba(50, 50, 50,1.0);
	background-size:cover;
	min-height:210px;
	padding:2em 0;
}
.flogo img {
  width: 40%;
}
.footer-left p{
	color: #b1b1b1;
    font-size: 15px;
    margin: 0.5em 0 0;
}
.footer-left p a{
	color:#b1b1b1;
}
.footer-left ul{
	padding:0;
	margin:0;
}
.footer-left ul.foot-nav li a{
	color:#b1b1b1;
}
.footer-left ul.foot-nav li{
	margin-bottom:1em;
}
.footer-line span{
	background:url(../images/line5.png) no-repeat 0px 0px;
	display:block;
	height:7px;
}
ul.footbo li{
	display:inline-block;
}
li.chu{
	background:url(../images/13.png) no-repeat 0px 0px;
	height:19px;
	display:block;
	color:#997840;
	font-size: 15px;
	font-family: georgian;
	font-style: italic;
	margin-right:10em;
	padding-left: 1.5em;
	font-weight: 600;
	text-decoration: underline;
}
ul.footbo li a{
	background:url(../images/14.png) no-repeat 0px 0px;
	height:19px;
	display:block;
	color:#997840;
	font-size: 15px;
	font-family: georgian;
	font-style: italic;
	text-decoration:underline;
	padding-left: 1.5em;
}
ul.footbo li a:hover{
	color:#fff;
	text-decoration:underline;
}
.footer-line {
  margin: 4em 0 2em 10em;
}
.footer-left ul.social li{
	display:inline-block;
	margin: 0 10px;
}
.footer-left ul.social li a.facebook1{
	display:block;
	height:30px;
	width:30px;
}
.footer-left ul.social li a.facebook1:hover{
	display:block;
}
.footer-left ul.social li a.his1{
	display:block;
	height:30px;
	width:30px;
}
.footer-left ul.social li a.his1:hover{
	display:block;
}
.footer-left ul.social li a.twitter1{
	display:block;
	height:30px;
	width:30px;
}
.footer-left ul.social li a.twitter1:hover{
	display:block;
}
ul.footer-number{
	margin:7em 0 0 2em;
	padding:0;
}
ul.footer-number li{
	list-style-type:none;
	color:#fff;
	font-size:14px;
	margin-bottom:10px;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- single --*/
.single{
	padding:4em 0;
	}
.single-left{
	float:left;
	width:45%;
	}
.single-left h3{
	color: #565656;
	font-size: 21px;
	font-weight: 300;
	margin:0 0 1em;
	}
.single-left p{
	color: #565656;
	font-size: 15px;
	font-weight:500;
	font-family: roboto;
	font-style: italic;
	margin:1em 0 0;
	}
.single-left p span{
	font-size:18px;
	color: #997840;
	}
.single-left img{
	width:100%;
	}
.single-right{
	float:right;
	width:50%;
	}
.single-right h3{
	color:#997840;
	margin:0 0 1em;
	font-size:20px;
	}
.single-right p{	
	color:#555;
	font-size:13px;
	line-height:29px;
	margin:0;
	}
.single-right p span{
	margin:1em 0 0;
	display:block;
	}
.single p.tortor{
	color:#555;
	font-size:13px;
	line-height: 30px;
	margin: 1em 0 0;
	}
.face-twi h3{
	color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 0 0em;
  text-align: center;
  text-transform: uppercase;
}
.face-twi{
	margin:3em 0 5em;
	}
.soi{
  margin-left: 36.3em;
}
.tags-cate{
	padding:3em 0;
	border-top:1px dotted #adadad;
	border-bottom:1px dotted #adadad;
	margin:3em 0;
	}
.cat-grid{
	float:left;
	width:30%;
	text-align: center;
	}
.cat-grid:nth-child(2){
	margin:0 3em;
	}
.cat-grid h3{
	color:#997840;
	font-size: 20px;
	margin:0;
	font-weight: 700;
	}
.cat-grid h3 span{
	font-size:25px;
	}
.cat-grid ul{
	padding:2em 0 0;
	margin:0;
	}
.cat-grid ul li{
	list-style-type:none;
	margin-top:1em;
	border-top:1px dotted #adadad;
	border-right:1px dotted #adadad;
	border-left:1px dotted #adadad;
	border-bottom:1px dotted #adadad;
	padding: .3em 0;
	}
.cat-grid ul li a{
	color:rgba(122, 122, 118, 0.7);
	font-size:14px;
	}
.cat-grid ul li{
	color:rgba(122, 122, 118, 0.7);
	font-size:14px;
	}
.cat-grid ul li a:hover{
	text-decoration:none;
	color:#997840;
	}
.top-social-icons {
	margin-top: 3em;
	}
.three-com h3{
	color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin:2em 0;
  text-align: center;
  text-transform: uppercase;
	}
.three-com h3:after{	
	background: url(../images/line3.png) no-repeat 21.4em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
.tom-grid{
	padding:2em 0;
	border-bottom:1px solid #dddddd;
	width: 100%;
	}
.tom{
	float:left;
	border: 1px dotted;
	padding: .5em;
	}
.humour {
	padding-left: 8em;
	width: 100%;
	}
.tom-right{
	float:left;
	margin-left:2em;
	width:80%;
	}
.tom-right h4{
	color:#997840;
	font-size:18px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	margin:0;
	}
.tom-right p.jam{
	color:#AFAFAF;
	font-size:13px;
	margin:10px 0 0;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	}
.tom-right p.lorem{
	color:#838383;
	font-size:14px;
	margin:1em 0 0;
	line-height:30px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	}
.Hardy{
	float:left;
	}
.reply{
	float:left;
	margin-left:20em;
	margin-top: .5em;
	}
.reply a{
	padding: 10px 22px;
	background: url(../images/update.png) no-repeat 12px 10px #997840;
	padding-left: 3.3em;
	display:block;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.reply a:hover{
	color:#997840;
	background:#f5f5f5;
	text-decoration:none;
	}
.tom-grid:nth-child(4){
	border-bottom:none;
	}
/*--------social simptip--------*/
a.tooltips:hover{
	background:#997840;
	color:#fff;
	text-decoration:none;
	}
a.tooltips{
  position: relative;
  display: inline-block;
	margin-right: 10px;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #878889;
  padding: 5px 11px;
  color: #838383;
  font-size: 14px;
}
/****************/
.recent-posts{
	padding:2em 0;
}
.recent-posts h3{
	  color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0 0 2em;
  text-align: center;
  text-transform: uppercase;
}
.recent-posts h3:after{
	background: url(../images/line3.png) no-repeat 21.4em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
.recent-post img{
	width:100%;
}
.recent-post p{
	  color: #696969;
  font-size: 13px;
  line-height: 2em;
  margin: 1em 0 0;
  text-align:center;
}
/*-- leave comment --*/
.leave-comment{
	padding:4em 0 0;
}
.leave-comment h3{
	color: #997840;
  font-family: georgian;
  font-size: 22px;
  letter-spacing: 3px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.leave-comment h3:after{
	background: url(../images/line3.png) no-repeat 21.4em 0em;
  display: block;
  height: 7px;
  content: '';
  margin: 1em 0 0;
}
.leave-comment input[type="text"],.leave-comment textarea{
	outline:none;
	background:none;
	border:1px solid #323232;
	padding:15px 10px;
	width:55%;
	color:#555;
	font-size:14px;
}
.leave-comment input[type="text"]:nth-child(1){
	margin:3em 0 0;
}
.leave-comment input[type="text"]:nth-child(2){
	margin:1.5em 0;
}
.leave-comment textarea{
	min-height:200px;
	resize:none;
	width:70%;
	margin:1.5em 0 3em;
}
.leave-comment input[type="submit"]{
	display:block;
	padding: 6px 0px;
	width:20%;
	background: #997840;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: georgian;
	font-style: italic;
	color: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	outline:none;
	border:none;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.leave-comment input[type="submit"]:hover{
	background:#f5f5f5;
	color:#997840;
}
/*-- //leave comment --*/
.blog-right-l1{
	position:relative;
	}
.portfolio-grid-text{
	position:absolute;
	top:5%;
	left:6%;
	display:none;
	}
.blog-right-l1:hover{
	width:255px;
	height:179px;
	}
.blog-right-l1:hover div.portfolio-grid-text{
	display:block;
	}
.portfolio1:nth-child(2) {
	margin: 0 3.23em;
	}
/*-- single --*/
/*--media-quaries-starts-here--*/
@media (max-width: 1440px){
	.about-info h3:after {
		background: url(../images/line3.png) no-repeat 19em 0em;
	}
	.feedback:before {
		width: 256px;
	}
	.feedback:after {
		width: 293px;
	}
	.feedback-info h3:after {
		background: url(../images/line3.png) no-repeat 16.9em 0em;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 21em;
	}
	.about:after {
	}
}
@media (max-width: 1366px){
	.about-info h3:after {
		background: url(../images/line3.png) no-repeat 17em 0em;
	}
	.classic-menu {
	  padding: 0 0 4em;
	}
	.feedback:after {
	  width: 315px;
	}
	.feedback:before {
	  width: 278px;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 15.4em 0em;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 18em;
	}
	.callbacks_nav {
		left: -5%;
	}
	.callbacks_nav.next {
	  right: -5%;
	}
	.gallery {
	  padding: 0 0 4em;
	}
}
@media (max-width: 1280px){
	.banner-info {
		padding:1em 0 0;
	}
	.banner-info p.dum {
	  margin: .3em auto 2em;
	}
	.banner {
	  min-height: 465px;
	}
	.about:before {
	  width: 180px;
	}
	.callbacks_nav {
	  left: 0%;
	}
	.callbacks_nav.next {
	  right: 0%;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 16em 0em;
	}
	.gallery-grids {
	  margin: 3em 0 0;
	}
	.feedback:after {
	  width: 340px;
	}
	.feedback:before {
	  width: 307px;
	}
	.feedback:after {
	  width: 350px;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 13.6em 0em;
	}
	p.lo {
		width: 50%;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 16em;
	}
	.single-left {
	  width: 48%;
	}
}
@media (max-width: 1024px){
	.num {
	  width: 15%;
	}
	.top-icons {
	  margin-left: 13em;
	  width: 15%;
	}
	.logo {
	  margin-left: 13em;
	}
	.footer-left ul.foot-nav li {
	  margin: 0 1.5em;
	}
	.banner-info h3 {
		font-size: 3.5em;
	}
	.banner-info h3:after {
		background: url(../images/line2.png) no-repeat 7.6em 0em;
	}
	.banner-info p.europe {
	  padding-top: 0.5em;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 33em 0.5em;
	  height: 35px;
	}
	.banner {
	  min-height: 400px;
	}
	.banner-info p.dum {
	  margin: .5em auto 2em;
	}
	.header-bottom ul li, .footer-left ul.foot-nav li {
	  margin: 0 1.5em;
	}
	.about:before {
	  background-size: 85%;
	  width: 160px;
	}
	.about:after {
	  width: 205px;
	  background-size: 100%;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 12em 0em;
	}
	.classic-menu h3:after {
		background: url(../images/line3.png) no-repeat 16.8em 0em;
	}
	.plate:before {
	  padding-left: 1em;
	}
	img.pat {
	  padding: 0 3em 0 3em;
	}
	.menu-grid .beef:after {
		background: url(../images/line4.png) no-repeat 5.5em 0em;
	}
	.bef:after{
		background: url(../images/line4.png) no-repeat 5.5em 0em;
	}
	.bf:after{
		background: url(../images/line4.png) no-repeat 5.5em 0em;
	}
	.rev-dot span {
		background: url(../images/dot.png) no-repeat 33em .4em;
	}
	.reviews-info h3 {
		font-size: 3.5em;
	}
	.rev-wom span {
		background: url(../images/women.html) no-repeat 29.5em 0em;
	}
	.rev-wom1 span {
		background: url(../images/18.png) no-repeat 29.5em 0em;
	}
	.rev-wom2 span {
		background: url(../images/19.png) no-repeat 29.5em 0em;
	}
	.rev-wom {
	  margin: 3em 0;
	}
	.rev-wom2{
	  margin: 3em 0;
	}
	.rev-wom1{
	  margin: 3em 0;
	}
	.reviews {
	  min-height: 510px;
	}
	.beef {
	  margin: 3.5em 0 2.2em;
	}
	.bf {
	  margin: 3.5em 0 2.2em;
	}
	.news h3:after {
		background: url(../images/line3.png) no-repeat 16.7em 0em;
	}
	.news-grid h4 {
	  margin: 1.5em 0;
	}
	.gallery h3:after {
		background: url(../images/line3.png) no-repeat 17.2em 0em;
	}
	.gallery-grid {
	  margin: 8px;
	}
	.gallery-grid:nth-child(3) {
	  margin-right: 8px;
	}
	.b-animate img {
		margin-top: 26px;
	}
	.feedback:before {
	  background-size: 100%;
	  width: 307px;
	}
	p.lo {
	  width: 70%;
	}
	.na {
	  margin: 1em auto;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 8.7em 0em;
	}
	.feedback:after {
	  background-size: 100%;
	  width: 350px;
	   background: url(../images/11.html) no-repeat 0px 49em;
	     background-size: contain;
	}
	.name {
		width: 80%;
	}
	.comment {
		width: 100%;
	}
	p.lo {
		margin: 2em auto 3em;
	}
	.comment {
	  width: 100%;
	  margin: 1em auto 3em;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 10.5em;
	}
	.menu-grid ul li {
	  margin: .7em 0;
	}
	li.chu {
		margin-right: 7em;
	}
	.single-left h3 {
		font-size: 19px;
	}
	.single-right h3 {
	  font-size: 19px;
	  margin:0;
	}
	.soi {
	  margin-left: 29.3em !important;
	}
	.recent-posts h3:after {
		background: url(../images/line3.png) no-repeat 16.8em 0em;
	}
	.three-com h3:after {
		background: url(../images/line3.png) no-repeat 16.8em 0em;
	}
	.leave-comment h3:after {
		background: url(../images/line3.png) no-repeat 16.7em 0em;
	}
	.leave-comment input[type="submit"] {
		width: 25%;
	}
	.footer-line {
	  margin: 4em 0 4em 10em;
	}
}
@media (max-width: 768px){
	.num {
	  width: 19%;
	}
	.logo {
	  width: 23%;
	  margin-left: 9em;
	}
	.logo img{
		width:100%;
	}
	.top-icons {
	  margin-left: 4em;
	  width: 19%;
	}
	.header-bottom ul li a, .footer-left ul.foot-nav li a {
		font-size: 13px;
	}
	.header-bottom ul li, .footer-left ul.foot-nav li {
	  margin: 0 1em;
	}
	.banner-info h3 {
	  font-size: 2.5em;
	}
	.banner-info p.europe {
		font-size: 13px;
	}
	.fork span {
		background: url(../images/12.png) no-repeat 25.3em 0.5em;
	}
	.banner-info p.dum {
	  color: #fff;
	  font-size: 18px;
	  width: 45%;
	}
	.reserve a,.reserve1 a,.feedback-info input[type="submit"]{
	  padding: 4px 40px;
	  font-size: 16px;
	}
	.banner {
	  min-height: 335px;
	}
	.about {
		padding: 3em 0;
	}
	.about-text-left {
	  float: none;
	  width: 100%;
	  margin-bottom: 1em;
	}
	.reviews-info h3 {
	  font-size: 2.5em;
	}
	.about-text-right {
	  float: none;
	  width: 100%;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 9em 0em;
	}
	.about:after {
	  background-size: 100%;
	}
	.about-info h3 {
		font-size: 17px;
	}
	.thank p {
		font-size: 18px;
	}
	.classic-menu {
	  padding: 0 0 3em;
	}
	.classic-menu h3 {
		font-size: 17px;
	}
	.classic-menu h3:after {
	  background: url(../images/line3.png) no-repeat 15.2em 0em;
	}
	.menu-grid img{
		width:70%;
	}
	.plate img {
	  width: 100%;
	}
	img.pat {
	  padding: 0 3em 0 2em;
	}
	.menu-grids {
	  margin: 3em 0 0;
	}
	.bef {
	  margin: -5.5em 0 2.2em;
	  padding-left: 1.5em;
	}
	.bef:after {
	  background: url(../images/line4.png) no-repeat 2.1em 0em;
	}
	.menu-grid .beef:after {
	  background: url(../images/line4.png) no-repeat 2.5em 0em;
	}
	.bf:after {
	  background: url(../images/line4.png) no-repeat 2.8em 0em;
	}
	.callbacks_nav {
		top: 19%;
	}
	.menu-grid h4 {
		font-size: 17px;
	}
	.menu-grid ul {
	  padding: 0;
	  margin: 1em 0 0;
	}
	.menu-grid ul li {
		font-size: 14px;
	}
	.rev-dot span {
	  background: url(../images/dot.png) no-repeat 25em .4em;
	}
	.rev-wom span {
	  background: url(../images/women.html) no-repeat 21.5em 0em;
	}
	.rev-wom1 span {
	  background: url(../images/18.png) no-repeat 21.5em 0em;
	}
	.rev-wom2 span {
	  background: url(../images/19.png) no-repeat 21.5em 0em;
	}
	.reviews-info h4 {
		font-size: 17px;
	}
	.reviews-info p {
	  margin: 1em auto 0;
	  width: 90%;
	}
	.news {
	  padding: 3em 0;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.news h3,.gallery h3,.feedback-info h3{
		font-size: 17px;
	}
	.news h3:after {
	  background: url(../images/line3.png) no-repeat 15.3em 0em;
	}
	.news-grids {
	  margin: 3em 0 2em;
	}
	.news-grid {
	  float: left;
	  width: 33.33%;
	}
	.gallery {
	  padding: 0 0 3em;
	}
	.gallery h3:after {
	  background: url(../images/line3.png) no-repeat 15.5em 0em;
	}
	.gallery-grid {
	  margin: 7px;
	}
	.gallery-grid:nth-child(3) {
	  margin-right: 7px;
	}
	.cake p {
	  font-size: 13px;
	  padding-top: 1em;
	}
	.b-animate img {
	  width: 18%;
	  margin-top: 10px;
	}
	.feedback {
		padding: 0em 0 3em;
	}
	p.lo {
	  width: 100%;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 5.7em 0em;
	}
	p.lo {
	  margin: 2em auto 2em;
	}
	.name input[type="text"], .comment textarea {
		padding: 10px 15px;
	}
	.name p, .comment p {
		font-size: 15px;
	}
	.feedback:after {
		background: url(../images/11.html) no-repeat 0px 45em;
		background-size: 100%;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 6.5em;
	}
	.footer {
		background-size: 200%;
		min-height: 245px;
		 padding: 2em 0 0;
	}
	.footer-left {
	  float: left;
	  width: 33.33%;
	}
	.header-bottom ul li{
	  margin: 0 1em;
	}
	.footer-left ul.foot-nav li {
	  margin: 0 0.3em;
	}
	.footer-line {
	  margin: 3em 0 3em 1em;
	}
	li.chu {
	  margin-right: 0em;
	}
	.footer-left p {
	  margin: 6em 0 0;
	}
	.reservation h4 {
		font-size: 17px;
	}
	.reservation h4:after {
		background: url(../images/line3.png) no-repeat 9em 0em;
	}
	.single-left {
	  float: none;
	  width: 100%;
	}
	.single {
	  padding: 2em 0 3em;
	}
	.single-right {
	  float: none;
	  width: 100%;
	}
	.face-twi h3 {
		font-size: 20px;
	}
	.soi {
	  margin-left: 21.4em !important;
	}
	.cat-grid ul {
		padding: 1em 0 0;
	}
	.cat-grid:nth-child(2) {
	  margin: 0 2em;
	}
	a.tooltips {
		padding: 5px 7px;
	}
	.tags-cate {
	  margin: 3em 0 1em;
	}
	.recent-posts h3 {
		font-size: 20px;
	}
	.recent-posts h3:after {
	  background: url(../images/line3.png) no-repeat 13em 0em;
	}
	.recent-post {
	  float: left;
	  width: 33.33%;
	}
	.three-com h3 {
	  font-size: 20px;
	  margin: 1em 0;
	}
	.three-com h3:after {
	  background: url(../images/line3.png) no-repeat 13em 0em;
	}
	.tom-right h4 {
		font-size: 15px;
	}
	.leave-comment h3 {
		font-size: 20px;
	}
	.leave-comment h3:after {
	  background: url(../images/line3.png) no-repeat 12.9em 0em;
	}
	.leave-comment {
	  padding: 2em 0 0;
	}
	.leave-comment input[type="text"], .leave-comment textarea {
	  padding: 12px 10px;
	  font-size: 13px;
	}
	.leave-comment textarea {
	  min-height: 150px;
	  margin: 1.5em 0 2em;
	}
	.leave-comment input[type="submit"] {
	  width: 30%;
	}
}
@media (max-width: 736px){
	.header-bottom ul li {
	  margin: 0 .8em;
	}
}
@media (max-width: 667px){
	.num {
	  width: 22%;
	}
	.logo {
	  margin-left: 6em;
	}
	.top-icons {
	  margin-left: 3em;
	  width: 22%;
	}
	.header-bottom ul li {
	  margin: 0 .5em;
	}
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 6.2em 0em;
	}
}
@media (max-width: 640px){
	.header-bottom ul.nav1 li {
		display: inline-block;
		text-align: center;
		margin: 0;
		width: 100%;
		padding: 9px 0;
		}
	.header-bottom ul {
		position: absolute;
		padding: 0;
		margin:1em 0 0;
		left: 2%;
		width: 96%;
		z-index: 999;
		}
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align:center;
		margin: 0;
		}
	ul.nav1{
		display:none;
		background:#9A6A18;
		}
	.num {
	  width: 24%;
	}
	.num p {
	  margin: 1em 0 1em;
	}
	.logo {
	  margin-left: 3em;
	}
	.top-icons ul {
		padding: 1em 0 .5em;
	}
	.top-icons {
	  width: 24%;
	}
	.top-text ul {
		padding: 1.3em 0 0;
	}
	.header-bottom {
	  margin-top: 2em;
	}
	.header-bottom ul li a:hover, .footer-left ul.foot-nav li a:hover, .header-bottom ul li.cap a, .footer-left ul.foot-nav li.cap a {
	  color: #F0B653;
	}
	.header {
	  padding: 2em 0 1em;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 20.7em 0.5em;
	}
	.banner-info p.dum {
	  font-size: 16px;
	  width: 65%;
	}
	.about:before{
		display:none;
	}
	.about:after{
		display:none;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 11em 0em;
	}
	.about-text {
	  margin: 2em 0 0;
	}
	.thank {
		margin: 2em 0 0;
	}
	.classic-menu h3:after {
	  background: url(../images/line3.png) no-repeat 11.7em 0em;
	}
	.plate:before{
		display:none;
	}
	.plate:after{
		display:none;
	}
	.plate img {
	  width: 70%;
	}
	img.pat {
	  padding: 0;
	}
	.bef {
	  margin: 3.5em 0 2.2em;
	  padding-left: 0;
	}
	.callbacks_nav {
	  top: 16%;
	}
	.bef:after {
	  background: url(../images/line4.png) no-repeat 2em 0em;
	}
	.menu-grid{
		padding:0;
	}
	.rev-dot span {
	  background: url(../images/dot.png) no-repeat 21em .4em;
	}
	.rev-wom1 {
	  margin: 2em 0;
	}
	.rev-wom {
	  margin: 2em 0;
	}
	.rev-wom2 {
	  margin: 2em 0;
	}
	.rev-wom2 span {
	  background: url(../images/19.png) no-repeat 17.5em 0em;
	}
	.rev-wom1 span {
	  background: url(../images/18.png) no-repeat 17.5em 0em;
	}
	.rev-wom span {
	  background: url(../images/women.html) no-repeat 17.5em 0em;
	}
	.reviews {
	  min-height: 480px;
	}
	.news h3:after {
	  background: url(../images/line3.png) no-repeat 11.7em 0em;
	}
	.gallery h3:after {
	  background: url(../images/line3.png) no-repeat 11.6em 0em;
	}
	.gallery-grid {
		width: 47%;
	}
	.b-animate img {
	  margin-top: 26px;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 11.2em 0em;
	}
	.feedback:before{
		display:none;
	}
	.feedback:after{
		display:none;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 12.5em;
	}
	.footer-left {
	  float: none;
	  width: 100%;
	  text-align: center;
	}
	.footer-left :nth-child(2){
		margin:1em 0;
	}
	.footer-left p {
	  margin: .5em 0 0;
	}
	.footer-line span {
		background: url(../images/line5.png) no-repeat 14em 0em;
	}
	.footer-line {
	  margin: 3em 0 1em 1em;
	}
	li.chu {
	  margin-right: 4em;
	}
	.footer-left :nth-child(3){
		margin:0em 0 1em;
	}
	ul.footer-number {
		margin: 2em 0 0 2em;
	}
	.footer-left ul {
		padding: 0 0 0 2em;
	}
	.footer {
	  background-size: 440%;
	  min-height: 385px;
	}
	.single-right p span{
		margin:0;
		  display: initial;
	}
	.single p.tortor {
	  margin: 0;
	}
	.soi {
	  margin-left: 16.8em !important;
	}
	.face-twi {
	  margin: 2em 0 4em;
	}
	a.tooltips {
	  padding: 5px 3px;
	  font-size: 13px;
	}
	.cat-grid ul li a {
	  font-size: 13px;
	}
	.cat-grid ul li {
	  font-size: 13px;
	}
	.cat-grid h3 {
		font-size: 18px;
	}
	.cat-grid h3 span {
	  font-size: 20px;
	}
	.tags-cate {
	  margin: 0em 0 1em;
	    padding: 2em 0;
	}
	.recent-posts h3:after {
	  background: url(../images/line3.png) no-repeat 10em 0em;
	}
	.three-com h3:after {
	  background: url(../images/line3.png) no-repeat 10em 0em;
	}
	.reply {
		margin-left: 13em;
	}
	.humour {
		padding-left: 4em;
	}
	.tom-right {
	  width: 78%;
	}
	.reply a {
		padding: 7px 10px;
		background: url(../images/update.png) no-repeat 14px 6px #997840;
		padding-left: 3.3em;
		font-size: 12px;
	}
	.leave-comment h3:after {
	  background: url(../images/line3.png) no-repeat 9.9em 0em;
	}
	.leave-comment input[type="text"], .leave-comment textarea {
		width: 70%;
	}
	.leave-comment textarea {
		width: 95%;
	}
	.leave-comment input[type="submit"] {
	  width: 40%;
	  padding:4px 0;
	}
}
@media (max-width: 600px){
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 5.2em 0em;
	}
}
@media (max-width: 480px){
	.top-text {
		display: none;
	}
	.num {
	  width: 31%;
	}
	.logo {
	  margin-left: 2em;
	}
	.top-icons {
	  width: 32%;
	  margin-left: 2em;
	}
	.banner-info h3 {
	  font-size: 2em;
	}
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 4.2em 0em;
	}
	.banner-info p.europe {
	  font-size: 12px;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 14.8em 0.5em;
	}
	.reserve a, .reserve1 a, .feedback-info input[type="submit"] {
	  font-size: 14px;
	}
	.banner {
	  min-height: 295px;
	}
	.about {
	  padding: 2em 0;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 6.5em 0em;
	  margin: .5em 0 0;
	}
	.about-text {
	  margin: 1em 0 0;
	}
	.thank {
	  margin: 1em 0 0;
	}
	.classic-menu h3:after {
	  margin: .5em 0 0;
	  background: url(../images/line3.png) no-repeat 6.8em 0em;
	}
	.cake p {
		font-size: 12px;
	}
	.beef a,.bef a,.bf a {
		font-size: 13px;
	}
	.bef,.beef,.bf {
		margin: 1.5em 0 1.2em;
	}
	.callbacks_nav {
		display: none;
	}
	.thank p {
	  font-size: 16px;
	}
	.bf:after,.menu-grid .beef:after,.bef:after{
	  margin: .5em 0 0;
	}
	.bf:after {
	  background: url(../images/line4.png) no-repeat 1em 0em;
	  background-size: 80%;
	}
	.bef:after {
	  background: url(../images/line4.png) no-repeat 1em 0em;
	  background-size: 80%;
	}
	.menu-grid .beef:after {
	  background: url(../images/line4.png) no-repeat 1em 0em;
	  background-size: 80%;
	}
	.menu-grid h4 {
	  font-size: 13px;
	  letter-spacing: 2px;
	}
	.menu-grid ul li {
	  font-size: 13px;
	}
	.reserve1 {
	  margin-top: 2em;
	}
	.reviews-info h3 {
	  font-size: 2em;
	}
	.rev-dot span {
	  background: url(../images/dot.png) no-repeat 15em .4em;
	}
	.reviews-info h3:after {
		height: 30px;
	}
	.reviews-info h3:before {
		height: 30px;
	}
	.rev-wom {
	  margin: 1em 0;
	}
	.rev-wom1 {
	  margin: 1em 0;
	}
	.rev-wom2{
	  margin: 1em 0;
	}
	.rev-wom1 span {
	  background: url(../images/18.png) no-repeat 11.5em 0em;
	}
	.rev-wom2 span {
	  background: url(../images/19.png) no-repeat 11.5em 0em;
	}
	.rev-wom span {
	  background:url(../images/women.html) no-repeat 11.5em 0em;
	}
	.news h3:after {
	  background: url(../images/line3.png) no-repeat 6.9em 0em;
	}
	.news-grid {
	  float: none;
	  width: 80%;
	  margin:0 auto;
	}
	.news-grid:nth-child(2) {
	  margin: 1em auto;
	}
	.news-grids {
	  margin: 2em 0 0em;
	}
	.gallery h3:after {
	  margin: .5em 0 0;
	  background: url(../images/line3.png) no-repeat 6.9em 0em;
	}
	.gallery-grid {
	  width: 46%;
	}
	.feedback-info h3:after {
		margin:.5em 0 0;
	  background: url(../images/line3.png) no-repeat 7.2em 0em;
	}
	.footer {
	  background-size: 485%;
	  min-height: 322px;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 9.5em;
	}
	.footer-line span {
	  background: url(../images/line5.png) no-repeat 9em 0em;
	}
	.reservation h4:after {
	  background: url(../images/line3.png) no-repeat 5em 0em;
	}
	.reservation ul li:nth-child(2) {
	  margin: 0 .8em;
	}
	.date_btn form input[type="submit"] {
		width: 81% !important;
		padding: 8px 2px;
		font-size: 13px;
	}
	.single-left h3 {
	  font-size: 18px;
	}
	.single-right h3 {
	  font-size: 18px;
	  margin: .5em 0 0;
	}
	.soi {
	  margin-left: 11em !important;
	}
	.cat-grid {
	  float: none;
	  width: 100%;
	}
	.cat-grid:nth-child(2) {
	  margin: 1em 0;
	}
	.recent-posts h3:after,.three-com h3:after {
	  margin: .5em 0 0;
	  background: url(../images/line3.png) no-repeat 6em 0em;
	}
	.recent-post {
	  float: none;
	  width: 80%;
	  margin:0 auto;
	}
	.recent-post :nth-child(2){
		margin:1em auto;
	}
	.tom {
		width: 15%;
	}
	.tom  img{
		width:100%;
	}
	.reply {
	  margin-left: 7em;
	}
	.tom-right p.lorem {
	  font-size: 13px;
	  line-height: 2em;
	}
	.tom-right {
	  width: 77%;
	}
	.leave-comment h3:after {
	  background: url(../images/line3.png) no-repeat 5.9em 0em;
	}
	.leave-comment input[type="submit"] {
		width: 50%;
		  font-size: 15px;
	}
}
@media (max-width: 414px){
	.num {
	  width: 37%;
	}
	.logo {
	  margin-left: 0em;
	}
	.top-icons {
	  width: 36%;
	  margin-left: 1em;
	}
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 3.2em 0em;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 12.8em 0.5em;
	}
	.banner-info p.dum {
		font-size: 14px;
	}
	.about-info h3:after {
		background: url(../images/line3.png) no-repeat 4.7em 0em;
	}
}
@media (max-width: 384px){
	.logo {
	  width: 35%;
	}
	.num {
		display: none;
	}
	.top-icons {
	  float: right;
	  width: 41%;
	  margin-left: 0;
	}
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 2.7em 0em;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 11em 0.5em;
	}
	.banner-info p.dum {
	  width: 75%;
	}
}
@media (max-width: 320px){
	.line {
	  display: none;
	}
	.top-icons ul li {
	  display: inline-block;
	  margin: 0 .2em;
	}
	.top-icons ul li:nth-child(3){
		margin:0;
	}
	.top-icons {
		width: 35%;
	}
	.banner-info h3 {
	  font-size: 1.8em;
	}
	.banner-info h3:after {
	  background: url(../images/line2.png) no-repeat 1.7em 0em;
	}
	.fork span {
	  background: url(../images/12.png) no-repeat 9em 0.5em;
	}
	.banner-info p.dum {
	  width: 100%;
	}
	.reserve a, .reserve1 a, .feedback-info input[type="submit"] {
	  font-size: 12px;
	}
	.banner {
	  min-height: 275px;
	}
	.about-info h3,.classic-menu h3 {
	  font-size: 14px;
	  letter-spacing: 1px;
	}
	.about-info h3:after {
	  background: url(../images/line3.png) no-repeat 2.7em 0em;
	}
	.about-text-left p, .about-text-right p {
		line-height: 1.7em;
	}
	.about-text-left {
	  margin-bottom: 0;
	}
	.header-bottom {
	  margin-top: 1em;
	}
	.classic-menu h3:after {
	  background: url(../images/line3.png) no-repeat 2.8em 0em;
	}
	.menu-grid:nth-child(2){
		display:none;
	}
	.menu-grid {
		width: 50%;
	}
	.beef a, .bef a, .bf a {
	  font-size: 12px;
	}
	.rev-wom span {
	  background: url(../images/women.html) no-repeat 6.5em 0em;
	  background-size: 35%;
	}
	.rev-wom1 span {
	  background: url(../images/18.png) no-repeat 6.5em 0em;
	  background-size: 35%;
	}
	.rev-wom2 span {
	  background: url(../images/19.png) no-repeat 6.5em 0em;
	  background-size: 35%;
	}
	.rev-wom2 span {
	  height: 96px;
	}
	.rev-wom span {
	  height: 96px;
	}
	.rev-wom1 span {
	  height: 96px;
	}
	.rev-dot span {
	  background: url(../images/dot.png) no-repeat 9em .4em;
	}
	.reviews-info h4 {
	  font-size: 13px;
	  letter-spacing: 2px;
	}
	.reviews-info p {
	  width: 100%;
	}
	.callbacks_tabs a:after{
		height:13px;
		width:13px;
	}
	.callbacks_tabs {
	  left: 32%;
	  top: 102%;
	}
	.news {
	  padding: 2em 0;
	}
	.news h3:after {
	  background: url(../images/line3.png) no-repeat 2em 0em;
	  margin: 0.5em 0 0;
	}
	.news-grid {
		width: 95%;
	}
	.news-grid h4 {
	  margin: 1em 0;
	}
	.gallery-grid {
		width:48%;
		margin:2px;
	}
	.gallery-grid:nth-child(3) {
	  margin-right: 2px;
	}
	.b-animate img {
	  margin-top: 0px;
	}
	.b-from-left p {
	  margin: 0.4em 0 0;
	}
	.feedback-info h3:after {
	  background: url(../images/line3.png) no-repeat 2.2em 0em;
	}
	p.lo {
	  margin: 1em auto 2em;
	}
	.name input[type="text"], .comment textarea {
	  padding: 7px 15px;
	}
	p.lo {
	  margin: 1em auto 1em;
	}
	.header-bottom ul.nav1 li {
	  padding: 6px 0;
	}
	.header-bottom ul li a, .footer-left ul.foot-nav li a {
	  font-size: 12px;
	}
	.comment {
	  margin: 1em auto 2em;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 4.5em;
	}
	.feedback {
	  padding: 0em 0 2em;
	}
	.footer {
		background-size: 670%;
		background-size: 817%;
		min-height: 277px;
	}
	ul.footer-number li {
		font-size: 13px;
	}
	.footer-line span {
	  background: url(../images/line5.png) no-repeat 3em 0em;
	}
	.reservation h4 {
	  font-size: 13px;
	  letter-spacing: 2px;
	}
	.reservation h4:after {
	  background: url(../images/line3.png) no-repeat 1em 0em;
	}
	.cuisine input[type="text"] {
		font-size: 13px !important;
	}
	.reservation ul li {
	  float: none;
	  width: 100%;
	}
	.reservation ul li:nth-child(2) {
	  margin: .5em 0;
	}
	.cuisine {
	  margin-bottom: .5em;
	}
	.date_btn {
	  margin: 20px 0 0 0px;
	}
	.date_btn form input[type="submit"] {
		width: 60% !important;
	}
	.gallery h3:after {
	  background: url(../images/line3.png) no-repeat 2em 0em;
	}
	.single-left h3 {
	  font-size: 15px;
	  line-height: 1.5em;
	}
	.single-right h3 {
		font-size: 15px;
		 line-height: 1.5em;
	}
	.single-right p {
		line-height: 1.8em;
	}
	.single p.tortor{
		line-height: 1.8em;
	}
	.face-twi h3 {
	  font-size: 17px;
	}
	.soi {
	  margin-left: 0em !important;
	  float: none !important;
	  width: 100% !important;
	  text-align: center;
	}
	.face-twi {
	  margin: 2em 0 1em;
	}
	.tags-cate {
	  padding: 1em 0;
	}
	.top-social-icons {
	  margin-top: 2em;
	}
	.recent-posts h3,.three-com h3 {
	  font-size: 17px;
	}
	.recent-posts h3:after, .three-com h3:after {
	  background: url(../images/line3.png) no-repeat 2.3em 0em;
	}
	.recent-post {
		width: 95%;
	}
	.recent-posts {
	  padding: 1em 0 0;
	}
	.tom {
	  width: 21%;
	}
	.tom-right {
	  width: 72%;
	  margin-left:1em;
	}
	.reply a {
	  padding: 5px 3px;
	  background: url(../images/update.png) no-repeat 10px 6px #997840;
	  padding-left: 2.8em;
	  font-size: 10px;
	  background-size: 19%;
	}
	.reply {
	  margin-left: 1em;
	}
	.humour {
	  padding-left: 1em;
	}
	.leave-comment {
	  padding: 0;
	}
	.leave-comment h3 {
	  font-size: 17px;
	  letter-spacing: 2px;
	}
	.leave-comment h3:after {
	  background: url(../images/line3.png) no-repeat 1.9em 0em;
	}
	.leave-comment input[type="text"]:nth-child(1) {
	  margin: 2em 0 0;
	}
	.leave-comment input[type="text"], .leave-comment textarea {
	  width: 80%;
	}
	.leave-comment input[type="text"], .leave-comment textarea {
		padding: 8px 10px;
	}
	.leave-comment textarea {
		min-height: 120px;
	}
	.leave-comment input[type="submit"] {
		width: 65%;
	}
}
@media (max-width: 240px){
	.gallery h3:after{
		display:none;
	}
	.footer-left ul {
	  padding: 0;
	}
	ul.footbo li a{
		padding-left:0;
	}
	.feedback-info input[type="submit"] {
	  margin-left: 1.5em;
	}
	.top-icons {
	  width: 50%;
	}
	.top-icons ul {
	  padding: 0;
	}
}

button#visually__impaired__btn{background-repeat: no-repeat;background-position: 6px 2px;border: navajowhite;height: 45px;padding-left: 50px;font-weight: bold;background-image: url("data:image/svg+xml,%3Csvg height='30pt' viewBox='0 -64 480.00049 480' width='30pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m478.320312 230.160156v-.160156c-1.644531-9.410156-4.605468-18.539062-8.800781-27.121094.011719-.113281-.015625-.226562-.078125-.320312-51.359375-157.839844-59.921875-170.71875-62.800781-174.957032-17.839844-26.800781-72.480469-27.601562-78.640625-27.601562-4.417969 0-8 3.582031-8 8s3.582031 8 8 8c14.402344 0 54.160156 3.679688 65.359375 20.398438 3.359375 5.121093 14.082031 29.441406 47.519531 130.480468-18.363281-14.835937-41.269531-22.914062-64.878906-22.878906-33.570312.039062-65.058594 16.277344-84.558594 43.601562-13.875-13.089843-32.375-20.140624-51.441406-19.601562-19.09375-.558594-37.625 6.492188-51.519531 19.601562-16.527344-23.277343-41.929688-38.695312-70.207031-42.617187-28.273438-3.921875-56.914063 4-79.152344 21.894531 33.4375-101.039062 44.160156-125.359375 47.519531-130.480468 11.199219-16.71875 50.960937-20.398438 65.359375-20.398438 4.417969 0 8-3.582031 8-8s-3.582031-8-8-8c-6.160156 0-60.800781.800781-78.640625 27.601562-2.878906 4.238282-11.4375 17.117188-62.800781 174.957032 0 .082031-.078125.160156-.078125.320312-4.195313 8.582032-7.15625 17.710938-8.800781 27.121094v.160156c-1.089844 5.886719-1.6523442 11.855469-1.679688 17.839844-.128906 42.972656 26.1875 81.597656 66.222656 97.207031s85.550782 4.988281 114.539063-26.730469c28.992187-31.71875 35.492187-78 16.359375-116.476562 10.835937-12.171875 26.601562-18.789062 42.878906-18 16.28125-.789062 32.042969 5.828125 42.878906 18-19.007812 38.449219-12.453125 84.625 16.507813 116.257812 28.960937 31.636719 74.382812 42.234376 114.351562 26.6875 39.972657-15.550781 66.292969-54.054687 66.261719-96.945312-.027344-5.984375-.589844-11.953125-1.679688-17.839844zm-374.320312 105.839844c-48.601562 0-88-39.398438-88-88s39.398438-88 88-88 88 39.398438 88 88c-.03125 48.589844-39.410156 87.96875-88 88zm272 0c-48.601562 0-88-39.398438-88-88s39.398438-88 88-88 88 39.398438 88 88c-.03125 48.589844-39.410156 87.96875-88 88zm0 0'/%3E%3Cpath d='m48 232c-3.527344.003906-6.640625-2.300781-7.664062-5.675781-1.023438-3.375.28125-7.023438 3.214843-8.980469l48-32c3.675781-2.453125 8.644531-1.460938 11.097657 2.214844 2.453124 3.675781 1.460937 8.644531-2.214844 11.097656l-48 32c-1.3125.875-2.855469 1.34375-4.433594 1.34375zm0 0'/%3E%3Cpath d='m40 272c-3.527344.003906-6.640625-2.300781-7.664062-5.675781-1.023438-3.375.28125-7.023438 3.214843-8.980469l48-32c3.675781-2.453125 8.644531-1.460938 11.097657 2.214844 2.453124 3.675781 1.460937 8.644531-2.214844 11.097656l-48 32c-1.3125.875-2.855469 1.34375-4.433594 1.34375zm0 0'/%3E%3Cpath d='m320 224c-3.527344.003906-6.640625-2.300781-7.664062-5.675781-1.023438-3.375.28125-7.023438 3.214843-8.980469l48-32c3.675781-2.453125 8.644531-1.460938 11.097657 2.214844 2.453124 3.675781 1.460937 8.644531-2.214844 11.097656l-48 32c-1.3125.875-2.855469 1.34375-4.433594 1.34375zm0 0'/%3E%3Cpath d='m312 264c-3.527344.003906-6.640625-2.300781-7.664062-5.675781-1.023438-3.375.28125-7.023438 3.214843-8.980469l48-32c3.675781-2.453125 8.644531-1.460938 11.097657 2.214844 2.453124 3.675781 1.460937 8.644531-2.214844 11.097656l-48 32c-1.3125.875-2.855469 1.34375-4.433594 1.34375zm0 0'/%3E%3C/svg%3E");}
.support__wrap{background:#323232;padding:10px 0;width:100%;text-align:center;}
.normal__wrap.close{display:none;}
div#special-version-controls{display:none;}
div#special-version-controls.open{display: block;}
#special-version-controls div{color:#fff;display: inline-block;vertical-align: middle;}
#special-version-controls button{border:none;color: #000;margin: 0 5px;}
body.font_16 * {font-size:16px;}
body.font_20 * {font-size:20px;}
body.font_24 * {font-size:24px;}
body.font_28 * {font-size:28px;}

body.font_16 .header-bottom ul li a,body.font_16 .footer-left ul.foot-nav li a{font-size:16px;}
body.font_20 .header-bottom ul li a,body.font_20 .footer-left ul.foot-nav li a{font-size:20px;}
body.font_24 .header-bottom ul li a,body.font_24 .footer-left ul.foot-nav li a{font-size:24px;}
body.font_28 .header-bottom ul li a,body.font_28 .footer-left ul.foot-nav li a{font-size:28px;}

body.style_1{color:#000;background-color:#fff;}
body.style_2{color:#fff;background-color:#000;}
body.style_3{color:#063462;background-color:#9DD1FF;}

body.style_1 *{color:#000;}
body.style_2 *{color:#fff;}
body.style_3 *{color:#063462;}

body.style_2 div#reviews h2{color:#000;}
body.style_2 div#reviews h3{color:#000;}
body.style_2 div#reviews p{color:#000;}
body.style_2 div#reviews a{color:#000;}
body.style_2 .num span{color:#fff;}

body.font_16 .footer-number li{font-size:16px;}
body.font_20 .footer-number li{font-size:20px;}
body.font_24 .footer-number li{font-size:24px;}
body.font_28 .footer-number li{font-size:28px;}