/* Classi per il posizionamento di header, body e footer */
*{
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #000;
}

#sidebar {
  position: absolute;
  width: 300px;
  height: 700px;
  background: #275d9d;
  /*right: 0;*/
  top: -15px;
  right: -400px;
  transition: .4s;
}

#sidebar.active {
  right: -100px;
}

@media only screen and (max-width: 768px) {
  #sidebar.active {
    right: -10px;
  }

  .w2RightPadding {
    right: 10px;
  }
}

.sidebar-list {
  list-style: none;
  color: red;
  font-size: 20px;
  /*padding: 20px 24px;*/
}

.notifications {
  margin-left: 5px;
}

#sidebar .toggle-btn {
  position: absolute;
  top: 15px;
  right: 410px;
}

#sidebar .toggle-btn2 {
  position: absolute;
  top: 15px;
  right: 400px;
}

#sidebar .toggle-btn3 {
  position: absolute;
  top: 15px;
  margin-left: 10px;
}

.toggle-btn span {
  width: 45px;
  height: 4px;
  background: #000;
  display: block;
  margin-top: 4px;
}

@media only screen and (min-width: 1024px)  {

  .show-desktop {
    display: block;
    margin: 0 auto 13% auto;
}

  .hide-desktop {
      display: none;
  }
  .w2RightPadding {
    right: -25px;
  }
}

/*-------------------------------------------**/
a {
  color: #646464;
}

a:hover, a:focus {
  text-decoration: inherit;
}

ul {
  padding: 0;
  list-style: none;
}

/*textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
  outline:0px !important;
  -webkit-appearance:none;
}*/

.form-control-no-border:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: vertical;
}

.w2Page {
  /*max-width: 1170px;*/
  margin: 0px auto 0px auto;
}

.w2Header {
  position: fixed !important;
  width: 100%;
  margin-top: 24px;
  z-index: 1111111;
  background-color: red;
}

.w2Body {
  background: #fff;
}

.w2BodyAndFooter {
  padding-top: 74px;
  /* VEDI display.js --> openTab */
}

.w2Body {
  width: 100%;
  min-height: 500px;
  /* VEDI display.js --> setBody min-height: 100% pagina - w2Header-->height - w2Footer-->height */
}

.w2Footer {
  width: 100%;
  background-color: #1A5192;
  text-align: center;
  color: white;
  padding: 1rem 0;
}

