@import url("../extra/fancybox/jquery.fancybox.css");
/* external */
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:invalid {
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
}
/* variables */
/*
 * Gerenric
 */
i {
  font-style: italic;
  font-weight: inherit;
}
/* MIXIN*/
.icon {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
}
.btn {
  border: 1px solid #303030;
  padding: 5px 25px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 0 0 0;
  color: #303030;
}
.btn:hover {
  background-color: #6e8c03;
  color: #7ebfb4;
}
.size-standard {
  width: 100%;
  clear: both;
  float: left;
}
/* common */
html {
  height: 100%;
}
body {
  display: none;
  width: 100%;
  background-color: #ffffff;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #7a7979;
  -webkit-text-size-adjust: none;
}
body :focus {
  outline: none;
}
body .sep {
  clear: both;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #303030;
  font-weight: bold;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body h5 a,
body h6 a {
  color: #303030;
}
body .title {
  width: 100%;
  text-align: center;
}
body .title h2 {
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
  text-transform: uppercase;
}
body a {
  color: #7a7979;
  text-decoration: none;
}
body a:hover {
  color: #7ebfb4;
}
body img {
  display: block;
  max-width: 100%;
}
body .none {
  display: none;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .fancybox-prev span,
body .fancybox-next span {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  width: 30px;
  height: 55px;
}
body .fancybox-prev span {
  background: transparent url(../img/back-ico-arrow-prev.png) 0 0 no-repeat;
}
body .fancybox-next span {
  background: transparent url(../img/back-ico-arrow-next.png) 0 0 no-repeat;
}
body .fancybox-close {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 50px;
  height: 49px;
  float: left;
  background: transparent url(../img/back-ico-close.png) 0 0 no-repeat;
  right: 10px;
  top: 10px;
}
body .bx-pager {
  text-align: center;
  margin: 10px auto;
  width: 100%;
}
body .bx-pager .bx-pager-item {
  display: inline-block;
}
body .bx-prev,
body .bx-next {
  display: none;
}
body .bx-pager-link {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  background: transparent url(../img/back-bullet.png) 0 -18px no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 3px;
}
body .bx-pager-link.active {
  background-position: 0 0;
}
body .txt {
  width: 59%;
  margin: 0 auto 40px auto;
}
body .txt p {
  padding: 0 0 10px 0;
}
body .txt ul {
  list-style-type: disc;
  padding: 0 0 10px 18px;
}
body .dish {
  width: 50%;
  margin: 0 auto 40px auto;
}
body .dish p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
body .dish p strong {
  color: #6e8c03;
}
/* container*/
#container {
  width: 1152px;
  margin: auto;
  clear: both;
  position: relative;
}
/* header*/
#hd {
  width: 100%;
  clear: both;
  float: left;
  width: 1152px;
  position: absolute;
  z-index: 501;
  height: 300px;
}
#hd .logo {
  display: block;
  text-align: center;
  margin: 100px 0 0 0;
}
#hd .logo a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  float: none;
  background: transparent url(../img/logo.png) top left no-repeat;
  width: 450px;
  height: 180px;
  margin: auto;
}
#hd .social {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 9999;
}
#hd .social a {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  width: 30px;
  height: 30px;
  margin-left: 0.5em;
}
#hd .social a.fb {
  background: transparent url(../img/back-ico-fb.png) top left no-repeat;
}
#hd .social a.instagram {
  background: transparent url(../img/back-ico-instagram.png) top left no-repeat;
}
#hd .social a.tripadvisor {
  background: transparent url(../img/back-ico-tripadvisor.png) top left no-repeat;
}
#hd .social a.pinterest {
  background: transparent url(../img/back-ico-pinterest.png) top left no-repeat;
}
#hd.tabloid {
  height: 65px;
  background-color: #ffffff;
  z-index: 505;
}
#hd.tabloid .logo {
  text-align: left;
  position: absolute;
  top: 2px;
  left: 10px;
  margin: 0;
}
#hd.tabloid .logo a {
  background: transparent url(../img/logo-small.png) top left no-repeat;
  width: 153px;
  height: 59px;
  margin: 0;
}
#hd.tabloid .menu {
  padding: 13px 0 0 120px;
}
#hd.tabloid .menu ul {
  padding: 10px 0 0 0;
}
#hd.tabloid .menu ul li a {
  padding: 0 30px;
}
#hd.tabloid .social {
  top: 18px;
}
#hd .visibility {
  display: block;
}
/* menu */
.menu {
  color: #303030;
  text-align: center;
}
.menu ul {
  display: inline-block;
  padding: 30px 0 0 0;
}
.menu ul li {
  display: block;
  float: left;
}
.menu ul li a {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  color: #303030;
  padding: 0 60px;
  line-height: 18px;
}
.menu ul li a:hover,
.menu ul li a.current {
  color: #7ebfb4;
}
/* main*/
#main {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}
#main section {
  clear: both;
  float: left;
  width: 100%;
}
#main .share {
  position: absolute;
  top: 610px;
  right: 20px;
  width: 160px;
  text-align: right;
}
#main .share a {
  margin: 0 0 0 5px;
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  line-height: 2000px;
}
#main .share a.twitter {
  background: transparent url(../img/back-ico-tw.png) 0 0 no-repeat;
}
#main .share a.fb {
  background: transparent url(../img/back-ico-fb.png) 0 0 no-repeat;
}
#main .share h3 {
  display: block;
  padding: 5px 10px 0 0;
  float: left;
}
#main .box-list {
  width: 100%;
  clear: both;
  float: left;
}
#main .box-list .box {
  width: 20%;
  display: block;
  float: left;
  padding: 0 5px 10px 5px;
  height: auto;
}
#main .box-list .box img {
  margin: auto;
  display: block;
}
#main .box-list .box h3 {
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
#main .box-list .box .focus {
  display: block;
  width: 100%;
  background-color: #7ebfb4;
  text-align: center;
  padding: 34px 0;
  border: 1px solid #7ebfb4;
  border-radius: 15px;
}
#main .box-list .box .focus span {
  display: block;
  width: 50%;
  margin: auto;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
}
#main .box-list .box.services {
  width: 33%;
  height: auto;
  padding: 20px 40px 40px 40px;
}
#main .box-list .box.services h3 {
  padding: 0 0 10px 0;
  font-size: 18px;
  text-transform: none;
}
#main .box-list .box.services p {
  padding: 10px 0 5px 0;
}
#main .box-list .box.services p.address {
  background: transparent url(../img/back-ico-dove.png) top left no-repeat;
  padding: 10px 0 10px 45px;
}
#main .box-list .box.services p.phone {
  background: transparent url(../img/back-ico-chiama.png) top left no-repeat;
  padding: 5px 0 15px 45px;
}
#main .box-list .box.services p.email {
  background: transparent url(../img/back-ico-email.png) 3px top no-repeat;
  padding: 0 0 0 45px;
}
#main .box-list.loghi ul {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
}
#main .box-list.loghi ul li {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
#main .box-list.loghi ul .box {
  width: 100%;
}
#main .box-list.loghi ul .box .img {
  height: 140px;
  display: table;
  width: 100%;
}
#main .box-list.loghi ul .box .img a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#main .box-list .ctn-slide {
  width: 920px;
  float: left;
  padding: 0 0 30px 0;
}
#main .box-list .ctn-slide .box {
  width: 100%;
}
#main .box-list .ctn-slide .bx-pager {
  text-align: center;
  margin: 10px 0 10px 220px;
  width: auto;
}
#main .box-list .ctn-slide .bx-pager .bx-pager-item {
  display: inline-block;
}
#main .slider-banner {
  width: 100%;
  clear: both;
  float: left;
  margin: 70px 0 30px 0;
}
#main .slider-hp {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  margin: 0 0 40px 0;
}
#main .slider-hp.mob {
  display: none;
}
#main .slider-hp .next,
#main .slider-hp .prev {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  position: absolute;
  top: 45%;
}
#main .slider-hp .prev {
  left: 0;
  background: transparent url(../img/back-ico-arrow-prev-slider.png) top left no-repeat;
  width: 33px;
  height: 58px;
}
#main .slider-hp .next {
  right: 0;
  background: transparent url(../img/back-ico-arrow-next-slider.png) top left no-repeat;
  width: 33px;
  height: 58px;
}
#main .slider-hp img {
  margin: 0 6px 6px 0;
  height: 300px;
}
#main .slider-img {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  margin: 0 0 70px 0;
}
#main .slider-img ul {
  display: block;
  width: 100%;
}
#main .slider-img ul li {
  display: block;
  float: left;
  width: 20%;
}
#main .slider-img ul li img {
  width: 99%;
  margin: auto;
}
#main .email {
  width: 100%;
  clear: both;
  float: left;
  padding: 10px 0 0 0;
}
#main .email fieldset {
  text-align: left;
}
#main .email fieldset input {
  border: 1px solid #e3e3e3;
  padding: 5px;
  font-size: 14px;
  margin: 0 10px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  width: 240px;
  color: #303030;
  float: left;
}
#main .email fieldset input.send {
  float: right !important;
  background: transparent url(../img/back-ico-entra.png) top left no-repeat;
  width: 33px;
  height: 33px;
  border: 0;
  margin: -2px 10px 0 0;
  padding: 0;
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  cursor: pointer;
}
#main .filter .frm fieldset {
  width: 50%;
  margin: auto;
  padding: 20px;
}
#main .filter .frm fieldset .select {
  overflow: hidden;
  width: 200px;
  display: block;
  height: 40px;
  float: left;
  border: 1px solid #e3e3e3;
  background: url(../img/back-ico-arrow-select.png) 95% center no-repeat;
  margin: 0 10px 0;
}
#main .filter .frm fieldset .select select {
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  width: 225px;
  height: 20px;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  height: 30px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #303030;
  padding: 10px 10px 0 10px;
  display: block;
  float: left;
}
#main .filter.single .frm fieldset .select {
  display: block;
  float: none;
  margin: auto;
}
#main .maps {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 0 40px 0;
}
#main .maps .mob {
  display: none;
}
#main .maps .desktop {
  display: block;
}
#main .order {
  background-color: #7ebfb4;
  padding: 0 0 30px 0;
  margin: 0 0 40px 0;
  width: 100%;
  clear: both;
  float: left;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
