/* template */
	/* fonts */
h1, h2, h3 {
	font-family: Didot;
}
	/* general */
a, a:hover, a:focus, a:active {
    text-decoration: underline;
}
.btn,
.sppb-btn,
.wp-block-button__link {
    text-decoration: none;
}
.btn:hover,
.sppb-btn:hover,
.wp-block-button__link:hover {
    text-decoration: none;
}
.btn-primary,
.sppb-btn-primary {
    border-color: #CB3398;
    background-color: #CB3398;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
    border-color: #000;
    background-color: #000;
}
.sp-menu-item a,
.sp-menu-item a:hover,
.sp-menu-item a:focus,
.sp-menu-item a:active {
    text-decoration: none;
}
.offcanvas-menu a,
.offcanvas-menu a,:hover,
.offcanvas-menu a,:focus,
.offcanvas-menu a,:active {
    text-decoration: none;
}
.btn {
    border-radius: 0;
}
#sp-top-bar a,
#sp-bottom a,
#sp-footer a,
#sp-section-1 a,
.article-header > h1 a,
.article-header > h2 a,
.article-header > h3 a,
.readmore > a,
.mod-ev-title > a,
.sppb-article-info-wrap > * > a,
.pagination a,
.sppb-sp-slider-button,
.sppb-sp-slider-button:hover {
    text-decoration: none;
}
#sp-main-body {
    /* padding: 0; */
}
.no-padding {
	padding: 0;
}
.sp-module-content-bottom {
    margin-top: 100px;
}
	/* top bar */
#sp-top-bar {
    background: #000;
    color: #fff;
}
#sp-top-bar .logo {
    margin-top: 6px;
}
#sp-top-bar .sp-module {
    display: inherit;
}
#sp-top-bar .top-image-container {
    float: left;
    margin-right: 20px;
    margin-top: -5px;
    padding-bottom: 5px;
}
#sp-top-bar .top-image-container img {
    max-width: 70px;
}
#sp-top-bar .top-text-container {
    margin-top: 10px;
    float: left;
}
#sp-top-bar .top-text-container p {
	margin-bottom: 0;
}
#sp-top-bar ul.social-icons {
	margin: 0;
    margin-top: 4px;
}
.list-image .sppb-img-responsive {
    /*max-width: 30px;*/
}
ul.sp-megamenu-parent {
    text-align: center;
    float: none;
}
#sp-header.header-sticky ul.sp-megamenu-parent {
    text-align: right;
}
.sp-megamenu-parent > li {
    text-transform: uppercase;
    padding: 0 5px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline;
    font-weight: bold !important;
    letter-spacing: 1px;
    font-size: 16px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    text-align: left;
}
/*
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 8px;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 300;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: #fff;
    background-color: #CB3398;
    border-radius: 3px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a::after,
body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
    margin-left: 0px;
    content: "";
}
#sp-top-bar > .container,
#sp-header > .container {
    max-width: 1440px;
}
*/
@media screen and (min-width: 992px) {
	#sp-top-bar .logo-image {
		height: auto !important;
		max-height: 210px;
		position: absolute;
		margin-top: -60px;
	}
}
#sp-top0 {
    /* padding: 12px 0px 0px; */
}
#sp-top1 {
    padding: 0px;
}
#sp-top2 {
    padding: 0px;
}
#sp-top1 h3 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 0;
}
#sp-top1 p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
}
#sp-top1 p > img {
    max-width: 50px;
    height: auto;
    display: inline;
    margin-top: 10px;
    margin-bottom: 5px;
}
#top-2-wrapper .moduletable {
    display: inline-block;
}
#top-2-wrapper {
    position: absolute;
    right: 0;
    top: 106px;
}
#sp-header {
    box-shadow: none;
    border-bottom: 2px solid #CB3398;
}
nav.sp-megamenu-wrapper {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    padding: 0 8px;
}
	/* menu logo */
#logo-menu {
    max-width: 180px;
    opacity: 0;
    transition: opacity 0.3s;
}
#logo-menu .logo-image {
    margin-top: 60px;
    border: 2px solid;
    border-radius: 100%;
}
#sp-header.header-sticky #logo-menu {
	opacity: 1;
}
	/* menu search bar */
#menu-search-bar {
    min-height: 60px;
    max-width: 180px;
    opacity: 1; /* cambiare con 0 per ottenere la comparsa-scomparsa della barra search */
    transition: opacity 0.3s;
}
#menu-search-bar h3 {
    display: none;
}
#menu-search-bar input[type="search"] {
    height: auto;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: #CB3398;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 8px;
    margin-top: 7px;
    box-shadow: none;
    font-weight: 300;
}
#menu-search-bar .form-control::placeholder {
	/* color: #D6D6D6; */
	color: #252525;
}
#menu-search-bar input[type="search"]:focus {
	border-bottom: 1px solid #CB3398;
    box-shadow: none;
}
#menu-search-bar input[type="image"] {
    width: 15px;
    height: 15px;
    margin-top: 13px;
}
#menu-search-bar .search.menu-search {
    padding-top: 9.5px;
}
#sp-header.header-sticky #menu-search-bar {
	opacity: 1;
}
	/* footer */
#sp-bottom .fa-phone {
	margin-right: 5px;
}
#sp-bottom .fa-envelope {
	margin-right: 6px;
}
#sp-bottom .fa-map-marker {
	margin-right: 9px;
}
#sp-bottom .sp-module ul > li {
    margin-bottom: 10px;
}
#sp-bottom1 p {
    margin-bottom: 10px;
}
#sp-bottom .logo-image-footer {
	margin-bottom: 26px;
}
	/* go to top */
