@charset "utf-8";
/* CSS Document */
* {
  -webkit-transition: all ease-in-out 150ms;
  -moz-transition: all ease-in-out 150ms;
  -ms-transition: all ease-in-out 150ms;
  -o-transition: all ease-in-out 150ms;
  transition: all ease-in-out 150ms;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
}
body * {
  box-sizing: border-box;
}
body > .container-fluid.content,
header > .container-fluid,
footer > div {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
/*body>.container-fluid.content{box-sizing:border-box;padding-left:20px;padding-right:20px}*/

/* header */
header {
  position: relative;
}
h1.logo {
  display: block;
  position: relative;
  z-index: 1;
  float: left;
  width: 220px;
  height: 260px;
  overflow: hidden;
  font-size: 0;
  background: url(../img/common/logo.png) no-repeat center top;
  text-indent: -9999px;
  margin: 0 0 -260px -75px;
}
h1.logo > a {
  display: block;
  height: 100%;
  width: 100%;
}
/* top */
.navbar {
  float: left;
  position: relative;
  min-height: 0;
  border: none;
  width: 100%;
  max-width: 1105px;
  padding: 0 4% 0 10%;
  margin-bottom: 0;
  max-height: 70px;
  z-index: 2;
}
.navbar > *,
.search,
.language {
  float: left;
  height: 70px;
}
.navbar > ul {
  width: 75%;
  display: table;
}
.navbar > ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 70px;
  padding: 0 4px;
}
.navbar > ul > li a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar > ul > li.red a {
  color: #dd0208;
}
.navbar > ul > li.red a:hover {
  color: #dd0208;
}
.navbar > ul > li .dropdown-menu {
  top: 45px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition-duration: 250ms;
  border: none;
}
.navbar > ul > li .dropdown-menu li,
.navbar > ul > li .dropdown-menu li a {
  display: block;
  float: none;
  clear: both;
  text-align: left;
  color: #d5c7ad;
  font-family: "montserratregular", sans-serif;
}
.navbar > ul > li.open > .dropdown-menu {
  max-height: 350px;
  height: auto;
  padding: 5px;
}
.navbar > ul > li .dropdown-menu,
.navbar > ul > li .dropdown-menu li,
.navbar > ul > li .dropdown-menu li a {
  margin: 0;
  padding: 0;
}
.navbar > ul > li .dropdown-menu li a {
  padding: 0 5px;
  line-height: 2em;
}
.navbar > ul > li .dropdown-menu.coffe-menu {
  width: 38vw;
  max-width: 310px;
  padding: 0 8px;
}
.navbar > ul > li .dropdown-menu.coffe-menu li {
  width: 33.3333%;
  padding: 12px 0 5px 0;
  max-width: 100px;
  float: left;
  clear: none;
}
.navbar > ul > li .dropdown-menu.coffe-menu li img {
  display: block;
  width: 100%;
}

.search {
  display: table;
  width: 20%;
  padding-left: 1.7%;
  max-width: 215px;
}
.search > * {
  display: table-cell;
  vertical-align: middle;
}
.search > .form-group {
  max-width: 115px;
  padding-right: 4px;
}
.search input {
  width: 100%;
  max-height: 33px;
}
.search .btn {
  min-height: 33px;
  max-height: 33px;
}
.language {
  position: absolute;
  top: 0;
  right: 0;
  display: table;
  margin: 0;
  max-width: 125px;
  height: 70px;
  width: 4%;
  z-index: 2;
}
.language * {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
/* content*/
.row,
.row > div {
  position: relative;
  overflow: hidden;
}
h1 {
  position: relative;
  display: block;
  text-align: center;
  height: 1.7em;
  margin-bottom: 35px;
  margin-top: 5px;
}
.content > .row > h1 {
  margin-right: -15px;
  margin-left: -15px;
}
h1 span {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 1em;
  text-transform: uppercase;
  line-height: 1em;
}
.col-md-4 h1 span {
  padding: 0 0.5em;
}
h1 span:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 15px;
  z-index: -1;
  right: 15px;
  display: block;
}
*[class^="col-"] h1 span:after {
  left: 0;
  right: 0;
}
h1.page-title span {
  padding: 0 40px;
}
h2 {
  position: relative;
  display: block;
  height: 1.4em;
  margin-bottom: 20px;
}
.slogan {
  margin: 35px -15px 0 -15px;
}
.slogan img {
  width: 100%;
}
p {
  margin-bottom: 25px;
}
.social-icon {
  margin-bottom: 15px;
}
.social-icon i {
  margin-right: 10px;
}

