@charset "utf-8";
/* CSS Document */

div.tabpanel div.tab{
	border: none;
    padding: 10px 0px;
}

div.tab h2{
	color:#555555;
	background-image:url(../img/box/bg-cerca.png);
}

#video img.images{
}

/* Inizio tab */
ul.tabnav li:hover{
	background-image:url(../img/box/bg-cerca-chiaro.png);
	background-image:url(../../../img/box/bg-cerca-chiaro.png);
}

ul.tabnav a{
	color:#555555;
	background-image:url(../img/box/bg-cerca-chiaro.png);
	background-image:url(../../../img/box/bg-cerca-chiaro.png);
	border: 1px solid #555555;
}

ul.tabnav span{
	color:#555555;
}

ul.tabnav a:hover span{
	color:#333333;
}

ul.tabnav a.active{
	background-image:url(../img/box/bg-cerca.png);
	background-image:url(../../../img/box/bg-cerca.png);
	border-bottom-color: #FFFFFF;
}

ul.tabnav a.active:hover{
	color:#555555 !important;	
}

ul.tabnav a.active span{
	color:#333333;
}

h7{
	color:#555555;
	border-bottom:#555555 solid 1px;
}
#cerca-immobile form {
    width: 100% !important;
}

div.tabpanel div.tab input, div.tabpanel div.tab select {
    width: 100% !important;
    padding: 10px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 45px !important;
}
#cerca-immobile #vacanza > form > div.b-local {
    width: 31% !important;
    padding-top: 32px;
}

#cerca-immobile #vacanza > form > div {
    height: 82px !important;
}
#cerca-immobile h4 {
    color: #161c2e;
}

#cerca-immobile #vacanza > form > div.b-btn-cerca {
    position: relative !important;
    display: block;
    width: 100% !important;
}
#cerca-immobile #vacanza > form > div.b-btn-cerca input#b-invio {
    max-width: 250px;
    margin: 0 auto !important;
    float: none !important;
    DISPLAY: BLOCK;
    color: #fff;
    BACKGROUND-COLOR: #a12643;
    text-transform: uppercase;
}
#cerca-immobile form div {
    float: left;
    width: 23% !important;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 1%;
    height: 81px !important;
    text-align: left !important;

}
#cerca-immobile #cerca-vendita-affitto h4 {
    display: block;
    width: 100%;
}
div.tabpanel div.tab input#offerta_res, div.tabpanel div.tab input#offerta_res {
    width: 20px !important;
    height: 20px!important;
}

div#cerca-referenza-immobile label
{
	display:none;
}
#cerca-immobile #cerca-vendita-affitto label {
    max-width: 80px !important;
    float: left;
}

#cerca-immobile #cerca-vendita-affitto label:nth-child(4) {
    position: relative;
    top: 33px;
}
/*smart tipo*/
h1.super-titolo {
    display: none;
}

.w-categorie a.box-categorie {
    width: 31.3%;
    float: left;
    margin: 1%;
    height: 230px;
     position: relative;
}

.w-categorie a.box-categorie img {
    height: 100% !important;
    min-width: 100% !important;
}

.w-categorie a.box-categorie>div {
    height: 100% !important;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
    width: 100% !important;
}

.w-categorie a.box-categorie:hover>div
{
	
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.8)
}

.w-categorie a.box-categorie>div:before {
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

h1.t-categoria {
    text-transform: uppercase;
    color: #545454;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    margin-top: 6px;
	    color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Conv_Felix Titling MT';
    font-size: 1.5em;
    z-index:9;
}

img.ombra {
    visibility: hidden;
}

@media (max-width:992px)
{
	.w-categorie a.box-categorie {
		width: 48% !important;
		height: 211px !important;
	}
	.w-categorie a.box-categorie>div {
		height: 211px !important;
	}
}
@media (max-width:590px)
{
	.w-categorie a.box-categorie {
		width: 98% !important;
		height: auto !important;
	}
	.w-categorie a.box-categorie>div {
    height: auto !important;
	}
	
	.w-categorie a.box-categorie img {
		height: auto !important;
		width: 100% !important;
	}
}

div#box {
    width: 100% !important;
}