@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}


/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: Montserrat, sans serif, Oswald, "Roboto", Arial, Work Sans, serif;
	line-height: 1.8;
	font-size: 20px;
	font-weight: 300;
	color: black;
}
a {
	color: #27314F;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
	color: #27314F;
}
a:focus, a:active {
	outline: none;
}

p, span {
	margin-bottom: 1.5em;
	font-size: 20px;
	/*color: #727272;*/
	color:black;
	font-weight: 300;
	font-family: Oswald, "Roboto", Arial, Work Sans, serif;
}

span {
	font-size: 18px;
	color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
	color: rgba(0, 0, 0, 0.8);
	font-family: Oswald, "Roboto", Arial, Work Sans, serif;
	font-weight: 300;
	margin: 0 0 30px 0;
}
ul, ol {
	margin: 0;
}
::-webkit-selection {
	color: #ececec;
	background: #2C2C2C;
}

::-moz-selection {
	color: #ececec;
	background: #2C2C2C;
}

::selection {
	color: #ececec;
	background: #2C2C2C;
}
.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.btn-primary {
	background: #27314F;
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	box-shadow: none;
	background: #27314F;
}
.btn:hover, .btn:active, .btn:focus {
	background: #393e46 !important;
	color: #fff;
	outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
	border-color: transparent;
}
.titoli {
	margin-bottom: 3em;
}
.titoli h2 {
	position: relative;
	font-size: 35px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 400;
}
.titoli h2:before {
	position: absolute;
	content: '';
	top: -25px;
	left: 50%;
	margin-left: -30px;
	width: 55px;
	height: 5px;
	background: #27314F; /*#B1B1B1;*/
}
.text_montserrat {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.37499141em;
	letter-spacing: 1.6px; 
	font-size:19px; 
	font-weight:400;
	color: black;
}
section{
    min-height: 500px;
    padding: 45px 30px;
}
.inner {
    max-width: 1200px;
    margin: auto;
}
section.first{
    background-color: #004c4c
}
section.first p{
    color:#fff
}
.separator{
    width: 0;
    height: 0;
    border-right: 100vw solid transparent;
    border-bottom: 13.9vw solid #fff;
    margin-top: -13.9vw;
}


/* ================================ 
		HEADER
================================= */
header {
	padding-top: 3em;
}
header .barra_logo {
	margin-top:1.5em;
	padding-bottom: 0.5em;
}
header .barra_logo img {
	max-width: 100%; 
	height: auto; 
	display:inline-block;
}
header .barra_logo .stile_logo {
	position: relative;
	font-size: 50px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
header .barra_logo .stile_logo:after {
	position: absolute;
	bottom: 13px;
	right: -14px;
	width: 12px;
	height: 12px;
	background: #27314F;
	content: '';
}
header .barra_logo .stile_logo:hover {
	text-decoration: none;
}
#div_header {
	z-index:200;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color:white;
	/*padding: 1em 0em 0em 0em;*/
	transition: 2s all;
	-moz-transition: 2s all;
	-webkit-transition: 2s all;
	-o-transition: 2s all;
	border-bottom:2px solid #27314F;
}
/*
@media screen and (max-width: 768px) {
	header #barra_navigazione > ul li {
		display: block;
		margin-left: 0;
		margin-bottom: 15px;
	}
}
*/

.font25 > ul li a {
	font-size: 26px !important;
	color:#CECECE;
}
.font_menu > ul li a {
	font-size: 13px !important;
	color:#CECECE;
}
@media screen and (max-width: 1200px) {
	.font_menu > ul li a {
		font-size: 12px !important;
		letter-spacing:5px;
	}
}
#mini_logo {
	visibility: hidden;
	transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   margin-left: -100px !important;
}
#mini_logo img {
	width:165px; 
	padding: 3px;
}
#menu_toggle {
	position: relative;
	display: flex;
	top: 22px;
	left: 22px;
	z-index: 1;
	flex-direction: column;
	-webkit-user-select: none;
	user-select: none;
}

#menu_toggle input{
	position: absolute;
	display: flex;
	width: 40px;
	height: 32px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}