.breadcrumb {
  padding: 8px 0;
  margin: 0;
}

/*SEARCH BAR HEADER*/
.search-form-wrapper {
  display: none;
  margin-top: 0;
  min-width: 170px;
  max-width: 100%;
  position: absolute;
  right: -6px;
  top: 31px;
  z-index: 9;
}
.search-form-wrapper.open {
  display: block;
}
.search-form-wrapper .form-group {
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.search-form-wrapper .search input {
  width: 100%;
  max-height: 33px;
}
.search-form-wrapper .search {
  width: 100%;
  float: none;
  display: block;
  padding: 0;
  max-width: 100%;
}
.search-mobile {
  display: none !important;
}
.search-desktop {
  display: none;
  position: absolute;
  top: 23px;
  right: 33px;
  margin: 0;
  height: 70px;
  z-index: 2;
}
.search-desktop > button {
  background: none;
}
@media (max-width: 1024px) {
  .search .btn {
    font-size: 19px;
  }
}
@media (max-width: 720px) {
  .search-desktop {
    top: 21px;
    right: 30px;
  }
  .search-desktop .search {
    margin: 0;
  }
}
@media (max-width: 680px) {
  .search-mobile {
    display: block !important;
  }
}
@media (min-width: 681px) {
  .search-desktop {
    display: table;
  }
}

/*section*/
section {
  margin-top: 35px;
}
*[class*="col-md-"] {
  margin: 0;
  padding: 0;
}
.col-md-4:nth-child(2),
.section-three-col .col-md-4.first {
  padding-right: 2.2%;
}
.col-md-6:nth-child(2),
.hp-section-coffeAndDrink .col-md-6:first-child {
  padding-right: 1.65%;
}
.hp-section-coffeAndDrink .col-md-6:first-child,
.section-three-col .col-md-4.first {
  padding-left: 0;
}
.col-md-4:nth-child(3),
.section-three-col .col-md-4.second {
  padding-left: 1.1%;
  padding-right: 1.1%;
}
.col-md-4:last-child,
.section-three-col .col-md-4.third {
  padding-left: 2.2%;
}
.col-md-6:nth-child(3),
.col-md-6:last-child {
  padding-left: 1.65%;
  padding-right: 0;
}
.col-md-4 img {
  width: 100%;
  max-width: 350px;
}
.col-md-6 img {
  width: 100%;
  max-width: 550px;
  margin-bottom: 2em;
}
.col-md-6 .item img {
  margin-bottom: 0;
}
.link-pdf {
  display: block;
  margin-bottom: 2.5em;
  text-transform: uppercase;
  font-weight: bold;
  color: #735448;
}
.link-pdf img {
  width: auto;
  margin: 0px 5px 0px 0px;
  vertical-align: middle;
}
.scroll-btn {
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 10;
  top: 10%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  cursor: pointer;
  transition-duration: 1000ms;
}

.hp-section-coffe a.col-md-4 {
  max-height: 250px;
}
.coffeslider {
  padding: 0 30px;
}
.coffeslider .owl-item {
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
}
.coffeslider .owl-item img {
  float: none;
  display: inline;
  width: 100%;
}
.coffeslider .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  margin-top: -18px;
}
.coffeslider .owl-wrapper-outer {
  width: 100%;
  z-index: 1;
}

.section-three-col .col-md-4.third > div {
  clear: both;
  float: none;
}
.section-three-col .col-md-4 div img {
  float: left;
  width: 30%;
}
.section-three-col .col-md-4 div p {
  float: left;
  width: 70%;
  padding-left: 25px;
}
.section-three-col .col-md-4.third p {
  margin-top: 1.55%;
}

