/**/
@import url("https://fonts.googleapis.com/css?family=Merriweather:600,300,300i&subset=latin-ext")

/*       'Open Sans', sans-serif     */


@import "../css/reset.css";
@import "../css/grid.css";
@import "../css/menu.css";


input {
	outline:  none !important;
	border-radius: 0 !important;
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;

}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px Optima;
	background-color: transparent;
	position:relative;
	min-width:100%;
	text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-family: Optima;
	line-height:0.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	color: #00b100;
	font-weight: 600;
}

h3 {
	font-size: 50px;
	line-height: 150px;
	color: #00b100;
	padding-top: 38px;
	margin-bottom: 79px;
  font-weight: 900;
}

.page1 h3 {
	text-align: center;
	padding-top: 97px;
	margin-bottom: 138px;
}

h3.head1 {
	text-align: center;
	padding-top: 91px;
	margin-bottom: 136px;
}

h3.head2 {
	text-align: center;
	padding-top: 96px;
	margin-bottom: 47px;
}

h3.head3 {
	font-size: 36px;
	padding-top: 93px;
	margin-bottom: 42px;
}

ul.list+h3.head3 {
	padding-top: 40px;
}

p {
	margin-bottom: 20px;
	ont-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-weight: 600;
	color: gray;
}

img {
  width: 100%;
}

.foodora {
	width: 160px;
	height: 46px;
	transition: .5s ease;
  backface-visibility: hidden;
}

.foodora:hover {
	opacity: 0.8;
}

.hotmat {
	width: 80px;
	height: 80px;
	transition: .5s ease;
  backface-visibility: hidden;
}

.hotmat:hover {
	opacity: 0.8;
}


address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#myRow li {
  display:inline-block;
  width: auto;
	margin: 10px 10px 10px 10px;
}

ul.list {
	padding-top: 3px;
}

ul.list li {
	padding-left: 33px;
	background: url(../images/marker.png) 0 6px no-repeat;

}
ul.list li+li {

}

/*links*/

a {
	text-decoration: none;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #00b100;
	font-family: Optima;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-weight: 600;
}

a:hover {
	color: red;

}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.mb1  {
	margin-bottom: 25px !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 19px;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 30px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}


/**** BTN No. 4 ****/

.custom-btn {
  padding: 10px 10px;
	font-family: Optima;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	color: #00b100;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
	font-size: 22px;
}

.btn-4 {
  width: 210px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  color: #00b100;
}
.btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #00b100;
  transition: all 0.3s ease;
}
.btn-4:before {
  height: 0%;
  width: 2px;
}
.btn-4:after {
  width: 0%;
  height: 2px;
}
.btn-4:hover:before {
  height: 100%;
}
.btn-4:hover:after {
  width: 100%;
}
.btn-4 span:before,
.btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #00b100;
  transition: all 0.3s ease;
}
.btn-4 span:before {
  width: 2px;
  height: 0%;
}
.btn-4 span:after {
  width: 0%;
  height: 2px;
}
.btn-4 span:hover:before {
  height: 100%;
}
.btn-4 span:hover:after {
  width: 100%;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 20px 0 20px;
	width:100%;
}

.banner {
	height: 100%;
}


h1 {
	float: none;
	z-index: 999;
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 58px;

}
h1 a {
	display: inline-block;
	overflow: hidden;
	width: 424px;
	height: 126px;
	text-indent: -999px;
	transition: 0s ease;
	font-family: Optima;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;
}

