.minHeight10 {
  min-height: 10px;
}

.borderTopBlu5 {
  border-top: 5px solid #1e6ca6;
}

.marginTop20 {
  margin-top: 20px;
}

.marginBottom10 {
  margin-bottom: 10px;
}

.paddingBottom10 {
  padding-bottom: 10px;
}

.InlineBlock {
  display: inline-block
}

.block {
  display: block!important;
}

.none {
  display: none!important;
}







/*IUBENDA BANNER*/

.iubenda-banner-content .iub-p a {
	display: inline-block;
}

/*PAGINA PROMOZIONI*/

iframe {
  position: relative;
  display: block;
  width: 100%;
  height: 800px;
  border: 0px;
}

.boxElencoOrari {
  /*margin-bottom: 0.875rem;*/
  /*margin-top: 0.875rem;*/
}

.boxElencoOrari2 {
  margin-top: 0.875rem;
}

#btnElencoOrari {
  margin-bottom: 0px;
}

.ElencoOrari {
  position: relative;
  display: none;
  width: 100%;
  background-color: #ddd;
}

.ElencoOrariTitolo,
.ElencoOrariTesto {}

.ElencoOrariTitolo {
  font-weight: bold;
  padding: 8px 0px!important;
  font-size: 1.375rem;
}

.ElencoOrariTesto {
  padding: 0px 0px!important;
  font-size: 1.2rem;
}

.ElencoOrariBgr2 {
  background-color: #eae7e7;
}

.ElencoOrari .row {
  margin: 0px!important
}

.OraVerde,
.OraRosso {
  position: relative;
  display: block;
  background-color: #2aff00;
  padding: 2px 0px!important;
  height: 19px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.OraVerde {
  background-color: #20cf4d;
  background-color: rgba(32, 207, 77, 1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}

.OraRosso {
  background-color: #F00;
  background-color: rgba(255, 0, 0, 1);
}

.OraVerde:hover {
  background-color: #2aff00;
  background-color: rgba(42, 255, 0, 1);
}

.OraArancio {
  background-color: #ff9000!important;
}

.value {
  display: none;
}

.dataElencoOrari {
  background: #357baf;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem;
  display: table;
  vertical-align: middle;
  width: 100%;
  font-size: 0.8rem;
}

.dataElencoOrari2 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 5px;
}

#prezzoT {
  display: inline-block;
}

.opacity05 {
  opacity: 0.5;
}

.modaleLogin {
  background: #1e6ca6;
  background-color: #357baf;
  background-color: rgba(30, 108, 166, 0.9);
  padding: 5%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: auto;
  width: 100%;
  left: 0px;
  height: 100vh;
}

.chiudi_modale {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 4px;
  cursor: pointer;
  transition-duration: 1s;
}

.chiudi_modale:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

.calendar .days .columns span {
  display: block;
  width: 100%;
  vertical-align: middle;

  padding: 0px 6px;
  box-sizing: border-box;
}

.calendar .days .columns .NoGiorno {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0px;
  box-sizing: border-box;
  background: #e5e5e5;
  padding-bottom: 100%;
}

.calendar .days .columns .NoGiorno strong {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #888;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.25s;
}

.calendar .days .columns .giornoNonAttivo {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0px;
  box-sizing: border-box;
  background: #fff;
  padding-bottom: 100%;
}

.calendar .days .columns .giornoNonAttivo strong {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #605e5e;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.25s;
}

.calendar .days .columns .Oggi.giornoNonAttivo {
  background-color: #ea7f77;
}

.calendar .days .columns .Oggi.giornoNonAttivo strong {
  color: #fff;
}

.calendar .days .columns a.giornoAttivo {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0px;
  box-sizing: border-box;
  background: #1e6ca6;
  padding-bottom: 97%;
}

.calendar .days .columns a.giornoAttivo strong {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  transition-duration: 0.25s;
}

.calendar .days .columns a.giornoAttivo strong:hover {
  background: #043356;
  color: #ffffff;
}

.calendar .days .columns span strong,
.calendar .days .columns div strong,
.calendar .days .columns a.giornoAttivo strong {
  width: 97%
}

.calendar_disattivo {
  background: #e5e5e5!important;
  color: #888!important;
}