.image-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -2em;
  text-align: center;
}
.image-title span {
  position: relative;
  padding-bottom: 7px;
  display: inline-block;
  margin: 0 auto;
}
.image-title span:before,
.image-title span:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
}
.image-title span:before {
  top: -17px;
}
.image-title span:after {
  bottom: -17px;
}

.readmore {
  display: inline-block;
}

ul {
  list-style-type: disc;
}
ul,
ol {
  list-style-position: inside;
}
ul,
ol,
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 1.5em;
}
ol.quality {
  counter-reset: item;
  clear: both;
  list-style-type: none;
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}
ol.quality > li {
  display: table;
  padding-top: 35px;
  margin-top: 30px;
}
ol.quality > li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
ol.quality > li > *[class^="col-"] > *:first-child:before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item;
}
ol.quality > li > *[class^="col-"] {
  vertical-align: top;
  float: left;
}
ol.quality > li:nth-child(even) > *[class^="col-"]:first-child,
ol.quality > li:nth-child(odd) > *[class^="col-"]:last-child {
  padding-right: 1.65%;
}
ol.quality > li:nth-child(even) > *[class^="col-"]:last-child,
ol.quality > li:nth-child(odd) > *[class^="col-"]:first-child {
  padding-left: 1.65%;
}
ol.quality > li:nth-child(odd) > *[class^="col-"]:first-child {
  float: right;
}
ol.quality > li h4 {
  margin-bottom: 25px;
}
ol.quality > li img {
  max-width: 100%;
}
li *:last-child {
  margin-bottom: none;
}

/***************************************\
 *************product page**************|
/***************************************/
.description-txt,
.description-txt li {
  font-size: 0.8em;
}
.description-txt h4 {
  margin-bottom: 0.5em;
  font-family: "Carrosserie-Bold", sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  letter-spacing: 0.125em;
  line-height: normal;
}

/* filter */
#filter-row {
  padding: 30px 3% 60px 3%;
}
#filter-row .title {
  margin: 0 0 0.35em 0;
  font-family: "SoProlix", serif;
  font-size: 1.5em;
  text-align: center;
}
#filter-row .when,
#filter-row .where {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
#filter-row .when a,
#filter-row .where a {
  text-align: center;
  margin: 0 auto;
}
#filter-row .when a img,
#filter-row .where a img {
  width: auto;
  max-height: 35px;
  margin: 0 0.5em;
}
/*#filter-row .when a p, #filter-row .where a p { margin:0; font-size:1em; font-family:'Carrosserie-Bold', sans-serif; font-weight:normal; font-size:15px; letter-spacing:0.125em}*/
/* momento dettaglio */
#moment-detail {
  width: auto;
  margin: 10px 0 30px 0;
  padding: 0;
  text-align: left;
}
#moment-detail a {
  text-align: center;
  margin: 0 auto;
  cursor: default;
}
#moment-detail a img {
  width: auto;
  max-height: 35px;
  margin: 0 0.5em;
}

/**/
.product-image img {
  width: 100%;
}
.product-image ul.lightGallery {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-image ul.lightGallery img {
  cursor: pointer;
}
.miscela-qualificata {
  margin-top: 20px;
}
.miscela-qualificata img {
  width: auto;
  margin: 0;
  margin-bottom: 10px;
}
#products,
.list-products {
  margin-bottom: 1%;
  padding: 0 3%;
}
#products .owl-item,
.list-products .owl-item {
  box-sizing: border-box;
  padding: 0 17px;
  text-align: center;
}
#products .owl-item img,
.list-products .owl-item img {
  float: none;
  display: inline;
  width: 95%;
}
#products .owl-controls,
.list-products .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
}
#products .owl-wrapper-outer,
.list-products .owl-wrapper-outer {
  width: 100%;
  z-index: 1;
}
#products .inner-container h2,
.list-products .inner-container h2 {
  font-size: 1.2em;
  letter-spacing: normal;
  margin-bottom: 4px !important;
}
#products .inner-container h3,
.list-products .inner-container h3 {
  font-size: 1.1em;
  letter-spacing: normal;
}
/*#products, .products-caffe-sacao {margin: 0 31%;}*/
.products-caffe-sacao .inner-container {
  text-align: center;
}
.products-caffe-sacao .owl-wrapper-outer {
  margin: 0 auto;
}
.list-products .owl-item img {
  width: 90%;
}
h3 {
  margin: 5px 0 12px 0;
}
.social {
  list-style: none;
}
.social li {
  display: inline-block;
  margin-right: 5px;
  max-width: 40px;
  max-height: 47px;
  width: 10%;
}
.social li a {
  display: block;
}
.social li img {
  width: 100%;
}
/*.product-row .social { margin-left:-10px;}*/

