body { font-size: 18px; background-color: #fff; font-family: 'Open Sans', sans-serif; }

/* RIMOZIONE MARGIN PADDING BOOTSTRAP */

.container-fluid { padding-right: 0px;  padding-left: 0px; }
.container { padding-right: 0px;  padding-left: 0px; }
.row { margin-right: 0px; margin-left: 0px; }
[class*="col-"] { padding-left: 0; padding-right: 0;  }
.navbar [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
	margin-bottom: 0 !important;
}


.container-fluid > .navbar-header { margin-right: 0; margin-left: 0; }

p { margin-bottom: 20px;  line-height: 150%; }
b, strong { font-weight: 600; }
.navbar-brand {
    margin: 0px !important;
	padding: 0px !important;
}


.centra { position:absolute;top:50%;left:50%;
		transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
	
	
	
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}

h1, .h1 { font-size: 120%; font-weight: 700; line-height: 100%; }
h2, .h2 { font-size: 120%; }
h3, .h3 {  }

h4, .h4 {
    font-size: 30px;
}



/* ALTEZZA FLEX */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ccc;
}


/* SFONDI */
.sfondoprodotti {
	background-image: url(../img/formaggio-maiale-pesce.png);
	background-repeat: no-repeat;
	width: 100%;
}


/* NAVBAR */
.nav > li { letter-spacing: -1px; }

.navbar { margin-bottom: 0px; border-radius: inherit }
.navbar-brand > img { max-height: 50px !important; padding-top: 7px; }
.navbar-default { background-color: transparent; border: 0; }

.navbar-default .navbar-nav > li > a { font-size: 18px; }



