/* MENU */
/*
MENU
*/
.menu-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-image: url("../../Images/lamar-banner01.JPG");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #333333;
}
.menu-wrapper .menu-pseudo {
  display: inline-block;
  content: '';
  height: 100%;
  min-height: 400px;
  vertical-align: middle;
}
.menu-wrapper .menu-container {
  background-color: rgba(255, 255, 255, 0.95);
  width: 480px;
  font-size: 24px;
  margin: 120px auto 20px auto;
  display: inline-block;
  vertical-align: middle;
}
.menu-wrapper .menu-container a {
  color: #333;
}
.menu-wrapper .menu-container h2 {
  text-align: center;
  padding: 15px 0;
  margin: 0;
  font-size: 24px;
}
.menu-wrapper .menu-container ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-wrapper .menu-container ul.list li {
  padding: 8px 12px;
  border-top: 1px solid #999;
  overflow: hidden;
}
.menu-wrapper .menu-container ul.list li .description {
  float: left;
}
.menu-wrapper .menu-container ul.list li .arrow {
  float: right;
}
.menu-wrapper .menu-container ul.list li img {
  max-width: 100%;
}
.menu-wrapper .menu-container .picture-toggle {
  cursor: pointer;
  color: #999;
}
.menu-wrapper .menu-container .menu-back {
  line-height: 24px;
  padding: 15px 0 15px 10px;
  cursor: pointer;
  color: #999;
}
.jpg-menu-wrapper {
  width: 100%;
  min-height: 100%;
  background-image: url("../../Images/lamar-banner01.JPG");
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #333333;
}
.jpg-menu {
  margin: 20px 0;
}
.jpg-menu img {
  max-width: 100%;
  margin: 10px 0;
}
.jpg-menu .lunch img {
  max-width: 45%;
}
@media (max-width: 768px) {
  .jpg-menu .lunch img {
    max-width: 100%;
  }
}
/* SURVEY */
/*
SURVEY
*/
.survey-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-image: url("../../Images/lamar-banner01.JPG");
  background-size: cover;
  background-position: center center;
}
.survey-wrapper .survey-container {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 20px 40px;
  margin: 40px 0;
}
.survey-wrapper .survey-container .survey-header {
  text-align: center;
  /*border-bottom: 1px solid #cccccc;*/
  padding-bottom: 20px;
}
.survey-wrapper .survey-container h3 {
  margin-top: 0;
}
.survey-wrapper .survey-container ul.questions {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
}
.survey-wrapper .survey-container ul.questions li .question-text {
  padding-bottom: 10px;
}
.survey-wrapper .survey-container ul.questions li .question-answer {
  padding-left: 10px;
  font-weight: 400;
}
.survey-wrapper .survey-container ul.questions li .question-answer label {
  font-weight: normal;
  margin-left: 20px;
}
.survey-wrapper .survey-container ul.questions li .question-answer .question-more ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.survey-wrapper .survey-container ul.questions li .question-answer .question-more ul li {
  margin-left: 20px;
}
.survey-wrapper .survey-container .radio {
  font-weight: 400;
}
.survey-wrapper .survey-container .survey-fixed {
  padding-bottom: 20px;
  padding-top: 20px;
  color: #333;
}
.survey-wrapper .survey-container .survey-fixed .row:not(:last-child) {
  margin-bottom: 20px;
}
.survey-wrapper .survey-container .survey-fixed .phone-info {
  white-space: nowrap;
}
.survey-wrapper .survey-container .survey-fixed .survey-period-container {
  white-space: nowrap;
}
.survey-wrapper .survey-container .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
.no-gutter {
  padding: 0 15px;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.survey-info {
  background-color: #f7f7f7;
}
/*
RESERVATION
*/
.reservation-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10001;
  display: none;
  text-align: center;
}
.reservation-overlay .reservation-close {
  float: right;
  position: absolute;
  top: 10px;
  right: 40px;
}
.reservation-overlay .reservation-close img {
  width: 20px;
  height: 20px;
}
.reservation-overlay .reservation-pseudo {
  height: 100%;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}