#menu_toggle span{
	position: relative;
	display: flex;
	width: 29px;
	height: 2px;
	margin-bottom: 5px;
	background: #ffffff;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 5px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
}
#menu_toggle span:first-child{
	transform-origin: 0% 0%;
}
#menu_toggle span:nth-last-child(2){
	transform-origin: 0% 100%;
}
#menu_toggle input:checked ~ span{
	opacity: 1;
	transform: rotate(45deg) translate(-3px, -1px);
	background: #36383F;
}
#menu_toggle input:checked ~ span:nth-last-child(3){
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}
#menu_toggle input:checked ~ span:nth-last-child(2){
	transform: rotate(-45deg) translate(0, -1px);
}

#menu_mobile{
	position: absolute;
	width: 230px;
	height: 400px;
	box-shadow: 0 0 10px #85888C;
	margin: -50px 0 0 -35px;
	padding: 36px;
	padding-top: 85px;
	background-color: #F5F6FA;
	font-size:16px;
	font-family: Montserrat;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu_toggle input:checked ~ ul
{
	transform: none;
}
#menu_mobile > ul {
	list-style: none;
}
#menu_mobile > li
{
	padding: 12px 0;
	transition-delay: 2s;
}
#menu_mobile > li::marker {
	content: "";
}

@media screen and (max-width: 1000px) {	
	.row {
		margin-left:0px;
		margin-right:0px;
	}
	nav {
		background-color: #1E1E23;
		height: 61px;
	}
	.container {
		padding: 0;
	}
	header #barra_navigazione {
		margin:0;
	}
	.text_montserrat {
		font-size: 16px !important;
	}
	#menu_base {
		display:none;
	}	
	.titoli h2 {
		font-size:25px;
	}
	#problemi_proprietari li {
		font-size:16px !important;
	}
	#problemi_proprietari li:before {
		left: -33px !important;
	}

}
@media screen and (min-width: 1001px) {	
	#menu_mobile {
		display:none;
	}
	#menu_toggle {
		display:none;
	}
	#menu_toggle_right {
		display:none;
	}
}
#barra_navigazione_logo {
	display:none;
	float:right;
	padding-right: 2em;
	margin-top: -5px;
}
@media screen and (max-width: 400px) {
	#barra_navigazione_logo {
		padding-right: 0.5em;
		margin-top: -2px;
		width: 160px;
	}
}
@media screen and (min-width: 1001px) {
	#barra_navigazione_logo {
		display:none;
	}
}
@media screen and (max-width: 220px) {
	#barra_navigazione_logo {
		display:none;
	}
}

header #barra_navigazione {
	/*margin-bottom: 1em;*/
}
header #barra_navigazione > ul {
	padding: 0;
	margin: 0;
}
header #barra_navigazione > ul li {
	list-style: none;
	display: inline-block;
	margin-left: 40px;
	font-family: Open Sans, Roboto, Montserrat, Oswald, Arial, Work Sans, serif;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-size:13px;
}
header #barra_navigazione > ul li a {
	padding-bottom: 5px;
	color: #000;
	font-weight: 600;
	position: relative;
}
header #barra_navigazione > ul li a.active:before {
	position: absolute;
	width: 7px;
	height: 7px;
	content: '';
	top: -5px;
	right: -7px;
	background: #B1B1B1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
header #barra_navigazione > ul li a:hover, header #barra_navigazione > ul li a:focus {
	text-decoration: none;
	color: #000;
}
header #barra_navigazione > ul li:first-child {
	margin-left: 0;
}
/* ================================ 
		IMMAGINE PRINCIPALE
================================= */
#div_genova_foto_principale img{
	width:auto;
}
@media screen and (max-width: 279px) {	
	/*#div_genova_header_placeholder {
		display:none;
	}*/
	#div_genova_foto_principale {
		display:none;
	}
}