.eventiCalendario1,
.eventiCalendario2 {
  color: #fff!important;
}

.eventiCalendario1 {
  background-color: #348add;
}

.eventiCalendario2 {
  background-color: #ff5300;
}







/*CHECK + CARRELLO*/

.BoxForm1 {
  position: relative;
  display: block;
  width: 80%;
  margin-left: 10%;
  padding-top: 15px;
}

.titoloForm {
  position: relative;
  display: block;
  font-size: 23px;
  margin-top: 40px;
}

.corpoForm {
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 35px;
}

.RigaForm,
.RigaForm5,
.RigaFormNote,
.RigaForm9 {
  position: relative;
  display: block;
}

.RigaForm9,
.RigaFormNote {
  widht: 100%;
  height: auto;
  margin-bottom: 7px;
}

.RigaForm input,
.RigaForm5 input,
.RigaForm9 input {
  height: 20px;
  margin-bottom: 8px;
  padding: 18px 10px;
  font-size: 16px;
  background: #f5f5f5;
}

.RigaFormNote textarea {
  height: 50px;
  margin-bottom: 8px;
  padding: 18px 10px;
  font-size: 16px;
  background: #f5f5f5;
}

.RigaForm select,
.RigaForm5 select {
  height: 36px;
  padding: 8px 10px;
  font-size: 16px;
}

.RigaForm textarea,
.RigaForm5 textarea {
  margin-bottom: 8px;
  padding: 18px 10px;
  font-size: 16px;
  background: #f5f5f5;
}

.AlertForm {
  position: absolute;
  display: none;
  top: 50px;
  right: 10px;
  z-index: 100;
}

.AlertForm2 {
  position: relative;
  display: none;
  font-weight: bold;
}

.btnCondizioni {
  float: right;
  margin-left: 20px;
}

.radiobtn {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  margin-top: 10px;
}

.radiobtn2 {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}

.radiobtn2 input[type="checkbox"] {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  width: auto;
}

.radiobtn2 input[type="radio"],
.radiobtn3 input[type="radio"] {
  position: relative;
  display: block;
  float: left;
  margin: 0px 10px;
  width: auto;
}

.tipoUtente {
  width: auto;
  margin-right: 0.5rem;
}