.sp-scroll-up, .sp-scroll-up:active, .sp-scroll-up:focus {
    background: #D6D6D6;
    color: #252525;
}
.sp-scroll-up:hover {
    background: #CB3398;
    color: #fff;
}
	/* search page */
#searchForm select#limit {
	max-width: 200px;
}
	/* sidebar */
#sp-right .sp-module.deco .sp-module-content {
	padding-left: 32px;
}
#sp-right .sp-module.background-fill-18155c {
	margin-left: 32px;
}
#sp-right > .sp-column {
	background-color: #fff;
}
#sp-left .sp-module,
#sp-right .sp-module {
    margin-top: 30px;
}
#sp-left .sp-module.background-fill-18155c,
#sp-right .sp-module.background-fill-18155c {
	margin-top: 40px;
}
#sp-left .sp-module.no-padding,
#sp-right .sp-module.no-padding {
    padding: 0;
    border: none;
}
#sp-left .sp-module.no-padding .sp-module-title,
#sp-right .sp-module.no-padding .sp-module-title {
    margin: 0 0 12px;
    padding-bottom: 0;
    border-bottom: none;
}
#sp-left .sp-module.no-padding p,
#sp-right .sp-module.no-padding p {
    margin-bottom: 0;
}
#sp-left .sp-module.no-padding img,
#sp-right .sp-module.no-padding img {
    border-radius: .25rem .25rem 0 0;
}
#sp-left .sp-module.no-padding .btn,
#sp-right .sp-module.no-padding .btn {
    border-radius: 0 0 .25rem .25rem;
}
	/* title and breadcrumb */
.sp-page-title {
    padding: 30px 0 25px;
    font-weight: bold;
    background-image: url("../../../images/backgrounds/breadcrumb.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.sp-page-title * {
	font-family: inherit;
}
	/* login */
.moduletable .fas.fa-user.fa-2x {
    font-size: 28px;
}
.moduletable #module-login-wrapper {
    border-right: 2px solid rgba(255,255,255,0.5);
    padding-right: 20px;
    margin-right: 10px;
}
	/* modules suffixes */
.deco .sp-module-title {
    padding-left: 30px;
    line-height: 34px;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.background-fill-E6E5F5 {
    background-color: #E6E5F5;
    border: none !important;
}
.background-fill-E6E5F5 .sp-module-title {
    line-height: 34px;
    font-size: 18px !important;
    margin: 0 0 12px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.background-fill-18155c {
    background-color: #CB3398;
    border: none !important;
    color: #fff;
}
.background-fill-18155c .sp-module-title {
    line-height: 34px;
    font-size: 18px !important;
    margin: 0 0 12px !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
	/* articles */
.page-item.active .page-link {
    background-color: #CB3398;
    border-color: #CB3398;
    transition: all 0.3s;
}
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #CB3398;
    border-color: #CB3398;
    color: #fff;
}
.pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #E6E5F5;
    background-color: #E6E5F5;
    color: #252525;
}
	/* forms */
.form-control:focus {
    border-color: rgba(203,51,152,.50);
    box-shadow: 0 0 0 .2rem rgba(203,51,152,.25);
}
	/* input */
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {
    border-radius: 0;
}

/* eshop */
#checkout-options #login {
	display: inline-block;
}
#cboxPrevious {
    bottom: 50% !important;
    left: 0px !important;
}
#cboxNext {
    bottom: 50% !important;
    right: 0px !important;
    left: unset !important;
}
#cboxCurrent {
	display: none !important;
}
#main-image-area,
.img-thumbnail {
    background-color: transparent;
    border: 1px solid #E7E7E7;
    border-radius: 0;
}
#productTabs {
	margin-top: 50px;
	margin-bottom: 0 !important;
}
#productTabs.nav-tabs a {
	text-decoration: none;
	color: inherit;
}
#productContent table {
	width: 100%;
}
#productContent table tbody > tr:nth-child(odd) {
	background-color: rgba(203, 51, 152, 0.1);
}
#productContent table tbody > tr:nth-child(even) {
	background-color: rgba(203, 51, 152, 0.07);
}
#productContent table tr > td:first-child {
	font-weight: bold;
}
#productContent table td {
	padding: 5px 20px;
}
.product-info h1 {
    font-size: 30px;
    font-weight: bold;
}
.product-info .product-price {
    margin-bottom: 10px;
}
.product-info .product-price,
.product-info .product-price * {
	color: #cb3398;
	font-weight: bold;
	font-family: inherit;
}
.product-info .product-price .eshop-base-price {
    color: #252525;
  	font-weight: normal;
}
.product-desc > p:last-child {
	margin-bottom: 0;
}
#product-dynamic-info {
    margin-top: 10px;
}
.product-info .product-options {
    margin-top: 10px;
}
#quantity-wrapper {
	float: left;
}
input#quantity_2 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-right: 5px;
}
.btn-minus-wrapper,
.btn-plus-wrapper {
    
}
.button-minus, .button-plus {
    font-size: 18px;
    line-height: 10px;
    width: 55px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    display: block;
    padding: 6px 0;
}
.button-plus {
    border-bottom: none;
}
#productTabs.nav-tabs {
	border-bottom: none;
}
#productTabs.nav-tabs .nav-item.show .nav-link, #productTabs.nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #cb3398;
    border: 1px solid #cb3398;
    border-radius: 0;
}
#productTabs.nav-tabs .nav-link:focus, #productTabs.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-radius: 0;
}
#productTabs.nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.product-info .tab-content {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 20px;
}
.category-image {
    margin-bottom: 20px;
}
.category-header {
    margin-bottom: 20px;
}
#eshop_result {
    margin-top: 60px !important;
}
#eshop-main-container .row > div {
    width: 100%;
    padding: 0;
    margin: 0;
}
#eshop-main-container .row > div > div {
    padding-left: 25px;
  	padding-right: 25px;
}
/*
#products-list .eshop-buttons {
	width: 100%;
	text-align: center;
}
*/
#products-list .eshop-info-block a {
	text-decoration: none;
}
#products-list .eshop-info-block h3 a {
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
}
.eshop-info-block h3 {
    min-height: 40px;
    height: auto;
}
#products-list .eshop-product-price .price,
#products-list .eshop-product-price .eshop-sale-price {
    color: #cb3398;
    font-weight: bold;
}
#products-list .eshop-product-price .eshop-base-price {
    color: #252525;
}
.list .eshop-image-block {
    width: 30%;
}
.list .eshop-info-block {
    width: 70%;
    padding-left: 30px;
}
#eshop-cart .eshop-items a #eshop-cart-total {
    background-image: none;
    background-color: #f03434;
    padding: 1px 6px 2px;
    border-radius: 25px;
    color: #fff;
    font-weight: bold;
    margin-left: -5px;
}
.eshop-cart-area .alert-success {
    color: #cb3398;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
	margin: 0;
}
.eshop-product .slick-list .product-infor {
	margin-top: 20px;
}
.eshop-product .slick-list a:not(.btn) {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.eshop-product .slick-list a.btn {
	text-decoration: none;
	margin-top: 10px;
}
.eshop-product .slick-dots {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.eshop-product .arrow-left {
    position: absolute;
    top: 50%;
    left: 0;
}
.eshop-product .arrow-right {
    position: absolute;
    top: 50%;
    right: 0;
}
.eshop-product .image.img-polaroid {
    padding: 0 20px;
}
.percentuale {
    color: #252525 !important;
    font-size: 18px;
    font-weight: normal !important;
}
.image-additional .slick-prev {
    background: url(../../../images/stories/prev.png) no-repeat 3px 2px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    left: 0px;
}
.image-additional .slick-next {
    background: url(../../../images/stories/next.png) no-repeat 5px 2px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    right: 0px;
}
#sp-header .eshop-search > .input-prepend > span.add-on {
    position: absolute;
    right: 0;
    top: 17px;
}
#sp-header .eshop-search > .input-prepend > #prependedInput {
    right: 25px;
    position: absolute;
    width: 170px;
    top: 10px;
}
#sp-header #eshop_result img {
    margin: 10px 10px 10px 0;
    display: inherit;
}
#sp-header #eshop_result li > div {
    margin-top: 12px;
}
#eshop_result li > div span {
    display: none;
}
.offcanvas-menu .eshop-search button {
    display: none;
}
#offcanvas-toggler > .fa {
    color: #CB3398;
}