.header-navbar {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.w2HeaderLogo {
  width: 15%;
}

.w2HeaderCenter {
  position: relative;
  float: left;
  width: 70%;
  margin-top: 10px;
}

.w2HeaderPerson {
  display: table;
  margin: auto
}

.w2HeaderIcons {
  position: relative;
  float: left;
  width: 15%;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.w2LeftPadding {
  position: relative;
  float: left;
  padding: 0px 3px;
}

.w2LeftNoPadding {
  position: relative;
  float: left;
  padding: 0px 10px 0px 0px;
}

.w2RightPadding {
  position: relative;
  /*right: -25px;*/
  padding: 0px 5px;
}

.w2RightNoPadding {
  position: relative;
  float: right;
  padding: 0px 0px 0px 10px;
}

/* MOBILE */
@media (max-width: 767px) {
  .w2HeaderLogo {
    width: 25%;
    padding: 10px 0px 0px 0px;
  }

  .w2HeaderCenter {
    width: 50%;
  }

  .w2HeaderIcons {
    width: 25%;
  }

  .hide-mobile{
    display: none;
  }

  .w2-container-black {
    bottom: 27%!important;
  }
}

.w2HeaderSecond {
  background-color: #EEC51F;
  width: 100%;
  height: 50px;
  padding: 10px 20px 10px 20px;
}


@media screen and (max-width: 600px) {
  .w2HeaderSecond {
    margin-top: 40px;
  }

  .w2Breadcrumb {
    font-size: 15px;
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
  }

  .w2FilterA {
    margin-top: 40px;
}
}

.input-group4 input {
  border: transparent;
  width: 100%;
  background: #fff;
}

#icon2{
  background-image:url('../../img/svg/search.svg?ver=image_2.12');
  background-repeat: no-repeat;
  background-position: 2px 3px;
  text-indent: -99em;
  width: 20px;
}

.input-group4.add-on {
  padding: .4rem;
  padding: 3px 10px;
  background: #fff;
  display: flex;
  border-radius: 5px;
}

.input-group4 + .img-icon {
  position: absolute!important;
  right: 0;
  padding: .5rem .8rem;
}

.form-control-no-border:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w2HeaderSecondForm {
  position: relative;
  float: left;
  width: 100%;
  height: 30px;
  background-color: #fff;
  padding: 5px 10px 20px 10px;
  border-radius: 5px;
}

/* Con analizza elemento occupa pochissimi pixel ma si vede bene*/

.w2HeaderSecondFormInput {
  width: 100%;
  line-height: 15px;
  padding-right: 20px;
}

.w2HeaderSecondFormInput input {
  width: 100%;
  border: 0px;

  font-size: 10pt;
  vertical-align: middle;
}

.w2HeaderSecondForm img {
  width: 15px;
  position: absolute;
  right: 10px;
  top: 8px;
  bottom: 5px;
}

.w2Avatar,
.w2Avatar:focus {
  width: 30px;
  margin-top: 10px; /*padding ovalizza*/
  border-radius: 50%;
}

.w2Avatar:hover,
.w2Avatar:active {
  text-decoration: underline;
}

.w2PersonName,
.w2PersonName:focus {

  font-size: 10pt;
  line-height: 80%;
  color: #fff;
  margin: 0px;
  padding: 10px 0px 0px 0px;
  cursor: pointer;
}

.w2PersonName:hover,
.w2PersonName:active {
  color: #fff;
  text-decoration: underline;
}

.w2Balance,
.w2Balance:focus {

  font-size: 10pt;
  color: #EEC51F;
}

.w2Balance:hover img,
.w2Balance:active img {
  text-decoration: none;
}

.w2Balance:hover span,
.w2Balance:active span {
  color: #EEC51F;
  text-decoration: underline;
}

.w2Balance img {
  width: 10pt;
}

.w2Bell {
  font-size: 20pt;
  color: #fff;
  cursor: pointer;
}

.w2Hamburgher {
  font-size: 20pt;
  color: #fff;
  cursor: pointer;
}

.w2Title {

  font-size: 20pt;
  color: #4D4D4D;
  margin: 16px 0px 12px 0px;
}

@media screen and (max-width: 767px) {
  .w2Title {
    font-size: 20px;
  }
}

.w2Comment {

  font-size: 12pt;
  color: #AAA;
  margin: 10px 0px 30px 0px;
}

.w2Feedback {

  font-size: 12pt;
  color: #AAA;
  margin: 10px 0px 30px 0px;
}

.w2Section {

  font-size: 21px;
  padding: 0 11px;
  color: #d45827;
}

.w2Section1 {

  font-size: 21px;
}

/*
.w2SectionContent {
  width: 100%;
  margin: 0 0 18px 0;
  text-align: justify;
  text-justify: inter-word;
}*/

.w2Text
{

  font-size: 12pt;

  margin: 9px 0 9px 0;
  padding: 0 11px;

  color: #606060;
}

.w2Text i.fas {
  color: #969696;
}

.w2TextRed {

  font-size: 12pt;
  color: #D75A4A;
}

.w2CatList {
  margin: 9px 0px 12px 0px;
  padding: 0 11px;
}

.w2Cat,
.w2Cat:focus {

  font-size: 10pt;
  color: #858585;
  font-style: italic;
}

.w2Cat:hover,
.w2Cat:active {
  color: #858585;
  text-decoration: none;
}

.w2ContentAll {
  display: flex;
  flex-direction: column;
  background: #fff;
}

.w2Full {
  width: 100%;
  clear: both;
  position: relative;
  background: #fff;
}

table,
.table1 {
  padding: 0 11px;
}

.w2List {
  display: table;
  margin: 6px auto 6px auto;

  font-size: 12pt;
  color: #858585;
}

.w2Center {
  display: table;
  margin: auto;
  text-align: center;
}

.w2Action {
  position: relative;
  float: left;
  margin: 30px 22px 30px 22px;
  text-decoration: none;
  display: block;
  /*width: 80px;*/
}

.w2ActionBlack {

  font-size: 10pt;
  color: #AAA;
}

.w2ActionRed img {

  font-size: 10pt;
  color: #D15C41;
}

.w2ActionRed {

  font-size: 10pt;
  color: #AAA;
}


.w2ActionRed:hover,
.w2ActionRed:focus {
  text-decoration: none;
}

.w2Label1,
.w2Label:focus,
.w2Label,
.w2Label:focus {
  position: relative;
  float: left;
  padding: 7px;
  text-decoration: none;
  display: inline-block;
  height: 37px;

  background-color: #fff;
  color: #AAA;
  margin: 0px 2px;
  min-width: 110px;
  font-size: 12pt;
}

.w2FilterA .w2Label {
  background-color: #F0F0F0;
}

/* MOBILE */
@media (max-width: 768px) {
  .w2Label,
  .w2Label:focus {
    margin: 0px 1px 0px 2px;
    min-width: 50px;
    font-size: 10pt;
  }
}

@media (max-width: 600px) {
  .w2Label1,
  .w2Label1:focus {
    margin: 0px 2px;
    min-width: 70px;
    font-size: 10pt;
  }
}

.w2Label1:active,
.w2Label1:hover,
.w2Label:active,
.w2Label:hover {
  text-decoration: none;
}

.w2LabelRed,
.w2LabelRed:focus {
  border-bottom: 4px solid #D75A4A;
  text-decoration: none;
  background: #fff;
}

.w2LabelGreen,
.w2LabelGreen:focus {
  border-bottom: 4px solid #67AE44;
  background: #fff;
  text-decoration: none;
}

.w2LabelOrange,
.w2LabelOrange:focus {
  border-bottom: 4px solid orange;
  background: #fff;
  text-decoration: none;
}

.w2LabelPurple,
.w2LabelPurple:focus {
  border-bottom: 4px solid #A11784;
  background: #fff;
  text-decoration: none;
}

.w2LabelBlue,
.w2LabelBlue:focus {
  border-bottom: 4px solid #1A5192;
  text-decoration: none;
  background: #fff;
}

.w2LabelGrey,
.w2LabelGrey:focus {
  border-bottom: 4px solid #7c7c7c;
  color: #7c7c7c;
  background: #fff;
  text-decoration: none;
}

.w2LabelRed.w2Clicked,
.w2LabelRed:hover,
.w2LabelRed:active {
  color: #D75A4A;
  text-decoration: none;
  background: #fff;
}

.w2LabelGreen.w2Clicked,
.w2LabelGreen:hover,
.w2LabelGreen:active {
  color: #67AE44;
  text-decoration: none;
  background: #fff;
}

.w2LabelOrange.w2Clicked,
.w2LabelOrange:hover,
.w2LabelOrange:active {
  color: orange;
  text-decoration: none;
  background: #fff;
}

.w2LabelPurple.w2Clicked,
.w2LabelPurple:hover,
.w2LabelPurple:active {
  color: #A11784;
  text-decoration: none;
  background: #fff;
}

.w2LabelBlue.w2Clicked,
.w2LabelBlue:hover,
.w2LabelBlue:active {
  color: #1A5192;
  text-decoration: none;
   background: #fff;
}

.w2LabelGrey.w2Clicked,
.w2LabelGrey:hover,
.w2LabelGrey:active {
  color: #d45827;
  background: #fff;
  border-bottom: 4px solid #d45827;
  text-decoration: none;
}

.w2ButtonGo,
.w2ButtonGo:focus {
  font-size: 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;

  display: inline-block;

  min-width: 100px;
  padding: 6px 12px 6px 12px;

  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  color: #fc4f1a !important;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background-color: #ffffff;
}

.w2ButtonGo:hover,
.w2ButtonGo:active {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}
.w2BoxOuter {
  width: 100%;
  /*display: table;*/
  clear: both;
  padding-top: 15px;
}

.w2BoxInner {
  width: 100%;
  display: table;
  clear: both;
  background-color: #fff;
  padding: 1rem .5rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.w2BoxInner2 {
  padding: 1rem 1rem;
}

.w2BoxInner3 {
  display: flex;
  width: 100%;
  clear: both;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.w2BoxInnerSpot {
  width: 100%;
  display: flex;
  clear: both;
  box-shadow: /*SOPRA*/ 0px 8px 8px -8px #AAA, /*DESTRA*/ 8px 0px 8px -8px #AAA, /*SINISTRA*/ -8px 0px 8px -8px #AAA;
  background-color: #fff;
  border: 1px solid #f2f2f2;
}

.w2BoxTitle {

  font-size: 16px;
  color: #000;
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

.w2BoxText {

  font-size: 14px;
  color: #8C8B8B;
}

@media (max-width: 580px) {
  .w2BoxTitle {
      font-size: 16px;
  }
  .w2BoxText {
      font-size: 11.5px;
  }
}

.w2BoxAvatar {
  width: 100px;
  /* c'è già un margine right e left di 5px dato dal w2LeftPadding */
  margin: 5px 0px 5px 0px;
}

.w2BoxCover {
  width: 178px;
  /* c'è già un margine right e left di 5px dato dal w2LeftPadding */
  margin: 5px 0px 5px 0px;
}

.w2BoxCoverSquared {
  width: 100px; /*178px;*/
  height: 100px;
  /* c'è già un margine right e left di 5px dato dal w2LeftPadding */
  margin: 5px 0px 5px 0px;
  overflow:hidden;
}

.w2BoxCoverSquared img {
  display: block;
  width: 177.777%;
  margin: 0px -38.885% 0px -38.885%;
}

.w2RightPadding .w2ButtonGo {
  margin: 37px 10px 0px 0px;
}

.w2FilterA
{
  display: table;
  clear: both;
  width: 100%;
  background-color: #EEC51F;
}

.w2FilterB_place {
  display: table;
  clear: both;
  width: 100%;
  background-color: #fff;
}

.w2FilterC {
  display: table;
  clear: both;
  width: 100%;
  background-color: #fff;
}

.w2FilterB_place_option {
  display: none;
}

.w2FilterB_place_option + label,
.w2FilterB_place_option + label:focus {

  font-size: 13pt;

  position: relative;
  padding: 2px 10px 10px 10px;
  text-decoration: none;
  height: 25px;

  color: #606060;
}

.w2FilterB_place_option + label:hover,
.w2FilterB_place_option + label:active,
.w2FilterB_place_option:checked + label {
  color: #67AE44;
}

.w2FilterCOption {
  /*display: none;*/
}

.w2FilterCOption + label span,
.w2FilterCOption + label:focus span {
  display: none;
}

.w2FilterCOption + label:hover span,
.w2FilterCOption + label:active span,
.w2FilterCOption:checked + label span {
    display: inline;
}

.w2LoadingImg {
  display: block;
  margin: auto;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.w2LoadingImgMain {
  display: block;
  margin: auto;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.w2SpinnerCointainerOuter {
  position: fixed;
  display:none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  /* Bootstrap usa 1050, molti script usano 99999 */
  z-index: 2222222
}

.w2SpinnerCointainer {
  position:absolute;
  height: 200px;
  width: 300px;
  border: 2px solid #076CA6;
  margin: 0 auto;
  display: block;
  left: calc(50% - 150px);
  top: calc(50% - 100px);
  background-color: #fff;
  border-radius: 10px;
}

.w2ClusterBox_DISABLED {
  width: auto;
  margin: 15px 9px 15px 9px;
  padding: 10px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.w2ClusterBoxSpot_DISABLED {
  width: auto;
  margin: 15px 9px 15px 9px;
  padding: 10px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.w2ClusterBoxBanner {
  width: auto;
  margin: 15px 9px 15px 9px;
  padding: 0px;
  background: #fff;
}

.w2ClusterTitle {

  font-size: 12pt;
  font-weight: 700;
  margin: 6px 0px 3px 0px;
  color: #000;
}

.w2ClusterCat {

  font-size: 10pt;
  margin: 0px 0px 3px 0px;
  color: #858585;
}

.w2ClusterHeaderA {
  position: relative;
  float: left;
  width: 40%;

  font-size: 10pt;
  margin: 0px 0px 6px 0px;
}

.w2ClusterHeaderB {
  position: relative;
  float: left;
  width: 40%;
  font-size: 10pt;
  margin: 0px 0px 6px 0px;
}

.w2ClusterHeaderAB {
  position: relative;
  float: left;
  /*width: 80%;*/

  font-size: 10pt;
  margin: 0px 0px 6px 0px;
}

.w2ClusterHeaderC {
  position: relative;
  float: right;
  /*width: 20%;*/
  text-align: right;
  font-size: 10pt;
  margin: 0px 0px 6px 0px;
}

/* MOBILE */
@media (max-width: 768px)
{
  .w2ClusterHeaderA
  {
      width: auto;
  }

  .w2ClusterHeaderB
  {
      display: none;
  }

  .w2ClusterHeaderAB
  {

  }

  .w2ClusterHeaderC
  {

  }
}

.w2Map {
  width: 100%;
  height: 400px;
  z-index: 1;
}

.w2ClusterMap {
  margin: 5px 0px 0px 0px;
  float:left;
  width: 200px;
  height: 200px
}

.w2ClusterBody {
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  overflow:hidden;
}

.w2ClusterDescriptionBox {
  width: 100%;
  height: 160px;
}

.w2ClusterDescriptionText {
  height: 10em;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #606060;
}

.w2ClusterButtons {
  overflow:hidden;
  position: relative;
  width: 100%;
  height: 40px
}

.w2ClusterButtonsLeft {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.w2ClusterButtonsLeft a {

  font-size: 11pt;
  color: #606060;
}

.w2ClusterButtonsLeft a img {
  width: 30px;
}

.w2ClusterButtonsRight {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* MOBILE */
@media (max-width: 768px) {
  .w2ClusterMap {
    width: 100px;
    height: 100px;
  }

  .w2ClusterBody {
    padding: 0px 0px 0px 5px;
  }

  .w2ClusterDescriptionBox {
    height: 60px;
  }

  .w2ClusterDescriptionText {
    height: 4em;
  }

  .w2ClusterButtonsRight {
    display: none;
  }
}

.w2PageCoverNopadding {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

/*.w2PageCoverPadding {
  width: 100%;
  padding: 0px 0px 80px 0px;
}*/

.w2FilterB_community {
  display: table;
  clear: both;
  width: 100%;
  background-color: #fff;
}

.w2FilterB_community_link,
.w2FilterB_community_link:focus {

  font-size: 13pt;

  position: relative;
  padding: 2px 10px 10px 10px;
  text-decoration: none;
  height: 25px;

  color: #606060;
  text-decoration: none;
}

.w2FilterB_community_link:hover,
.w2FilterB_community_link:active,
.w2FilterB_community_link.w2Clicked {
  color: #1A5192;
  text-decoration: none;
}

.w2SectionContentRight {
  position: relative;
  margin-left: auto;
  padding: 0px 5px 0px 5px;
  margin-top: 65px;
}

.w2SectionContentRight2 {
  position: relative;
  margin-left: auto;
  padding: 5px 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

/* MOBILE */
@media (max-width: 767px) {
  .w2SectionContentRight {
    display: none;
  }
}

.w2Icon {
  width: 30px;
}

svg:hover #like {
  fill: #dd7f7f;
}

svg:hover #likeOff {
  fill: #938f90;
}

svg:hover #feedbackOn {
  fill: #938f90;
}

svg:hover #idit{
  fill: #938f90;
}

.w2Inner {
  padding: 0px 10px;
  width: 100%;
}

.w2Related {
  width: 100%;
  display: table;
  clear: both;
  position: relative;
}

.w2PopupContent {
  /* Deve essere un valore maggiore di 6px */
  border-radius: 10px;
}

.w2PopupHeader {
  background-color: #fc4f1a;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
}

.w2PopupHeader button {
  color: #fff;
  font-size: 20pt;
}

.w2PopupBody {
  background-color: #fff;
  text-align: center;
  border-radius: 0px 0px 6px 6px;


  font-size: 13pt;
  color: #606060;
}

.w2PopupBodyInner {
  width: 100%;
  display: table;
  clear: both;
  position: relative;
  margin: 0px 0px 20px 0px;
}

.w2BoxAvatarMini {
  width: 30px;
  /* c'è già un margine right e left di 5px dato dal w2LeftPadding */
  border-radius: 50%;
}

.w2CommentText {
  width: 100%;
  display: table;
  clear: both;
  position: relative;

  font-size: 12pt;
  color: #606060;
  margin: 10px;
}

a {
  cursor: pointer;
}

.w2CommentButton {
  position: relative;
  float: right;
  padding: 10px;
}

.w2CommentTextArea {
  position: relative;
  float: left;
  padding: 0px 5px;
  width: calc(100% - 40px);
}

.w2CommentTextArea textarea {
  width: 100%;
  padding: 5px;
}

.w2CommentDate {
  position: relative;
  float: right;
  /*padding: 0px 5px;*/
}

/* MOBILE */
@media (max-width: 767px) {
  .w2CommentDate {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.w2FeedbackText {
  display: table;
  clear: both;
  position: relative;

  font-size: 12pt;
  color: #606060;
  margin: 10px;
}

.w2FeedbackTitle {
  display: table;
  clear: both;
  position: relative;

  font-size: 12pt;
  color: #606060;
  margin: 10px;
  font-weight: bold;
}

.w2FeedbackButton {
  position: relative;
  float: right;
  padding: 10px;
}

.w2FeedbackTextArea {
  position: relative;
  float: left;
  padding: 0px 5px;
  width: calc(100% - 40px);
}

.w2FeedbackTextArea input[type="text"] {
  width: 100%;
  padding: 5px 10px 5px 10px;
}

.w2FeedbackTextArea textarea {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.w2FeedbackDate {
  position: relative;
  margin-left: auto;
  padding: 0px 5px;
  /*float: right;*/
}

/* MOBILE */
@media (max-width: 767px) {
  /*.w2FeedbackDate {
    float: left;
    width: 100%;
  }*/
}

.fa-star {
  color: orange;
}

.w2ButtonAdd,
.w2ButtonAdd:focus {

  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;

  display: inline-block;

  padding: 3px 5px;

  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  color: #004aa3;
  border: 1.5px solid #004aa3;
  border-radius: 7px;
}

.w2ButtonAdd {
  margin-bottom: 10px;
}


.w2ButtonAdd:hover,
.w2ButtonAdd:active {
  color: #fff;
  background-color: #004AA3;
  text-decoration: none;
}

.w2DashboardPage {
  width: 100%;
  padding: 10px;
}

.w2DashboardLink {
  display: flex;
  align-items: center;
  color: #646464;
  width: 100%;
  background: white;
  height: 72px;
  border: 1px solid #D4D4D4;
  border-left: 6px solid #004AA3;
  padding: 1.2rem 1rem;
  margin: .7rem 0rem;
}

.w2DashboardLink:hover {
  color: #EEC51F;
  background-color: #004AA3;
}

.w2DashboardLink:hover path {
  fill: #EEC51F;
}

#edit:hover path {
  fill: #AAAAAA;
}
/*
#list:hover path {
  fill: #AAAAAA;
}*/

.w2DashboardImg {
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0px 20px 0 0;
}

.w2DashboardImg1 {
  position: relative;
  float: left;
  margin: 0px 20px 0 0;
  }

  .w2DashboardImg2 {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0px 20px 0 0;
  }

.w2DashboardText {
  display: inline-block;
  position: relative;
  font-size: 15px;

}

/*.w2DashboardText:hover {
  color: #1A5192;
}*/

.w2DashboardArrow {
position: relative;
margin-left: auto;
width: 20px;
height: 20px;
}

.w2DashboardArrow:hover {
    fill: #EEC51E;
}

.w2Breadcrumb {
    display:Flex;
    font-size: 17px;

    padding: 10px 5px;
    color: #4D4D4D;
}

.w2BreadcrumbImg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    margin-left: -10px;
}

.w2Breadcrumb a{
    color: #1A5192;
    display:Flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.w2Cookie {
  position:fixed;
  left:0;
  right:0;
  width: 100%;
  bottom: 0px;
  background-color: #fc4f1a;
  color: #fff;
  transition: 0.5s;
  text-align: center;
  padding: 10px 0px 10px 0px;
  z-index: 100;
}

.modal {
  z-index: 999999!important;
}

.w2CookiePolicy, .w2CookiePolicy:hover {
  color: #fff;
  text-decoration: underline;
}

.w2PageCoverCamera {
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color:#fff;
}
.w2PageAvatarCamera {
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  position: absolute;
  right: calc(50% - 19px);
  bottom: 0;
  font-size: 18px;
  color:#fff;
}

.w2DesktopHalf {
  position: relative;
  float: left;
  width: 50%;
  padding: 0px 5px 0px 0px;
}


/* MOBILE */
@media (max-width: 767px) {
  .w2DesktopHalf {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}

/*.w2SidebarBackground {
  display: none;
  position: fixed;
  z-index:9999;
  width: 100vw;
  right: 0px;
  top:0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}*/

.w2Sidebar-content {
  display: flex;
}

.w2Sidebar {
  display: none;
  position: fixed;
  /*z-index:9999;*/
  width: 260px;
  background-color: #1A5192C8;
  color: #fff;
  transition: 0.2s;
  border: 1px solid #EEC51F;
}

.w2Sidebar-text {
  list-style: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 5px;
  /*margin-left: 50px;*/
  line-height: 25px;
}

.w2Sidebar hr {
  border-top: 1px solid #EEC51F;
  margin: 10px 0px 0px 0px;
}

.w2SidebarLink {
  display: inline-block;
  width: 100%;
  /*padding: 5px 5px 5px 5px;*/
  margin: 2px 10px 2px 10px;
}

.w2SidebarText {
  font-size: 16px;

  font-weight: bold;
}

.w2SidebarLink:hover .w2SidebarText {
  color: #EEC51F;
  text-decoration: none;
}

.w2SidebarText:hover {
  color: #EEC51F;
  text-decoration: none;
}

.w2SidebarLang {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  margin: 5px 0;
}

.lang-sidebar {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

#exit-sidebar {
  margin-left: auto;
}

.w2SidebarLang:hover {
  text-decoration: none;
}

.w2SidebarLogout {
  position: relative;
  float: right;
  margin:5px;
}


.w2LangLeft {
  position: relative;
  float: left;
  height: 34px;
  padding: 19px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.w2LangRight {
  position: relative;
  float: right;
  margin: 0px 0px 5px 0px;
}

.w2LeftPaddingFill {
  position: relative;
  float: left;
  width: calc(100% - 115px);
}

.w2ButtonDelete,
.w2ButtonDelete:focus {
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  var(--white1)-space: nowrap;
  vertical-align: middle;
  cursor: pointer;

  font-size: 13px;
  min-width: 100px;
  border: 2px solid #D75A4A;
  background-color: #D75A4A;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.w2ButtonDelete:hover,
.w2ButtonDelete:active {
  color: #D75A4A;
  background-color: #fff;
  text-decoration: none;
}

.w2ButtonAddItem,
.w2ButtonAddItem:focus {
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  /*var(--white1)-space: nowrap;*/
  vertical-align: middle;
  cursor: pointer;

  font-size: 13px;
  min-width: 100px;
  border: 2px solid #EEC51F;
  background-color: #EEC51F;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.w2ButtonAddItem:hover,
.w2ButtonAddItem:active {
  color: #EEC51F;
  background-color: #fff;
  text-decoration: none;
}

.w2Td {

  font-size: 12pt;
  color: #606060;
  padding: 0px 11px;
  text-align: left;
}

.w2Th {

  font-size: 12pt;
  color: #606060;
  padding: 0px 9px 9px 0px;
  text-align: left;
}

.w2ThBorder {

  font-size: 12pt;
  color: #606060;
  padding: 9px;
  text-align: left;
  border: 1px solid black;
}

.w2TdBorder {

  font-size: 12pt;
  color: #606060;
  padding: 9px;
  text-align: left;
  border: 1px solid black;
}

.w2AddressInput {
  position: relative;
  float: left;
  width: calc(100% - 100px);
}

.w2AddressButton {
  position: relative;
  float: right;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
}

.w2AddressButton:hover i {
  transform: rotate(30deg);
  transition: 0.5s;
}

.w2ButtonAdd2,
.w2ButtonAdd2:focus {
  padding: 6px 12px 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  /*var(--white1)-space: nowrap;*/
  vertical-align: middle;
  cursor: pointer;

  font-size: 13px;
  min-width: 100px;
  border: 2px solid #EEC51F;
  background-color: #EEC51F;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.w2ButtonAdd2:hover,
.w2ButtonAdd2:active {
  color: #EEC51F;
  background-color: #fff;
  text-decoration: none;
}

.w2TextResults {

  font-size: 12pt;
  color: #606060;
  margin: 9px 0px 0px 9px;
}

.w2Attachment
{
  width: 50%;
  float: left;
  position: relative;
  padding: 0px 10px 0px 0px;
}

/* MOBILE */
@media (max-width: 767px) {
  .w2Attachment {
    width: 100%;
    display: table;
    clear: both;
    position: relative;
  }
}

.w2AttachmentMissing {
  color: #D15C41;
  font-size: 16px;
}

.w2AttachmentReady {
  color: #000;
  font-size: 16px;
}

.w2AttachmentOk {
  color: #67AE44;
  font-size: 16px;
}

.w2AttachmentCancel {
  color: #D75A4A;
  font-size: 16px;
}

.dashboard-flex {
  display: flex;
  align-items: center;
  background: #fff;
  color: #646464;
  height: 72px;
  padding: 1rem 1rem;
  margin: .7rem 0rem;
  border: 1px solid #D4D4D4;
  border-left: 6px solid #004AA3;
}

.dashboard-flex1 {
  display: flex;
  align-items: center;
  background: #fff;
  color: #646464;
  padding: 1.2rem 2rem;
  margin: .7rem 0rem;
  border: 1px solid #D4D4D4;
  border-left: 6px solid #004AA3;
}

.dashboard-flex > a:nth-child(2) {
  margin-left: auto;
}

.w2DashboardLeft {
  display: flex;
  align-items: center;
  /*display: inline-block;*/

}

.w2DashboardLeft1 {
  display: flex;
  align-items: center;
}

.w2DashboardRight {
  color: #fff;
  margin-left: 10px;
}

.w2DashboardRightImg {
  position: relative;
  /*float: left;*/
  width: 34px;
  height: 34px;
}

.w2DashboardRightImg:hover {
  fill:#EEC51F;
}

.w2RefuseTextArea {
  position: relative;
  float: left;
  padding: 0px 5px 0px 5px;
  width: 100%;
}

.w2RefuseTextArea textarea {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.w2BannerDesktop  {
  width: 728px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .w2BannerDesktop  {
    display: none;
  }
}

.w2BannerMobile  {
  width: 250px;
  max-width: 100%;
}


@media (min-width: 768px) {
  .w2BannerMobile {
    display: none;
  }
}

/**************************
marketplace
***************************/

.w2PageAvatar2 {
  width: 160px;
  height: 160px;
  border: 4px solid #fff;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.bg-light {
  background: #d4d4d4;
  padding: 4rem 4rem;
}

.bg-light2 {
  background: #d4d4d4;
}

.padding-box {
  padding: 1rem .5rem;
}

.padding {
  padding: 0 11px;
}

.long-and-truncated {
  flex: 1;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.w2Text > img {
  display: inline-block;
  padding-right: 8px;
  width: 20px;
}

.recensioni-align {
  display: flex;
  justify-content: space-between;
}

.w2FeedbackText1 {
  margin: 2px 10px;
}

.user-align {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

/*CAROUSEL pop-up*/
.product-buy-click {
  display: block;
  padding: 1rem 1rem;
}

.carousel {
  width: 90%;
  margin: 0px auto;
}

.slick-slide {
  margin: 5px;
}

.slick-list {
  outline: none !important;
}

.slick-slide, .slick-slide:focus *{outline:none!important;}

.slick-slide img {
  width: 100%;
}

ul.slick-dots {
  display: none!important;
}

.slick-prev:before, .slick-next:before {
  color:#1A5192 !important;
}

.slick-dots {
  list-style-type: none;
}

/*Pop up */

.mfp-arrow.mfp-arrow-left.mfp-prevent-close,
.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}


.mfp-counter {
  display: none;
}

#logo:hover path {
  fill: #EEC51F;
}

/***********************************
HEADER BADGE
************************************/

.badge.bg-important {

  font-size: 11px;
  background: red;
  color: white;
  position: absolute;
  display: block;
  top: 18px;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.fas.fa-bell {
  margin-right: 10px;
}

/********************************
COUPON BOX
********************************/

.content-box2 {
  display: flex;
  position: relative;
  bottom: 0;
  top: -12px;
  background: rgba(0, 0, 0, 0.8);
  color: #f1f1f1;
  width: 100%;
  padding: 0 20px;
}

.image-1454 {
  margin-bottom: -140px;
}

@media screen and (max-width: 600px) {
  .image-item {
    margin-top: 40px;
  }
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-container2 {
  display: flex;
  align-items: flex-end;
}

.w2Text2 {

  font-size: 12pt;
  margin: 9px 0 9px 0;
  color: #7a7a7a;
  display: flex;
  align-items: center;
}

.w2Text3 {

  font-size: 12pt;
  margin: 9px 0 9px 0;
  color: #8a887d;
}

.gold {
  color: #de931e;
}

.purple {
  color: #9a1b80;
}

.myButton {
    border: transparent;
    display: inline-block;
    cursor: pointer;
    color: white;

    font-size: 14px;
    padding: .375rem .75rem;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.myButton-success {
  color: #fff;
  background-color: #0ea81c;
}

.myButton-success:hover {
  color: #fff;
  background-color: #0a9115;
}

.myButton-orange {
  color: #fff;
  background-color: #d45827;
}

.myButton-orange:hover {
  color: #d45827;
  background-color: #fff;
  border-color: #d45827;
}

.mybtn {
    border: transparent;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 14px;
    padding: 1rem;
    text-decoration:none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}

.mybtn:hover,
.mybtn:active,
.mybtn:focus {
  color: #fff;
  background-color: #be4f23;
}

.mybtn-orange {
  color: #fff;
  background-color: #d45827;
}
/*****************************************
 COUPON TI POTREBBERO INTERESSARE ANCHE
 ****************************************/

#coupon-box .w2BoxInner3 {
  border: 1.5px solid #de931e;
}

#event-box .w2BoxInner3 {
  border: 1.5px solid #9a1b80;
}

#luogo-box .w2BoxInner3,
#luogo-box .w2BoxInnerSpot {
  border: 1.5px solid #60b338;
}

#contenuto-box .w2BoxInner3 {
  border: 1.5px solid #4e93e5;
}

.green-luogo {
  color: #60b338;
}

.blue-color {
  color: #4e93e5;
}

.w2ButtonGoBlue,
.w2ButtonGoBlue:focus {

  font-size: 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;

  display: inline-block;

  min-width: 100px;
  padding: 6px 12px 6px 12px;

  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  color: #fff;
  border-radius: 3px;
  background-color: #004aa3;
}

.w2ButtonGoBlue:hover{
  color: #fff;
  background-color: #076CA6;
}

.stars-coupon {
  display: flex;
  margin-top: auto;
  padding: 15px 0;
}

.w2-column {
  display: flex;
  flex-direction: column;
}

.coin-box {
  display: flex;
  align-items: end;
  padding: 10px 0;
  margin-left: auto;
}

.wlc {
  margin-right: 25px;
}

@media (max-width: 600px) {
  .wlc {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .coin-box {
    display: flex;
    flex-direction: column;
  }
}

/******************************
WALLET
*******************************/

.w2-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  /*padding: 1rem 1rem;*/
}

.w2-box {
  background: #fff;
  color: #646464;
  padding: 1rem 9rem;
  border: 1px solid #D4D4D4;
  border-left: 6px solid #004AA3;
  border-right: 6px solid #004AA3;
}

.w2-box h4 {
  font-size:18px;

}

.w2-box b {
  color:#6f6f6f;
}

@media (max-width: 600px) {
  .w2-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
  .panel-direction{
    flex-direction: column;
  }
}

.panel {
  margin-bottom: 0!important;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.table th {
  height: 40px;
  font-weight: lighter;
  color: #929292;
  font-size: 16px;
}

.border-box {
  border: 1px solid red;
}
/*
.table tr {
 /* border-bottom: 1px solid #cccccc;*/
/*}

.table tr:last-child {
  border-bottom: 0px;
}

.table td {
  /*border-right: 1px solid #cccccc;*/
  /*padding: 10px;
}

.table td input:focus {
  /*box-shadow: 0 1px 0 steelblue;*/
  /*color: steelblue;*/
/*}*/

.table tbody {
  color:#5f5f5f;
}

.borderless td, .borderless th {
  border: none;
}
/*
table.borderless td,table.borderless th{
  border: none !important;
}*/

.border th{
  border: none !important;
}

/**/
table {
  border-collapse: collapse;
}

th, td {
  border:1px solid lightgray;
  padding:5px;

}
.geeks {
  border-right:hidden;
}
.border-spacing {
  border-collapse:separate;
  border-spacing:0 15px;
}

.box-shadow {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.day_selector{
    width: 13%;
    margin-left: 0px !important;
    margin-right: 5px !important;
    float: left;
    position: relative;
}

.leaflet-div-icon{
    border: 0px !important;
    width: 150px !important;
    background: none !important;
}

.w2MapLabel{
    color: #004AA3;
    font-size: 40px;
    float: left;
    position: relative;
}

/*****************************************
PROMOTER PAGE
*****************************************/
.promoter-title {

  font-size: 18px;
  color: #6f6f6f;
}

.promoter-content {

  color: #6f6f6f;
}

.promoter-box {
  display: flex;
  align-items: flex-end;
}

.promoter-header {
  font-size: 16px;
  margin-left: 15px;
}

.p-header-text {
  margin-top: 10px;
}

.text-title-tab {
  color: #8b8b8b;
  font-size: 14px;
}

.orange-color {
  color: #d45827;
}

/****************************
TODAY2 HEADER
****************************/

.title04 {

  font-size: 18px;
}
.sub-calabria {
  font-size: 16px;
  color: #636363;
}

.header-title-calabria {
  text-align: center;
  color: #0ba938;
  font-size: 18px;

}

.header-title-calabria h1 {
  font-size: 20px;

  font-weight: bold;
}

/****************************
BOXES
****************************/

.product-buy-click {
  display: block;
  padding: 1rem 1rem;
}


/********************************
CODE TODAY CALABRIA
********************************/

.code-calabria {
  display: flex;
  justify-content: center;
}

.calabria02 {
  margin-left: 10px;
}

.title-calabria02 {
  text-transform: uppercase;
  font-size: 26px;
}

.inscriviti {
  font-size: 20px;
  color: #636363;
}

/****************************
SHOP ONLINE LOGO
****************************/
.business-logo {
  width: 200px;
  height: auto;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*****************************************
CALABRIA TODAY PRINT
****************************************/

.logo-calabria {
  width: 150px;
}

.bottega-italiana {
  width: 150px;
}
/*****************************************
FOOTER
****************************************/
.logo-footer {
  width: 100px;
  height: 50px;
}

.enrysisland {
  width: 75px;
}