/***************************************\
 *****************news******************|
/***************************************/
.news > *[class^="col-"] {
  display: inline-table;
  margin-top: 1.5em;
  padding: 1.8em;
}
.news > *[class^="col-"] > *:first-child {
  position: relative;
  display: table;
  width: 100%;
}
/*.news>*[class^="col-"]>*{margin:0 1em}*/
.date {
  margin-top: -2px;
  margin-bottom: 20px;
}
.news .date {
  margin-top: 20px;
  margin-bottom: 2px;
}

/***************************************\
 *****************story*****************|
/***************************************/
.story {
  margin-top: 1.5em;
  position: relative;
  display: table;
  text-align: center;
  vertical-align: middle;
}
.story:before {
  content: "";
  position: absolute;
  width: 0;
  bottom: -0.7em;
  top: 3em;
  left: 50%;
  display: block;
  margin-left: -3px;
  border: 3px solid #ded1bb;
}
.story:after {
  content: "";
  display: table;
  height: 18px;
  clear: both;
}
.story li {
  display: block;
  position: relative;
  width: 45%;
  box-sizing: border-box;
  background-color: #ded1bb;
  padding: 1em 2em;
  margin-bottom: -3em;
}
.story li:before,
.story li:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}
.story li:before {
  width: 45px;
  height: 0;
  margin-top: -2px;
  border: 2px solid #ded1bb;
}
.story li:after {
  width: 2.3em;
  height: 2.3em;
  margin-top: -1.15em;
  background-color: #523627;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.story li:nth-child(odd) {
  margin-right: 8%;
  margin-left: 15px;
  float: left;
}
.story li:nth-child(even) {
  margin-left: 8%;
  margin-right: 15px;
  float: right;
}
.story li:nth-child(odd):before {
  right: -8%;
}
.story li:nth-child(even):before {
  left: -8%;
}
.story li:nth-child(odd):after {
  right: -11%;
}
.story li:nth-child(even):after {
  left: -11%;
  clear: both;
}
.story * {
  color: #523627;
}
.story li > div {
  border-top: 3px solid #523627;
  border-bottom: 3px solid #523627;
  padding: 1em 0;
}
.story li > div + div {
  border-top: none;
}
.story li > div p {
  margin-bottom: 0;
}
.story li > div img {
  max-width: 100%;
  margin-top: 1em;
}

/* footer */
footer {
  margin-top: 70px;
  width: 100%;
  height: 60px;
}
footer > div {
  width: 100%;
  max-width: 1140px;
}

/***************************************\
 **************** font *****************|
/***************************************/
body,
p,
a,
div,
span,
footer *,
h5 {
  font-family: "montserratregular", sans-serif;
  line-height: 1.35em;
}
* b,
* strong {
  font-family: "montserratbold", sans-serif;
}
h1,
.readmore,
h3,
.date {
  font-family: "SoProlix", serif;
}
.navbar ul li a,
h1 span,
.image-title span,
h2,
.search .btn,
.language *,
.anchor-links .btn,
h4 {
  font-family: "Carrosserie-Bold", sans-serif;
}
h1 span,
.image-title span,
h2,
.search .btn,
.language *,
.anchor-links .btn,
h4 {
  letter-spacing: 0.125em;
}
.btn,
h5 {
  text-transform: uppercase;
}
/*end font*/