.bottoneform {
  position: relative;
  display: block;
  float: right;
  width: auto;
  margin: 0px;
  border: 0px;
  padding: 10px 20px;
  color: #fff;
  background: #1e6ca6;
  background-color: rgba(30, 108, 166, 1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.bottoneConferma {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  border: 0px;
  padding: 10px 20px;
  color: #fff;
  background: #1e6ca6;
  background-color: rgba(30, 108, 166, 1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.bottoneform:hover,
.bottoneConferma:hover {
  background: #409add;
  background-color: rgba(64, 154, 221, 1);
}

.pwdBtn1 {
  position: relative;
  display: block;
  float: left;
}

.prodottiConferma {
  text-align: center;
  font-size: 20px;
  color: #1e6ca6;
  line-height: 15px;
  margin-top: 20px;
}

.prodottiConferma span {
  line-height: 30px;
  font-weight: bold;
}







/*TARIFFE*/

.BuyBoxEmpty {
  position: relative;
  display: block;
}

.BuyBox {
  position: relative;
  display: none;
}

.BuyBoxFixed {
  position: fixed!important;
  bottom: 50px;
  right: 4.6%;
  width: 30%;
}

.BuyBoxFixed2 {
  position: fixed!important;
  bottom: 300px;
  right: 4.6%;
  width: 30%;
}

.BuyBoxFixed3 {
  position: absolute!important;
  top: 2200px;
  right: 4.6%;
  width: 30%;
}

#EtiAbbonamento {
  margin-bottom: 0px!important;
  color: #777!important;
}

@media screen and (min-width: 32.5em) {
  .ElencoOrari {}
}

@media screen and (min-width: 43.75em) {
  .ElencoOrari {}
}

@media screen and (min-width: 48.0625em) {
  .ElencoOrari {}
}

@media screen and (min-width: 64em) {
  .ElencoOrari {}
}

@media screen and (min-width: 80em) {
  .ElencoOrari {}
}

@media screen and (min-width: 96.25em) {
  .ElencoOrari {}
}

@media screen and (min-width: 120em) {
  .ElencoOrari {}
}







/* Fix 2016-04 */

a.button {
  padding: 1.25rem 4rem !important;
}

.news_block strong,
.text_block strong {
  display: inline-block !important;
}

.link_doc a {
  color: #333333;
  display: block;
  padding: 10px 0;
  clear: both;
}







/*.news_home .slider_news {
    height: 424px;
    overflow: hidden;
}*/

.news_home a.sliding_news {
  height: 202px;
  margin-bottom: 10px;
  overflow: hidden;
}

.news_home a.sliding_news p {
  max-height: 62px;
  overflow: hidden;
}

.cond_title img {
  width: 100%;
}

.cond_info img {
  width: 100%;
}

#section-home-partner {
  background: #f2f2f2;
}

a.banner_T {
  position: relative;
}

a.banner_T .TWrap {
  position: absolute;
  top: 1rem;
  left: 1rem;
}

a.banner_T .TPrezzo,
a.banner_T .TTitolo,
a.banner_T .TCorpo {
  color: #fff;
  display: block;
  margin-bottom: 0.5rem;
}

a.banner_T .TPrezzo,
a.banner_T .TTitolo {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

a.banner_T .TCorpo {
  max-height: 20px;
  overflow: hidden;
  font-weight: normal;
}

a.banner_T .TCorpo strong {
  font-weight: normal;
  display: inline !important;
}

.grid_storia .text_grid p *,
.grid_storia .text_grid div,
.grid_storia .text_grid div * {
  font-size: 1.25rem !important;
  line-height: 1.2 !important;
}

input {
  width: auto;
}

.form_01 input {
  padding: 0 1rem;
}

.text_block ul,
.text_block ul li {
  height: auto;
  line-height: 1.3;
}

.text_block>ul>li {
  margin-bottom: 5px;
}

.text_block>ul>li ul li {
  margin-bottom: 0;
}

.text_block ul:before,
.text_block ul:after,
.text_block ul li:before,
.text_block ul li:after {
  display: none;
}

.BuyBoxFixed {
  background: white;
  z-index: 9;
  padding-top: 1rem;
}

a.webcam img {
  max-height: 62px;
}

@media (min-width: 1280px) and (max-width: 1380px) {
  .table_buche tbody td {
    padding: 0.5rem;
  }
}

.buca_info_table .row .info_table .table_wrapper {
  margin-top: 3rem;
}

.buca_banner .buca_banner_cont .info_buca .icon {
  font-size: 3px;
}

.buca_banner {
  width: 16%;
}

.navigation .primary_navigation .right_section ul.main_menu {
  overflow: visible;
}

.partner_grid .partner_logo {
  background: transparent;
  border: 0;
}

.big_logo img {
  width: 100%;
}

.text_sliding h2 {
  line-height: 1.2;
  max-height: 84px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.course_home .course_home_right .course_home_right_top {
  height: 352px;
  position: relative;
}

.course_home .course_home_right .course_home_right_top:after {
  position: absolute;
  right: -3000px;
  top: 0;
  height: 100%;
  width: 3000px;
  background: #f2f2f2;
  content: "";
  display: block;
  z-index: -1;
}

.course_home .course_home_right .course_home_right_top:before {
  position: absolute;
  left: -100%;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url('../images/design/bg_tr_top_grey.svg');
  /*background-size: cover;*/
  background-position: right bottom;
  background-repeat: no-repeat;
  content: "";
  display: block;
  z-index: 0;
}

.course_home .course_home_right .course_home_right_bottom {
  height: 352px;
  position: relative;
}

.course_home .course_home_right .course_home_right_bottom:after {
  position: absolute;
  right: -3000px;
  top: 0;
  height: 100%;
  width: 3000px;
  background: #2773ab;
  content: "";
  display: block;
  z-index: -1;
}

.course_home .course_home_right .course_home_right_bottom:before {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: url('../images/design/bg_tr_bot.svg');
  background-position: right top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  content: "";
  display: block;
  z-index: 0;
}

.course_home .percorso_info_table .table_wrapper {
  margin-left: -7%;
}

.sliding_gallery .slick-prev {
  left: 25px;
  z-index: 9;
}

.sliding_gallery .slick-next {
  right: 25px;
  z-index: 9;
}

.sliding_gallery .slick-prev,
.sliding_gallery .slick-next {
  width: 32px;
  height: 32px;
}

.sliding_gallery .slick-prev:before,
.sliding_gallery .slick-next:before {
  font-size: 32px;
}

.badge.gray {
  background: #9E9E9E !important;
}

.list_buche .table_buche table tbody tr:hover {
  background: #f4f4f4;
}

.news_summary .news_page .news_block a {
  color: #605e5e;
}

.news_summary .news_page .news_block .news p.type {
  color: #605e5e !important;
}

.news_summary .news_page .news_block .news:hover {
  background: transparent;
}

.news_summary .news_page .news_block .news:hover h2 {
  text-decoration: underline;
}

.link_doc a {
  padding: 10px;
  font-weight: 700 !important;
}

.link_doc a:hover {
  background: #f4f4f4;
}

.form_footer .BoxForm1 {
  padding-top: 0;
}

.sleep .right_content .hotel_text p a:hover {
  text-decoration: underline;
}

.scroll_down_button {
  background-color: transparent !important;
  transition-duration: 1s;
}

.scroll_down_button:hover {
  transform: translateY(4px);
}

.hero_slider .slick-prev:before,
.hero_slider .slick-next:before {
  font-family: 'FontAwesome';
  font-size: 30px;
}

.hero_slider .slick-prev:before {
  font-family: 'FontAwesome';
  content: "\f104";
}

.hero_slider .slick-next:before {
  font-family: 'FontAwesome';
  content: "\f105";
}

.hero_slider .slick-prev,
.hero_slider .slick-next {
  width: 2rem;
  height: 2rem;
  z-index: 99;
}

.hero_slider .slick-prev {
  left: 1rem;
}

.hero_slider .slick-next {
  right: 1rem;
}

.list_buche_hor .table_buche tbody td {
  font-size: 12px;
}

.list_buche_hor .table_buche table tbody tr:hover {
  background: transparent;
}

.list_buche_hor .table_buche table tbody td:hover {
  background: #f4f4f4;
}

.buca_info_table .row .info_table .table_wrapper {
  margin-top: 0;
}

.buca_info_table .row .info_par .buca_num {
  font-size: 3rem;
  margin-bottom: 10px;
}

.buca_info_table .row .info_par .buca_par span.title,
.buca_info_table .row .info_par .buca_hcp span.title {
  font-size: 1rem;
  margin-bottom: 0;
}

.buca_info_table .row .info_par .buca_par span.value,
.buca_info_table .row .info_par .buca_hcp span.value {
  font-size: 2rem;
}

.buca_info_table .row .info_par .buca_num .circle_cont .circle {
  padding-bottom: 90%;
}

.buca_info_table .row .info_par .buca_num .circle_cont {
  max-width: 4.125rem;
}

.buca_info_table .row .info_par .buca_par {
  border-right: 0;
}

.buca_info_table .row .info_table .table_wrapper table tbody tr td span.badge {
  min-width: 1.2em;
  font-size: 1rem;
  padding: 0;
}







/* dashboard ordini */

.BoxOrdine1,
.BoxOrdine2,
.BoxOrdine3,
.BoxOrdine4,
.BoxOrdine6,
.BoxOrdini1,
.BoxOrdini2,
.BoxOrdini3 {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  font-size: 14px;
  padding: 10px 2%;
}

.BoxOrdine1 {
  width: 6%;
  background-color: #ddd;
}

.BoxOrdine2 {
  width: 36%;
  background-color: #fff;
}

.BoxOrdine3 {
  width: 6%;
  background-color: #7f4b37;
  color: #fff;
}

.BoxOrdine4 {
  width: 6%;
  padding: 0px;
  /*background-color:#ccc;*/
}

.BoxOrdine6 {
  width: 11%;
  background-color: #ddd;
}

.BoxOrdini1,
.BoxOrdini2 {
  text-align: center!important;
}

.BoxOrdini1 {
  width: 13%;
  background-color: #ddd;
}

.BoxOrdini2 {
  width: 12%;
  background-color: #fff;
}

.BoxOrdini3 {
  width: 25%;
  background-color: #ddd;
}

.BoxOrdine5 {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 2%;
  border-bottom: 1px solid #333;
  background-color: transparent!important;
  color: #333!important;
}

.imgBtnOrdine {
  height: 38px;
  border: 0px;
}

.RigaForm {
  position: relative;
}

.RigaFormL {
  position: relative;
  width: 450px;
  margin-bottom: 7px;
  margin-left: 0px;
  height: 30px
}

.RigaFormP {
  position: relative;
  width: 100%;
  margin-bottom: 7px;
  height: 60px
}

.RigaForm2 {
  position: absolute;
  width: 450px;
  height: 30px;
  margin-bottom: 5px;
  left: 24px;
}

.RigaForm3 {
  position: relative;
  width: 450px;
  height: 40px;
  margin-bottom: 5px;
  color: #000;
}

.RigaForm4 {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  color: #000;
  clear: both;
}

.RigaForm7 {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #000;
}

.RigaForm5 {
  position: relative;
  display: block;
  border-bottom: 1px solid #999;
}

.RigaForm5L {
  float: left;
  width: 450px;
  margin-left: 24px;
  margin-bottom: 7px;
}

.RigaForm5P {
  width: 96%;
  margin-left: 2%;
  height: 60px;
  margin-bottom: 7px;
}

.RigaForm6 {
  position: relative;
  float: left;
  width: 450px;
  height: auto;
  margin-bottom: 7px;
  margin-left: 50px;
  border-bottom: 1px solid #999;
}







/*dashboard ordini */


/* Log 02 x login */

.log_02 {
  width: 100%;
  background: #1e6ca6;
  background-color: #357baf;
  background-color: rgba(30, 108, 166, 0.9);
  padding: 5%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: auto;
  height: 100vh;
}

.log_02.modal_active {
  display: block;
}

.log_02 .close_white {
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 4px;
  cursor: pointer;
  transition-duration: 1s;
}

.log_02 .close_white:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0.5;
}

.log_02 .white {
  color: #ffffff;
}

.log_02 h3 {
  margin-top: 5rem;
}

.log_02 input,
.log_02 input:focus {
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  border: 0.0625rem solid #ffffff;
  margin-bottom: 3.125rem;
}

.log_02 .button.hollow {
  border: 0.0625rem solid #ffffff;
  color: #ffffff;
  font-size: 1.875rem;
  padding: 1% 8%;
}

.log_02 .button.hollow:hover {
  background: #333333;
}

.log_02::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff !important;
  font-size: 20px !important;
}

.log_02:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff !important;
  font-size: 20px !important;
}

.log_02::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff !important;
  font-size: 20px !important;
}