#div_genova_header_placeholder {
	height:316px; 
	background-color:white;
}
@media screen and (max-width: 1000px) {
	#div_genova_header_placeholder {
		height:205px; 
	}
}
@media screen and (max-width: 800px) {
	#div_genova_header_placeholder {
		height:252px; 
	}
}
@media screen and (max-width: 328px) {
	#div_genova_header_placeholder {
		height:238px; 
	}
}
@media screen and (max-width: 304px) {
	#div_genova_header_placeholder {
		height:224px; 
	}
}
@media screen and (min-width: 1366px) {
	 #div_genova_header {
		height:768px;
		margin-bottom:60px;
		background-image: url('/images/header_genova.jpg'); 
		background-size:cover;
	 }
}
@media screen and (min-width: 1650px) {
	 #div_genova_header {
		height:910px;
	 }
}
@media screen and (max-width: 1366px) {	
	 #div_genova_header {
		background-image: url('/images/header_genova.jpg'); 
		background-size: contain;
		background-repeat: no-repeat; 
		padding-bottom: 57.89%;
		height: 0;
		
	}
}


/* ================================ 
		COSA FACCIAMO
================================= */
#div_descrizione_societa {
	margin-top:60px; 
	background-color:white;
	text-align:center;  
	vertical-align:middle; 
	color: #2c2c2c;
	padding-left:45px;
	padding-right:45px;
}
#cosa_facciamo_menu {
	height:35px;
}

#cosa_facciamo {
	padding: 4em 0em 0em 0em;
}
#cosa_facciamo_blocco_main {
	margin-top:42px;
}
#cosa_facciamo_blocco_sx {
	display:inline-block;
	height:400px;
	padding: 20px 45px 0px 45px;
	font-size:19px;
}
@media screen and (max-width: 767px) {
	#cosa_facciamo_blocco_sx {
		height:200px;
	}
}
.cosa_facciamo_blocco_dx p {
	font-size:17px;
	font-family: Montserrat, sans serif, Oswald, "Roboto", Arial, Work Sans, serif;
	line-height: 1.8;
	font-weight: 300;
	/*text-transform:uppercase;*/
}
.cosa_facciamo_blocco_dx img {
	margin:auto; 
	margin-bottom:16px;
}
@media screen and (min-width: 1000px) {
	.cosa_facciamo_blocco_dx img {
		margin-left:65px;
	}
}
@media screen and (min-width: 1200px) {
	.cosa_facciamo_blocco_dx img {
		margin-left:110px;
	}
}

#cosa_facciamo_primo_blocco_dx {
	padding-top:80px;
}
#cosa_facciamo_primo_blocco_dx span i { 
	padding-left: 6px;
}
#cosa_facciamo_secondo_blocco_dx .icons i {
	padding-left: 0px;
}
#cosa_facciamo_terzo_blocco_dx  .icons i{
	padding-left: 0px;
}
#cosa_facciamo_corpo {
  background-color: #F5F8FB;
  margin-bottom: 50px;
  /*padding: 5% 20px;*/ /* Added a percentage value for top/bottom padding to keep the wrapper inside of the parent */
  -webkit-transform: skewY(5.1deg);
  -moz-transform: skewY(5.1deg);
  -ms-transform: skewY(5.1deg);
  -o-transform: skewY(5.1deg);
  transform: skewY(5.1deg);
}

#cosa_facciamo_corpo > .container {
  -webkit-transform: skewY(-5.1deg);
  -moz-transform: skewY(-5.1deg);
  -ms-transform: skewY(-5.1deg);
  -o-transform: skewY(-5.1deg);
  transform: skewY(-5.1deg);
}
#cosa_facciamo_corpo .icons {
	/*
	width: 55px;
	height: 55px;
	background: #efefef;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	*/
}

#cosa_facciamo_corpo .icons i {
	display: table-cell;
	vertical-align: middle;
	height: 55px;
	font-size: 43px;
	color: #27314F;
	line-height: 52px;
}
/*

#cosa_facciamo h2 {
	font-size: 40px;
	line-height: 1.5em;
}
@media screen and (max-width: 480px) {
	#cosa_facciamo h2 {
		font-size: 30px;
	}
}



/* ================================ 
		PROBLEMI PROPRIETARI
================================= */