/* sp page builder */
	/* general */
.sp-pagebuilder-page-edit {
	display: none !important;
}
.sppb-carousel-inner > .sppb-item {
    padding: 0;
}
.sppb-carousel-arrow {
    text-shadow: none;
}
.sppb-img-responsive {
	width: 100%;
}
	/* accordion */
.sppb-panel-modern > .sppb-panel-heading {
    background: rgba(24, 21, 92, 0.1);
    color: rgb(24, 21, 92);
}
.sppb-panel-modern {
    border: 1px solid rgb(24, 21, 92);
}
.sppb-panel-modern p,
.sppb-panel-modern ul {
    margin-bottom: 0;
}
.sppb-addon-accordion .sppb-panel-title {
    font-size: 20px;
    font-weight: normal;
}
.sppb-addon-accordion .sppb-panel-title i {
    margin-right: 10px;
}
	/* timeline */
.sppb-addon-timeline .timeline-panel p {
	margin-bottom: 0;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge::before {
    border-color: #CB3398;
    background-color: #CB3398;
}
	/* flipbox */
.flip-box-inner a {
	color: #fff;
}
	/* person */
.person-content-hover-content-wrap,
.person-content-hover-content-wrap a,
.person-content-hover-content-wrap i {
	color: #fff;
}
.person-content-position-bottom-left
.sppb-person-information {
    padding: 0 !important;
    margin-top: 10px !important;
}
.sppb-person-information .sppb-person-designation {
    margin: 0 !important;
}
	/* articles */
.sppb-article-info-wrap {
	margin-top: 20px;
}
.sppb-article-introtext {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.sppb-article-info-wrap h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}
.sppb-article-info-wrap h3 a {
    color: #fff;
}
.sppb-addon-articles .sppb-article-meta > span {
    color: #fff;
    font-size: 18px;
}
.sppb-article-meta .sppb-meta-date i {
	margin-right: 11px;
}
	/* address */
#indirizzo .fa-phone {
	margin-right: 5px;
}
#indirizzo .fa-envelope {
	margin-right: 6px;
}
#indirizzo .fa-map-marker {
	margin-right: 9px;
}
	/* modals */
.modal-video .sppb-btn {
    text-align: left;
}
.modal-video .sppb-btn .fa-play-circle-o {
    margin-left: 10px;
    font-size: 36px;
}
	/* slideshow */
.sp-slider-content-align-right {
    padding-right: 50px;
    margin-top: 50px;
}
.sp-slider-content-align-left {
    padding-left: 50px;
    margin-top: 50px;
}