/***************************************\
 **************** color ****************|
/***************************************/
body {
  background-color: #000;
}
body,
div,
span,
p,
a,
li,
label,
.carousel-caption,
h1,
h2 {
  color: #d5c7ad;
}
a:active,
.carousel-control:hover,
.carousel-control:focus,
.breadcrumb .active,
.breadcrumb *:hover {
  color: #735448;
}
.navbar ul li a:hover {
  color: #513227;
}
.navbar > ul > li.selected a {
  color: #833c27;
}
.navbar > ul > li.selected .caret {
  color: #833c27;
}
.navbar > ul > li .dropdown-menu li a:hover {
  color: #513227;
}
.navbar > ul > li .dropdown-menu li.selected a {
  color: #833c27;
}

/*.navbar>ul>li .dropdown-menu.coffe-menu li:active, .navbar>ul>li .dropdown-menu.coffe-menu li:hover{background-color:#d5c7ad}
.navbar>ul>li .dropdown-menu.coffe-menu li:active a span, .navbar>ul>li .dropdown-menu.coffe-menu li:hover a span{color:#36221c}*/
.readmore {
  border-bottom: 1px solid #d5c7ad;
}
.readmore:active {
  border-color: #36221c;
}
button,
.btn,
.navbar > ul > li .dropdown-menu {
  color: #d5c7ad;
  background-color: #36221c;
}
button:active,
.btn:active {
  color: #36221c;
  background-color: #d5c7ad;
}
input,
select,
textarea {
  background-color: #d5c7ad;
  color: #36221c;
}
h1 span {
  background-color: #000;
}
.image-title span:before,
.image-title span {
  border-top: 5px solid;
}
.image-title span:after,
.image-title span,
h1 span:after {
  border-bottom: 5px solid;
}

.capsules .image-title span,
.capsules .image-title span:before,
.capsules .image-title span:after {
  color: #e1b621;
  border-color: #e1b621;
}
.waffles .image-title span,
.waffles .image-title span:before,
.waffles .image-title span:after {
  color: #ef4623;
  border-color: #ef4623;
}
.grains .image-title span,
.grains .image-title span:before,
.grains .image-title span:after {
  color: #f28530;
  border-color: #f28530;
}
.otherProducts .image-title span,
.otherProducts .image-title span:before,
.otherProducts .image-title span:after {
  color: #fff;
  border-color: #fff;
}
/*.otherProducts .image-title span, .otherProducts .image-title span:before, .otherProducts .image-title span:after{color:#ded1bb;border-color:#ded1bb}*/
.macchine .image-title span,
.macchine .image-title span:before,
.macchine .image-title span:after {
  color: #666;
  border-color: #666;
}

h1 span:after {
  border-color: #d5c7ad;
}

.news > a:hover {
  background-color: #d5c7ad;
}
.news > a:hover > * {
  color: #000;
}
.news img {
  border: 1px solid #000;
}
.news > a:hover .readmore {
  border-color: #000;
}
ol.quality > li {
  border-top: 4px solid #ded1bb;
}

footer {
  background-color: #472e26;
}
footer * {
  color: #000;
}
/*end color*/

/*anchor links*/
.anchor-links {
  text-align: center;
}
.anchor-links .btn {
  min-width: 25%;
  margin: 34px 15px;
  padding: 0 1em;
  box-sizing: border-box;
  line-height: 2em;
}
.anchor-links + .row {
  margin-top: 0;
}
/*anchor links qualità*/
.anchor-links.quality .btn {
  min-width: inherit;
  font-size: 1em;
  line-height: normal;
  margin: 25px 5px 40px 5px;
  padding: 0.5em 1.1em;
}

/***************************************\
 **************** form *****************|
/***************************************/
input,
select,
textarea,
button,
.btn,
.form-control {
  border: 1px solid #000;
  border-radius: 0;
  padding: 3px;
  outline: none;
}
.btn,
button {
  padding: 2px 5px;
}
input[type="submit"] {
  padding: 5px 10px;
}
.error {
  font-size: 12px;
  color: #c00;
}
#agree {
  display: inline;
  margin-right: 7px;
}
#agree-label {
  display: inline;
  padding: 0px;
  white-space: normal;
  text-align: left;
}
#messaggio {
  height: 80px;
}
/*end form*/

