

/*  Table of Content
============================================================================

1. GENERAL_CSS
2. HEADER
3. CONTENT_BLOCKS
4. EXTENSIONS
5. CUSTOM_STYLES
HOME
NEWS_HOME
CORSI_HOME
CORSI_INTERNO
ORARI
INSEGNANTI_HOME
INSEGNANTI
FORM_GENERALE
FORM_INFO_CORSI
FORM_ISCRIZIONE_EVENTO
PAGINA_EVENTI_NEWS
DESCRIZIONE_EVENTO
RICERCA
FOOTER
PAGINA_LIBRI
PAGINA_INTERVISTE
PAGINA_VIDEO
OWL_CAROUSEL
ACYMAILING
EVENTI
CITAZIONE
INGRANDIMENTO_VOLANTINO
RC_GALLERY
PAGINA_TARIFFE

============================================================================ */

/* 1. GENERAL_CSS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html { 
	height: 100%;
}

body {
  font-family: 'Catamaran', sans-serif;
  color: #333333;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  height: 100%;
}

.awesome:before,
.awesome:after { 
  font-family: 'Fontawesome';
}

#k2Container,
div.itemBody {
    padding: 0;
}

.bottom50 {
	margin-bottom: 50px;
}

.clearafter:after {
    content: '';
    display: block;
    clear: both;
}

.lista {
    padding-left: 0;
    margin-top: 7px;
    margin-bottom: 10px;
}

.lista li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 6px;
}

.lista li:before {
	font-family: 'FontAwesome';
    content: '\F111';
    position: absolute;
    font-size: 8px;
    left: 0;
    top: 0px;
    color: #eb287a;
}

/* Mobile */
@media (max-width: 767px) {

  body {
    padding-left: 0!important;
    padding-right: 0!important;
  }

}

a {
  color: #0099ff;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
}

h4 {
	font-size: 22px;
    line-height: 28px;
    color: #d80e80;
    font-weight: 400;
    margin-bottom: 20px;
	margin-top: 30px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: none;
}

p {
	margin: 0;
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
    line-height: 25px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #fff;
  border: #DDDDDD -moz-use-text-color #FFFFFF !important;
}

img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}


input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder {
	color: transparent;
}


textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}


/* Webkit Apparance */
textarea, button {
    -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    -webkit-border-radius: 0; 
}

.chrono_credits {
	display: none;
}

ol {
    padding-left: 30px;
}

ol li {
    margin: 0;
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    line-height: 25px;
}



/* 2. HEADER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#containerwrap {
    position: relative;
}

#fav-container {
	background-color: #fff;
}

#fav-headerwrap {
  margin-bottom: 9px;
  padding-top: 7px;
  padding-bottom: 30px;
}

/* Mobile */
@media handheld, only screen and (max-width: 768px) {

  #fav-header {
		padding-top: 20px;
		display: table;
  }

}

/* LOGO
---------------------------------------------------------------------------- */

#fav-logo {
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: left ;
}

#fav-logo h1 {
  margin: 0;
}

.defaultLogo,
.mediaLogo {
  display: block;
  padding: 0;
  margin: 0;
}

.mediaLogo img {
	max-width: 100%;
}



.textLogo {
  color: #111;
  font-size: 40px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: 30px;
}

.slogan {
  color: #777;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin: 0;
}

.showRetinaLogo {
  display: none;
}

@media handheld, only screen and (max-width: 768px) {

#fav-logo {
	margin-top: 0;
    padding-top: 0;
    border-right: 1px solid #bdb532;
    padding-right: 5px;
}
  
  #fav-logo.span3 {
    margin-bottom: 0;
  }

}

/* NAVIGATION
---------------------------------------------------------------------------- */

#fav-nav {
  z-index: 100;
  position: relative;
  float: right;
}

#fav-nav .moduletable {
  background: none;
  overflow: visible;
  margin: 0;
}

#fav-nav .moduletable ul.nav.menu {
  float:right;
}

#fav-nav .moduletable ul.nav.menu li,
#fav-nav .moduletable ul.nav.menu li li,
#fav-nav .moduletable ul.nav.menu li li li,
#fav-nav .moduletable ul.nav.menu li li li li {
  line-height: 20px;
  padding-left: 0;
}

#fav-nav .navigation {
	margin-top: 26px;
}

#fav-nav .navigation li a {
  color: #777;
  padding: 14px 3px;
  margin: 0 0 0 14px;
  font-size: 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 17px;
/*  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;*/
}

#fav-nav .navigation li a:focus {
	background-color: transparent;
}

#fav-nav .navigation li a:before {
  content: none;
}

#fav-nav .navigation .nav-pills > .active > a,
#fav-nav .navigation .nav-pills > li > a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #922c60;
    text-decoration: none;
    border-bottom: 2px solid #d70e80;
    border-radius: initial;
	padding-bottom: 12px;
}

.navigation .nav-pills {
  margin-bottom: 0;
}

.navigation .nav-pills > li > a {
  text-align: center;
}

/* Subnav */

.navigation ul.nav-child {
  position: absolute;
  left: 10px;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  background-color: #d70e80;
  border: 0;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding-top: 0;
  margin-top: -2px;
}

.navigation ul.nav > li {
  position: relative;
  float: left;
}

.navigation ul.nav > li:hover > .nav-child,
.navigation ul.nav > li > a:focus + .nav-child,
.navigation ul.nav-child li:hover > ul {
  display: block;
}

#fav-nav .nav-pills ul.nav-child li > ul {
  margin: -38px 0 0 190px;
  padding: 0;
}

.navigation ul.nav-child a {
  display: block;
  clear: both;
  color: #333;
  font-size: 14px;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 2em!important;
  white-space: nowrap;
}

#fav-nav .navigation .nav-pills .nav-child {
  padding-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#fav-nav .navigation .nav-pills .nav-child a {
  margin: 0;
  padding: 4px 20px;
  font-size: 15px;
  border-top: none!important;
  border-bottom: 1px solid #ddd;
  color: #FFF;
}

#fav-nav .navigation .nav-pills .nav-child > .active > a,
#fav-nav .navigation .nav-pills .nav-child > li > a:hover  {
  text-decoration: none;
  color: #0099ff;
  color: #fff;
  background-color: #bcb531;
}

.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}

.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.navigation .nav-child li > ul:before {
  top: 10px;
  left: -7px;
  border-left: none;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.2);
  border-top: 7px solid transparent;
}

.navigation .nav-child li > ul:after {
  top: 11px;
  left: -6px;
  margin-top: 0;

  border-left: none;
  border-top: 6px solid transparent;
  border-right: 6px solid #fff;
  border-bottom: 6px solid transparent;
}

#fav-navbar-collapse .nav-child {
    display: none;
}

#fav-nav .navigation .item-101 {
	display: none;
}



/* Mobile */

@media (min-width: 768px) and (max-width: 979px) {

   #fav-nav .navigation li a {
    padding: 10px;
   }

}
@media (min-width: 768px) {

  #fav-navbar, .btn-navbar {
    display: none;
  }

}

/* IE */
.lt-ie9 #fav-navbar,
.lt-ie9 #fav-nav {
  display: none;
}
.lt-ie9 #fav-header {
  position: relative;
  z-index: 9999;
}
.lt-ie9 .navigation ul.nav-child {
  padding-top: 0;
}
.lt-ie9 .navigation ul.nav-child a:hover {
  background-color: #fff;
}


/* Navbar for mobile view
---------------------------------------------------------------------------- */

#fav-navbar .navbar-inverse .navbar-inner {
    background-color: #666;
}