/* sp image gallery */
.speasyimagegallery-gallery-item > div::after {
    background: -moz-linear-gradient(top,rgba(120,114,176,.5) 0%,rgba(120,114,176,.5) 100%);
    background: -webkit-linear-gradient(top,rgba(120,114,176,.5) 0%,rgba(120,114,176,.5) 100%);
    background: linear-gradient(to bottom,rgba(120,114,176,.5) 0%,rgba(120,114,176,.5) 100%);
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}
.speasyimagegallery-gallery-item-content {
    top: 0;
    bottom: unset;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    text-align: center;
    display: none;
}

/* event booking */
.eb-container h1,
.eb-container h2,
.eb-container h3 {
    margin: inherit !important;
}
.eb-event-date-container {
    border: 1px #f5f5f5 solid;
    background: #f5f5f5;
}
.eb-event-date-day,
.eb-event-date-month,
.eb-event-date-year {
    color: inherit;
}
.eb-events-timeline .eb-taskbar {
    border-bottom: none;
    margin: 0;
    padding-top: 38px;
    text-align: right;
    padding-bottom: 0;
}
.eb-event-container {
    /*background-image: url("../../../media/com_eventbooking/assets/images/dot-violet.png");*/
    background-position: 35px 85px;
}
.eb-event-container + .eb-event-container {
    margin-top: -20px;
    padding-top: 50px;
}
.eb-event-date {
    padding: 1px;
}
.eb-event-price-container .eb-individual-price {
    color: inherit;
    display: inherit;
    padding: 0px;
}
.eb-event-date-info,
.eb-event-location-info,
.eb-event-price-container {
	font-size: 100%;
	line-height: 150%;
	float: left;
}
.eb-taskbar .btn {
    margin-bottom: 4px;
}
#eb-individual-registration-page .input-large:focus,
#eb-individual-registration-page select:focus {
    border-color: rgba(120,114,176,.50);
    box-shadow: 0 0 0 .2rem rgba(120,114,176,.25);
}
#eb-individual-registration-page #field_country {
	display: none;
}
#eb-individual-registration-page .eb-privacy-policy-message {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
}
#eb-individual-registration-page .star {
    color: inherit;
}
#eb-individual-registration-page  #payment_method_container > div > .radio {
	float: left;
	margin-right: 20px;
}
#eb-individual-registration-page #payment_method_container {
    clear: both;
    min-height: 70px;
}
#eb-individual-registration-page .input-group-prepend + input[type="text"]:not(.form-control) {
	border-radius: 0 0.25rem 0.25rem 0;
	color: #495057;
	background-color: #e9ecef;
    border: 1px solid #ced4da;
}
#eb-individual-registration-page img.eb-payment-method-icon {
    margin-bottom: 0;
}
#eb-individual-registration-page #payment_method_container label.radio {
    margin-bottom: 0;
}
#eb-individual-registration-page .form-group.form-row.message {
    margin-bottom: 0;
}
#eb-individual-registration-page .eb-message {
    margin-bottom: 30px;
}
h2.ev-even-title-container {
	font-size: 1.5rem;
}
.events_header.letter-header::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 25%;
    left: 0;
    bottom: 0;
    background-color: #98b994;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.formError .formErrorContent {
    width: 100%;
    background: #fff;
    position: relative;
    color: inherit;
    min-width: 120px;
    font-size: 11px;
    border: 1px solid #CB3398;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.formError .formErrorArrow div {
    border-left: 1px solid #CB3398;
    border-right: 1px solid #CB3398;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    height: 1px;
    background: #fff;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}
.formError .formErrorArrow .line3 {
    border-left: 1px solid #CB3398;
    border-right: 0 solid #CB3398;
    border-bottom: 0 solid #CB3398;
}
.formError .formErrorArrow .line2 {
    background: #fff;
}
.formError .formErrorArrow .line1 {
    background: #fff;
}
#eb-individual-registration-page span.required {
    color: inherit;
    padding-left: 5px;
}
#field_annullamento label {
    display: none;
}
.ev-introduzione-wrapper {
    margin-top: 30px;
}
.ev-introduzione {
    text-align: center;
    font-weight: bold;
    /*background: #f0f2f5;*/
    padding: 15px 0;
    margin-bottom: 0;
    background: #CB3398;
    color: #fff;
}
.ebm-event-thumb {
	width: 100%;
}
.mod-ev-title {
    margin-top: 19px;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.mod-ev-spec {
	font-size: 18px;
}
.mod-ev-spec .fa-calendar {
	margin-right: 5px;
}
.mod-ev-spec .fa-map-marker {
	margin-right: 7px;
}
#eb-event-page .eb-description-details {
    border-left: 2px solid #CB3398;
    padding-left: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
#eb-event-details {
    padding: 0;
}
#eb-event-page i {
    width: 35px;
}
#eb-category-page-table .card-header > * {
	margin-bottom: 0;
}
#eb-category-page-table .card-body > p:last-child {
	margin-bottom: 0;
}

/* rs form pro */
.formContainer .form-group input[type="text"].rsform-input-box,
.formContainer .form-group select.rsform-select-box,
.formContainer .form-group input.rsform-calendar-box {
    width: 210px !important;
}
.formContainer .form-group input.rsform-calendar-box {
    flex: unset;
    border-radius: 0.25rem 0 0 0.25rem;
}
.formContainer .form-group input.rsform-calendar-box + span > input {
    border-radius: 0 0.25rem 0.25rem 0;
    height: 39px;
}
.form-group.rsform-block.rsform-block-header {
    margin-bottom: 30px;
}
.form-group.row.rsform-block.rsform-block-privacy > label {
    color: transparent;
}
.yui-calcontainer {
    border: 1px solid #CB3398;
    border-radius: 3px;
}
.yui-calendar td.calcell a {
    color: #CB3398;
}
.yui-calendar a.calnav {
    color: #CB3398;
}
.yui-calendar td.calcell.selected {
    color: #fff;
    background-color: #CB3398;
    border: 1px solid #CB3398;
}
.yui-calendar td.calcell.selected a {
    color: #fff;
}
.yui-calendar td.calcell.calcellhover {
	background-color:#CB3398;
	border:1px solid #CB3398;
}

