/* schermo grande */
@media (min-width: 768px) {
	.search_home 	{ background-color: #f60; width: 100%; height: 400px }
	.app_search_home 	{ background-color: #f60; width: 100%; height: 200px }
	.only_big 		{ }
	.only_small 	{ display: none !important; width: 0px }
	.br_big 		{ }
	.br_small 		{ height: 0px !important; display: none !important; }
	.logo 			{ height: 50px;}
	.logo2			{ height: 110px; border-radius: 5px; margin-bottom: 10px}
	.box_home		{ height: 650px;}
}

/* schermo piccolo */
@media (max-width: 767px) {
	.search_home 	{ background-color: #f60; width: 100%; height: 550px }
	.app_search_home 	{ background-color: #f60; width: 100%; height: 250px }
	.only_big 		{ display: none !important; width: 0px }
	.only_small 	{ }
	.br_big 		{ height: 0px !important; display: none !important; }
	.br_small 		{ }
	.logo			{ height: 45px;}
	.logo2			{ height: 45px; border-radius: 5px}
	.box_home		{ height: 1650px;}
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -40px;
	padding: 0 0 40px;
}

#footer {
	padding: 10px 10px;
	height: 40px;
	background-color: #f60;
	color:#fff;
	font-size: 18px;
}

.title { background-color: #f60; color: #fff; width: 100%; }

.linkfooter:link 		{font-size: 18px; font-style: normal; color: #fff; text-decoration: none; padding: 3px; }
.linkfooter:visited		{font-size: 18px; font-style: normal; color: #fff; text-decoration: none; padding: 3px; }
.linkfooter:hover 		{font-size: 18px; font-style: normal; color: #ff0; text-decoration: none; padding: 3px; }

::placeholder { color: #aaa; }
.input 					{font-size: 18px; font-style: normal; border-radius:5px; background-color:#eee; color: #444; border:none; padding:10px; width: 100%; height:60px;}
.input[disabled] 		{font-size: 18px; font-style: normal; border-radius:5px; background-color:#ccc; color: #666; border:none; padding:10px; width: 100%; height:60px;}
.input[readonly] 		{font-size: 18px; font-style: normal; border-radius:5px; background-color:#ccc; color: #666; border:none; padding:10px; width: 100%; height:60px;}