/***************************************\
 ********** RISULTATI RICERCA ***********|
/***************************************/
#search-result .row img {
  max-width: 100%;
}
#search-result .row {
  margin-bottom: 2em;
}
#search-result .row h2 {
  margin-bottom: 0.3em;
}
#search-result .row p {
  margin-bottom: 0.3em;
}

/* carousel */
.carousel-control,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next,
.owl-theme .owl-controls .owl-buttons div:before,
.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 23px;
  font-size: 23px;
  line-height: 21px;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}
#main-carousel .carousel-control {
  height: inherit;
}

.carousel-inner > .item img {
  width: 100%;
  max-width: 350px;
}
header .carousel-inner > .item img {
  max-width: 100%;
}
.carousel-control.left,
.carousel-control.right,
.owl-theme .owl-controls .owl-buttons div {
  background: transparent none;
  filter: none;
  opacity: 1;
  border-radius: none;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev,
.owl-prev {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.6);
  filter: none;
}
.carousel-control .icon-prev:before,
.carousel-control .icon-next:before,
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before,
.owl-theme .owl-controls .owl-buttons div:before {
  content: "\e072";
  color: #d5c7ad;
}
.coffe-carousel img,
.coffe-carousel .carousel-caption,
.drink-carousel,
.owl-prev {
  float: left;
}
.owl-next {
  float: right;
}

.section-three-col .col-md-4 .carousel,
.section-three-col .col-md-4 .carousel img,
.section-three-col .col-md-4 .carousel p,
.section-three-col .col-md-4 .carousel-control-box {
  position: relative;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
.section-three-col .col-md-4 .carousel-control-box {
  display: table;
  margin: 15px 0;
}
.section-three-col .col-md-4 .carousel-control,
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  float: none;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}
#main-carousel .carousel-control .glyphicon-chevron-left,
#main-carousel .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}

.note {
  margin: 1em 0;
}
.maps > * {
  max-width: 100%;
  width: 100%;
  max-height: 522px;
  height: 522px;
}

.section-three-col .col-md-4 .carousel .carousel-inner > .item > img {
  max-width: none;
}

/* Fade transition for carousel items */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity ease-in-out 350ms;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

/***************************************\
 *************** video ****************|
/***************************************/
#video-wrp [class*="col-md-"] {
  padding: 0 15px !important;
}

#video-wrp article {
  margin-bottom: 10px;
}

#video-wrp .data {
  font-weight: 400;
  font-size: 14px;
  color: #d5c7ad;
  margin-bottom: 1px;
  padding: 3px 0;
}
#video-wrp a {
  display: block;
}
#video-wrp .thumbnail {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
#video-wrp .img-wrp {
  height: 200px;
  vertical-align: middle;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  margin-bottom: 5px;
}
#video-wrp a p {
  font-weight: 700;
  font-size: 0.85em;
  margin: 5px 0;
  padding: 0;
}
#video-wrp p.views {
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: #d5c7ad;
}
#video-wrp h3 {
  margin: 4px 0 0;
  font-family: "Carrosserie-Bold", sans-serif;
  font-size: 17px;
  min-height: 54px;
}

#video-wrp .pagination {
  margin-top: 30px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination > li > a:hover {
  background-color: #d5c7ad;
  color: #fff;
}

#video-wrp.dettaglio-video p.data {
  font-weight: 400;
  font-size: 1.1em;
  margin-bottom: 0px;
  padding: 3px 0;
  border: 0;
}
#video-wrp.dettaglio-video h3 {
  margin-bottom: 30px;
  font-size: 22px;
  min-height: auto;
}
#video-wrp.dettaglio-video a.btn {
  margin-top: 40px;
  display: inline-block;
  padding: 15px;
}

#video-wrp.dettaglio-video p.views {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  #video-wrp .img-wrp {
    height: 220px;
  }
  #video-wrp h3 {
    font-size: 19px;
  }
  #video-wrp.dettaglio-video h3 {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  #video-wrp .img-wrp {
    height: 160px;
  }
  .navbar > ul > li {
    padding: 0 5px;
  }
}