/* classi custom */
.card h4 {
	font-size: 16px;
}
.card a {
	text-decoration: none;
}
.home-social-wrapper {
	padding: 20px 0 0;
	color: #fff;
}
.home-social-wrapper i {
	color: #fff;
}
.home-social-wrapper .sppb-addon-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px !important;
}
.home-social-wrapper ul {
    text-align: center;
    width: 100%;
}
.parallax-text p {
	font-size: 120%;
	line-height: 120%;
}
.highlighted,
.highlighted + div a,
.highlighted + ul a {
    color: #f89406 !important;
}
.highlighted:hover,
li.active > .highlighted,
.highlighted + div a:hover,
.highlighted + div li.active a,
.highlighted + ul a:hover,
.highlighted + ul li.active a {
    color: #f9690e !important;
}
.hidden {
    display: none !important;
}
.section-title .sppb-addon-title::before,
.deco .sp-module-title::before {
    content: "";
    background-image: url("../../../images/icons/decoration.png");
    height: 25px;
    width: 25px;
    position: absolute;
    background-size: contain;
    margin-left: -30px;
    margin-top: 5px;
    transition: transform 0.6s;
	transform: scale(0);
}
.section-title h1.sppb-addon-title::before {
	top: 7px;
}
.section-title h2.sppb-addon-title::before {
	top: 2px;
}
.section-title h3.sppb-addon-title::before {
	top: 0;
}
.section-title .sppb-addon-title.shown::before,
.deco .sp-module-title.shown::before {
	transform: scale(1);
}
.section-title > h1,
.section-title > h2,
.section-title > h3 {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 30px;
}
.section-title.text-left > h1,
.section-title.text-left > h2,
.section-title.text-left > h3 {
	text-align: left;
}
.section-title.text-right > h1,
.section-title.text-right > h2,
.section-title.text-right > h3 {
	text-align: right;
}
.last-child-no-margin > .sppb-addon-content > *:last-child {
	margin-bottom: 0;
}
.blockquote-who-we-are {
	text-align: left;
}
.primary-separator {
    border-top: 2px solid #fff;
    margin-bottom: 15px;
}
.secondary-separator {
    border-top: 1px solid #CB3398;
    margin-bottom: 15px;
}
.blockquote-who-we-are .primary-separator,
.blockquote-who-we-are .secondary-separator {
    max-width: 40%;
    margin-right: 60%;
}
.btn-who-we-are {
	min-width: 241px;
}
.home-box {
    min-height: 390px;
}
.home-box .sppb-icon-container {
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, color 0.3s;
}
.home-box:hover .sppb-icon-container {
	border-color: #CB3398 !important;
	color: #CB3398 !important;
	transform: scale(1.02);
	box-shadow: 0 1px 2px rgba(0,0,0,.04),0 2px 4px rgba(0,0,0,.04),0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04),0 16px 32px rgba(0,0,0,.04),0 32px 64px rgba(0,0,0,.04) !important;
}
.home-box.text-left .sppb-icon {
	text-align: center;
}
.home-box.text-left .sppb-media-content {
	text-align: left;
}
#benefici .home-box {
	min-height: 432px;
}
.dynamic-testimonials .sppb-testimonial-carousel-message {
	background-color: rgba(249, 249, 249, 0.5);
	border-width: 3px;
	border-color: #D6D6D6;
	border-style: solid;
	max-height: 150px;
	overflow: hidden;
	transition: max-height 0.5s ease-in;
	font-size: 14px !important;
    line-height: 20px !important;
    text-align: left;
    padding: 5px 10px !important;
    padding-top: 70px !important;
}
.dynamic-testimonials .sppb-carousel-extended-item.active + .sppb-carousel-extended-item.active + .sppb-carousel-extended-item.active .sppb-testimonial-carousel-message {
	/*max-height: 150px;*/
	transition: max-height 0.5s ease-in;
	overflow: hidden;
}
.dynamic-testimonials .sppb-testimonial-carousel-message:hover {
	max-height: 250px;
	transition: max-height 0.5s ease-in;
	overflow: scroll;
}
.dynamic-testimonials .sppb-carousel-extended-item {
	padding-top: 10px;
}
.dynamic-testimonials .sppb-carousel-extended-item .sppb-testimonial-carousel-icon {
	box-shadow: 0 0 0 0 #ffffff;
	display: inline-block;
	text-align: center;
	padding: 20px 20px 20px 20px;
	color: #D6D6D6;
	background-color: #ffffff;
	border-style: solid;
	border-color: #D6D6D6;
	border-width: 3px;
	border-radius: 50px;
	transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s, color 0.3s;
}
.dynamic-testimonials .sppb-carousel-extended-item:hover .sppb-testimonial-carousel-icon {
	border-color: #CB3398 !important;
	color: #CB3398 !important;
	transform: scale(1.02);
	box-shadow: 0 1px 2px rgba(0,0,0,.04),0 2px 4px rgba(0,0,0,.04),0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04),0 16px 32px rgba(0,0,0,.04),0 32px 64px rgba(0,0,0,.04) !important;
}
.dynamic-testimonials .sppb-testimonial-carousel-item-content {
	margin-top: -70px;
}
.dynamic-testimonials .sppb-carousel-extended-nav-control {
    top: 57px !important;
    bottom: unset;
}
.dynamic-testimonials-wrapper {
    min-height: 640px;
}
#userForm {
    padding: 0px 5px;
}
.rs-message {
    margin-bottom: 38px;
}
#userForm .row {
    margin-right: 0;
	margin-left: 0;
}
#userForm .row > .control-label {
    padding-right: 5px;
    padding-left: 0;
}
#userForm .row > .formControls {
    padding-right: 0;
    padding-left: 2px;
}
#userForm strong.formRequired {
    font-weight: normal;
    font-style: normal;
    margin-left: 7px;
}

