@CHARSET "UTF-8";
.mappa {
	width: 100%;
	height: 680px;
	position:relative;
}
#owamap {
	height: 100%;
}
@media all and (max-width:450px){
	.mappa {
		height: 400px;
	}
}
/*form concessionario*/
/*
Font: Cardo
Carattere: 16px e 20px
Colori: Blu #272b2d; Oro #be9f57; Bianco #fff; Grigio (solo per i primi 3 blocchi) #f2f2f2
*/
/*main div*/
.mainconc {
	background-color: #272b2d;
	position: absolute;
	top:150px;
	left: 2%;
	width:280px;
	height: 365px;
	z-index: 99999;
}
.mainconc.arrotola {
	height: 40px;
	width: 40px;
	overflow: hidden;
	-webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
}
#scomparsa {
	width: 30px;
	height: 30px;
	position: absolute;
	left:222px;
	top:20px;
	background-color: transparent;
	font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color:#be9f57;
}
#scomparsa:before {    
	font-size: 32px;
    content: "\61";
    cursor: pointer;
	
}
.mainconc.arrotola #scomparsa{
	top:10px;
	left:4px;
	-webkit-transition:0.4s;
    -moz-transition:0.4s;
    -ms-transition:0.4s;
    -o-transition:0.4s;
    transition:0.4s;
	
}
.mainconc.arrotola .content {
	display:none;
}
.home #scomparsa {
	display:none;
}
div.mainconc.home {
	position: static;
	height: 200px;
	width: 560px;
}
/*contenuto*/
.content {
	border: 2px solid #be9f57;
	padding: 20px 10px 20px 10px;
	margin:10px 10px 10px 10px;
	font-size: 16px;
	color:#f2f2f2;
}
.contentmin {
	color:#fff;
	
}
.home .contentmin #owacerca {
	margin-top:20px;
	margin-left:0px;	
}
.contentmin #owacerca {
        text-align:right;
        padding-right: 25%;
	background-color:  #272b2d;
	cursor: pointer;
}
.contentmin #owacerca:HOVER {
	background-color:   #646c70;
	cursor: pointer;
} 

.contentmin .riga input,
.contentmin .riga select
 {
 width: 95%;
}	
.home. .content  {
	font-size: 14px;
	margin: 0 0 0 0;
}
.content .riga {
	text-align: center;
	margin:12px 0 12px 0;
	
}
.home .content .riga {
	
	margin:6px 0 6px 0;
}
.home .content .riga {
	float: left;
}

.home .content .riga.rlab:nth-child(n+1){
	clear: both;
	width: 190px;
}	




.content .riga input, 
.content .riga select
{
	font-size: 16px;
	width: 220px;
}	

#owacerca {
	margin-top:20px;
	background-color: #be9f57;
	color: white;
	font-size: 16px;
	border:0;
	padding:5px 2px 5px 2px;
	background-image: url('img/cerca.png');
	background-repeat: no-repeat;
	background-position: 48px;
	background-size: 20px;
	
}
.home #owacerca {
		margin-top:6px;
		margin-left:192px;
}

@media all and (max-width:650px){
div.mainconc {
	position:static;
	margin: 10px auto 0;
	padding-top:10px;
}
	
}

@media all and (max-width:450px){

	
div.mainconc.home {
	width: 100%;
	height: 250px;
	margin: 0 auto 0;	
}
.home .content .riga {
	float: none;
}
.home .content .riga.rlab:nth-child(n+1){
	clear: both;
	width: 100%
}	
.home #owacerca {
	margin: 12px auto 0;
}
}
/*fine media*/




/*elenco conc*/
a.vedigoogle {
	color: white;
	display: inline-block;
	width: 120px;
	background-color: #be9f57;
	padding:3px 0 3px 0;
	text-align: center;
}
#owasec_conc div.titolo {
	min-height: 45px;
}
#owasec_conc div.indirizzo {
	min-height: 60px;	
}
#owasec_conc div.sitoweb{
	min-height: 60px;	
}