.reservation-overlay .reservation-window {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 360px;
  position: relative;
  overflow: hidden;
}
.reservation-overlay .reservation-window ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reservation-overlay .reservation-window .active {
  color: #ffffff;
  background-color: #00cccc;
}
.reservation-overlay .reservation-window .btn-button {
  width: 100%;
  font-size: 18px;
  padding: 4px 0;
}
.reservation-overlay .reservation-window .btn-button-small {
  font-size: 18px;
  padding: 4px;
  text-align: center;
  margin: 0 5px 4px 5px;
  width: 60px;
}
.reservation-overlay .reservation-window .btn-green {
  color: #ffffff;
  background-color: #00cccc;
}
.reservation-overlay .reservation-window .btn-white {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
}
.reservation-overlay .reservation-window .btn-white :hover {
  color: #ffffff;
  background-color: #00cccc;
}
.reservation-overlay .reservation-window .btn-white:hover {
  color: #ffffff;
  background-color: #00cccc;
  border: none;
}
.reservation-overlay .reservation-window .btn-bottom {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: 260px;
}
.reservation-overlay .reservation-window .step-container {
  width: 5000px;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.reservation-overlay .reservation-window .step-container .step {
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  float: left;
}
.reservation-overlay .reservation-window .step-container .step .step-title {
  color: #ffffff;
  background-color: #00cccc;
  position: relative;
}
.reservation-overlay .reservation-window .step-container .step .step-title h3 {
  margin: 0;
  font-size: 18px;
  padding: 10px 0;
}
.reservation-overlay .reservation-window .step-container .step .step-title .back {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 30px;
  text-align: center;
  line-height: 40px;
  font-weight: 200;
  cursor: pointer;
}
.reservation-overlay .reservation-window .step-container .step .step-body {
  padding: 20px;
}
.reservation-overlay .reservation-window .step-container .step .pax {
  width: 260px;
  height: 60px;
  margin-bottom: 20px;
}
.reservation-overlay .reservation-window .step-container .step .pax div {
  float: left;
  text-align: center;
  height: 100%;
}
.reservation-overlay .reservation-window .step-container .step .pax .minus,
.reservation-overlay .reservation-window .step-container .step .pax .plus {
  width: 25%;
  vertical-align: middle;
  color: #ffffff;
  background-color: #d7d7d7;
}
.reservation-overlay .reservation-window .step-container .step .pax .minus span,
.reservation-overlay .reservation-window .step-container .step .pax .plus span {
  cursor: pointer;
  display: block;
  line-height: 60px;
}
.reservation-overlay .reservation-window .step-container .step .pax .count {
  width: 50%;
  color: #666666;
  background-color: #ffffff;
  padding-top: 4px;
}
.reservation-overlay .reservation-window .step-container .step .pax .count span {
  display: block;
}
.reservation-overlay .reservation-window .step-container .step .padding {
  padding: 10px 20px;
}
.reservation-overlay .reservation-window .step-container .step textarea {
  padding: 4px 12px;
  border-radius: 6px;
  width: 260px;
}
.reservation-overlay .reservation-window .step-container .step .personal-info .group {
  overflow: hidden;
  margin-bottom: 6px;
}
.reservation-overlay .reservation-window .step-container .step .personal-info label {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-align: left;
}
.reservation-overlay .reservation-window .step-container .step .personal-info input,
.reservation-overlay .reservation-window .step-container .step .personal-info select,
.reservation-overlay .reservation-window .step-container .step .personal-info textarea {
  font-size: 16px;
  padding: 4px 12px;
  border-radius: 6px;
  width: 260px;
}
.reservation-overlay .reservation-window .step-container .step .personal-info input.area {
  width: 80px;
  float: left;
}
.reservation-overlay .reservation-window .step-container .step .personal-info input.phone {
  width: 160px;
  float: right;
}
.reservation-overlay .reservation-window .step-container .step .personal-info input.error {
  background-color: #ffc9c9;
}
.reservation-overlay .reservation-window .step-container .step .info {
  text-align: left;
  font-size: 16px;
}
.reservation-overlay .reservation-window .step-container .step .info .info-row {
  overflow: hidden;
}
.reservation-overlay .reservation-window .step-container .step .info .info-row label {
  width: 25%;
  display: inline-block;
  float: left;
  font-weight: 300;
  font-size: 14px;
}
.reservation-overlay .reservation-window .step-container .step .info .info-row span {
  width: 70%;
  display: inline-block;
  float: right;
  font-weight: 400;
}
.reservation-overlay .reservation-window .step-container .step .unit ul li {
  margin-bottom: 10px;
}
.reservation-overlay .reservation-window .step-container .step .date ul li {
  margin-bottom: 10px;
}
.reservation-overlay .reservation-window .step-container .step .hour {
  text-align: left;
}
.reservation-overlay .reservation-window .step-container .step .hour h3 {
  font-size: 16px;
  color: #999999;
  margin: 0;
  padding-bottom: 2px;
}
.reservation-overlay .reservation-window .step-container .step .hour .hour-container {
  margin: 10px 0 20px -5px;
}
.reservation-overlay .reservation-window .step-container .step .hour .hour-container span.no-slots {
  display: block;
  color: #666;
  font-style: italic;
  font-size: 14px;
  padding: 0 5px;
}
.reservation-overlay .loading {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
/*
.reservation h3 {
    margin-top: 0;
    margin-bottom: 40px;
}

.reservation-overlay .reservation .pseudo {
    content:'';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.reservation-overlay .reservation-close {
    float: right;
    position: absolute;
    top: 10px;
    right: 40px;
}
.reservation-overlay .reservation-close img {
    width: 20px;
    height: 20px;
}

.reservation .step-window {
    width: 300px;
    height: 340px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
}
.reservation .step-container {
    width: 3000px;
    height: 100%;
    position: absolute;
}
.reservation .step {
    border: 1px solid #d7d7d7;
    width: 300px;
    height: 100%;
    float: left;
    position: relative;
}

.reservation .step .title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.reservation .step .title h3 {
    background-color: #788E9E;
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
}

.reservation .step .title .back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    color: #ffffff;
    cursor: pointer;
}

.reservation .step ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.reservation .step ul li {
    width: 260px;
    display: block;
    margin: 0 20px;
    padding: 8px 0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;    
    font-size: 16px;
    margin-bottom: 10px;
}

.reservation .step ul li:hover {
    background-color: #00cccc;
}
.reservation .step ul li.active {
    background-color: #00CCCC;
    color: #ffffff;
}
.reservation .step .padding {
    padding: 0 10px 10px 10px;
}

.reservation .step label {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin: 0;
}

.reservation .step input, .reservation .step textarea, .reservation .step select {
    border: 1px solid #f0f0f0;
    font-size: 14px;
    width: 100%;
    padding: 6px;
    margin-bottom: 6px;
}
.reservation .step textarea {
    width: 100%;
}
.reservation .step select.country {
    width: 100%;
}
.reservation .step input.area {
    width: 60px;
}
.reservation .step input.phone {
    width: 200px;
}

.reservation .step .btn-button {
    border: 1px solid #00CCCC;
    background-color: #00CCCC;
    padding: 8px 0;
    font-size: 16px;
    text-align: center;
    color: #ffffff;

    border-radius: 5px;
    width: 80%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
}

.reservation .step .btn-bottom {
    position: absolute;
    width: 260px;
    bottom: 20px;
    left: 20px;
}

.reservation .pax {
    width: 260px;
    height: 60px;
    margin: 0 20px 10px 20px;    
}
.reservation .pax div {
    float: left;
    text-align: center;
    height: 100%;
}
.reservation .pax .minus, .reservation .pax .plus {    
    width: 25%;
    vertical-align: middle;
    background-color: #d7d7d7;
}
.reservation .pax .minus span, .reservation .pax .plus span {
    cursor: pointer;
    display: block;
    line-height: 60px;
}
.reservation .pax .count {
    width: 50%;
    background-color: #f7f7f7;
    padding-top: 4px;
}
.reservation .pax .count span {
    display: block;
}
.reservation #pax-people {
    font-size: 12px;
}
.reservation #pax {
    font-size: 24px;
    font-weight: 700;
}

.reservation .pax .date {
    width: 100%;
}
.reservation .date label {
    display: block;
    width: 100%;
    padding: 6px;
    background-color: #c0c0c0;
    color: #d7d7d7;
    text-align: center;
}

.reservation .hour {
    width: 260px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}
.reservation #hour-container {
    margin-left: -10px;
}
.reservation .hour label {
    display: block;
    width: 100%;
    padding: 6px;
    background-color: #c0c0c0;
    color: #d7d7d7;
    text-align: center;
}
.reservation .hour .select-hour {
    width: 80px;
    font-size: 16px;
    border: 1px solid #f0f0f0;
    color: #999999;
    border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    padding: 6px 0;
    margin-bottom: 10px;
}
.reservation .hour .select-hour:hover {
    background-color: #00CCCC;
}

.reservation .hour .select-hour.active {
    background-color: #00CCCC;
    color: #ffffff;
}

.reservation #calendar {
    margin-left: 20px;
}

.reservation .info {
    padding: 10px;
    text-align: left;
    width: 100%;
}

.reservation .info-row {
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    overflow: hidden;
    margin-bottom: 10px;
}

.reservation .info-row .info-item {
    float: left;
    margin-right: 20px;
}
.reservation .info .info-item label {
    display: block;
    font-size: 10px;
}
.reservation .info .info-item span {
    font-size: 14px;
    font-weight: 700;
}

.reservation .info .info-col-1 {
    width: 100%;
}
.reservation .info .info-col-2 {
    width: 50%;
}
.reservation .text-input.error {
    border: 1px solid #FC6C03;
}
*/
.post-wrapper {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-image: url("../../Images/lamar-banner01.jpg");
  background-size: cover;
  background-position: center center;
}
.post-wrapper .post-list {
  margin: 10px 0;
  padding: 40px 0;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
}
.post-wrapper .post-list h2 {
  margin: 0 0 40px 0;
}
.post-wrapper .post-list .post {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.post-wrapper .post-list .post h3 {
  margin-bottom: 20px;
}
.post-wrapper .post-list .post img {
  max-width: 100%;
}
#social {
  overflow: hidden;
  padding: 20px;
  text-align: center;
  background-color: #f0f0f0;
}
#social ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
}
#social ul li {
  float: left;
  margin: 0 15px;
}
#social ul li img {
  width: 64px;
}
@media (max-width: 320px) {
  #social ul li img {
    width: 48px;
  }
}
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
body {
  font-family: Lato, Arial;
  font-size: 20px;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, Arial;
}
/*header {
    margin-top: 0;
    padding: 10px 0;
    height: 100px;
}
header h3 {
    margin-left: 20px;
    font-size: 16px;
    color: #999999;
}
.logo img {
    width: 48px;
}

header nav.menu {
    height: 100%;
    font-size: 16px;
}
header nav.menu a {
    color: #333333;
    line-height: 80px;
}
header nav.menu a:not(:first-child) {
    margin-left: 20px;
}*/
.navbar {
  /*height: 100px;*/
  padding: 10px 0;
  margin-bottom: 0;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #788E9E;
}
.navbar .navbar-collapse {
  padding-right: 0;
}
.navbar .company {
  height: 100%;
  display: inline-block;
}
.navbar .logo {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.navbar .logo img {
  width: 46px;
}
.navbar .address {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  color: #7A99B0;
}
.navbar ul.navbar-nav {
  margin: 0;
  padding: 0;
}
.navbar ul.navbar-nav li:not(:first-child) {
  padding-left: 15px;
}
ul.navbar-nav a {
  line-height: 80px;
}
ul.navbar-nav a:link,
ul.navbar-nav a:visited {
  font-size: 16px;
  color: #788E9E;
  padding: 0 4px;
}
#banner .item {
  height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner .banner-00 {
  width: 100%;
  background-image: url("../../images/banners/Banner_Mistura_1920x480.jpg");
}
#banner .banner-00 a {
  display: block;
  width: 100%;
  height: 100%;
}
#banner .banner-01 {
  width: 100%;
  background-image: url("../../Images/banners/banner-01-lamar.jpg");
}
#banner .banner-02 {
  width: 100%;
  background-image: url("../../Images/banners/banner-021-lamar.jpg");
}
#banner .banner-03 {
  width: 100%;
  background-image: url("../../Images/banners/banner-03-lamar.jpg");
}
#banner .banner-04 {
  width: 100%;
  background-image: url("../../Images/banners/banner-041-lamar.jpg");
}
#banner .banner-05 {
  width: 100%;
  background-image: url("../../Images/banners/ExperienciaPeruana.jpg");
}
#banner .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
}
#banner .banner-overlay h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 40px;
}
#banner .banner-overlay .btn-transparent {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
/*.carousel-inner > .item {
    -moz-transition: .2s ease-in-out left;
    -o-transition: .2s ease-in-out left;
    -webkit-transition: .2s ease-in-out left;
    transition: .2s ease-in-out left;
}*/
#google-view-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#google-view-container .google-view-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  color: #ffffff;
  background-color: #000000;
}
#google-view-container .google-view-title h2 {
  display: inline-block;
  margin-left: 40px;
}
#google-view-container .google-view-title .close {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 40px;
}
#google-view-container .google-view-title .close img {
  width: 100%;
  height: 100%;
}
#google-view-container .google-view {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}
ul.creditcard {
  list-style: none;
}
ul.creditcard li {
  display: inline-block;
}
ul.creditcard li img {
  width: 40px;
}
footer.contact {
  /*background-color: #4A5D68;*/
  background-color: #009da5;
  color: #ffffff;
  font-size: 16px;
  padding: 40px 0;
}
footer.contact h3 {
  font-size: 18px;
}
footer .worldwide {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .worldwide li a:link,
footer .worldwide li a:visited {
  color: #ffffff;
}
.contact .footer-left {
  text-align: left;
}
.contact .footer-right {
  text-align: right;
}
#tagline {
  background-color: #f7f7f7;
  color: #333;
}
#tagline h2 {
  padding: 40px 80px;
  font-size: 24px;
  margin: 0;
  text-align: center;
}
#topics {
  padding: 40px 0;
}
#topics p {
  font-size: 18px;
}
.round {
  border-radius: 50%;
  overflow: hidden;
  width: 260px;
  height: 260px;
  margin: 0 auto;
}
.round img {
  display: block;
  height: 100%;
  /*width: 100%;*/
  /*min-width: 100%;
        min-height: 100%;*/
}
.store .row {
  margin-bottom: 30px;
}
.store img {
  max-width: 100%;
}
/*@media (max-width: 992px) {
    .navbar .navbar-collapse {
        width: 100%;
        text-align: center;
        float: none;
    }
}*/
@media (max-width: 1024px), (max-height: 768px) {
  #banner .item {
    height: 480px;
  }
}
@media (max-width: 992px) {
  .navbar-header .company .address {
    font-size: 14px;
  }
  .navbar-collapse ul.navbar-nav a:link {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbar .navbar-collapse {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
    margin: 0;
  }
  ul.navbar-nav li:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
  }
  ul.navbar-nav a {
    line-height: 40px;
  }
  .navbar .logo {
    margin-left: 15px;
  }
  #banner .item {
    height: 480px;
  }
  .contact .footer-left {
    text-align: center;
  }
  .contact .footer-right {
    text-align: center;
  }
  .round {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  #banner .item {
    height: 320px;
  }
  #tagline h2 {
    padding: 20px 20px;
    font-size: 18px;
    font-weight: 300;
  }
  .round {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 320px) {
  #tagline h2 {
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 300;
  }
}
/* LATAM */
@media (max-width: 1500px) {
  #banner .banner-00 {
    width: 100%;
    background-image: url("../../images/banners/Banner_Mistura_960x480.jpg");
    background-size: contain;
    background-color: #0c0088;
  }
}
@media (max-width: 960px) {
  #banner .banner-00 {
    width: 100%;
    background-image: url("../../images/banners/Banner_Mistura_768x480.jpg");
    background-size: contain;
    background-color: #0c0088;
  }
}
@media (max-width: 767px) {
  #banner .banner-00 {
    width: 100%;
    background-image: url("../../images/banners/Banner_Mistura_480x480.jpg");
    background-size: contain;
    background-color: #0c0088;
  }
}
#trip-advisor {
  padding: 20px 0;
}
#trip-advisor .widget {
  width: 450px;
  margin: 0 auto;
}