/* regole generiche */
iframe {
    width: 100%;
    height: 365px;
    border: none;
}
.first-caps > h3::first-letter {
	font-size: 120%;
	color: #CB3398;
}

/* digi contact */
.digi_contact .form-control[name="digi_contact_privacy_check"] {
    float: left;
    width: inherit;
    margin-right: 10px;
    margin-top: 4px;
}
.digi_contact .btn {
    float: right;
}
.digi_contact .checkbox {
    margin: 0;
}
.digi_contact textarea {
	resize: vertical;
}
.digi_contact .fade:not(.show) {
    opacity: 1;
}
.digi_contact .row-fluid > [class*="span"] {
	padding: 0;
}

/* fm alert cookies */
.cadre_inner_alert_cookies {
	border-top-width: 1px !important;
}
.cadre_bouton {
    max-width: 200px;
    margin: 0 auto;
}

/* scroll button */
.scroll-btn {
    display: block;
    text-align: center;
    margin-top: 40px;
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #D6D6D6;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #D6D6D6;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 50px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #D6D6D6;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #D6D6D6;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}

/* frontend editing */
	/* generico */
.wf-editor-container .wf-editor-header .wf-editor-tabs {
    justify-content: flex-start;
}
.mceDefaultSkin .mceLayout .mceBranding {
    display: none !important;
}
	/* articoli */
#adminForm ul li a[href^="#language"] {
	display:none !important;
}
#adminForm #jform_catid_chzn {
    display: block;
}
#adminForm #jform_tags_chzn {
    display: block;
}
#adminForm ul li a[href^="#attrib-helix_ultimate_blog_options"] i {
    display: none;
}
	/* event booking*/
#eb-submit-event-simple .form-row {
    width: 100%;
}
#eb-submit-event-simple .form-row .width-100 {
    width: 100%;
}
#eb-submit-event-simple .form-row .width-100 > input {
    width: 100% !important;
}
#eb-submit-event-simple .input-group {
    max-width: 270px;
}
#eb-submit-event-simple .field-calendar {
    float: left;
    margin-right: 15px;
}
#eb-submit-event-simple .field-calendar + select {
    margin-right: 10px;
}
#eb-submit-event-simple select {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    min-height: 39px;
}
#eb-submit-event-simple select:focus {
    border-color: rgba(120,114,176,.50);
    box-shadow: 0 0 0 .2rem rgba(120,114,176,.25);
}
#eb-submit-event-simple .separator {
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    display: block;
    margin: 25px 0 18px;
}

/* media queries */
@media screen and (min-width: 992px) and (max-width: 1372px) {
	#mod-search-searchword124 {
		max-width: 75px;
	}
	.sp-megamenu-parent > li {
		padding: 0 1px;
	}
	.sp-megamenu-parent > li > a,
	.sp-megamenu-parent > li > span,
	.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
	#menu-search-bar input[type="search"] {
		font-size: 14px !important;
		letter-spacing: -1px;
	}
	#menu-search-bar .search.menu-search {
		padding-top: 12px;
	}
}
@media screen and (min-width: 992px) {
	
}
@media screen and (max-width: 991px) {
	body.ltr #offcanvas-toggler.offcanvas-toggler-left {
		margin-right: 30px;
		margin-left: 20px;
	}
	#sp-top-bar .logo {
		max-width: 70%;
		margin-top: 6px;
		float: right;
		margin-right: 20px;
	}
	#sp-top-bar .logo .logo-image {
		height: auto;
		max-height: 46px;
	}
	#sp-top1, #sp-top2 {
		width: 100%;
		padding: 0;
		border: none;
	}
    #sp-top1 h3 {
      	font-size: 24px;
  	}
    #sp-top1 p > img {
        /* display: none; */
        max-width: 200px;
    }
    #top-2-wrapper {
        position: relative;
        margin-top: 10px;
        top: 0;
        text-align: center;
        margin-bottom: 6px;
    }
	#sp-top0, #sp-top1, #sp-top2 {
		padding: 0;
	}
	#sp-right {
		margin-top: 50px;
	}
	#sticky-wrapper.is-sticky > div {
		position: relative !important;
		width: auto !important;
		top: unset !important;
		z-index: unset !important;
	}
	#sppb-addon-1512068798151 .sppb-addon-title {
		font-size: 40px !important;
		line-height: 50px !important;
	}
	#sp-right .sp-module.deco .sp-module-content {
		padding-left: 0;
	}
	#sp-right .sp-module.background-fill-18155c {
		margin-left: 0;
	}
	#sp-right .sp-module img {
		width: 100%;
	}
	#sppb-addon-1604914755676 .sp-slider .sp-dots {
		bottom: 10px !important;
	}
	.checkout-content > div.col-lg-6.no_margin_left:first-child {
		border: 2px solid #CB3398;
		padding: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.checkout-content > #login {
		border: 2px solid #CB3398;
		padding: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	.checkout-content > div #button-account {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	#sp-top-bar .logo {
		margin-top: 13px;
	}
	#sp-top-bar .logo .logo-image {
		max-height: 36px;
	}
	.eb-event-price-container {
		float: inherit;
    }
    #eb-submit-event-simple {
    	margin-left: 0;
    	margin-right: 0;
    }
    .blockquote-who-we-are {
		text-align: center;
	}
	.blockquote-who-we-are .primary-separator, .blockquote-who-we-are .secondary-separator {
		display: none;
	}
	#column-id-1601556956623 * {
		text-align: center;
	}
	.sp-page-builder .page-content #section-id-1519279374154,
	.sp-page-builder .page-content #section-id-1601476635227,
	.sp-page-builder .page-content #section-id-1511613808 {
		background-position: bottom center !important;
	}
	.dynamic-testimonials .sppb-testimonial-carousel-message {
    	max-height: unset;
    }
    #cadre_alert_cookies .btn.popup-modal-dismiss {
    	margin-bottom: 4px !important;
    }
    .sp-slider-content-align-right {
		padding-right: 7px;
		margin-top: 20px;
	}
	.sp-slider-content-align-left {
		padding-left: 20px;
	}
	.sp-slider-outer-stage h3 {
		font-size: 60px !important;
	}
}