#main .order .title h2 {
  color: #ffffff;
}
#main .order ul {
  display: inline-block;
  margin: auto;
  width: auto;
}
#main .order ul li {
  display: inline-block;
  width: 20%;
  padding: 100px 20px 20px 20px;
  text-align: left;
  vertical-align: top;
}
#main .order ul li.book-from {
  background: url(../img/back-ico-book-from.png) center 5px no-repeat;
}
#main .order ul li.book-to {
  background: url(../img/back-ico-book-to.png) center 5px no-repeat;
}
#main .order ul li.delivery {
  background: url(../img/back-ico-delivery.png) center 20px no-repeat;
}
#main .order ul li.payment {
  background: url(../img/back-ico-payment.png) center top no-repeat;
}
#main .order ul li a {
  color: #ffffff;
  text-decoration: underline;
}
#main .order .btn-order {
  clear: both;
  margin: 20px auto;
  width: 32%;
  display: block;
  text-transform: uppercase;
  color: #7ebfb4;
  border: 1px solid #ffffff;
  font-weight: bold;
  line-height: 20px;
  font-size: 20px;
  border-radius: 15px;
  background: #ffffff url(../img/back-ico-order.png) 94% center no-repeat;
  padding: 20px 100px 20px 15px;
}
#main .order .btn-order:hover {
  background: #7ebfb4 url(../img/back-ico-order-hover.png) 94% center no-repeat;
  color: #ffffff;
}
.overlaybg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}
.privacy {
  display: none;
}
.privacy .content {
  display: block;
  position: absolute;
  padding: 20px;
  left: 0;
  right: 0;
  top: 70px;
  margin: auto;
  width: 960px;
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  z-index: 1001;
}
.privacy .content .btnClose {
  display: block;
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
footer {
  width: 100%;
  clear: both;
  float: left;
  background-color: #7ebfb4;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  padding: 30px 0;
  text-align: center;
  text-transform: uppercase;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/*************************************************************/
/* content*/
.mobile #container {
  width: 100%;
  float: left;
}
.mobile .visibility {
  display: none;
  text-indent: -99999px;
}
.mobile .bx-pager {
  display: none;
}
.mobile a:hover {
  color: inherit;
}
.mobile .title h2 {
  font-size: 21px;
  line-height: 21px;
  padding: 0 10px 10px 10px;
}
.mobile .fancybox-prev span,
.mobile .fancybox-next span {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -1000px;
  width: 24px;
  height: 44px;
}
.mobile .fancybox-prev span {
  background: transparent url(../img/back-ico-arrow-prev-2x.png) 0 0 no-repeat;
  background-size: 24px 44px;
}
.mobile .fancybox-next span {
  background: transparent url(../img/back-ico-arrow-next-2x.png) 0 0 no-repeat;
  background-size: 24px 44px;
}
.mobile .fancybox-close {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 33px;
  height: 33px;
  float: left;
  background: transparent url(../img/back-ico-close-2x.png) 0 0 no-repeat;
  background-size: 33px 33px;
  right: 10px;
  top: 10px;
}
.mobile .txt {
  width: 100%;
}
.mobile .txt p {
  padding: 0 10px 10px 10px;
}
.mobile .txt ul {
  padding: 0 10px 10px 24px;
}
.mobile .dish {
  width: 80%;
}
/* header*/
.mobile #hd {
  width: 100%;
  position: relative;
  height: 80px;
}
.mobile #hd .social {
  top: 10px;
  padding: 10px 0 0 23px;
  position: relative;
  width: 100px;
}
.mobile #hd .social a {
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.mobile #hd .social a.fb {
  background: transparent url(../img/back-ico-fb-2x.png) top left no-repeat;
  background-size: 20px 20px;
}
.mobile #hd .social a.instagram {
  background: transparent url(../img/back-ico-instagram-2x.png) top left no-repeat;
  background-size: 20px 20px;
}
.mobile #hd .social a.tripadvisor {
  background: transparent url(../img/back-ico-tripadvisor-2x.png) top left no-repeat;
  background-size: 20px 20px;
}
.mobile #hd .social a.pinterest {
  background: transparent url(../img/back-ico-pinterest-2x.png) top left no-repeat;
  background-size: 20px 20px;
}
.mobile #hd .logo {
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.mobile #hd .logo a {
  background-size: 153px 59px;
  width: 153px;
  height: 59px;
}
.mobile #hd .visibility {
  display: none;
}
/* menu*/
.mobile #hd .menu {
  display: none;
}
/* main*/
.mobile #main {
  font-size: 14px;
  line-height: 18px;
}
.mobile #main .box-list {
  padding: 0 0 20px 0;
}
.mobile #main .box-list .box {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 10px 20px 10px;
  height: auto !important;
}
.mobile #main .box-list .box h2 {
  font-size: 19px;
  line-height: 18px;
}
.mobile #main .box-list .box.services {
  width: 100%;
  height: auto;
  padding: 0 10px 20px 10px;
}
.mobile #main .box-list .box.services h3 {
  text-align: center;
}
.mobile #main .box-list .box.services p.address {
  background: transparent url(../img/back-ico-dove-2x.png) top left no-repeat;
  background-size: 33px 29px;
  padding: 10px 0 20px 45px;
}
.mobile #main .box-list .box.services p.phone {
  background: transparent url(../img/back-ico-chiama-2x.png) top left no-repeat;
  background-size: 36px 31px;
  padding: 5px 0 25px 45px;
}
.mobile #main .box-list .box.services p.email {
  background: transparent url(../img/back-ico-email-2x.png) 6px top no-repeat;
  background-size: 26px 16px;
  padding: 0 0 20px 45px;
}
.mobile #main .box-list.loghi ul {
  display: block;
}
.mobile #main .box-list.loghi ul li {
  display: block;
  width: 100%;
  padding: 0 0 20px 0;
  margin: 0;
}
.mobile #main .box-list.loghi ul .box .img {
  height: auto;
}
.mobile #main .box-list .ctn-slide {
  width: 100%;
}
.mobile #main .share {
  position: static;
  clear: both;
  margin: 0 auto;
  height: 60px;
}
.mobile #main .share a.twitter {
  background: transparent url(../img/back-ico-tw-2x.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
.mobile #main .share a.fb {
  background: transparent url(../img/back-ico-fb-2x.png) 0 0 no-repeat;
  background-size: 30px 30px;
}
.mobile #main .slider-banner {
  height: auto;
  margin: 0 0 20px 0;
}
.mobile #main .slider-hp {
  display: none;
}
.mobile #main .slider-hp.mob {
  display: block;
  margin: 0 0 40px 0;
  width: 100%;
}
.mobile #main .slider-hp.mob img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
.mobile #main .slider-img {
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
}
.mobile #main .slider-img ul {
  display: block;
  width: 100%;
}
.mobile #main .slider-img ul li {
  display: block;
  float: left;
  width: 50%;
}
.mobile #main .slider-img ul li img {
  width: 99%;
  margin: auto;
}
.mobile #main .maps {
  width: 100%;
  clear: both;
  float: left;
  padding: 0 0 40px 0;
}
.mobile #main .maps .desktop {
  display: none;
}
.mobile #main .maps .mob {
  display: block;
}
.mobile #main .order {
  padding: 20px 0 0 0;
}
.mobile #main .order ul {
  display: block;
  margin: 0;
  width: 100%;
}
.mobile #main .order ul li {
  display: block;
  width: 100%;
  padding: 100px 10px 30px 10px;
  text-align: center;
}
.mobile #main .order .btn-order {
  width: 90%;
  background: #ffffff url(../img/back-ico-order-2x.png) 96% center no-repeat;
  background-size: 65px 40px;
  padding: 10px 100px 10px 15px;
}
.mobile #main .order .btn-order:hover {
  background: #ffffff url(../img/back-ico-order-2x.png) 96% center no-repeat;
  background-size: 65px 40px;
  color: #7ebfb4;
}
.mobile .privacy .content {
  width: 95%;
}
.mobile .privacy .content .btnClose {
  top: 5px;
  right: 5px;
}
.mobile footer a:hover {
  color: #ffffff;
}
/*************************************************************/
/* print */