#fav-navbar .navbar-inner {
    border-radius: 4px;
    background-image: none;
    border: 0;
}

#fav-navbar .navbar .btn-navbar {
    text-shadow: none;
    background-image: none;
    background-color: #000;
    border: 0;
    box-shadow: none;
    margin-right: 5px;
    margin-top: 6px;
    margin-bottom: 7px;
}

@media handheld, only screen and (max-width: 767px) {

  #fav-nav {
    display: none;
  }

  /* Navbar */

  #fav-navbar .moduletable {
    margin: 0;
    padding: 7px 0 0;
  }
  #fav-navbar .navbar {
    margin-bottom: 0;
  }
  #fav-navbar .navbar-inner {
    padding: 0;
  }
  #fav-navbar a.btn.btn-navbar {
    margin-bottom: 0;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
  }

  /* Navbar collapse */


  #fav-navbar-collapse .moduletable ul li,
  #fav-navbar-collapse ul {
    background: none;
    float: none;
    padding: 0;
    margin: 0;
  }
  
  #fav-navbar-collapse .moduletable .nav-pills > li {
    background-color: #d70e80;
    border-bottom: 1px solid #FFF;
}

#fav-navbar-collapse .moduletable .nav-pills > li.deeper.parent.open > a {
    background-color: #922c60;
	border-radius: 0;
    border-bottom: 1px solid #FFF;
}

#fav-navbar-collapse .moduletable .nav-pills > li .nav-child > li {
    border-bottom: 1px solid #FFF;
}

#fav-navbar-collapse .moduletable .nav-pills > li .nav-child > li:last-child {
    border-bottom: 0;
}

#fav-navbar-collapse .moduletable .nav-pills > li .nav-child > li a {
    background-color: #bdb532;
    color: #000;
}

  #fav-navbar-collapse li a {
    padding-left: 14px;
	color: #FFF;
  }
  
#fav-navbar-collapse li a br {
	display: none;
}
  
  #fav-navbar-collapse li li a {
    padding-left: 15px;
  }
  #fav-navbar-collapse li li li a {
    padding-left: 42px;
  }
  #fav-navbar-collapse li li li li a {
    padding-left: 56px;
  }
  #fav-navbar-collapse li li li li li a {
    padding-left: 70px;
  }
  #fav-navbar-collapse a {
    display: block;
    padding: 4px 14px 2px;
    font-size: 17px;
    line-height: 2em;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
  }
  
  #fav-navbar-collapse a:before,
  #fav-navbar-collapse li.deeper.parent ul li a:before,
  #fav-navbar-collapse li.deeper.parent.open ul li a:before {
	font-family: FontAwesome;
    content: "\f105";
    padding-left: 10px;
    padding-top: 0;
    float: right;
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
  }
  
  #fav-navbar-collapse .deeper.parent a:before {
    font-family: FontAwesome;
    content: "\f055";
    padding-left: 10px;
    padding-top: 0;
    font-size: 18px;
    line-height: 35px;
    font-weight: normal;
    right: -2px;
    position: relative;
  }
  
  #fav-navbar-collapse .deeper.parent.open a:before {
    content: "\f056";
  }  
  
  .navbar-inverse .nav .active > a,

  .navbar .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus,
  .navbar .nav .active > a:focus {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }


  /* Navbar Inverse */

  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li a:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li a:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:focus,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active {
    background-color: #333!important;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li:hover,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li:hover {
    background: none;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li {
    border-top: 1px solid #FFF;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse a:before {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li[class*=" item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class^="item-"].current.active a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li li li li[class*=" item-"].current.active a:before {
    color: #fff;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul {
    color: #fff;
    background-color: #111;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:before {
    color: #777;
  }
  div.navbar.navbar-inverse #fav-navbar-collapse li[class^="item-"].current.active.deeper.parent ul a:hover:before,
  div.navbar.navbar-inverse #fav-navbar-collapse li[class*=" item-"].current.active.deeper.parent ul a:hover:before {
    color: #fff;
  }
  .btn-navbar .icon-bar {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  
.btn.btn-navbar {
    margin: auto;
    text-transform: uppercase;
    width: 90%;
    display: block;
    float: right;
    padding-left: 0;
    padding-right: 0;
    background-color: #d80e80;
    color: #FFF;
    border: 0;
    font-weight: 600;
    padding-top: 10px;
}
  
  #fav-navbar.navbar.navbar-inverse a.btn.btn-navbar {
    border-color: #040404 #040404 #000;
  }

}


/* 3. CONTENT_BLOCKS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-slide,
#fav-intro,
#fav-showcase,
#fav-promo,
#top,
#maintop,
#fav-bottom,
#fav-user,
#fav-footer {
  padding-top: 11px;
  padding-bottom: 10px;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #fav-slide,
  #fav-intro,
  #fav-showcase,
  #fav-promo,
  #top,
  #maintop,
  #fav-bottom,
  #fav-user,
  #fav-footer {
    padding-top: 0;
    padding-bottom: 0;
  }

}

/* SLIDE
---------------------------------------------------------------------------- */

#fav-slide .moduletable li,
#fav-slide div[class^="moduletable-"] li,
#fav-slide div[class*=" moduletable-"] li {
  background: none;
}
#fav-slide .moduletable li ul,
#fav-slide div[class^="moduletable-"] li ul,
#fav-slide div[class*=" moduletable-"] li ul {
  margin-bottom: 14px;
}

/* Mobile */
@media (max-width: 767px) {

  #fav-slide .moduletable li ul,
  #fav-slide div[class^="moduletable-"] li ul,
  #fav-slide div[class*=" moduletable-"] li ul {
    margin-bottom: 0;
  }

}

/* BREADCRUMBS
---------------------------------------------------------------------------- */

#breadcrumbs .moduletable,
#breadcrumbs div[class^="moduletable-"],
#breadcrumbs div[class*=" moduletable-"] {
  font-size: 0.9em;
  margin: 5px 0px 2px;
}
#breadcrumbs .moduletable img,
#breadcrumbs div[class^="moduletable-"] img,
#breadcrumbs div[class*=" moduletable-"] img {
  display: none;
}

/* Mobile */
@media handheld, only screen and (max-width: 767px) {

  #breadcrumbs .moduletable,
  #breadcrumbs div[class^="moduletable-"],
  #breadcrumbs div[class*=" moduletable-"] {
    margin-top: 10px;
    margin-bottom: 0;
  }

}

/* TOP
---------------------------------------------------------------------------- */

#topwrap {
	margin-top: 14px;
	margin-bottom: 18px;
}


/* MAIN
---------------------------------------------------------------------------- */

#fav-messagewrap .row-fluid [class*="span"] {
  min-height:0;
}
#system-message {
  margin-top: 10px;
}

/* COPYRIGHT
---------------------------------------------------------------------------- */

#fav-copyrightwrap {
	border-top: 1px solid #ddd;
	margin-top: 2px;
}

.footer_bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

