/* inserire qui le classi necessarie ad adattare gli stili */
@font-face {
	font-family: 'Biko Regular';
	src: url('/css/custom-font/biko_regular.woff') format('woff');
}

@font-face {
	font-family: 'Biko Bold';
	src: url('/css/custom-font/biko_bold.woff') format('woff');
}

@font-face {
	font-family: 'Biko Black';
	src: url('/css/custom-font/biko_black.woff') format('woff');
}

.text-white-shadow {
    text-shadow: 1px 1px  #fff, -1px -1px #fff, -1px 1px #fff, 1px -1px #fff, 0px 0px 3px #fff;
    color: #005276;
}

.foceSpacing {
    letter-spacing: 0.2em;
}

.cky-revisit-bottom-left {
    bottom: 5px!important;
    left: 5px!important;
}

.cky-btn-revisit-wrapper {
    width: 40px!important;
    height: 40px!important;
}

@media (max-width: 1200px) {
    .foceSmaller {
        font-size: 0.8em;
    }   
}


.placeholderPieno {
	background: red;
}

.placeholderPieno input::placeholder {
	color: blue;
}

.border-bottom-bianco-1 {
	border-bottom: 1px solid white;
}

.backgroundLanterna {
    background-image: url(/media/rhfny40i/cenanellevigne_dscf1855_-claudiabaldino.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 400px;
}


.backgroundAlphatoBianco {
    background-color: rgba(255,255,255, .6);
}

.formComponibile {
    padding: 3em;
    /*background: #061d3e;*/
}
.inputFooterMail {
	border: 1px solid #F7B82E;
	font-size: 80%;
	width: 350px;
	height: 50px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
}

input.newsletterForm[type=email] {
	border: 1px solid white;
	width: 350px;
	padding-right: 100px;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 42px;
}

	input.newsletterForm[type=email]:focus {
		background-color: #0a1e32;
		box-shadow: none;
	}

button.newsletterForm[type=submit] {
	border: 0;
	-webkit-appearance: none;
	font-size: 0.6em;
	height: 34px;
	width: 80px;
	margin-left: -92px;
	margin-top: 10px;
}

@media only screen and (max-width: 770px) {
	.inputFooterMail {
		width: calc(100% - 1em);
	}
	.sizeMobile {
	    font-size: 0.8em;
	}
	.sizeMobilePiccolo {
	    font-size: 0.65em;
	}
}

/* filtro articoli blog */

.filtroblog {
	border: 0;
	background: transparent;
	border-bottom: 1px solid #061D3E;
	border-radius: 0;
	color: #061D3E;
}

	.filtroblog:focus {
		outline: none;
	}

	.filtroblog::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #061D3E;
		opacity: 1; /* Firefox */
	}

	.filtroblog:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #061D3E;
	}

	.filtroblog::-ms-input-placeholder { /* Microsoft Edge */
		color: #061D3E;
	}
	
h1, h2 {
    letter-spacing: 0.2em;   
}

.z-100 {
    z-index: 100;
}

.p-0important {
    padding: 0!important;
}

@media only screen and (max-width: 1480px) {
	.lineUpH1 {
		line-height: 0.9;
	}
}

.background-blu-alphato { 
    background-color: rgba(0, 82, 118, 0.7);
}

.photogallery-angoli-arrotondati img
{
    border-radius: 2em;
}