/* particles js */
body:not(.no-particles) #sp-particles-js {
    width: 100%;
    height: 100%;
    background-color: #CB3398;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 4;
}
body:not(.no-particles) #sp-particles-js canvas{
	display: block;
	vertical-align: bottom;
}
body:not(.no-particles) #sp-title {
    min-height: 115px;
}
body:not(.no-particles) #sp-particles-js + .sp-page-title {
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 5;
}

/* bokeh */
.bokeh {
    background-color: black;
    background-image: -webkit-gradient(radial, 50% 50%, 36, 50% 50%, 40,from(rgba(150, 111, 195, 0.2)), color-stop(0.3, rgba(150, 111, 195, 0.3)),  to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 16, 50% 50%, 20, from(rgba(224, 124, 203, 0.1)), color-stop(0.2, rgba(224, 124, 203, 0.2)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 16, 50% 50%, 20, from(rgba(224, 124, 203, 0.1)), color-stop(0.2, rgba(224, 124, 203, 0.2)), to(transparent)),        
        
        -webkit-gradient(radial, 50% 50%, 38, 50% 50%, 46, from(rgba(145, 75, 113, 0.3)), color-stop(0.3, rgba(145, 75, 113, 0.4)),  to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 20, 50% 50%, 80, from(rgba(145, 75, 113, 0)), color-stop(0.3, rgba(145, 75, 113, 0.2)),  to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 30, 50% 50%, 90, from(rgba(145, 75, 113, 0)), color-stop(0.5, rgba(145, 75, 113, 0.2)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 30, 50% 50%, 50, from(rgba(37, 85, 79, 0.2)), color-stop(0.2, rgba(37,85,79, 0.3)), to(transparent)),        
        
        -webkit-gradient(radial, 50% 50%, 16, 50% 50%, 20, from(rgba(37, 85, 79, 0.2)), color-stop(0.2, rgba(37,85,79, 0.3)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 26, 50% 50%, 30, from(rgba(37, 85, 79, 0.2)), color-stop(0.2, rgba(37,85,79, 0.3)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 36, 50% 50%, 40, from(rgba(37, 85, 79, 0.3)), color-stop(0.2, rgba(37,85,79, 0.4)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 30, 50% 50%, 50, from(rgba(114, 209, 244, 0.1)), color-stop(0.2, rgba(114, 209, 244, 0.1)), to(transparent)),        
        
        -webkit-gradient(radial, 50% 50%, 16, 50% 50%, 20, from(rgba(114, 209, 244, 0.1)), color-stop(0.2, rgba(114, 209, 244, 0.2)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 26, 50% 50%, 30, from(rgba(114, 209, 244, 0.1)), color-stop(0.2, rgba(114, 209, 244, 0.2)), to(transparent)),
        
        -webkit-gradient(radial, 50% 50%, 36, 50% 50%, 40, from(rgba(114, 209, 244, 0.2)), color-stop(0.2, rgba(114, 209, 244, 0.3)), to(transparent))         
        ;
    
 background-image: -webkit-radial-gradient(circle contain, rgba(150, 111, 195, 0.2) 36px, rgba(150, 111, 195, 0.3) 38px, transparent 40px),
    -webkit-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
    -webkit-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
    
    -webkit-radial-gradient(circle contain, rgba(145, 75, 113, 0.2) 38px, rgba(145, 75, 113, 0.3) 41px, transparent 46px),
    -webkit-radial-gradient(circle contain, rgba(145, 75, 113, 0) 20px, rgba(145, 75, 113, 0.2) 38px, transparent 80px),        
    -webkit-radial-gradient(circle contain, rgba(145, 75, 113, 0) 30px, rgba(145, 75, 113, 0.2) 60px, transparent 90px),        
    
    -webkit-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 30px, rgba(37, 85, 79, 0.3) 34px, transparent 50px),
    -webkit-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 16px, rgba(37, 85, 79, 0.3) 17px, transparent 20px),          
    -webkit-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 26px, rgba(37, 85, 79, 0.3) 27px, transparent 30px),                  
    -webkit-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 36px, rgba(37, 85, 79, 0.3) 37px, transparent 40px),          
    
    -webkit-radial-gradient(circle contain, rgba(114, 209, 244, 0.1) 30px, rgba(114, 209, 244, 0.1) 34px, transparent 50px),          
    -webkit-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 16px, rgba(114, 209, 244, 0.3) 17px, transparent 20px),          
    -webkit-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 26px, rgba(114, 209, 244, 0.3) 27px, transparent 30px),            
    -webkit-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 36px, rgba(114, 209, 244, 0.3) 37px, transparent 40px)             
    ;   
    
    background-image: -moz-radial-gradient(circle contain, rgba(150, 111, 195, 0.2) 36px, rgba(150, 111, 195, 0.3) 38px, transparent 40px),
        -moz-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
        -moz-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
        
        -moz-radial-gradient(circle contain, rgba(145, 75, 113, 0.2) 38px, rgba(145, 75, 113, 0.3) 41px, transparent 46px),
        -moz-radial-gradient(circle contain, rgba(145, 75, 113, 0) 20px, rgba(145, 75, 113, 0.2) 38px, transparent 80px),        
        -moz-radial-gradient(circle contain, rgba(145, 75, 113, 0) 30px, rgba(145, 75, 113, 0.2) 60px, transparent 90px),        
        
        -moz-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 30px, rgba(37, 85, 79, 0.3) 34px, transparent 50px),
        -moz-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 16px, rgba(37, 85, 79, 0.3) 17px, transparent 20px),          
        -moz-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 26px, rgba(37, 85, 79, 0.3) 27px, transparent 30px),                  
        -moz-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 36px, rgba(37, 85, 79, 0.3) 37px, transparent 40px),          
        
        -moz-radial-gradient(circle contain, rgba(114, 209, 244, 0.1) 30px, rgba(114, 209, 244, 0.1) 34px, transparent 50px),          
        -moz-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 16px, rgba(114, 209, 244, 0.3) 17px, transparent 20px),          
        -moz-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 26px, rgba(114, 209, 244, 0.3) 27px, transparent 30px),            
        -moz-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 36px, rgba(114, 209, 244, 0.3) 37px, transparent 40px)             
        ;     

    background-image: -o-radial-gradient(circle contain, rgba(150, 111, 195, 0.2) 36px, rgba(150, 111, 195, 0.3) 38px, transparent 40px),
        -o-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
        -o-radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),

        -o-radial-gradient(circle contain, rgba(145, 75, 113, 0.2) 38px, rgba(145, 75, 113, 0.3) 41px, transparent 46px),
        -o-radial-gradient(circle contain, rgba(145, 75, 113, 0) 20px, rgba(145, 75, 113, 0.2) 38px, transparent 80px),        
        -o-radial-gradient(circle contain, rgba(145, 75, 113, 0) 30px, rgba(145, 75, 113, 0.2) 60px, transparent 90px),        

        -o-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 30px, rgba(37, 85, 79, 0.3) 34px, transparent 50px),
        -o-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 16px, rgba(37, 85, 79, 0.3) 17px, transparent 20px),          
        -o-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 26px, rgba(37, 85, 79, 0.3) 27px, transparent 30px),                  
        -o-radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 36px, rgba(37, 85, 79, 0.3) 37px, transparent 40px),          

        -o-radial-gradient(circle contain, rgba(114, 209, 244, 0.1) 30px, rgba(114, 209, 244, 0.1) 34px, transparent 50px),          
        -o-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 16px, rgba(114, 209, 244, 0.3) 17px, transparent 20px),          
        -o-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 26px, rgba(114, 209, 244, 0.3) 27px, transparent 30px),            
        -o-radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 36px, rgba(114, 209, 244, 0.3) 37px, transparent 40px)             
        ;

    background-image: radial-gradient(circle contain, rgba(150, 111, 195, 0.2) 36px, rgba(150, 111, 195, 0.3) 38px, transparent 40px),
        radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),
        radial-gradient(circle contain, rgba(224, 124, 203, 0.2) 16px, rgba(224, 124, 203, 0.3) 17px, transparent 20px),

        radial-gradient(circle contain, rgba(145, 75, 113, 0.2) 38px, rgba(145, 75, 113, 0.3) 41px, transparent 46px),
        radial-gradient(circle contain, rgba(145, 75, 113, 0) 20px, rgba(145, 75, 113, 0.2) 38px, transparent 80px),        
        radial-gradient(circle contain, rgba(145, 75, 113, 0) 30px, rgba(145, 75, 113, 0.2) 60px, transparent 90px),        

        radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 30px, rgba(37, 85, 79, 0.3) 34px, transparent 50px),
        radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 16px, rgba(37, 85, 79, 0.3) 17px, transparent 20px),          
        radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 26px, rgba(37, 85, 79, 0.3) 27px, transparent 30px),                  
        radial-gradient(circle contain, rgba(37, 85, 79, 0.2) 36px, rgba(37, 85, 79, 0.3) 37px, transparent 40px),          

        radial-gradient(circle contain, rgba(114, 209, 244, 0.1) 30px, rgba(114, 209, 244, 0.1) 34px, transparent 50px),          
        radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 16px, rgba(114, 209, 244, 0.3) 17px, transparent 20px),          
        radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 26px, rgba(114, 209, 244, 0.3) 27px, transparent 30px),            
        radial-gradient(circle contain, rgba(114, 209, 244, 0.2) 36px, rgba(114, 209, 244, 0.3) 37px, transparent 40px)       
        ;
    -moz-background-size: 300px 300px;
    background-size: 300px 300px;
    background-position: 30px -5px, 80px -70px, 10px -40px, 50px -50px, 20px -80px, 60px -10px, -50px -60px, -60px -20px, -80px -80px, -160px -30px, 20px -30px, 130px -60px, 180px -40px, 180px 0px;   
}