section p{
  font-size: 18px;
  text-align: justify;
}
.form-control{
  border: 2px solid #cccccc !important;
  min-height: 45px;
}
textarea{
  border: 2px solid #cccccc !important;
  height: 150px;
}
.input-group>.form-control{
  border: 2px solid #cccccc !important;
  min-height: 45px;
}
.input-group-text{
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  height: 45px !important;
  min-width: 65px !important;
}


.container-check {
	display: block;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 0;
	line-height: 30px;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background-color: #ffffff;
	border:2px solid #cccccc;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
	background-color: #ebebeb;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
	left: 9px;
	top: 5px;
	width: 9px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nonvalido{
	position: relative;
  z-index: 5;
  text-align: right;
  right: 5px;
  top: -10px;
	color: #dd4b39 !important;
	font-size: 11px !important;
	font-weight: bold !important;
  font-style: italic;
  display: block;
  line-height: 0;
}
.input-group .nonvalido{
	position: absolute;
  top: 40px;
}
.error-input,
.input-group>.error-input{
  border: 2px solid #dd4b39 !important;
}
#nome_codice-error{
  top: -30px
}






button#ihavecookiesBtn {
	margin-left: 0px !important;
}
#gdpr-cookie-message {
	position: fixed;
	bottom: 30px;
	max-width: 100%;
	background-color: #000000;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
  margin-right: 30px;
	font-family: system-ui;
	z-index: 9999;
}
#gdpr-cookie-message h4 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#gdpr-cookie-message h5 {
	color: #ffffff;
	font-family:"Open Sans",sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
	font-family:"Open Sans",sans-serif;
	color: #ebebeb;
	font-size: 15px;
	line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
	margin-bottom: 0;
	text-align: right;
}
#gdpr-cookie-message li {
	width: 30%;
	display: inline-block;
}
#gdpr-cookie-message a {
	color: blue;
	text-decoration: none;
	font-size: 15px;
	padding-bottom: 2px;
	border-bottom: 1px dotted rgba(255,255,255,0.75);
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
	color: white;
	border-bottom-color: blue;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,button#ihavecookiesBtn {
	border: none;
	background: green;
	color: white;
	font-family:"Open Sans",sans-serif;
	font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
	padding: 7px 15px;
	border-radius: 50px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
	background: white;
	color: black;
	transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
	background: white;
	color: black;
  margin-left: 0;
  float: left
}
button#gdpr-cookie-discard {
	background: red;
	color: white;
}
#gdpr-cookie-message button:disabled {
	opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
	float: none;
	margin-top: 0;
	margin-right: 5px;
	height: 15px !important;
}
.btn-dettagli-cookie{
  font-size: 12px;
  display: inline-block;
  width: 100%;
  border: none;
}

.cookie-header{
  position: absolute;
  top: -47px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}