.log_02:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff !important;
  font-size: 20px !important;
}







/* End Log 02 */

#btnAcqustaAbb {
  margin-bottom: 0px!important
}







/* Changes 2016-05 */

.new_people .people_02_contacts .fa-linkedin:before {
  content: "";
  background-image: url(../images/design/logo_icon_pro.svg);
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  /*font-weight: bold;
        line-height: 20px;
        font-size: 20px;*/
}

.new_people .people_02_contacts .fa-linkedin:hover {
  background: #585858 !important;
}







/* End Changes 2016-05 */


/* Responsive BugFix */

@media (min-width: 1024px) {
  /* News ed Eventi */
  .news_filter .text_block {
    padding-bottom: 42.75%;
    background: #1E6CA6;
    overflow: hidden;
  }
  .news_filter .text_block img {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* End News ed Eventi */
  .formConfermaOrdine .RigaForm {
    height: auto!important;
    width: 50%!important;
  }
  .formConfermaOrdine .RigaForm select {
    margin: 0px!important;
  }
  .txtMetodo {
    float: left;
    margin-left: 10px;
    color: #555;
  }
  .radiobtn3 {
    margin-bottom: 10px;
  }
  .sceltaRicevuta {
    position: absolute;
    top: 63px;
    right: 0px;
  }
}

@media screen and (max-width: 1279px) {
  .news_home a.sliding_news p {
    max-height: 54px;
    overflow: hidden;
  }
}

@media (min-width:1024px) and (max-width:1279px) {
  /* Home page */
  .text_sliding h2 {
    font-size: 26px;
    max-height: 31.2px;
  }
  /* End Home page */
  /* News ed eventi */
  .promo_text h2 {
    font-size: 24px;
  }
  /* End News ed eventi */
  /* Buche */
  .list_buche_hor .table_buche tbody td {
    padding: 0.2rem;
  }
  /* End Buche */
}

@media (min-width:769px) and (max-width:1154px) {
  /* Menu Mobile */
  .navigation .primary_navigation .right_section ul.main_menu {
    overflow: hidden;
  }
  /* End Menu Mobile */
  /* Hero slider */
  .hero_slider .sliding_cont .caption {
    display: none;
  }
  /* End Hero slider */
  /* News ed eventi */
  .news_filter .text_block {
    background: #1e6ca6;
    padding-bottom: 27%;
  }
  .news_filter .text_block a img {
    display: none;
  }
  /* End News ed eventi */
  .formConfermaOrdine .RigaForm {
    height: auto!important;
    width: 50%!important;
  }
  .formConfermaOrdine .RigaForm select {
    margin: 0px!important;
  }
}

@media screen and (max-width:1154px) {
  body {
    padding-top: 90px;
  }
  /* Menu Mobile Fix */
  .navigation .primary_navigation .right_section ul.main_menu.active {
    max-height: 85vh;
  }
  /* End Menu Mobile Fix */
  /* Overflow Bugfix */
  .home section {
    overflow-x: hidden;
  }
  /* End Overflow Bugfix */
  /* Menu mobile */
  .navigation .primary_navigation .right_section ul.main_menu li.log_section ul.secondary_navigation li a {
    padding: 1rem;
  }
  /* End Menu mobile */
  /* Home page */
  .hero_home .home_top_foreground_slider {
    position: inherit;
    right: inherit;
    top: inherit;
    z-index: 9;
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }
  .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont {
    padding-bottom: 29%;
    background: #1e6ca6;
  }
  .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding {
    left: 50%;
    width: 100%;
    text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;
    box-sizing: border-box;
  }
  .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding h2 {
    max-height: 67.2px;
  }
  .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding p {
    max-height: 51.2px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .adv_home_banner {
    padding-bottom: 29% !important;
    background-color: #1D4D26 !important;
    /*background-image: url(../images/design/golf_its_magic_mobile.jpg) !important;*/
    background-size: cover !important;
  }
  .adv_home_banner img {
    max-height: 100%;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    /*display: none;*/
  }
  .adv_home_banner a {
    height: 100%;
    width: 100%;
  }
  .news_home a.sliding_news p {
    line-height: 1.2;
    max-height: 38.4px;
  }
  .news_home .meteo_back a.webcam {
    position: relative;
    z-index: 1;
    margin: 2rem auto;    
	margin-top: -0.3rem;
	  position: absolute;
    right: 0;
    top: 1rem;
  }
	
  .news_home .meteo_back a.webcam:before {
    content: "";
    width: 3000px;
    height: 100%;
    background: #1e6ca6;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -1500px;
    z-index: -1;
  }
  .meteo_back .meteo_info {
    margin-bottom: inherit !important;
  }
  .news_home {
    padding-bottom: 3.75rem;
  }
  section#section-home-welcome {
    background-size: 125% 37%;
  }
  .prenota_home {
    background: url(../images/design/prenota_home-bg-mob.png);
  }
  .course_home_left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .course_home_left>div {
    width: inherit !important;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    transform: none !important;
  }
  .course_home_left img {
    display: block;
    margin: auto;
  }
  .course_home .course_home_right .course_home_right_top {
    height: auto;
  }
  .course_home .course_home_right .course_home_right_top>div {
    position: inherit !important;
    transform: none !important;
    top: inherit !important;
  }
  .course_home .percorso_info_table .table_wrapper {
    margin-left: inherit;
    margin: 2rem auto;
  }
  .course_home .course_home_right .course_home_right_top:before,
  .course_home .course_home_right .course_home_right_bottom:before {
    display: none;
  }
  .course_home .course_home_right .course_home_right_top:after,
  .course_home .course_home_right .course_home_right_bottom:after {
    right: 50%;
    margin-right: -1500px;
  }
  .course_home_right_bottom_cont:before {
    background-size: 60%;
  }
  .course_home_right_bottom_cont {
    width: 90%;
  }
  .percorso_info_table .table_wrapper tbody td {
    padding: 0.4em;
    font-size: 12px;
  }
  .percorso_info_table .table_wrapper table tbody tr td span.badge {
    width: 0.5em;
    font-size: 0.5em;
    font-weight: bold;
    color: transparent;
    padding: 1.3em;
    height: 1em;
  }
  /* End Home page */
  /* Buche */
  .hole_pic img {
    display: block;
    margin: auto;
  }
  .mob_list_hole h6 {
    font-size: 2rem;
  }
  .mob_list_hole .list_buche .table_buche table {
    width: 100%;
    position: relative;
  }
  .list_buche .list_trigger {
    display: none;
  }
  .mob_list_hole .list_buche .list_trigger {
    display: block;
  }
  .mob_list_hole .list_buche .table_buche table .list_trigger {
    position: absolute;
    top: 0;
    right: 2rem;
    padding: 0;
    cursor: pointer;
  }
  .mob_list_hole .list_buche .table_buche table .list_trigger .icon {
    font-size: 2px;
  }
  .mob_list_hole .list_buche .table_buche table tbody {
    height: 36px;
    overflow: hidden;
    display: block;
    width: 100%;
    background: #f2f2f2;
  }
  .mob_list_hole .list_buche .table_buche table tbody tr,
  .mob_list_hole .list_buche .table_buche table tbody td {
    background: #f2f2f2;
  }
  .mob_list_hole .list_buche .table_buche.active table tbody {
    height: auto;
  }
  /* End Buche */
  li.menu_toggle a.toggle {
    width: 30px;
    height: 30px;
    background-image: url(../images/design/menu_toggle_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  li.menu_toggle a.toggle.active {
    background-image: url(../images/design/close_toggle_icon.svg);
  }
  li.menu_toggle a.toggle .fa {
    display: none !important;
  }
  .log_01.modal_active {
    width: 100%;
    box-sizing: border-box;
  }
  .grid_storia {
    height: auto !important;
    min-height: inherit;
  }
  .grid_storia .image_grid {
    padding-bottom: 58%;
    height: auto !important;
  }
  .footer ul li {
    display: table;
  }
  .footer ul li a {
    display: table-cell;
  }
}

@media screen and (max-width:768px) {
  /* Menu Mobile */
  .navigation .primary_navigation .right_section ul.main_menu {
    overflow: hidden;
  }
  /* End Menu Mobile */
  /* Home page */
  section#section-home-welcome {
    background-size: 125% 52%;
  }
  .hero_home .home_top_foreground_slider .sliding_cont .inner_sliding_cont .text_sliding h2 {
    font-size: 20px;
    max-height: 48px;
  }
  .news_home a.sliding_news p {
    max-height: 33.6px;
  }
  /* End Home page */
  /* Hero slider */
  .hero_slider .sliding_cont .caption {
    display: none;
  }
  /* End Hero slider */
  /* Sezioni */
  .people_01 .img_people {
    width: 100%;
    width: 240px;
    padding-bottom: 240px;
    margin: auto;
    float: none;
    clear: both;
    display: block;
  }
  .new_people {
    text-align: center;
  }
  .people_02 ul.people_02_contacts {
    margin: auto;
  }
  /* End Sezioni */
  /* News ed Eventi */
  a.cal_new_gar {
    padding-bottom: 30%;
  }
  .news_filter .text_block a:hover img {
    transform: none !important;
  }
  /* End News ed Eventi */
  /* Gallery */
  .gallery_frame .row .gallery_frame_content .gallery_description {
    display: none;
  }
  /* End Gallery */
  /* Form BoxForm1 */
  .BoxForm1 {
    width: 100%;
    margin-left: 0;
  }
  /* End Form BoxForm1 */
  /* Footer */
  /*.footer:first-child {
        margin-top: 3rem;
    }*/
  /* End Footer */
  .BuyBoxFixed {
    bottom: 0px;
    right: 5%;
    width: 90%;
    box-shadow: 0px 0px 15px #888;
  }
  .BuyBoxFixed h3 {
    font-size: 0.8em;
    margin-bottom: 0px;
  }
  .BuyBoxFixed h4 {
    font-size: 0.7em;
    margin-bottom: 5px;
  }
  .BuyBoxFixed h2 {
    font-size: 1em;
    margin-bottom: 5px;
  }
  .BuyBoxFixed .bundle_price {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    text-align: center;
    padding: 10px 0px;
    font-size: 1.4em;
  }
  .BuyBoxFixed .bundle_price_cont {
    padding-bottom: 0px;
  }
  .BuyBoxFixed .buy_bundle {
    margin-bottom: 10px;
  }
  .BuyBoxFixed a.button {
    padding: 5px 4rem !important;
  }
  #PrezzoAbbonamento {
    font-size: 25px!important
  }
  a.banner_T .TWrap {
    position: relative;
    display: block;
  }
  a.banner_T .TCorpo {
    height: auto!important;
  }
  a.banner_abb {}
  .hero_text .hero_text_block .icon_hero .icon {
    font-size: 4px;
  }
  .hero_text .hero_text_block h1 {
    font-size: 36px;
  }
  .log_01.modal_active h1 {
    font-size: 36px;
  }
  .formConfermaOrdine .RigaForm {
    height: auto!important;
    width: 94%!important;
    margin-left: 3%;
  }
  .formConfermaOrdine .RigaForm select {
    margin: 0px!important;
  }
  .RigaForm9,
  .RigaFormNote {
    width: 94%!important;
    margin-left: 3%;
  }
  .btnCondizioni,
  .radiobtn2 {
    display: block;
    width: 100%!important;
    margin-left: 0px;
    float: none;
    margin-top: 5px;
  }
  .txtMetodo {
    display: block;
    margin-top: 5px;
  }
  .radiobtn3 {
    margin-bottom: 10px;
  }
  .sceltaRicevuta {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
  }
  .radiobtn {
    width: 50%;
    margin-top: 0px;
  }
}







/* End Responsive BugFix */


/* New submenu mobile feature */

@media screen and (max-width: 1023px) {
  ul.sub_menu_dropdown_01 {
    height: 0;
    overflow: hidden;
  }
  ul.sub_menu_dropdown_01.active {
    height: auto;
  }
}







/* End New submenu mobile feature */

.AlertForm {
  color: red;
}

body.buche #cboxContent {
  margin-top: 0;
}






