#second-container {
  /* width: 1140px; */
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 0px;
}

.container-width {
  width: 1140px;
  margin: 0 auto;
  text-align: left;
}

.hubspotForm {
  padding-top: 50px;
}

.hubspotForm>.title{
  margin-bottom: 50px;
}

#richiestainformazioni, #iscrizioneviaggio {
  display: none;
}

/*** CATEGORIES ***/

.category-list li {
  list-style-type: none;
}

.category-list li .imgDiv {
  width: 100%;
  height: 262px;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-list .divLiContent {
  height: 110px;
}

.category-list .title {
  font-size: 20px;
  display: block;
  /* or inline-block */
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 60px;
  line-height: 30px;
  margin: 5px 0px 5px 0px;
  text-align: left;
}

.category-list .date {
  color: #44cf6c;
  height: 30px;
  font-size: 16px;
  font-weight: normal;
}

.category-list .imagePrize {
  margin: 5px 0px 5px 0px;
  height: 20px;
  font-size: 16px;
}

.category-list a {
  text-decoration: none;
}

/** single article css **/

.white {
  background-color: white !important;
}

.sub-header-container {
  background-color: #EBEDEC;
  align-items: center;
}

.sub-header-column {
  display: flex;
  padding: 10px;
}

.grey {
  background-color: #EBEDEC;
}

.green {
  background-color: #43CF6C;
}

.light-green {
  background-color: #D1F3DA;
}

.sub-header-link {
  display: flex;
  align-items: center;
  padding-right: 30px;
}

.sub-header-margin {
  margin-left: 10px;
}

.btnCart {
  background-color: #D1F3DA !important;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

.btnCart.green {
  background-color: #44CF6C !important;
  color: white !important;
}

/** select **/

.select-style {
  border: 1px solid #ccc;
  min-width: 150px;
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa url("../../../media/Nautes/ico/site/ico_select.png") no-repeat 95% 50%;
  background-size: 25px 25px;
}

.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.slider-caption {
  color: black;
  bottom: -15px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  text-decoration: none !important;
  line-height: 1.5;
}

a:hover {
  text-decoration: none !important;
}

/* Wrap responsive */

.googlemap_wrap {
  /*position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;*/
}

/* iframe posizionato in maniera assoluta */

.googlemap_wrap iframe {
  /*position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;*/
}

.googlemap_wrap {
  display: none;
}

#mapsButton, #Locandina, #Locandina1 {
  cursor: pointer;
}

/* rotellina loading */

.sk-circle {
  margin: 20px auto 50px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #011c26;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.price {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.price-label {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.price-from {
  text-decoration: line-through;
  color: grey;
}

/** template blog categories **/

.category-box {
  display: flex;
  padding: 0px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.category-content {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.btn-category {
  border: 2px solid #42CE6D;
  padding: 8px 30px 8px 30px;
  border-radius: 5px;
}

.item-title {
  text-align: center;
}

.btn-category a {
  color: white;
  text-decoration: none;
}

.home-cerca {
  align-items: flex-end;
  min-height: 100px;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
}

.show-desktop {
  display: block;
}

.show-tablet {
  display: block;
}

.desktop-info {
  display: flex !important;
}

.contact-category {
  margin: 20px;
}

.contact-category .divContactRows {
  margin: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
}

.contact-category .divContactRows .contactTitle {
  color: #44cf6c;
  font-size: 16px;
  font-weight: 600;
}

.contact-category .divContactRows * {
  margin-top: 10px;
}

.contact-category .divContactRows .goContact {
  background-color: #44cf6c;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
  display: block;
  clear: both;
  border-radius: 5px;
  /*border: 2px solid #75B00A;*/
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  float: left;
  height: 40px;
  width: 100%;
  text-decoration: none;
}

#bodyContainer {
  width: 97%;
}

#bodyContainer.showmenu {
  width: 85%;
}

.cat-h1 {
  text-transform: capitalize;
  font-size: 28px;
}

#cat-Title>h3 {
  font-size: 15px;
}

#cat-Title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

#cat-Title>* {
  line-height: 0.7 !important;
}

#info-desktop>* {
  display: none;
}

#info-desktop {
  height: 50px;
}