#fav-copyright ul.nav.menu {
  float: right;
  margin: 10px 0;
}
#fav-copyright ul.nav.menu li {
  float: left;
  list-style:none;
  background: none;
  line-height: 21px;
}
#fav-copyright ul.nav.menu li a {
  display: block;
  color: #333333;
  margin-left: 21px;
}
#fav-copyright ul.nav.menu li.active a,
#fav-copyright ul.nav.menu li a:hover,
#fav-copyright ul.nav.menu li:hover a {
  color: #0099FF;
  text-decoration:none;
}
#fav-showcopyright p {
  padding: 21px 0 7px;
  line-height: 21px;
  font-size: 14px;
}
/* Mobile */
@media (max-width: 768px) {

  #fav-copyright .moduletable ul.nav.menu {
    margin: 0 auto;
    display: table;
  }
  #fav-copyright ul.nav.menu {
    float: none;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0 21px 0 0;
  }
  #fav-showcopyright {
    text-align: center;
  }

}
@media (max-width: 480px) {

  #fav-copyright ul.nav.menu li {
    float: none;
    text-align: center;
    padding: 4px;
  }
  #fav-copyright ul.nav.menu li a {
    margin: 0;
  }

}

/* BACKTOP
---------------------------------------------------------------------------- */

a.backtop i {
  background-color: #777;
  color: #FFFFFF;
  font-size: 2em;
  padding-right: 0;
  padding: 0.3em 0.5em;
  display: block;
	border-radius: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}

.backtop i:hover {
  opacity: 0.8;
}
#fav-backtotop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 55px;
}
#fav-backtotop .backtop {
  float: right;
}

@media (max-width: 1199px) {

  #fav-backtotop {
    position: relative;
    bottom: 0;
    right: 0;
    margin-bottom: 36px;
    float: right;
  }

}

/* Mobile */
@media (min-width: 768px) {

  #fav-backtotop-mobile {
    display: none;
  }

}
@media handheld, only screen and (max-width: 767px) {

  #fav-backtotop {
    display: none;
  }
  #fav-backtotop-mobile {
    text-align: center;
    margin-bottom: 10px;
  }

}

/* IE */
.lt-ie9 #fav-backtotop {
  padding-bottom: 1em;
}
.lt-ie9 #fav-backtotop-mobile {
  display: none;
}

/* MOBILE PARAMETERS
---------------------------------------------------------------------------- */

@media (max-width: 480px) {
  #main img,
  .moduletable .custom img,
  div[class^="moduletable-"] div[class^="custom-"] img,
  div[class*=" moduletable-"] div[class*=" custom-"] img,
  .img-left,
  .img-right {
    display: inline-block ;
  }

  #fav-advertwrap,
  #fav-intro1, #fav-intro2, #fav-intro3, #fav-intro4,
  #fav-slide1, #fav-slide2,
  #fav-showcase1, #fav-showcase2, #fav-showcase3, #fav-showcase4,
  #fav-promo1, #fav-promo2, #fav-promo3,
  #top1, #top2, #top3, #top4,
  #maintop1, #maintop2, #maintop3,
  #sidebar1, #sidebar2,
  #fav-mainbottom1, #fav-mainbottom2, #fav-mainbottom3,
  #fav-bottom1, #fav-bottom2, #fav-bottom3, #fav-bottom4,
  #fav-user1, #fav-user2, #fav-user3,
  #fav-footer1, #fav-footer2, #fav-footer3, #fav-footer4,
  #fav-copyright1, #fav-copyright2,
  #fav-debug {
    display: block ;
  }
}


/* 4. EXTENSIONS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* FAVSLIDER
---------------------------------------------------------------------------- */

.favdemo .fav-control-nav {
	bottom: 14px!important;
}
.favdemo div[id^="slider-"].favslider,
.favdemo div[id*=" slider-"].favslider {
	margin-bottom: 10px!important;
}
div[id^="slider-"].favslider,
div[id*=" slider-"].favslider {
  position: relative;
}
.favslider .fav-next,
.favslider .fav-prev {
  opacity: 1;
}
.favslider:hover .fav-next:hover,
.favslider:hover .fav-prev:hover {
  opacity: 0.8;
}
.favslider .fav-prev,
.favslider:hover .fav-prev {
	left: 5px!important;
}
.favslider .fav-next,
.favslider:hover .fav-next {
	right: 5px!important;
}
#fav-caption {
  left: 0;
  right: 0;
	margin: 0 auto;
  top: 36%;
  bottom: auto;
  width: 60%;
	padding: 21px;
	text-shadow: none;
  background-color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#fav-caption h3 {
  font-size: 36px;
	color: #333;
	margin: 6px 0 4px;
	padding: 0;
	line-height: 1.2em;
  text-transform: uppercase;
	text-align:center;
	font-weight: 300;
	border: none;
}
#fav-caption p {
	color: #333;
	text-align:center;
}

@media handheld, only screen and (max-width: 990px) {

	#fav-caption h3 {
  	font-size: 30px;
	}

}

@media handheld, only screen and (max-width: 767px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 26px;
		margin-bottom: 0;
	}
	.fav-direction-nav li .fav-next,
	.favslider:hover .fav-direction-nav li .fav-next,
	.fav-direction-nav li .fav-prev,
	.favslider:hover .fav-direction-nav li .fav-prev {
		top: 50%;
	}

}

@media handheld, only screen and (max-width: 600px) {

	#fav-caption {
  	top: 30%;
	}
	#fav-caption h3 {
  	font-size: 24px;
	}
	#fav-caption p {
  	font-size: 16px;
		margin-bottom: 0;
	}

}

@media handheld, only screen and (max-width: 480px) {

	#fav-caption {
  	top: 20%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 21px;
	}
	#fav-caption p {
  	font-size: 12px;
	}

}

@media handheld, only screen and (max-width: 320px) {

	#fav-caption {
  	top: 10%;
		padding: 7px;
	}
	#fav-caption h3 {
  	font-size: 18px;
	}

}

 /* IE */
.lt-ie9 #fav-caption {
  background-color: #FFFFFF;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=67)";
  filter: alpha(opacity=67);
  padding: 1% 3% 2%;
}


/* FAVGLYPH
---------------------------------------------------------------------------- */

.favdemo .favglyph-icon-center h2 {
	font-weight: 400!important;
}
.favdemo #favglyph .favglyph-icon-center i {
	color: #0099ff;
}
.favdemo .favglyph-icon-left #favglyph,
.favdemo .favglyph-icon-right #favglyph {
	margin-top: 0;
	margin-bottom: 21px;
}
.favdemo .favglyph-icon-left #favglyph-icon,
.favdemo .favglyph-icon-right #favglyph-icon {
	border-color: #0099ff;
}
.favdemo #favglyph .favglyph-icon-left i,
.favdemo #favglyph .favglyph-icon-right i {
	background-color: #0099ff;
}


/* FAVSOCIAL
---------------------------------------------------------------------------- */

.favdemo div[id^="favsocial"] a,
.favdemo div[id*=" favsocial"] a {
	border: 1px solid #ddd;
}
.favdemo ul#favsocial-list {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.favdemo #favsocial {
	margin-top: 3px;
}


/* FAVEFFECTS
---------------------------------------------------------------------------- */

.favdemo #faveffects {
	margin-top: 40px;
}
.favdemo #faveffects i {
	color: #0099ff;
}
.favdemo #faveffects i:hover {
	color: #444!important;
}
.favdemo #faveffects p[id^="faveffects-title"] a,
.favdemo #faveffects p[id*=" faveffects-title"] a {
	font-weight: 300;
}
@media handheld, only screen and (max-width: 990px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 16px!important;
	}

}
@media handheld, only screen and (max-width: 767px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 14px!important;
	}

}
@media handheld, only screen and (max-width: 480px) {

	.favdemo #faveffects p[id^="faveffects-title"],
	.favdemo #faveffects p[id*=" faveffects-title"] {
		font-size: 21px!important;
	}

}