/***************************************\
 *************** footer ****************|
/***************************************/
footer {
  text-align: center;
  display: table;
  padding: 0.8em;
}
footer p {
  margin: 0 auto;
  font-size: 0.8em;
}
body footer a,
body footer a:link,
body footer a:visited,
body footer a:focus,
body footer a:active,
body footer a:hover {
  text-decoration: underline;
}

/*MODALE VIDEO HOMEPAGE*/
/***** Modal *****/
.modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 0.7;
}

.modal-open {
  overflow: inherit;
}

#modal-video .modal-content {
  background: none;
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#modal-video .modal-body {
  padding: 0 25px 25px 25px;
}

#modal-video .modal-header {
  padding: 25px 25px 15px 25px;
  text-align: right;
}

#modal-video .modal-header,
.modal-footer {
  border: 0;
}

#modal-video .modal-header .close {
  float: none;
  margin: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
}

@media (min-width: 992px) {
  #modal-video .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  #modal-video .modal-dialog {
    width: 1150px;
  }
}

/*//////////////////////////////////////////////// COOKIE AGREE ///////////////////////////////////////////////////////////////////*/
#cookieagree {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 11px;
}
#cookieagree > div {
  margin: 15px auto;
  max-width: 980px;
  text-align: center;
}
#cookieagree > div > p {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
#cookieagree > div > p > a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#cookieagree > div > p > a:hover {
  background: transparent;
  color: #fff;
}
#cookieagree > div > a {
  display: inline-block;
  cursor: pointer;
  background: #e0001e;
  border-radius: 3px;
  margin: 0px;
  padding: 6px 12px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
#cookieagree > div > a:hover {
  background: #ad0017;
}

@media (min-width: 768px) {
  #cookieagree > div > p {
    display: inline;
    font-size: 12px;
  }
  #cookieagree > div > a {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  #cookieagree > div > p {
    font-size: 12px;
  }
  #cookieagree > div > a {
    padding: 8px 16px;
  }
}

/* SONDAGGI */
#poll {
  overflow: hidden;
  margin: 40px 0;
  min-height: 400px;
}
#poll .errors p,
#poll .errors li {
  color: #cc5959 !important;
}

#poll .question_count {
  float: right;
  background: #735448;
  padding: 5px 10px;
  border-radius: 3px;
}

#poll .question_progress {
  border: 3px solid #735448;
  position: relative;
  background: #735448;
  overflow: hidden;
  height: 25px;
  border-radius: 3px;
  margin-bottom: 15px;
}
#poll .question_progress span {
  background: #d5c7ad;
  display: block;
  position: absolute;
  top: 0;
  height: 19px;
  z-index: 998;
  border-radius: 3px;
}

#poll .question_container {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px;
  display: none;
}
#poll .question_container.active {
  display: block;
}
#poll .question {
  overflow: hidden;
  clear: both;
  margin: 20px 0;
}
#poll .question .group_description {
  float: left;
  width: 55%;
  font-style: italic;
}
#poll .question .question_description {
  font-size: 20px;
  font-style: normal;
  border-top: 3px solid #d5c7ad;
  padding-top: 20px;
}
#poll .question .question_description h4 {
  font-size: 24px;
}
#poll .question form {
  float: right;
  width: 40%;
  border-left: 3px solid #d5c7ad;
  padding-left: 15px;
  margin-bottom: 20px;
}
#poll .question .group_description p,
#poll .question .question_description p {
  margin-right: 15px;
}

#poll .question form label {
  display: block;
  float: none;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
}
#poll .question form textarea {
  height: 100px;
}

#poll .question_button {
  margin-left: 10px;
  display: block;
  cursor: pointer;
  float: right;
  background: #735448;
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 20px;
}
#poll .question_button:hover {
  color: #735448;
  background: #d5c7ad;
}

/********* OWL SLIDER GENERAL STYLE ********** /
.owl-stage-outer {
  display: flex;
  justify-content: center;
}
.owl-stage {
  display: flex;
  flex-wrap: nowrap;
}
/********* OWL SLIDER GENERAL STYLE **********/

/* Virtual tour */
.virtual-tour{
  width: 100%;
  height: 60vh;
}
/* Fine virtual tour */