/* JUMBOTRON */
.jumbotron {
    padding: 30px 0;
}
	
	
/* PALETTE */
.bk-brown { background-color: #372E2C !important; color: #fff; }
.bk-white { background-color: #faf8f6 !important; color: #222; }



/* ALTRO */
.container { position: relative; }
.container [class*="col-"]:first-child { }

.wrapper-text { padding: 30px 50px !important; }


.pmedia { text-align: center; font-size: 9px; padding-top: 20px; padding-bottom: 20px; color: #fff; }
.pmedia a:link, .pmedia a:active, .pmedia a:visited  {
	color: #fff;
	text-decoration: none;
}
.pmedia a:hover { color: #fff; }


/* BOX */


.box-rect { position: relative; }
.box-rect img { width: 100%; }


.box-quadrata { }

.box-quadrata::before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%;
}


/* .bollo-top { background-color: rgba(255,255,255,0.5);
border-radius: 50%;
position: absolute;
top: 0;
right: 0;
width: 50%;
height: auto;
padding-bottom: 50%; }

 
.bollo-top {
	background-image: url(../img/bollo-up.png);
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: auto;
	padding-bottom: 50%;
	background-repeat: no-repeat;
}


.bollo-bottom {
	background-image: url(../img/bollo-down.png);
	background-repeat: no-repeat;
}

 */

.slogan { margin: 30px; color: #fff; position: absolute; bottom: 0; font-weight: 700; font-size: 130%; line-height: 100%; }
.slogan span { background-color: rgba(255,255,255,1); padding: 2px 5px 1px 5px; font-weight: 600; color: #000; line-height: 140%; }

.slogan.brown span { background: #372e2c; color: #FFFFFF; }
.slogan.white span { background: #FFF; color: #333; }

.abs-left  { left:0;right:auto;}
.abs-right { left:auto;right:0; }
.abs-top { top:0; bottom:auto !important;  } 
.abs-bottom { bottom:0; top: auto !important; }



/* PESCI-GIF */

.pesce-sx {
  position: absolute;
  left: 0;
  right: auto;
}


.pesce-dx {
  position: absolute;
  right: 0;
  left: auto;
}

.pesce-top {
  top: 10% !important;
  bottom: auto;
}

.pesce-bottom {
  bottom: 10% !important;
  top: auto;
}




/*---------------- BOLLI ---------------------*/

.col-bollo {
  width: 100%;
  padding: 5%;
  background-color: white;
  margin-bottom: 5%;
  /*border-top: 5px solid red;*/
  
  
 
}

/* the blue circle with only one line of text, centered vertically */
.oneline:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: cadetblue;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.oneline:hover:after {
  background-color: goldenrod;
}
.oneline div {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1em;
  margin-top: -1.7em;
  text-align: center;
  color: white;
}
.oneline p {
  text-align: center;
  font-size: 1.2em;
}

@media only screen and (min-width: 768px) {
    .col-bollo {
    display: inline-block;
  /*  position: relative; */
    width: 35%;
    margin: 4% 0 5% 3%;
    padding: 0;
    background-color: transparent;
    border-top: none;
	position:absolute;top:0;right:0;
  }
  
  .col-bollo .spacer {
    position: relative;
    padding-top: 100%;
  }
  .col-bollo:nth-child(3n+1) {
    margin-left: 1%;
  }
  
  .circle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    color: #333;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    display: block;
    padding: 45px;
    /*border: 5px solid #9dd8e0;*/
	border: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  
  .circle:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -2%;
  }
  
.circle:hover {
    /*background-color: #c8747a;
    border: 5px solid #4d0000;
    color: #fff;*/
	border: 0;
  }

  .outline {
    border: 5px solid grey;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    box-sizing: border-box;
  }

  .circle h5 {
    font-size: 0.9em;
    line-height: 1em;
  }
  .circle p {
    font-size: 0.8em;
    line-height: 1em;
    color: white;
    text-align: center;
  }
  .circle a {
    color: inherit;
  }
  .circle > p, .circle > h1, .circle > .wrapcontent {
    display: inline-block;
    vertical-align: middle;
  }
  .circle > p > p, .circle > p > h5, .circle > h5 > p, .circle > h5 > h5, .circle > .wrapcontent > p, .circle > .wrapcontent > h5 {
    display: block;
  }
}

/* @media only screen and (min-width: 481px) {

  
  .circle h1 {
    font-size: 1.2em;
    line-height: 1em;
  }
  .circle p {
    font-size: 1em;
    line-height: 1em;
  }
} */
@media only screen and (min-width: 768px) {
  .circle h5 {
    font-size: 1.6em;
    line-height: 1em;
  }
  .circle p {
    font-size: 1.2em;
    line-height: 1em;
  }
}

/* ------------------ END BOLLI --------------------------*/






/* FOOTER */

footer { font-size: 75% }
footer a:link, footer a:visited, footer a:active  { color: #fff; }
footer a:hover  { color: #CA757B; text-decoration: none; }
footer [class*="col-"] { padding-right: 10px; }
footer [class*="col-"]:last-child { padding-right: 0px; }
.footer { padding-top: 35px; padding-bottom: 35px; }
footer .logo-b { }
.contact-tel {
	color: #CA757B;
	font-size: 180%;
	letter-spacing: -1px;
	font-style: normal;
	border: 1px dotted #CA757B;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 20px !important;
}

.orari {
	color: #fff;
	font-size: 100%;
	font-style: normal;
	border: 1px dotted #ccc;
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	padding: 20px;
}

.orari h4 {
	margin-bottom: 3px; font-weight: 600;
	font-size: 120%;
}

.orari h4:first-child {
	margin-top: 0;
}

.contact-tel a:link, .contact-tel a:active, .contact-tel a:visited  {
	color: #CA757B;
}

.contact-tel a:hover {
	color: #fff;
}
.contact-tel strong { font-weight:700; }
.icona-footer { max-width: 30px; }





/* DOPPIA COLONNA */

.doppia-colonna { padding: 40px 0px; font-size: 90%; }
.doppia-colonna a { font-weight: 700; }
.doppia-colonna-galleria { }
.doppia-colonna-galleria .primoslogan { padding-bottom: 10px; }

.separatore .row  { padding-bottom: 40px; }
.separatore .row:last-child  { padding-bottom: 0px; }


/* .doppia-colonna-galleria [class*="col-"]:last-child { padding: 20px; } */

.doppia-colonna-galleria img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* .doppia-colonna [class*="col-"]:first-child { width: 70%; } */
 
 
.line-updown-pm {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: 3;
	border-bottom-color: 3;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
}

.line-updown-pm.m-left {
	margin-left: 30px;
	
}

.line-updown-pm.m-right {
	margin-right: 30px;
	
}


/* GALLERIA */

.gallery-full { position: relative; }
.gallery-full img { padding-right: 1px; }
.gallery-full img:last-of-type { padding-right: 1px; }


.gallery-full a {
 overflow: hidden;
 color: #000;
}

.gallery-full a img {
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
}

.gallery-full a:hover {
 text-decoration: none;
 color: #634c47 !important;
}

.gallery-full a:hover img {
 -webkit-transform: scale(1.3);
 transform: scale(1.3);
}

.gallery-full .cont-img {
 overflow: hidden;
}


/* RICETTA */

.ricetta img.left { margin: 20px 0px 20px 0; }
.ricetta img.right { margin: 20px 0px 20px 0px; }
.ingredienti { margin-right: 30px; margin-top: 30px; }
.titolo-ricetta { text-align:center; background-color: #e6e5e5; padding: 10px 0; letter-spacing: -1px; }


/* CONTATTI */
.contatti { margin: 30px; }
.contattaci-comearrivare { padding: 0 30px; font-size: 90%; }
.contattaci-logo { padding: 0 100px; }
#map-canvas { height: 550px; width: 100%; }



/* TABLE SCHEDATECNICA */


.container-table { }
.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
}
.responsive-table a.btn {
    border: 0px;
	background-color: #BBC9D4;
	color: #fff;
	font-size: 85%;
}
.responsive-table a.btn:hover {
    font-weight: 400;
}


@media (min-width: 48em) {
  .responsive-table {
    font-size: .9em;
  }
}
@media (min-width: 62em) {
  .responsive-table {
    font-size: 1em;
  }
}
.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 48em) {
  .responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.responsive-table thead th {
  background-color: transparent;
  border: 0px;
  font-weight: bold;
  text-align: center;
  color: #5F5F5F;
  border-bottom: 0px solid #E4E4E4;
}
.responsive-table thead th:first-of-type {
  text-align: left;
}
.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
@media (min-width: 48em) {
  .responsive-table tr {
    display: table-row;
  }
}
.responsive-table th,
.responsive-table td {
  padding: .1em;
  vertical-align: middle;
}
@media (min-width: 30em) {
  .responsive-table th,
  .responsive-table td {
    padding: .75em .5em;
  }
}
@media (min-width: 48em) {
  .responsive-table th,
  .responsive-table td {
    display: table-cell;
    padding: .5em;
  }
}
@media (min-width: 62em) {
  .responsive-table th,
  .responsive-table td {
    padding: .5em .5em;
  }
}
@media (min-width: 75em) {
  .responsive-table th,
  .responsive-table td {
    padding: .42em;
  }
}
.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 48em) {
  .responsive-table caption {
    font-size: 1.5em;
  }
}
.responsive-table tfoot {
  font-size: .8em;
  font-style: italic;
}
@media (min-width: 62em) {
  .responsive-table tfoot {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody {
    display: table-row-group;
  }
}
.responsive-table tbody tr {
  margin-bottom: 1em;
  border: 0;
  border-bottom: 0px solid #E4E4E4;
}
@media (min-width: 48em) {
  .responsive-table tbody tr {
    display: table-row;
    border-width: 0px;
  }
}
.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 48em) {
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: transparent;
  }
}
.responsive-table tbody th[scope="row"] {
  background-color: transparent;
  color: white;
}


.responsive-table tbody th[scope="row"] img {
  margin: 0 auto;
}



@media (min-width: 48em) {
  .responsive-table tbody th[scope="row"] {
    background-color: transparent;
    color: #5e5d52;
    text-align: left;
  }
}
.responsive-table tbody td {
  text-align: right;
}
@media (min-width: 30em) {
  .responsive-table tbody td {
    border-bottom: 0px solid #E4E4E4;
  }


}
@media (min-width: 48em) {
  .responsive-table tbody td {
    text-align: left;
  }
}
.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  font-size: .8em;
  color: rgba(94, 93, 82, 0.75);
}
@media (min-width: 30em) {
  .responsive-table tbody td[data-title]:before {
    font-size: .9em;
  }
}
@media (min-width: 48em) {
  .responsive-table tbody td[data-title]:before {
    content: none;
  }
}




@media (max-width: 768px)   {

.jumbotron { margin-bottom: 0px; padding: 30px; }
.jumbotron [class*="col-"]:last-child { padding-top: 20px; }

.slogan { font-size: 100%; }

.nav > li { text-align: center; }

.navbar-brand > img { padding: 8px; }


.navbar-nav { margin: 0 -15px; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { background-color: #372e2c; }
.navbar-default .navbar-nav > li > a:hover {
    color: #372e2c;
    background-color: #d8bfc0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.line-updown-pm { text-align: center; }

.doppia-colonna { padding: 30px; }
.doppia-colonna [class*="col-"]:last-child { padding-top: 20px; }

.responsive-table tbody td { text-align: center; }

.responsive-table tbody tr { margin-bottom: 0em; }

footer { text-align: center; }
.logo-b img { margin: 0 auto; }
footer .logo-b { padding-bottom: 20px; }
.footer { margin: 15px; }
footer [class*="col-"] { padding-right: 0; }

.line-updown-pm.m-left { margin-left: 0px; }
.line-updown-pm.m-right { margin-right: 0px; }

.pesce-dx { position: relative; }

.face { padding: .75em .5em 0 .5em !important; }




/* HOME CAROUSEL */

#homeCarousel .carousel-inner { height: 300px; overflow: hidden; position: relative; width: 100%; }
#homeCarousel .carousel-inner .item, .carousel-inner .active.left, .carousel-inner .active.right { height: 100%; }
#homeCarousel .carousel-inner > .item > img { object-fit: cover !important; }
.box-rect img { height: 100%; }
#homeCarousel .img-responsive, #homeCarousel .thumbnail > img, #homeCarousel .thumbnail a > img, #homeCarousel .carousel-inner > .item > img, #homeCarousel .carousel-inner > .item > a > img { height: 100%; }




/* CONTATTI */
.contatti { margin: 0; }
.contattaci-comearrivare { text-align: center; padding-top: 30px; }
.contattaci-logo { padding-top: 30px; }
	
}


@media (min-width: 768px) and (max-width: 990px)    {
.orari { font-size: 70%; }

.circle h5 { font-size: 1.2em; }
.pesce-sx { max-width: 200px; }
.pesce-dx { max-width: 200px; }

.navbar-default .navbar-nav > li > a { font-size: 15px; }
}





@media (max-width: 990px)   { 
.contattaci-comearrivare { font-size: 80%; }


}


@media (max-width: 1200px)   { 
.contattaci-logo { padding: 0 50px; }
}