/* 5. CUSTOM_STYLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#fav-download p {
  margin: 0;
}
#fav-download #fav-download-message {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.3em;
  float: left;
  padding-top: 15px;
  padding-bottom: 10px;
}
#fav-download #fav-download-btn {
  float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
}
#fav-download a.btn.btn-primary.btn-large {
	margin-bottom: 9px;
}

/* Mobile */
@media handheld, only screen and (max-width: 1199px) {

 #fav-download #fav-download-message {
    float: none;
    text-align: center;
    padding: 4px 0 21px;
  }
  #fav-download #fav-download-btn {
    float: none;
    font-size: 16px;
    text-align: center;
		bottom: 4px;
		margin-top: 4px;
		position: relative;
  }

}




/* HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.itemid-101 #containerwrap { 
	background: url(../../../images/background-home.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: relative;
	display: table;
}

.icone {
	text-align: center;
    top: 0;
    max-width: 1170px;
    margin: auto;
    display: table-cell;
    vertical-align: middle;
}

.icone img {

}

.icone_inner {
    text-align: left;
}

.testo_yoga_benessere {
	margin-top: 25px;
    margin-bottom: 60px;
    color: #d80e80;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.citazione_home {
	font-size: clamp(0.875rem, 6vw, 3rem);
    line-height: clamp(0.875rem, 8vw, 4rem);
    color: #d70e80;	
	margin-bottom: clamp(0.875rem, 8vw, 6rem);
	margin-top: clamp(0.875rem, 8vw, 4rem);
	padding-left: 90px;
	position: relative;
	font-family: "Merienda", cursive;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.citazione_home span {
	color: #922c60;
	display: block;
}
.citazione_home:before {
    content: url(../../../images/teacher-training-2/virgolette.png);
    position: absolute;
    left: 1px;
    top: -36px;
}





/* NEWS_HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.news_home_container {
	margin-top: 0;
	margin-bottom: 0;
}

.news_home_container table {
	background-color: rgba(0, 0, 0, 0.045);
}

.news_home {
	display: table;
    width: 100%;
    height: 100%;
}

.news_home .container {
    display: table-cell;
    vertical-align: top;
}

.news_home h2 {
	color: #fff;
    font-size: 38px;
    font-weight: 100;
    background-color: #bdb532;
    padding-left: 13px;
	padding-right: 13px;
    padding-bottom: 6px;
    padding-top: 8px;
    margin-bottom: 0;
	border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	text-align: center;
}

.mod_events_latest_first ul,
.mod_events_latest ul {
	list-style: none;
	margin-left: 0;
	display: inline-table;
}

.mod_events_latest_first ul li,
.mod_events_latest ul li {
	display: inline-block;
}

.mod_events_latest_first ul li.data_multipla_home ul li,
.mod_events_latest ul li.data_multipla_home ul li {
	display: block;
}

.data_multipla_home_container .ora_home,
.data_multipla_home_container .luogo_home {
    display: table-cell;
    vertical-align: middle;
}

.data_multipla_home,
.data_singola_home {
    border-right: 1px solid #922c60;
    margin-right: 10px;
    padding-right: 10px;
}

.luogo_home {

}

.ora_home {
    padding-right: 10px;
}

.ora_home span:nth-of-type(2):before {
	content: '-';
	margin-right: 3px;
}

.data_home:before,
.data_singola_home:before {
	font-family: 'FontAwesome';
	content: '\F073';
	margin-right: 4px;
}

.ora_home:before {
	font-family: 'FontAwesome';
	content: '\F017';
	margin-right: 4px;
}

.luogo_home:before {
	font-family: 'FontAwesome';
	content: '\F041';
	margin-right: 3px;
}

.jevbootstrap [class^="icon-"], .jevbootstrap [class*=" icon-"] {
	margin-right:3px;
}

.mod_events_link {
	cursor:pointer;
}

.mod_events_latest_table tr {
	border-top: 1px solid rgba(189, 181, 50, 0.5);
}

.mod_events_latest_table td {
	padding-bottom: 10px;
    padding-top: 10px;
	padding-left: 30px;
    padding-right: 25px;
}

.moduletable .titolo_news_home {
    border-bottom: 0;
    padding-bottom: 0;
    text-transform: initial;
    font-size: 36px;
    font-weight: 400;
	margin-bottom: 0;
	text-align: left;
}

.moduletable .titolo_news_home a {
	color: #d70e80;
    line-height: 34px;
    display: block;
    margin-bottom: 5px;
	position: relative;
}

.moduletable .titolo_news_home a:before {
    font-family: 'FontAwesome';
    content: '\F105';
    position: absolute;
    display: inline-block;
    left: -16px;
    top: -2px;
    color: #922c60;
}

.moduletable .titolo_news_home a:hover,
.moduletable .titolo_news_home a:focus {
	text-decoration: none;
}

.jevbootstrap .sottotitolo_news_home {
    color: #922c60;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.tutti_eventi {
	display: block;
    background-color: #922c60;
    color: #FFF;
    padding-left: 12px;
    padding-right: 16px;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	text-align: center;
}

.tutti_eventi:hover {
    color: #FFF;
}

.tutti_eventi:after {
    font-family: 'FontAwesome';
    content: '\F105';
    margin-left: 7px;
    font-size: 19px;
    position: relative;
    top: 1px;
}




/* CORSI_HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ripresa_corsi {
	background-color: #d80e80;
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    padding-top: 16px;
}

.ripresa_corsi a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 28px;
	display: block;
}

.ripresa_corsi a span {
    text-transform: initial;
    font-size: 18px;
    display: block;
    line-height: 19px;
	margin-top: 5px;
}

.ripresa_corsi a:after {
	font-family: 'FontAwesome';
    content: '\F103';
    font-size: 35px;
    position: relative;
    top: 6px;
}

.inizio_corso {
	font-weight:600;
	font-size: 13px;
}

.titolo_home,
.itemHeader h2 {
	text-align: center;
    color: #bdb532;
    font-size: 100px;
    font-weight: 100;
    margin-bottom: 0;
	line-height: 85px;
}

.titolo_home.orari {
    margin-top: 60px;
    margin-bottom: 10px;
}

.corso_home {
    margin-bottom: 30px;
}

.corso_home .immagine_corso {
    max-width: 370px;
    max-height: 233px;
    background-color: #808080;
}

.corso_home .immagine_corso img {
	width: 100%;
}

.corso_home .titolo_corso {
    height: 80px;
    background-color: #d80e80;
    display: table;
    width: 100%;
	border-bottom: 2px solid #bdb532;
}

.corso_home .titolo_corso h2 {
	margin: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
	line-height: 28px;
}

.corso_home .info_corso {
    height: 46px;
    background-color: #932c61;
}

.corso_home .scopri_corso,
.corso_home .orari_corso {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    padding-top: 12px;
    padding-bottom: 10px;
}

.corso_home.no_orario .orari_corso {
	display: none;
}

.corso_home.no_orario .scopri_corso {
    margin: auto;
    float: none;
}

.corso_home .scopri_corso:before {
    content: '\F05A';
    font-size: 22px;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.corso_home .scopri_corso:after {
	content: '\F105';
    top: 2px;
    position: relative;
    font-size: 22px;
    margin-left: 7px;
}

.corso_home .orari_corso {
	position: relative;
}

.filetto {
    position: absolute;
    left: 0;
    top: 0;	
    width: 2px;
    height: 100%;
    background-color: #bdb532;
}

.corso_home .orari_corso:before {
    content: '\F073';
    position: relative;
    top: 0px;
    font-size: 19px;
    margin-right: 8px;
}

.corso_home .orari_corso:after {
	content: '\F105';
    top: 2px;
    position: relative;
    font-size: 22px;
    margin-left: 7px;
}

.tooltip.top {
    margin-top: 5px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #bdb532;
}

.tooltip-inner {
    background-color: #bdb532;
}

.sy-info-text2 {
	background-color: #bdb532;
}

/* Scritta Insegnante*/
.sy-tooltiptitle {

}