#problemi_proprietari_menu {
	height:75px;
}
#problemi_proprietari {
	padding: 2em 0em 2em 0em;
}
#problemi_proprietari h3 {
	margin-top: 20px;
}
#problemi_proprietari .icons {
	font-size: 52px;
	color: #27314F;
}
#problemi_proprietari .icons {
	width: 105px;
	height: 105px;
	background: #efefef;
	display: table;
	text-align: center;
	margin: 0 auto 30px 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#problemi_proprietari .icons i {
	display: table-cell;
	vertical-align: middle;
	height: 105px;
	font-size: 52px;
	color: #27314F;
	line-height: 52px;
}
#problemi_proprietari ol { 
	padding-left: 50px; 
	list-style-type: space-counter;
}
#problemi_proprietari li { 

  /*color: #4F4F4F; */
  padding-left: 22px;
  margin-top: 24px;
  position: relative;
  /*font-size: 16px;*/
  line-height: 24px;
}
#problemi_proprietari li:before {
    content: '';
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    border: 1px solid #B1C6DB;
    position: absolute;
    top: -8px;
    left: -36px;
  }
}
#problemi_proprietari img {
	margin:auto;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 992px) {
	#problemi_proprietari img {
		padding-top: 76px;
		padding-left: 105px;
	}
}



/* ================================ 
		NOSTRE SOLUZIONI
================================= */

#nostre_soluzioni_menu {
	margin-top:2em;
}
#nostre_soluzioni {
	padding: 6em 0em 0em 0em;
	/*background-color:#27314F;*/
}
.soluzioni{
	border: 1px solid #E6E6E6;
	vertical-align: middle; 
	height:155px;
}
.soluzioni .riquadro_azzurro {
	background-color:#F4F7FA; 
	height:76px;
}
.soluzioni_header {
	display:inline-block; 
	vertical-align:middle;
}
.soluzioni_header .icone {
	font-size: 40px; 
	color: #323232;
}
.soluzioni_header p {
	margin: 19px;
	display: inline-block; 
	vertical-align: middle;
}
.blocco_soluzioni_body p {
	font-family: Montserrat, sans serif, Oswald, "Roboto", Arial, Work Sans, serif;
	line-height: 1.8;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}
.blocco_soluzioni_body {
	/*padding-top:10px;*/
}
summary {
	background-color: white; 
}
.blocco_soluzioni_dettaglio {
	padding:15px;
	font-size: 14px !important;
	background-color: #F9FCFF; 
}
.overflow {
	background-color: #F9FCFF; 
}
details p{
	margin-bottom: 0px !important;
}
details > summary {
    list-style-type: none;
	padding-bottom:1rem;
	padding-top:1rem;
}

details > summary::-webkit-details-marker {
    display: none;
}

details > summary::after {
    content: '[+]';
}

details[open] > summary::after {
    content: '[-]';

}
details[open] summary ~ * {
  animation: sweep .7s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -5px}
  100%  {opacity: 1; margin-left: 0px}
}


.soluzioni_container { 
	max-width: 1200px; 
	margin: 0 auto; 
	padding: 20px; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
} 
.blocco_soluzioni { 
	cursor: pointer; 
	width: 360px; 
	margin: 12px; 
	/*padding: 2rem 20px 20px 20px; */
	text-align: center; 
	/*border-radius: 5px; */
	transition: all 0.3s ease-in-out;  
	border: 1px solid #E6E6E6;
} 
.blocco_soluzioni_header {
	background-color:#F4F7FA; 
	padding: 2rem 20px 1rem 20px;
}
.blocco_soluzioni_header h3 {
	letter-spacing:2px;
	font-size: 20px;
}
.blocco_soluzioni:hover { 
	box-shadow: 0 0 30px 0 #F4F7FA; 
	/*transform: scale(1.1); */
} 
.blocco_soluzioni a { 
	color: #F4F7FA; 
	text-decoration: none; 
} 
.icon-container { 
	/*border: 2px solid #F4F7FA; */
	transition: 0.3s linear; 
	width: max-content; 
	margin: 0 auto; 
	font-size: 40px; 
	color: #323232;
	padding-bottom:15px;
	/*transform: rotate(45deg); */
} 
/*
#nostre_soluzioni h3 {
	margin-top: 20px;
}
#nostre_soluzioni h2, #nostre_soluzioni h3{
	color:white;
}
#nostre_soluzioni .icons {
	font-size: 52px;
	color: #27314F;
}
#nostre_soluzioni .icons {
	width: 105px;
	height: 105px;
	background: #efefef;
	display: table;
	text-align: center;
	margin: 0 auto 30px auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
#nostre_soluzioni .icons i {
	display: table-cell;
	vertical-align: middle;
	height: 105px;
	font-size: 52px;
	color: #27314F;
	line-height: 52px;
}
*/
/* ================================ 
		CHI SIAMO
================================= */