.cookie-footer{
  position: absolute;
  bottom: -54px;
  left: 0;
  display: flex;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.btnAccordion{
  display: block;
  width: 100%;
  text-align: left;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #666;
}
.btnAccordion i{
  float: right;
  margin-top: 3px;
  font-size: 20px;
  color: #666;
}
.boxAccordion{
  padding: 15px 10px 0 10px;
  border: 1px solid #666;
  border-top: none;
  margin-top: -5px;
  font-size: 14px !important;
  margin-bottom: 15px;
  border-radius: 0 0 5px 5px;
}
.downloadCustomBox{
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px 15px 15px 15px;
  position: relative;
  z-index: 9999;
  margin-top: -165px;
  margin-bottom: -15px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.inner-overlay{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.overlayCustom{
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  border-radius: 5px;
  color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.heading{
  background: rgb(124,199,255);
  background: -moz-radial-gradient(circle, rgba(124,199,255,1) 0%, rgba(0,122,254,1) 100%);
  background: -webkit-radial-gradient(circle, rgba(124,199,255,1) 0%, rgba(0,122,254,1) 100%);
  background: radial-gradient(circle, rgba(124,199,255,1) 0%, rgba(0,122,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cc7ff",endColorstr="#007afe",GradientType=1);
}
.type-heading{
  color: #2a0285;
  font-size: 20px;
  font-weight: 900;
}
.title-heading{
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}
.text-heading{
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  text-align: justify;
}
.img-heading{
  max-height: 530px;
  margin: 0 auto;
}
.heading .btn{
  border-radius: 50px;
}
.icon-heading{
  max-width: 60px;
}
.page-title{
  font-size: 40px;
  font-weight: 900;
}
.page-subtitle{
  font-size: 30px;
  font-weight: 700;
}
.page-vant-title{
  font-size: 24px;
  font-weight: 700;
}
.page-text{
  font-size: 20px;
  font-weight: 300;
}
.page-caption{
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase
}
.text-purple{
  color: #2a0285;
}
.text-lightblue{
  color: #509efd;
}
.text-gray{
  color: #333333;
}
.text-lightgray{
  color: #999999;
}


/* Footer */
#tempaltemo_footer{ background-color: #111111 !important;}
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #f77e0c;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 3px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #333333;
  transition: .5s;
}
#tempaltemo_footer .border-light { 
  border-color: #000000 !important;
  font-size: 24px;
}
.sep-form{
  display: block;
  height: 1px;
  background-color: #ebebeb;
  margin-top: 2px;
  margin-bottom: 2px;
}

.icon-vant{
  max-width: 100px;
  margin: 0 auto 15px auto;
}

.loader{
  border: 2px solid #ccc;
  height: 450px;
  margin-top: 15px;
  border-radius: 5px;
}

.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.direct-chat-success .right>.direct-chat-text {
  background: #7cc7ff;
  border-color: #7cc7ff;
  color: #fff;
}
.direct-chat-success .right>.direct-chat-text:after, .direct-chat-success .right>.direct-chat-text:before {
    border-left-color: #7cc7ff;
}
.text-right{
  text-align: right !important;
}

.text-left{
  text-align: left !important;
}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}

.body-loader{
  position: absolute;
  z-index: 9;
  top:0;
  left: 0;
  display: none;
  width: 100%;
  height: 987px;
  background-color: rgba(255,255,255,0.7);
}
.body-loader p{
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  color:#000000;
  text-align: center;
  margin-top: 290px;
}

@media (min-width: 576px) {
  .body-loader{
    height: 991px;
  }
  .body-loader p{
    font-size: 22px;
    margin-top: 320px;
  }
}

@media (min-width: 768px) {
  .body-loader{
    height: 880px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 348px;
  }
}

@media (min-width: 992px) {
  .body-loader{
    height: 858px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

@media (min-width: 1200px) {
  .body-loader{
    height: 858px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

@media (min-width: 1400px) {
  .body-loader{
    height: 842px;
  }
  .body-loader p{
    font-size: 24px;
    margin-top: 312px;
  }
}

.atom-spinner, .atom-spinner * {
  box-sizing: border-box;
}

.atom-spinner {
  margin: 250px auto;
  height: 120px;
  width: 120px;
  overflow: hidden;
}

.atom-spinner .spinner-inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.atom-spinner .spinner-circle {
  display: block;
  position: absolute;
  color: #7cc7ff;
  font-size: calc(120px * 0.24);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.atom-spinner .spinner-line {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation-duration: 1s;
  border-left-width: calc(120px / 25);
  border-top-width: calc(120px / 25);
  border-left-color: #7cc7ff;
  border-left-style: solid;
  border-top-style: solid;
  border-top-color: transparent;
}

.atom-spinner .spinner-line:nth-child(1) {
  animation: atom-spinner-animation-1 1s linear infinite;
  transform: rotateZ(120deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(2) {
  animation: atom-spinner-animation-2 1s linear infinite;
  transform: rotateZ(240deg) rotateX(66deg) rotateZ(0deg);
}

.atom-spinner .spinner-line:nth-child(3) {
  animation: atom-spinner-animation-3 1s linear infinite;
  transform: rotateZ(360deg) rotateX(66deg) rotateZ(0deg);
}

@keyframes atom-spinner-animation-1 {
  100% {
    transform: rotateZ(120deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-2 {
  100% {
    transform: rotateZ(240deg) rotateX(66deg) rotateZ(360deg);
  }
}

@keyframes atom-spinner-animation-3 {
  100% {
    transform: rotateZ(360deg) rotateX(66deg) rotateZ(360deg);
  }
}
.heading .h1{
  text-align: center; 
  color: #ffffff;
}
.heading p{
  text-align: center; 
  color: #ffffff;
  font-size: 22px;
}
.nav-link{
  font-size: 15px;
  background-color: rgb(251,251,251);
  color: #000000;
  margin-left: 2px;
  padding: 10px 20px !important;
  border-radius: 3px;
}
.link-active{
  color: #ff9c31;
}
.nav-link:hover,
.nav-link:focus{
  color: #ffffff;
  background-color: #7cc7ff;
}

.nav-link i{
  font-size: 18px;
  color: #7cc7ff;
  margin-right: 5px;
}
.link-active i{
  color: #ff9c31;
}
.nav-link:hover i,
.nav-link:focus i{
  color: #ffffff;
}

.btn-orange{
  background-color: #ff9c31;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  box-shadow: none;
}
.btn-orange:hover,
.btn-orange:focus{
  background-color: #fb8301;
  color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -o-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
}


/*** breadcrumb container ***/
.bcca-breadcrumb {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 15px;
  position: relative;
  border: 2px solid #bbbbbb;
  border-radius: 7px;
}

/*** breadcrumb items ***/
.bcca-breadcrumb-item a{
  text-decoration: none !important;
  color: #666666;
}
.bcca-breadcrumb-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 18px -2px #ebebeb;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(74, 74, 74, 0.8);
  position: relative;
  cursor: pointer;
  float: left;
}

.bcca-breadcrumb-item:after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
  transform: rotate(45deg);
  margin-left: -4px;
}

.bcca-breadcrumb-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}

.bcca-breadcrumb-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #cccccc;
}

.bcca-breadcrumb-item:first-child:after {
  content: "";
  display: none;
}

.bcca-breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

/*** hover breadcrumbs ***/
.bcca-breadcrumb-item:hover {
  background-color: #ebebeb;
}

.bcca-breadcrumb-item:hover:after {
  border: 14px solid #ebebeb;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bcca-breadcrumb-item:first-child:hover{
  background-color: #cccccc;
}
.bcca-breadcrumb-item:first-child:hover a{
  color: #000000;
}

aside {
	display: none;
}

aside .widget {
	display: inline-block;
	width: 100%;
}
@media (min-width: 768px) {
  aside {
    display: inline-block;
    min-width: 250px;
    width: 100%;
  }
}

@media (max-width: 990px){
	aside {
		max-width: 400px;
	}
}

.sidebar-contact{
	display: inline-block;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
	background: rgb(255,209,0);
	background: -moz-linear-gradient(198deg, rgba(255,209,0,1) 30%, rgba(253,156,45,1) 70%);
	background: -webkit-linear-gradient(198deg, rgba(255,209,0,1) 30%, rgba(253,156,45,1) 70%);
	background: linear-gradient(198deg, rgba(255,209,0,1) 30%, rgba(253,156,45,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd100",endColorstr="#fd9c2d",GradientType=1);
	box-shadow: 0 5px 7px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #000000;
}
.sidebar-contact:hover{
	background: rgb(58,114,71);
  background: -webkit-linear-gradient(140deg, rgba(58,114,71,1) 0%, rgba(38,77,45,1) 100%);
  background: -o-linear-gradient(140deg, rgba(58,114,71,1) 0%, rgba(38,77,45,1) 100%);
  background: linear-gradient(230deg, rgba(58,114,71,1) 0%, rgba(38,77,45,1) 100%);
	color: #ffffff;
}

.social-footer{
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  margin-bottom: 8px;
}
.social-footer img{
  display: inline-block;
  width: 100%;
}
#request-error{
  position: relative !important;
  top: 18px !important;
  right: 10px;
  z-index: 9;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #cccccc !important;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fb8301 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #7cc7ff !important;
}

#telecomando {
    position: fixed;
    background: 0 0;
    left: 0;
    bottom: 30px;
    border-radius: 0 5px 5px 0;
    z-index: 999;
}
#telecomando .pulsante-tel{
	display: block;
	float: left;
	clear: both;
	width: 40px;
	height: 40px;
	border-radius: 0 4px 4px 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	margin-bottom: 2px;
}

.pulsante-tel button{
	display: block;
	height: 40px;
	width: 40px;
	color: #ffffff !important;
	border-radius: 0 4px 4px 0;
	text-decoration: none !important;
  border: none;
}

.pulsante-tel i{
	text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  margin-top: 10px;
	text-shadow: -1px 1px 2px rgba(0,0,0,0.2);
}
.pulsante-green{
	background-color: rgba(124,199,255,1);
}
.pulsante-green:hover,
.pulsante-green:focus{
	background-color: rgba(0,122,254,1);
}


.dropdown-menu{
  inset: 10px auto auto 0px !important;
  background: rgb(255,199,49);
  background: radial-gradient(circle, rgba(124,199,255,1) 0%, rgba(0,122,254,1) 100%); 
}
.dropdown-item{
  background-color: #ebebeb;
  color: #333333;
}
.dropdown-item:hover,
.dropdown-item:focus{
  background-color: #ffffff;
  color: #000000;
}
.menu-drop-head{
  background-color: #7cc7ff;
  color: #ffffff;
  margin-bottom: 0;
  padding: 5px 7px 5px 5px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
}
.list-group-custom{
  border: 2px solid #7cc7ff;
  border-radius: 0 0 3px 3px;
}

.button-slanted {
  background-color: #ffffff;
  color: #000000;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.button-slanted:hover {
  background-color: #7cc7ff;
  color: #ffffff;
}

.button-slanted-content {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}

.button-slanted .dropdown-menu{
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.captcha i{
  display: none !important;
}
.text-menu{
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-shadow: -1px 1px 2px rgba(0,0,0,0.1);
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 10px;
}

.bg-part{
  background: -webkit-radial-gradient(#7cc7ff,#007afe);
  background: -o-radial-gradient(#7cc7ff,#007afe);
  background: -moz-radial-gradient(#7cc7ff,#007afe);
  background: radial-gradient(#7cc7ff,#007afe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cc7ff",endColorstr="#007afe",GradientType=1);
  background-color: #7cc7ff;
}
.bg-part .h1{
  text-align: center;
  color: #ffffff
}
.bg-part p{
  color: #ffffff
}
#particles-js{
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
}
#particles-js canvas{
  /*position: fixed;
  top: 0;
  z-index: -9999;
  */
  background: -webkit-radial-gradient(#7cc7ff,#007afe);
  background: -o-radial-gradient(#7cc7ff,#007afe);
  background: -moz-radial-gradient(#7cc7ff,#007afe);
  background: radial-gradient(#7cc7ff,#007afe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7cc7ff",endColorstr="#007afe",GradientType=1);
  background-color: #7cc7ff;
  height: 100% !important;
}
.bg-lightblack{
  position: relative;
  background-color: rgba(0,0,0,0.4);
  z-index: 8;
}
.card-ricette{
  border: 2px solid rgb(255,151,4);
  background-color: #ffffff;
  box-shadow: none;
}
.card-ricette .card-text{
  color:#000000;
}

.title-ricette{
  background: rgb(255,151,4);
  background: -webkit-linear-gradient(356deg, rgba(255,151,4,1) 0%, rgba(255,212,124,1) 100%);
  background: -o-linear-gradient(356deg, rgba(255,151,4,1) 0%, rgba(255,212,124,1) 100%);
  background: linear-gradient(86deg, rgba(255,151,4,1) 0%, rgba(255,212,124,1) 100%);
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
}
.card-ricette:hover{
  border: 2px solid #007afe;
  background: #7cc7ff;
  background: -webkit-linear-gradient(356deg, #7cc7ff 0%, #7cc7ff 100%);
  background: -o-linear-gradient(356deg, #7cc7ff 0%, #7cc7ff 100%);
  background: linear-gradient(86deg, #7cc7ff 0%, #7cc7ff 100%);
  box-shadow: 1.3px 1.3px 1.3px -29px rgba(0, 0, 0, 0.404),4.5px 4.5px 4.5px -29px rgba(0, 0, 0, 0.596),20px 20px 20px -29px rgba(0, 0, 0, 1);
}
.card-ricette:hover .title-ricette{
  background: #007afe;
  background: -webkit-linear-gradient(356deg, #007afe 0%, #007afe 100%);
  background: -o-linear-gradient(356deg, #007afe 0%, #007afe 100%);
  background: linear-gradient(86deg, #007afe 0%, #007afe 100%);
}
.card-ricette:hover .card-text{
  color: #004ea3;
}
.etichetta-cat{
  background-color: #0257b3;
  color: #fff;
  padding: 2px 12px;
  right: -2px;
  top: 22px;
  float: right;
  margin-right: -35px;
  margin-left: 10px;
  margin-top: -12px;
  transform: skew(-21deg);
  border-radius: 5px 0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.card-sidebar{
  border: 2px solid #999999;
  
}
.title-sidebar{
  background: rgb(204,204,204);
background: radial-gradient(circle, rgba(204,204,204,1) 0%, rgba(153,153,153,1) 100%);
  color: #ffffff;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5);
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.footer-newsletter{
  background-color: #f38900;
  text-align: center;
}
.footer-newsletter h4{
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
  padding: 10px 0;
  margin-bottom: 0;
}
.logo-footer{
  margin-top: 15px;
  max-width: 250px;
}
.link-utili{
  margin-top:15px;
  margin-bottom:30px;
}
.link-utili h5{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  font-weight: bold;
}
.link-utili a{
  color:#ffffff;
}
.link-utili a:hover{
  color:#f38900;
}