/* Nome Insegnante*/
.sy-tooltiptext2,
.sy-tooltiptext {
	border-bottom: 1px solid #FFF;
	padding-bottom: 3px;
	margin-bottom: 2px;
}
#MantraeSuonoClaudioSaribjitSingh_1005 .time {
	display: block !important;
}
#MantraeSuonoClaudioSaribjitSingh_1005 .acttitle {
	display: block;
    line-height: 12px;
    position: relative;    
}
#MantraeSuonoClaudioSaribjitSingh_1005 .acttitle:after {
	content: '(Lezione virtuale Zoom)';
    position: absolute;
    display: block;
    margin-left: -4px;
    width: 100%; 
}




/* CORSI_INTERNO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.corsi .sy-filters {
     display: none !important; 
}

.testo_corsi {
	margin-top: 35px; 
}

.info_corso_box {
	margin-top: 60px;
}





/* ORARI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.fullplanning {
    padding: 0;
}

.hasInfo {
	display: block !important;
}

.col-title {
    background-color: #7a2450;
    color: #FFF;
    margin-bottom: 5px;
}

.yogabenessere .presso {
	margin-top: 30px;
    border-top: 1px solid #a7a022;
    padding-top: 15px;
}

.orari_insegnanti .presso {
	margin-top: 30px;
    border-top: 1px solid #a7a022;
    padding-top: 15px;
}

.moduletable.sole_luna {
	margin-top: 30px;
    border-top: 1px solid #a7a022;
}

.presso {
    color: #d80e80;
    font-size: 19px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
}

.clicca_filtro {
	text-align: center;
}

#sy-all {
    opacity: 1 !important;
}
.timetable .activite {
     /*height: 60px !important;*/ 
}



/* INSEGNANTI_HOME
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#topwrap {
    margin-top: 70px;
}

.insegnante_home {
	margin-bottom: 30px;
}

.immagine_insegnante {
	border-radius: 50%;
    margin: auto;
    margin-bottom: 7px;
}

.immagine_insegnante a {
	display: block;
}

.immagine_insegnante a img,
.immagine_insegnante img {
	border-radius: 50%;
    width: 100%;
    height: auto;
    border: 1px solid #c73289;
    max-width: 220px;
    margin: auto;
    display: block !important;
}


.immagine_insegnante.insegnante_genrico a img,
.immagine_insegnante.insegnante_genrico img {
	background-color: #bdb532;
}

.nome_insegnante a {
	text-align: center;
    color: #d80e80;
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}


.insegnante_genrico {

}

/*Eliminazione filtri insegnanti cancellati che non si sono totlti dal database*/
#sy-KundaliniYoga-San, #sy-KundaliniYoga-Van, #sy-Gravidanza, #sy-KundaliniYoga-Bar {
     display: none;
}






/* INSEGNANTI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.itemFullText .nome_insegnante_interno {
    text-align: center;
    color: #d70e80;
    font-size: 40px;
    padding-bottom: 0; 
}

.titolo_home.insegnante {
    margin-top: 5px;
}

.insegnanti .sy-filters,
.corsi .sy-filters,
.insegnanti .creneau.full li,
.corsi .creneau.full li {
     display: none !important; 
}

.orari_insegnanti .rows > ul,
.sole_luna.insegnanti .rows > ul,
.moduletable.sole_luna.insegnanti .rows > ul {
	height: 50px !important;
}

.orari_insegnanti .tooltip.in,
.moduletable.sole_luna.insegnanti .tooltip.in {
	display: none !important;
}

.orari_insegnanti .hasInfo,
.moduletable.sole_luna.insegnanti .hasInfo {
    background: none;
}

/* PAGINA CORSO KUNDALINI YOGA */
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_1001,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_2006,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_2007,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_3006,
.itemid-157 #KundaliniYogaRobertoSantokhSingh_1004,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_2004,
.itemid-157 #KundaliniYogaMaddalenaeRosanna_2005,
.itemid-157 #KundaliniYogaLauraNavSatyaKaur_3001,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_3004,
.itemid-157 #KundaliniYogaVincenzoRanjotSingh_3005,
.itemid-157 #KundaliniYogaMarinaR_4001,
.itemid-157 #KundaliniYogaRosannaSarvjeetKaur_4004,
.itemid-157 #KundaliniYogaDanielaPadmaniAnandKaur_4005,
.itemid-157 #KundaliniYogaTizianaAmritaPuranKaur_6002,
.itemid-157 #KundaliniYogaElisabettaShabadlivKaur_1003,
.itemid-157 #KundaliniYogaTizianaAmritaPuranKaur_3005,
.itemid-157 #KundaliniYogaLauraNavSatyaKaur_1004,
.itemid-157 #KundaliniYogaPamelaeAxel_1005,
.itemid-157 #KundaliniYogaDanielaPadmaniAnandKaur_2005,
.itemid-157 #KundaliniYogaTizianaAmritaPuranKaur_4005,
.itemid-157 #KundaliniYogaMaddalenaAtmaHariKaur_6001 {
     display: block !important; 
}

/* PAGINA CORSO GRAVIDANZA CONSAPEVOLE */
.itemid-176 #GravidanzaconsapevoleMaddalenaAtmaHariKaur_1002,
.itemid-176 #GravidanzaconsapevoleMaddalenaAtmaHariKaur_6002 {
     display: block !important; 
}

/* PAGINA CORSO YOGA RAGAZZI E RAGAZZE */
.itemid-345 #YogaRagazzieRagazzeYogaperragazzieragazze_3003 {
     display: block !important; 
}

/* PAGINA CORSO VINYASA */
.itemid-346 #VinyasaErlaBronson_3001, .itemid-346 #VinyasaErlaBronson_1004 {
     display: block !important; 
}

/* PAGINA INSEGNANTE MADDALENA */
.itemid-159 .insegnanti .creneau.full li[class*="Maddalena"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE ROSANNA */
.itemid-173 .insegnanti .creneau.full li[class*="Rosanna"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE DANIELA */
.itemid-328 .insegnanti .creneau.full li[class*="DanielaPadmani"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE TIZIANA */
.itemid-330 .insegnanti .creneau.full li[class*="TizianaAmrita"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE LAURA */
.itemid-329 .insegnanti .creneau.full li[class*="LauraNav"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE AXEL */
.itemid-343 .insegnanti .creneau.full li[class*="Axel"]
{
     display: block !important; 
}

/* PAGINA INSEGNANTE PAMELA */
.itemid-344 .insegnanti .creneau.full li[class*="PamelaeAxel"]
{
     display: block !important; 
}

.itemid-179 #YogaBimbiMaddalenaAtmaHariKaur_2003,
.itemid-179 #YogaBimbiMaddalenaAtmaHariKaur_3003
{
     display: block !important; 
}

.itemid-170 #KundaliniYogaDanielaDhanwantKaur_6001 {
     display: block !important; 
}

.itemid-171 #KundaliniYogaVincenzoRanjotSingh_3007,
.itemid-171 #KundaliniYogaVincenzoRanjotSingh_6002,
.itemid-171 #KundaliniYogaVincenzoRanjotSingh_3005,
.itemid-157 #KundaliniYogaVincenzoRanjotSingh_3007,
.itemid-157 #KundaliniYogaVincenzoRanjotSingh_6002 {
     display: block !important; 
}

.itemid-172 #KundaliniYogaElenaSatSudertaKaur_3006 {
     display: block !important; 
}

.itemid-157 #KundaliniYogaRosannaSarvjeetKaur_4007,
.itemid-157 #KundaliniYogaRosannaSarvjeetKaur_4006,
.itemid-157 #KundaliniYogaRosannaSarvjeetKaur_2001 {
     display: block !important; 
}

.itemid-174 #KundaliniYogaElisabettaShabadlivKaur_1002,
.itemid-157 #KundaliniYogaElisabettaShabadlivKaur_1002,
.itemid-174 #GravidanzaconsapevoleElisabettaShabadlivKaur_3002,
.itemid-174 #GravidanzaconsapevoleElisabettaShabadlivKaur_3001,
.itemid-174 #KundaliniYogaElisabettaShabadlivKaur_3002,
.itemid-157 #KundaliniYogaElisabettaShabadlivKaur_3002  {
     display: block !important; 
}