#chi_siamo {
	padding: 6em 0em 0em 0em;
}
#div_genova_stilizzata {
	/*height:453px;*/
	background-image: url('https://arcadia-rentals.it/images/genova_stilizzata.png'); 
	background-size: contain;
	background-repeat: no-repeat; 
	background-position: center center;
	height: 0;
	padding-top: 22%;
	width: 100%;
	
}
/*
@media screen and (min-width: 1715px) {
	#div_genova_stilizzata {
		height:453px;
		background-image: url('https://arcadia-rentals.it/images/genova_stilizzata.png'); 
		background-size:cover;
	 }
}
@media screen and (max-width: 1714px) {	
	#div_genova_stilizzata {
		height:453px;
		background-image: url('https://arcadia-rentals.it/images/genova_stilizzata.png'); 
		background-size: contain;
		background-repeat: no-repeat; 
		
	}
}
*/


#div_foto{
	text-align:center;
	font-family: Antonio;
	padding-top: 20%;

}
.immagini_centrate {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 200px; 
}
.div_foto_interno{
    display: inline-block;
    margin: 20px;
    height: 248px; 
	background-color:#100F0D;
	color:white;
}

@media screen and (min-width: 491px) and (max-width: 1000px) {	
	.immagini_centrate {
		height: 175px; 
	}
	.div_foto_interno{
		 margin: 4px;
		 height: 218px; 
	}
}

@media screen and (max-width: 490px) {	
	.immagini_centrate {
		height: 150px; 
	}
	.div_foto_interno{
		 margin: 2px;
		 height: 198px; 
	}
}
@media screen and (max-width: 350px) {	
	.immagini_centrate {
		height: 120px; 
	}
	.div_foto_interno{
		 margin: 2px;
		 height: 165px; 
	}
}

.foto_nostre {
  --c: #90AACC; #6886AC; /* bordo */
  --b: 5px;    			/* spessore */
  --g: 5px;     		/* padding hover */
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
  
}
.foto_nostre:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}


/* ================================ 
		CITAZIONE
================================= */
#citazione {
	height:150px; 
	padding-top:25px;
}
#citazione p {
	display:inline-block; 
	width:0 auto; 
	font-family: Montserrat; 
	font-size:26px;
	padding:3px;
}
#citazione p i{
	color: #31353e !important;
}
@media screen and (max-width: 1500px) {	
	#citazione p {
		font-size:22px;
	}
}
@media screen and (max-width: 880px) {	
	#citazione p {
		font-size:21px;
	}
}
@media screen and (max-width: 500px) {	
	#citazione p {
		font-size:18px;
	}
}
@media screen and (max-width: 253px) {	
	#citazione p {
	  font-size: 14px;
	}
}
@media screen and (max-width: 200px) {	
	#citazione p {
		font-size:12px;
	}
}
#citazione_con_foto {
	height:400px; 
	padding-top:270px;
}
#citazione_con_foto p {
	display:inline-block; 
	width:0 auto; 
	font-family: Montserrat; 
	font-size:26px;
	padding:3px;
}
#citazione_con_foto p i{
	color: #31353e !important;
}