.firstAddThis {
  margin-top: -90px;
  width: auto;
  padding: unset;
}

/* Desktop */

@media screen and (max-width: 1200px) and (min-width: 992px) {
  #sub-header, .container-width {
    width: 95%;
    margin: 0 auto;
  }
  .desktop {
    display: flex;
  }
  .show-desktop {
    display: block;
  }
}

/* Tablet */

@media screen and (max-width: 991px) and (min-width: 768px) {
  #sub-header, .container-width {
    width: 95%;
    margin: 0 auto;
  }
  .sub-header-column {
    flex-direction: column;
  }
  .sub-header-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mobile {
    display: block;
  }
  .desktop, .show-desktop {
    display: none;
  }
  .btnCart {
    margin: 10px;
    border-radius: 5px;
  }
  .contact-category .divContactRows .goContact {
    width: 100%;
  }
  #bodyContainer {
    width: 100% !important;
  }
  #container-slideitem>.slider-title {
    margin-left: 5px;
    left: unset;
    font-size: 30px;
  }
  .backToTravel {
    text-decoration: none;
  }
  #loginNav {
    padding-top: 80px;
  }
  .firstAddThis {
    margin-top: -30px;
  }
}

/* Smartphone grandi dimensioni */

@media screen and (max-width:767px) and (min-width: 481px) {
  #sub-header, .container-width {
    width: 95%;
    margin: 0 auto;
  }
  .sub-header-column {
    flex-direction: column;
  }
  .sub-header-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mobile {
    display: block;
  }
  .desktop, .show-desktop, .show-tablet {
    display: none;
  }
  .btnCart {
    margin: 10px;
    border-radius: 5px;
  }
  .mobile-col-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container-full-mobile {
    width: 100%;
    margin: 0 auto;
  }
  .category-list .divLiContent {
    padding-left: 15px;
    padding-right: 5px;
  }
  .contact-category .divContactRows .goContact {
    width: 100%;
  }
  .backToTravel {
    max-width: 50%;
    min-width: 40%;
    text-decoration: none;
  }
  .FinalStep {
    width: 40%;
  }
  .vm-button-correct {
    width: 100%;
  }
  .category-list li .imgDiv {
    /* height: 150px; */
  }
  #bodyContainer {
    width: 100% !important;
  }
  #loginNav {
    display: none;
  }
  .firstAddThis {
    margin-top: -45px;
  }
}

/* Smartphone piccole dimensioni */

@media screen and (max-width:480px) {
  #sub-header, .container-width {
    width: 95%;
    margin: 0 auto;
  }
  .sub-header-column {
    flex-direction: column;
  }
  .sub-header-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .mobile {
    display: block;
  }
  .desktop, .show-desktop, .show-tablet {
    display: none;
  }
  .btnCart {
    margin: 10px;
    border-radius: 5px;
  }
  .mobile-col-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .container-full-mobile {
    width: 100%;
    margin: 0 auto;
  }
  .category-list .divLiContent {
    padding-left: 15px;
    padding-right: 5px;
  }
  .contact-category .divContactRows .goContact {
    width: 100%;
  }
  .FinalStep, .backToTravel, .vm-button-correct {
    width: 100%;
    min-width: 100%;
    text-decoration: none;
    margin-bottom: 5px;
  }
  #bodyContainer {
    width: 100% !important;
  }
  .category-list .title {
    font-size: 14px;
    line-height: unset;
  }
  .category-list .date {
    font-size: 13px;
  }
  .category-list .imagePrize {
    font-size: 14px;
  }
  .cat-h1 {
    font-size: 22px
  }
  #loginNav {
    display: none;
  }
  .firstAddThis {
    margin-top: -45px;
  }
}

/* Gestione link sport camp  - 20200113*/
.clsLinkCamp
{
    display:inline-block;
    background-color:#44CF6C ;
    color: Black;
    width: 126px;
    height: 50px;
    padding:15px;
    margin-top:15px;
    margin-left:5px;
    margin-right:5px;
    vertical-align:top;
    text-align:center;
    font-family: arial,helvetica,sans-serif;
	font-size:11px;
}

.clsLinkCamp a
{
    color:White;
}