.itemid-175 #KundaliniYogaRobertoSantokhSingh_1006,
.itemid-157 #KundaliniYogaRobertoSantokhSingh_1006,
.itemid-175 #KundaliniYogaRobertoSantokhSingh_1004 {
     display: block !important; 
}

.itemid-223 #QiGongAnastasijaMakarova_4003,
.itemid-223 #QiGongAnastasijaMakarova_5004,
.itemid-223 #QiGongAnastasijaMakarova_5006{
     display: block !important; 
}

.itemid-232 #ArmoniainterioreAdriana_1002 {
     display: block !important; 
}

.itemid-270 #YogaperdimagrireAdrianaSukhTerathKaur_2002 {
     display: block !important; 
}

.itemid-289 #KundaliniYogaAndreaPrabhuSingh_5006,
.itemid-157 #KundaliniYogaAndreaPrabhuSingh_5006,
.itemid-289 #CampaneTibetaneeYogaAndreaPrabhuSingh_5006,
.itemid-304 #CampaneTibetaneeYogaAndreaPrabhuSingh_5006 {
     display: block !important; 
}

.itemid-256 #KundaliniYogaAlessandraBasantjeetKaur_6001,
.itemid-157 #KundaliniYogaAlessandraBasantjeetKaur_6001 {
     display: block !important; 
}

.itemid-305 #EducazionemusicalebimbiSilviaZago_1003,
.itemid-305 #EducazionemusicalebimbiSilviaZago_1004,
.itemid-305 #EducazionemusicalebimbiSilviaZago_1005 {
     display: block !important; 
}

.itemid-337 #KYogaterzaeteaFaustaDarshanTeraKaur_2001 {
     display: block !important; 
}
.itemid-338 #MantraeSuonoClaudioSaribjitSingh_1005, .itemid-338 #MantraeSuonoClaudioSaribjitSingh_5005 {
     display: block !important; 
}
.itemid-339 #SuoniamoinsiemeIlgiardinodeilinguaggi_1004, .itemid-339 #SuoniamoinsiemeIlgiardinodeilinguaggi_5001 {
     display: block !important; 
}


