/*	Personalizzazioni	by	dmstudioweb		*/

.mod-languages	{
	width: 18%;
	float: right;
	margin-left: 11%;
}

@media (max-width: 767px) {
	.mod-languages	{
		display: none;
	}
}




/* Cambio il colore del pulsante go-to-top */

.go-top {
    background-color: #FD7CF8 !important;
}

a:hover{
	color: #fcb5f9 !important;
}


/* Cambio il colore del manu in hover */

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fd7cf8 !important;
}

a:hover {
	color: #fd7cf8 !important;
}


/* Cambio il colore del bottone "Torna alla Home" */

.button, .button-negative:hover {
    background-color: #fd7cf8 !important;
    border: 1px solid #fd7cf8 !important;
    color: #ffffff !important;
    transition: all 200ms ease-in-out 0s;
}

.button:hover {
	background-color: #ffffff !important;
	border: 1px solid #fd7cf8 !important;
	border-radius: 2px !important;
	color: #fd7cf8 !important;
	transition: all 200ms ease-in-out 0s;
}


/* Immagini responsive */
img{
	max-width: 100%;
}