.socials {
	margin-bottom: 27px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.socials a {
	position: relative;
	margin: 0 4px 0 5px;
	border-radius: 500px;
	background-color: #fff;
	display: inline-block;
	width: 43px;
	height: 43px;
	  color: green;
	  font: 24px/43px FontAwesome;
}

.socials a:first-child:after {
	  content: '';
	  font: 24px/43px FontAwesome;
	  color: red;
	  width: 43px;
	  height: 43px;
	  text-align: center;
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 999;
}

.socials a:first-child+a:after {
	  content: '';

}

.socials a:first-child+a+a:after {
	  content: ' ';

}


.socials a.last {
	background: url(../images/pint.png) center 0 no-repeat #fff;
}

.socials a:hover {
	opacity: 0.5;
}

/*Content*/


.content {
	background-color: #fff;
	padding-bottom: 0px;
	align-items: center;
}

.page1 .content {
	padding-top: 0px;
	padding-bottom: 0px;

}

.block1 {
	margin-bottom: 0px;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: block;
	align-items: center;
}


.block1 .price {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
  box-sizing: border-box;
	padding: 70px 0 70px;
	left: 50%;
	height: 237px;
	display: block;
	top: 50%;
	overflow: hidden;
	margin-top: -108px;
	margin-left: -104px;
	font: bold 20px/20px Optima;
	font-weight: 600;
	color: green;
	width: 237px;
	position: absolute;
	border: 5px solid #fff;
	border-radius: 500px;
}

.block1 .price span+span {
	padding-top: 14px;
	font-size: 36px;
	display: block;
	font-family: Optima;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	color: #00b100;
	font-weight: 600;
}

.block1 .price small {
font-size: 30px;
position: relative;
top: 2px;
}

.block1 .price * {
	position: relative;
	z-index: 10;
}

.block1 .price strong {
	z-index: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 500px;
	opacity: 0;
	right: 0;
	height: 100%;
	background: url(../images/front_page_2.jpeg) 0 0 repeat;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.block1:hover .price strong {
	opacity: 1;

}

.block1:hover .price {
	color: red;
}

.block1 img {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.block1.blur  img {
	filter: url(../js/blur.svg#blur);
}

.block1:hover img {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	filter: blur(3px)
}

.box {
	padding: 0 15px 30px;
	text-align: center;
}


.box img {
	border-radius: 500px;
	margin-top: -65px;
}

.box .title {
	padding-top: 24px;
	margin-bottom: 26px;
	font-family: Optima;
	font-size: 22px;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-weight: 600;
	color: red;
}

.box>div>a {
	position: relative;
	display: inline-block;
	margin-top: 24px;
	font: 300 16px/20px Optima;
}

.box>div>a:after {
	display: block;
	position: absolute;
	content: '';
	background: url(../images/link_marker.png) right 0 no-repeat;
	right: -27px;
	width: 16px;
	height: 8px;
	padding-right: 20px;
	top: 7px;
}

.col1 {
	color: #00b100;
}

.col1 span a {
	color: #00b100;
}

.col1 span a:hover {
	color: inherit;
}

a.col1:hover, .col1>a:hover {
	color: #00b100;
}

.pad1 {
	padding-right: 40px;
}

.nav {
	font-size: 0;
	text-align: center;
	line-height: 0;
	margin-bottom: 3px;
}

.nav li {
	margin: 0 11px;
	display: inline-block;
	font: 18px/20px Optima;
}

.nav li.selected {
	color: #d9c381;
	font-size: 20px;
}

.col2 {
	color: red;
	font-size: 16px;
}

.col3{
	color: #5f5e4e;
	font-size: 20px;
}

.tab-content:after {
	clear: both;
}

.col3 a:hover {
	color: red;
}
.div-tabs  {
	text-align: center;
}

.div-tabs .clear {
}
.div-tabs a.gal  {
	margin-top: 52px;

	margin-bottom: 23px;
}

.div-tabs a.gal img {
	border: 1px solid #f7f8ed;
	border-radius: 500px;
}

.post {
	overflow: hidden;
}

.post .fleft {
	margin-top: 4px;
}
.post+.post {
	margin-top: 53px;
}
.post .title {
	font: 18px/20px Optima;
	margin-bottom: 7px;
}

a.link1 {
	font: 300 16px/20px Optima;
	display: inline-block;
	margin-top: 15px;
}

.post time {
	position: relative;
	top: 2px;
}
.post .col1 {
	margin-bottom: 19px;
}

.post .col1 span {
	display: inline-block;
	background-color: #e9ddb7;
	width: 1px;
	height: 15px;
	position: relative;
	top: 4px;
	margin: 0px 8px 0 8px;
}

.cont_phone {
	color: #d9c381;
	position: relative;
	top: -1px;
	font:  16px/20px Optima;
}

a.reserv {
	color: #f6f7ea;
	display: inline-block;
	background-color: #9b9a87;
	padding: 29px 20px 28px 18px;
	margin-top: 54px;
	font:  27px/27px Optima;
}

a.reserv:hover {
	background-color: #D7D7B1;
	color: #9b9a87;
}

a.reserv span {
	font-size: 50px;
	position: relative;
	display: inline-block;
	top: -4px;
	margin-right: 2px;
}

.hours {
	padding-left: 80px;
	margin-top: 105px;
	position: relative;
	padding-top: 33px;
	padding-bottom: 32px;
	background-color: #f6f7ea;
}

.hours  div {
	position: relative;
	z-index: 10;
}

.hours  .title {
	background-color: #f6f7ea;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(-90deg); /* Chrome y Safari */
  -moz-transform: rotate(-90deg); /* Firefox */
	font:  36px/36px Optima;
	position: absolute;
	z-index: 1;
	bottom: 0;
	display: block;
	left: 55px;
	color: #85846d;
	top: 0px;
	font-family: Optima;
}

.hours +h3.head3 {
	padding-top: 41px;
	padding-left: 24px;
}

.news {
	overflow: hidden;
	padding-top: 1px;
}

.news+.news {
	margin-top: 23px;
	padding-top: 20px;
	border-top: 1px solid #f6f7ea;
}

.news time {
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	float: left;
	padding-top: 9px;
	display: block;
	width: 57px;
	margin-top: 5px;
	color: #85846d;
	height: 57px;
	margin-right: 22px;
	background-color: #f6f7ea;
	border-radius: 500px;
	text-align: center;
}

.news time span {display: block;
	margin-top: -2px;
font-size: 18px;}



a.gal {
	display: block;
	position: relative;


}

a.gal span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/**
	background: url(../images/magnify.png) -100% center no-repeat;
	**/
}

a.gal:hover span {
	background-position: center center;
}
/****Map***/

.map {
}

.map figure {

	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
margin-bottom: 43px;

}
.map figure iframe {
	width: 100%;
	height: 325px;
	max-width: 100%;
}


.map address {
	overflow: hidden;
	margin-bottom: 18px;

}


address dt {
	margin-bottom: 20px;
	color: gray;
}


address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
	color: gray;
}

#map {
	width: 100%;
	margin-top: 106px;
	height: 350px;
}

.contact h3.head3 {
	padding-top: 58px;
	margin-bottom: 44px;
}

a.col2:hover {
	color: #000;
}

/************Footer***********/

footer {
	padding: 75px 0 70px;
	display: block;
	color: #85846d;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

footer a:hover {
	color: #5f5e4e;
}

.f_logo {
	display: inline-block;
	margin-bottom: 28px;
}


.copy {
	padding-top: 31px;
	margin: 0 7px;
	border-top: 1px solid #5f5e4e;

}

#toTop {
    background: url("../images/up-arrow.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 40px;
    display: inline-block;
    height: 42px;
    width: 42px;
    left: 58%;
    margin-left: 430px;
    overflow: hidden;
    position: fixed;
    text-decoration: none;
    text-indent: -999px;
    transition: all 0s ease 0s;
    z-index: 20;
}
#toTop:hover {
    background-position: right 0;
    outline: medium none;
		color:red;
}

.img1 {
	background-image: url('images/front_page_2.jpeg');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.img2 {
	background-image: url('images/ponte_rialto.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

@media all and (max-width: 768px) {
	img {width: 100%;}
}

@media only screen and (max-width: 768px) {

html, body, header, .page1 {
	width: 100vw;
	min-height: 100vw;
	overflow-x: hidden;
}

img {
  width: 70%;
  height: 500px;
	object-fit: cover;

}

.prefix_3, .content, .container_12, .block1, .price, .menu_block, .box .maxheight, .current, .bt-icon, .f_logo, #myRow {
	width: 100%;
	display:block;
}

.grid_12, .grid_12::after, .grid_12::before, .grid9, .grid_6 {
	width: 100%;
	display:inline-block;
}

#img1 {
	width: 100%;
}

#bt-menu {
width: 100vh;
}

h1, h2, h5, h6 {
	line-height:1.0;
	font-weight: 600;
}

h4 {
	line-height:0.5;
}

footer {
	float:left;
}

}

h1 {
  text-align: center;
  font-family: Optima;
  color: #7d521e;
  font-size:32px;
}

p {
  text-align: center;
  color: #00b100;
}
/* 	Overlay Banner */
/*	---------------------------------------------------- */

.overlay-ribbon {
  position: absolute;
  width: 13em;
  height: 18em;
  z-index: 9999;
  top: 0;
  right: 2%;
  background: white;
  padding: 5px 0;
  /* IE10 Consumer Preview */

  background-image: -ms-radial-gradient(center top, circle farthest-side, #00b100 0%, #2ec4b6 100%);
  /* Mozilla Firefox */

  background-image: -moz-radial-gradient(center top, circle farthest-side, #00b100 0%, #2ec4b6 100%);
  /* Opera */

  background-image: -o-radial-gradient(center top, circle farthest-side, #00b100 0%, #2ec4b6 100%);
  /* Webkit (Safari/Chrome 10) */

  background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #00b100), color-stop(1, #00b100));
  /* Webkit (Chrome 11+) */

  background-image: -webkit-radial-gradient(center top, circle farthest-side, #00b100 0%, #2ec4b6 100%);
  /* W3C Markup, IE10 Release Preview */

  background-image: radial-gradient(circle farthest-side at center top, white 0%, #00b100 100%);
  -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;

  animation: slidein 3s ease-in-out forwards;
}

.ribbon-content {
  z-index: 99999;
  position: relative;
  margin: 0 5px;
}

.ribbon-content h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  line-height: 16px;
  font-family: Optima;
  color: red;
  text-align: center;
}

.ribbon-content > p,
.ribbon-content > p span {
  color: #00b100;
  margin: 0;
  padding: 0;
}

.ribbon-content p span {
  display: block;
}

.close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
}

.close-x a:link,
.close-x a:visited {
  background: #00b100;
  color: #fff;
  padding: 0 4px;
  font-weight: normal;
  text-decoration: none;
}

.close-x a:hover {
  background: #00b100;
}

.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -9em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10em solid #ff4c4c;
  border-right: 10em solid transparent;
  z-index: 997;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -9em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10em solid #ff4c4c;
  border-left: 10em solid transparent;
  z-index: 998;
}

.slideout {
  animation: slideout 1s ease-in-out forwards;
}

@-webkit-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@-o-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@-moz-keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@keyframes slidein {
  from {
    transform: translate(0, -400px);
  }
  to {
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-o-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@-moz-keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}

@keyframes slideout {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, -400px);
  }
}