/* FORM_GENERALE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.gbs3 {
    position: relative;
}

.gbs3 .form-control:focus {
	box-shadow: none;
	border-color: #922c60;
}

.gbs3 .gcore-display-table {
     display: block; 
}

.gbs3 input[type="text"], .gbs3 textarea.A {
	width:100% !important;
}

input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
}
input[type="text"]:focus:-moz-placeholder {
	color: transparent;
}
input[type="text"]:focus::-moz-placeholder {
	color: transparent;
}
input[type="text"]:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}

.gbs3 .chronoform input {
    border-color: #EB287A;
    height: 50px;
}

.gbs3 .chronoform #form-row-name,
.gbs3 .chronoform #form-row-nato,
.gbs3 .chronoform #form-row-cap,
.gbs3 .chronoform #form-row-telefono {
	width: 49%;
	margin-right: 1% !important;
	float: left;
}

.itemid-185 .gbs3 .chronoform #form-row-name,
.itemid-185 .gbs3 .chronoform #form-row-email {
	width: 100%;
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: left;
}

.gbs3 .chronoform #form-row-cognome,
.gbs3 .chronoform #form-row-datanascita,
.gbs3 .chronoform #form-row-email {
	width: 49%;
	margin-left: 1% !important;
	float: left;
}

.gbs3 .chronoform #form-row-cap,
.gbs3 .chronoform #form-row-annoiscrizione,
.gbs3 .chronoform #form-row-tessera {
	width: 19%;
	margin-right: 1% !important;
	float: left;
}

.gbs3 .chronoform #form-row-citta {
	width: 59%;
	margin-left: 1% !important;
	float: left;
}

.gbs3 .chronoform #form-row-provincia {
	width: 18%;
	margin-left: 2% !important;
	float: left;
}

.gbs3 .chronoform #form-row-provincia select,
.gbs3 .chronoform #form-row-annoiscrizione select,
.gbs3 .chronoform #form-row-corso select {
    width: 100% !important;
    height: 50px;
    border-color: #EB287A;
}

.gbs3 .chronoform #form-row-corso {
	width: 59%;
	margin-left: 1% !important;
	float: left;
}

.gbs3 .chronoform #submit5, .gbs3 .chronoform #submit-diamond {
    display: table;
    margin: auto;
    text-transform: uppercase;
    background-color: #EB287A;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.grazie_form {
	text-align: center;
    color: #eb287a;
    font-size: 24px;
    font-weight: 600;
	line-height: 30px;
}




/* FORM_INFO_CORSI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.gbs3 .chronoform textarea.richiesta_info {
    height: 200px;
	border-color: #eb287a;
	-webkit-box-shadow: none;
    box-shadow: none;
}

#fin-checkbox20, #fin-checkbox-diamond {
    display: table;
    margin: auto;
}

.chronoform .help-block {
	float: left;
	margin-top: 2px !important;
}

.gbs3 .chronoform input.checkbox_privacy {
	height: auto;
    margin-right: 6px;
	margin-top: 13px;
	float: left;
}

.info_corsi {
	text-align: center;
    color: #aea518;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 13px;
}

.info_corsi a,
.info_corsi a:hover {
	color: #eb287a;
    font-size: 26px;
    margin-top: 5px;
    display: block;
	text-decoration: none;
	margin-bottom: 4px;
}

.info_corsi_corsi {
    text-align: center;
    margin-bottom: 20px;
}

.info_corsi_corsi a,
.info_corsi_corsi a:hover {
    color: #eb287a;
    display: block;
    text-decoration: none;
    font-size: 23px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.info_eventi {
	text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    border-top: 1px solid #bdb532;
    padding-top: 14px;
}

.info_eventi a,
.info_eventi a:hover {
	color: #eb287a;
    display: block;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 3px;
}





/* FORM_ISCRIZIONE_EVENTO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.form_iscrizione_evento #form-row-radio {
	display: table;
    margin-left: auto !important;
    margin-bottom: 25px;
    margin-right: auto !important;
    margin-top: 30px;
}

.form_iscrizione_evento .fa-asterisk {
	display: none;
}

.form_iscrizione_evento input[type="radio"] {
    height: auto;
    display: block;
    margin: auto;
}

.form_iscrizione_evento .gcore-multiple-column .gcore-radio-item {
	border-right: 1px solid #922c60;
	padding-right: 10px;
    padding-left: 10px;
}

.form_iscrizione_evento .gcore-multiple-column .gcore-radio-item:last-child {
	border-right: 0;
}

.form_iscrizione_evento .form-horizontal .control-label {
    color: #eb287a;
}






/* PAGINA_EVENTI_NEWS
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.jevbootstrap h2 {
	text-align: center;
    color: #bdb532;
    font-size: 100px;
    font-weight: 100;
    margin-bottom: 40px;
    line-height: 85px;
}

.jevbootstrap .table-bordered {
    border: 0;
}

.eventlist thead tr {
	background-color: #d70e80;
}

.jevbootstrap .eventlist.table-bordered  thead tr th {
    color: #FFF;
    border: 0;
    border-right: 1px solid #FFF;
    border-radius: 0;
    -webkit-border-top-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    font-weight: 300;
    padding-bottom: 4px;
	width: auto !important;
}

.jevbootstrap .table-bordered td {
    border-right: 0;
    border-bottom: 1px solid #bdb532;
    border-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.jevbootstrap .table-bordered td:last-child {
    border-right: 0;
}

.jevbootstrap .table td {
    border-top: 0;
}

a.ev_link_row:link,
a.ev_link_row:visited {
    font-weight: 600;
    font-size: 22px;
    color: #d70e80;
    display: block;
    position: relative;
    margin-bottom: 2px;
	padding-left: 12px;
}

a.ev_link_row:before {
	content: '\F105';
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #942c61;
    position: absolute;
}

#jevents_body,
#jev_maincal {
	background-color: rgba(0, 0, 0, 0);
    border: 0;
	margin-top: 30px;
	margin-left: 0;
    margin-right: 0;
}

.jev_listview .jev_listrow {
    margin-bottom: 30px;
    border: 0;
	margin-top: 8px;
}

ul.ev_ul {
    margin: 0;
}

#jevents_body ul.ev_ul li.ev_td_li {
    margin-left: 0;
    padding-left: 10px;
    border-left: 0;
    border-bottom: 1px solid #bdb532 !important;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: #bdb532;
    color: #FFF;
    border: 0;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
}

.jev_toprow .jev_header2 {
	position: relative;
	height: auto;
}

.jev_toprow .previousmonth_container, .jev_toprow div.nextmonth_container {
    position: absolute;
    height: 100% !important;
}

.jev_toprow .previousmonth_container2, .jev_toprow .nextmonth_container2 {
    display: table;
    height: 100%;
}

.jev_toprow div.previousmonth_container {
    left: 0;
}

.jev_toprow div.nextmonth_container {
    right: 0;
}

.jev_toprow .previousmonth,
.jev_toprow .nextmonth {
    display: table-cell;
    vertical-align: middle;
    color: #922c60;
    font-weight: 600;
}

.jev_toprow .previousmonth:hover,
.jev_toprow .nextmonth:hover {
	color: #922c60;
	text-decoration: none;
}

.jev_toprow .previousmonth:before,
.jev_toprow .nextmonth:after {
	font-family: 'FontAwesome';
    color: #d70e80;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.jev_toprow .previousmonth:before {
	content: '\F104';
	margin-right: 5px;
}

.jev_toprow .nextmonth:after {
	content: '\F105';
	margin-left: 5px;
}

.jev_toprow div.currentmonth {
	width: 100%;
    line-height: 55px;
    font-size: 45px;
    color: #d70e80 !important;
    border-top: 1px solid #bdb532;
    border-bottom: 1px solid #bdb532;
    font-weight: 300;
}

.jev_evdt .jev_eventdetails_body .jev_evdt_summary {
	margin-top: 10px;
}

.jev_evdt .jev_eventdetails_body .jev_evdt_summary, 
.jev_evdt .jev_eventdetails_body .jev_evdt_location {
	padding-bottom: 0px;
    font-style: italic;
    font-weight: 600;
    font-size: 15px;
	color: #666;
}


div.new-navigation {
    margin-bottom: 40px;
}

.jev_toprow.jev_monthv {
    margin-bottom: 40px;
}

#jevents_body .cal_daysnoevents,
#jevents_body .cal_dayshasevents {
    border: 1px solid #bdb532;
	padding: 0;
}

#jevents_body .cal_dayshasevents {
	background-color: #d70e80;
}

.cal_daysnoevents a.cal_daylink:link {
	padding-left: 4px;
	padding-right: 4px;
}

.cal_dayshasevents a.cal_daylink:link,
.cal_dayshasevents a.cal_daylink:visited {
    display: block;
    background-color: #942c61;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}

#jevents_body .event_div_1 {
	border: 0;
}

#jevents_body .month_cell_st {
	border: 0 !important;
    background-color: rgba(0, 0, 0, 0);
}

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
	color: #FFF;
    font-size: 16px;
    line-height: 17px;
    padding-left: 7px;
	background-color: rgba(0, 0, 0, 0);
}

#jevents_body .cal_table {
    background-color: #FFF;
	margin-left: 0;
}

.cal_daysoutofmonth {
    visibility: hidden;
}

#jevents_body .cal_top_day_names {
    margin-bottom: 20px;
}

#jevents_body .cal_daysnames {
    border: 1px solid #fff;
    color: #000;
    text-align: center;
    background-color: #bdb532;
    font-weight: 600;
}

.month_date {
	display: none;
}

.new-navigation .nav-items div {
	width: 15%;
    border-radius: 0;
    height: auto;
    padding: 0;
}

.nav-items > div a {
    display: block;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #d70e80;
}

.nav-items > div:first-child {
    border-color: #d70e80;
}

.nav-items > div {
	border-color: #d70e80;
}

#jevents_body .nav-items > div a:hover {
    padding: 8px 12px 7px 12px;
    background-color: #bdb532;
    border-radius: 0;
    text-decoration: none;
    color: #FFF;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #d80e80;
    border-left: 1px solid #d70e80;
}

.jevbootstrap a:hover, .jevbootstrap a:focus {
    text-decoration: none;
}

.jevbootstrap .popover {
    border: 1px solid #827d23;
}

div.jevtt_title {
    background-color: #940a58 !important;
}

.popover-content .fwb {
	display: none;
}

#jumpto .BarNav {
	margin-top: 30px;
}

#jevents_body #jumpto #month,
#jevents_body #jumpto #year {
    border-color: #bdb532;
}

#jevents_body #jumpto #month:focus,
#jevents_body #jumpto #year:focus {
    outline: none;
}

#jevents_body #jumpto .bottone_salta_mese {
	background: #bdb532;
    color: #FFF;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    text-transform: uppercase;
    height: 32px;
    margin-top: -9px;
    margin-left: 10px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
}

#jevents_body #jumpto .bottone_salta_mese:focus {
    outline: none;
}

.campi_nascosti_form_eventi {
	display: none;
}

.itemid-180 .form_evento_container {
	display: none;
}

.itemid-180.dettaglievento .form_evento_container {
	display: block;
}

.form_evento_container h4 {
    text-align: center;
    font-size: 20px;
}







/* DESCRIZIONE_EVENTO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#jevents_body .contentpaneopen div .jev_evdt_title {
	color: #d70e80;
    line-height: 34px;
    display: block;
    margin-bottom: 0;
    position: relative;
    font-size: 36px;
    padding-bottom: 0;
}

.sottotitolo_descrizione_evento {
	color: #922c60;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    line-height: 20px;
}

.jev_listview .sottotitolo_descrizione_evento {
	padding-left: 12px;
}

.jev_listview .jev_evdt_summary {
	padding-left: 12px;
}

#jevents_body .contentpaneopen div .jev_evdt_desc {
	border-top: 1px solid #bdb532;
    padding-top: 25px;
}

#jevents_body .contentpaneopen div .jev_evdt_desc:after {
    content: '';
    display: block;
    clear: both;
}

.elenco_pagina_evento {
	margin-left: 0 !important;
}

.elenco_pagina_evento li {
	font-size: 16px;
    list-style: none;
    margin-bottom: 6px;
}

.elenco_pagina_evento li:before {
    font-family: 'FontAwesome';
    content: '\F111';
    color: #d70e80;
    font-size: 9px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}




/* RICERCA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.jevbootstrap .link_cerca_evento {
	position: relative;
	padding-left: 0;
}

#jevents_body .nav-items > div a.link_cerca_evento:hover {
	padding-left: 0;
}

.jevbootstrap .link_cerca_evento:after {
	font-family: 'FontAwesome';
    content: '\F002';
    position: absolute;
    top: 8px;
    margin-left: 5px;
}

.new-navigation #nav-search {
	float: none;
    padding-right: 0;
}

.jevbootstrap input.cerca_evento {
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border: 1px solid #bdb532;
    height: 30px;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;
}

.jevbootstrap input.cerca_evento:focus {
	webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-color: #bdb532;
}

.jevbootstrap label.mostra_passati {
    display: inline-block;
}

.jevbootstrap input.check_passati {
	position: relative;
    top: -3px;
    margin-left: 5px;
}

.jevbootstrap input.button {
	background-color: #d70e80;
    color: #fff;
    border: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    margin-top: 13px;
}





/* FOOTER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.footer_container {
    margin-top: 60px;
    border-top: 1px solid #bdb532;
}

.footer {
    margin-top: 20px;
    margin-bottom: 25px;
}

.footer_facebook {
    margin-top: 20px;
}

.footer ul,
.footer_facebook ul {
	padding-left: 0;
    display: table;
    margin: auto;
}

.footer ul li,
.footer_facebook ul li {
	display: inline-block;
}

.footer ul li:after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    top: 2px;
    color: #d80e80;
}

.footer ul li:last-child:after {
	content: '';
}

.footer_facebook ul li:first-child {
	margin-right: 10px;
}

.footer a,
.footer a:hover {
    color: #333;	
}




/* PAGINA_LIBRI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.elenco_libri {
    margin-top: 30px;	
	padding-left: 0;
	margin-bottom: 60px;
}

.elenco_libri li {
	border-bottom: 1px solid #bdb532;
    margin-bottom: 25px;
    padding-bottom: 5px;
    list-style: none;	
}

.titolo_libro {
    display: block;
    color: #eb287a;
    font-size: 20px;	
}

.autore_libro {
	display: block;
    color: #922c60;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;	
}

.casa_editrice {
	display: block;
    color: #922c60;
    font-size: 15px;	
}




/* PAGINA_INTERVISTE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.itemListCategory {
	background: none;
    border: 0;
}

div.catItemHeader h3.catItemTitle a,
div.catItemHeader h3.catItemTitle a:hover,
div.catItemHeader h3.catItemTitle a:focus {
	color: #d70e80;
}

div.catItemReadMore a.intervista {
	color: #922c60;
}

div.catItemReadMore a.intervista:after {
	font-family: 'FontAwesome';
    content: '\F105';
    position: relative;
    top: 1px;
    margin-left: 5px;
    font-size: 16px;
}

.intervista .catItemBody {
	display: none;
}

div.intervista.catItemView {
	border-bottom: 1px solid #bdb532;
    margin-bottom: 20px;
}

.data_intervista {
    color: #922c60;
    margin-top: 40px;
    font-style: italic;
}

.intro_intervista {
    margin-top: 10px;
	font-style: italic;
    line-height: 20px;
}

.domanda_intervista.prima {
    margin-top: 25px;
}

.domanda_intervista {
	color: #d91c87;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.risposta_intervista {
	margin-bottom: 45px;
}



/* PAGINA_VIDEO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

div.video.catItemView {
    padding: 10px;
}

.video div.catItemVideoBlock {
    padding: 0;
    background: none;
	margin-bottom: 0;
}

.video div.catItemVideoBlock div.catItemVideoEmbedded {
    text-align: center;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}

.video div.catItemVideoBlock div.catItemVideoEmbedded iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video div.catItemHeader h3.catItemTitle {
	color: #d70e80;
    line-height: 23px;
}

.video div.catItemIntroText p {
	line-height: 19px;
    font-size: 14px;
}




/* OWL_CAROUSEL
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.owl-carousel.centro {
	margin-top: 40px;
}

.owl-carousel.yoga-bambini,
.owl-carousel.galleria_immagini_corsi {
	margin-top: 40px;
}



/* ACYMAILING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#acyarchiveview .contentheading {
	display: none;
}

#unsubpage {
    text-align: center;
    color: #d70e80;
    font-size: 21px;
}

#unsubpage input {
    background-color: #d70e80;
    border: 0;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 12px;
	margin-top: 25px;
}

#unsubpage input:hover {
	background-color: #852957;
}

.alert.alert-message {
    text-align: center;
    color: #d70e80;
    font-size: 25px;
}

.alert.alert-message h4 {
	display: none;
}



/* EVENTI
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.immagine_float_left {
	float: left;
	padding-right: 20px;
	margin-top: 3px;
}




/* CITAZIONE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.citazione {
	display: block;
    color: #de0e80;
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
    position: relative;
    padding-left: 25px;
    max-width: 320px;
}

.citazione:before {
	font-family: 'FontAwesome';
    content: '\F10D';
    color: #bdb532;
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 20px;
}

.autore_citazione {
    display: block;
    font-style: italic;
    color: #b3ab30;
    padding-left: 23px;
    margin-top: 5px;
    font-size: 14px;
}




/* INGRANDIMENTO_VOLANTINO
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ingrandisci_volantino {
    position: relative;
}

.ingrandisci_volantino a {
    position: relative;
	display: block;
}

.ingrandisci_volantino a:after {
	font-family: 'FontAwesome';
    content: '\F00E';
    color: #fff;
    position: absolute;
    top: 36%;
    left: 34%;
    background-color: rgba(189, 181, 50, 0.8);
    font-size: 32px;
    border-radius: 5px;
    width: 60px;
    height: 60px;
    padding-top: 21px;
    padding-left: 16px;
}
.ingrandisci_volantino.download a:after {
    content: '\F019';
}

.ingrandisci_volantino a img {
	border: 1px solid #bdb532;
}




/* RC_GALLERY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.h1gallery {
	text-align: center;
    color: #d70e80;
    margin-top: 0;
    font-size: 45px;
    padding-bottom: 20px;
    display: table;
    margin: auto;
    border-top: 1px solid #bcb53170;
    padding-top: 15px;
}

.h2gallery {
	text-align: center;
    color: #bcb531;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 19px;
    margin-bottom: 4px;
}

.rc_gallery a {
	position: relative;
}

.rc_gallery a:hover {
	background-color: #d70e80;
}
.rc_gallery a:hover img {
	opacity: 0.5;
}

.rc_gallery a:hover:after {
	font-family: 'FontAwesome';
    content: '\f00e';
    position: absolute;
    font-size: 57px;
    color: #fff;
    left: 44%;
    top: 51%;
}




/* PAGINA_TARIFFE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.elenco_tariffe {
	list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}
.elenco_tariffe li {
	border-bottom: 1px solid #bdb532;
    padding-bottom: 8px;
    margin-bottom: 8px;
}


