@media screen and (max-width: 1500px) {	
	#citazione_con_foto {
		height: 350px;
		padding-top: 200px;
	}
	#citazione_con_foto p {
		font-size:22px;
	}
}
@media screen and (max-width: 1250px) {	
	#citazione_con_foto {
		height: 320px;
		padding-top: 180px;
	}
}
@media screen and (max-width: 1000px) {	
	#citazione_con_foto {
		height: 250px;
		padding-top: 105px;
	}
}
@media screen and (max-width: 880px) {	
	#citazione_con_foto {
		height: 160px;
		padding-top: 10px;
	}
	#citazione_con_foto p {
		font-size:21px;
	}
}
@media screen and (max-width: 500px) {	
	#citazione_con_foto p {
		font-size:18px;
	}
	/*
	#div_genova_stilizzata {
		height:340px;
	}
	*/
}
@media screen and (max-width: 253px) {	
	#citazione_con_foto {
	  height: 160px;
	  padding-top: 75px;
	}
	#citazione_con_foto p {
	  font-size: 14px;
	}
}
@media screen and (max-width: 200px) {	
	#citazione_con_foto p {
		font-size:12px;
	}
}

/* ================================ 
		I NOSTRI VALORI
================================= */
#nostri_valori {
	padding: 0em 0em 0em 0em;
}
#nostri_valori .titoli {
	padding: 6em 0em 6em 0em;
}

/* ================================ 
		FOOTER
================================= */
#footer {
	/*background: #222831;*/
	/*background-color:#2C2C2C; */
	color:white !important;
	background-image: url('https://arcadia-rentals.it/images/footer.jpg'); 
	background-size:cover; 
	
	opacity: 0.92;
	/*background-position: 0px bottom;*/
	background-position: center center;
}
/*
#footer p {
	font-size: 16px;
}
#footer p:last-child {
	margin-bottom: 0;
}
#footer p.icone_social a:hover, #footer p.icone_social a:focus {
	text-decoration: none !important;
}
#footer p.icone_social i {
	font-size: 32px;
}
*/
#footer .section-title {
		color: rgba(255, 255, 255, 0.8);
}
#footer .info_contatti {
	margin: 0 0 60px 0;
	padding: 0;
}

#footer .info_contatti li {
	list-style: none;
	margin: 0 0 1px 0;
	position: relative;
	padding-left: 40px;
	color: #d2d2d2;
}
#footer .info_contatti li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 20px;
	/*color: rgba(255, 255, 255, 0.7);*/
	color: #d2d2d2;
}
#footer .info_contatti li a {
	/*color: rgba(255, 255, 255, 0.6);*/
	color: #d2d2d2;
}
#footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 50px;

}
#footer .copyright p {
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
#footer .copyright p a {
	color: rgba(255, 255, 255, 0.5);
}
#footer_overlay{
	/*background: rgba(0, 0, 0, 0.925);*/
	/*background: rgba(0, 9, 26, 0.93);*/
	/*blu 
	background: #00091a; 
	opacity: 0.92;
	*/
	background: black;
    opacity: 0.90;
	padding-top: 75px;
}
#footer h3 {
	letter-spacing: 4px;
}
#logo_footer {
	width:220px;
}
/*
@media screen and (max-width: 753px) {
	#footer h3{
		font-size: 14px !important;
	}
	#footer li{
		font-size: 12px !important;
	}
}
*/
@media screen and (min-width: 1001px) {
	#footer_mobile {
		display:none;
	}
}
@media screen and (max-width: 1000px) {
	.info_contatti li span {
		color: #cecece;
	}
	.info_contatti li i {
		color: #27314F;
	}
}
@media screen and (min-width: 676px) {
	#footer_mobile {
		display:none;
	}
}
@media screen and (max-width: 675px) {
	#footer_standard {
		display:none;
	}
	.info_contatti li {
		margin: 0 !important;
		padding: 0  !important;
	}
	
	.info_contatti li i {
		top: .3em;
		left: 0;
		font-size: 22px;
	}
}
.info_contatti {
	margin-bottom: 2em;
	padding: 0;
}
.info_contatti li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}
.info_contatti li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: #27314F;
}
.info_contatti li span {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.info_contatti li span:hover {
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.icone_social a, .icone_social i {
	color: #848484;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-size:23px;
	padding: 2px;
	/*letter-spacing:20px;*/
}
.icone_social a:hover, .icone_social i:hover {
	color: white;
}
@media screen and (max-width: 1000px) {
	.icone_social a, .icone_social i {
		color: #cecece;
	}
}
/* ================================ 
		EFFETTI/ALTRO
================================= */
.js .animate-box {
	opacity: 0;
}
.hover01 img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}