/* Fixing slider on load issues */

.home_top_background_slider,
.home_top_foreground_slider {
  display: none;
}

.home_top_background_slider.slick-initialized,
.home_top_foreground_slider.slick-initialized {
  display: block;
}






/* News fix */

.news_det .news_block .text_news ul:before,
.news_det .news_block .text_news ul:after,
.news_det .news_block .text_news ul li:before,
.news_det .news_block .text_news ul li:after {
  display: none;
}

.news_det .news_block .text_news ul {
  float: left;
}






/* End News fix */


/* Home fix */

.hero_home2 .slick-slide img {
  width: 100%;
}

.home_top_foreground_slider .boxSlide .testo .link {
  display: inline-block;
  width: auto;
  margin-left: inherit;
  padding: 10px 15px 12px;
  line-height: 1;
  transition-duration: 0.5s;
  float: left;
}

.home_top_foreground_slider .boxSlide .testo .link:hover {
  background-color: #1e6ca6;
}

.meteo_back * {
  border-color: transparent !important;
}

@media screen and (max-width: 1023px) {
  section#section-home-welcome {
    background: white;
  }
  .meteo_back * {
    color: #333333 !important;
  }
  .margin-negative {
    background-color: #1e6ca6;
    padding: 10px 0;
  }
  .meteo_back .margin-negative * {
    color: #fff !important;
  }
}

@media screen and (max-width: 1154px) {
  .news_home .meteo_back a.webcam:before {
    background: #1d292f;width:auto;
  }
}

/* End Home fix */

/* Fix dettaglio news */
.news_det .news_block .text_news .m-text-news ul {
  float: none;
}
/* End Fix dettaglio news */