/* 
 * Full Background Responsive Slider v2.0 based on:
 *
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 *
 * Author: Firaux Massimo
 * http://www.technoweb.it/ 
 */
 

.animate {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flexslider, .flex-viewport	{
	width:100%;
	height:150px!important;
	margin:0;
	padding:0;
}
.flexslider .slides {
	height:100%!important;
}
.flexslider .slides li {
	width:100%;
	height:100%!important;
	margin:0;
	padding:0;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.flex-control-nav {
	display:none;
}
.flex-direction-nav {
	display:none;
}	
/*.flex-caption {
	position: relative;
	margin-top:120px;
	text-align: left;
	width:560px;
	height:170px;
	padding: 15px;
	background-color:RGBA(255, 255, 255, 1);
}*/
/*.flex-caption h1 {
	margin-top: 0;
	text-align:left;
	padding-top:0px;
	margin-bottom:10px;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Economica', sans-serif;
	color: #000;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}*/

/*.flex-caption p	{
	margin:0;
	font-family: 'Economica', sans-serif;
	color:#000000;
	overflow:hidden;
}

.p_item_locality {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
}*/
/*.box-txt {
	height: 50px;
	border:solid 1px #B92D2F;
	} ---CLASSE PEL ELLIPSISS*/


/*.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 4.8em;
}
.block-with-text:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0px;
  font-weight:bold;
}
.block-with-text:after {
  content: '';
  position: absolute;
  right:-5px;
	width: 1em;
  height: 1em;
	margin-top: 0.2em;
	background: white;
}


.flex-caption h3 {
	font-size: 24px;
	margin:22px 0 0 0;
	font-weight:700;
	font-family: 'Economica', sans-serif;
	color:#F60;
}	
.flex-property-type {
	height:40px;
	font-size: 24px;
	line-height:40px;
	color:#FFFFFF;
	position:absolute;
	bottom:0px;
	right:0px;
	padding: 0px 25px 0px 25px;
	background-color:#F60;
}	*/
.flex-button {
	height:40px;
	position:absolute;
	left:0px;
	bottom:-40px;
	background-color:#2973c7;
	padding: 0px 25px 0px 25px;
	transition-property: background-color;
	transition-duration: 0.5s;
}	
.flex-button p {
	color: #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px !important;
	text-align:center;
	line-height: 40px;
	height:40px !important;
}
.flex-button:hover {
	background-color: #ff5c00
}	

/*==========================================================*/
/*	Media Queries											*/
/*==========================================================*/

/* Step 2. - 940 px (monitor piccolo) ======================*/
@media (max-width: 1169px) {
/*.flex-caption h1 {
	font-size: 24px;
}
.flex-caption p {
	font-size: 18px;
}
.flex-caption h3 {
	font-size: 24px;
}*/	
}
 
/* Step 3. - 725 px (Tablet horiz) =========================*/
@media (max-width: 939px) {
/*.flex-caption {
	width:400px;
	height:130px;
}
.flex-caption h1 {
	font-size: 20px;
}
.flex-caption p {
	font-size: 18px;
	height:67px;
}
.flex-caption h3 {
	font-size: 20px;
	margin-top:8px;
}
.flex-type{
	font-size: 20px;
}*/	
}
 
/* Step 4. - 500 px (Tablet Vert) ==========================*/
@media (max-width: 724px) {
/*.flex-caption h1 {
}*/

}

/* Step 5. - Fluido (Smartphones) ==========================*/
@media (max-width: 499px) {
/*.flex-caption {
	width: 80%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
.flex-caption h1 {
	font-size: 20px;
}
.flex-caption p {
	font-size: 18px;
}
.flex-caption h3 {
	font-size: 20px;
	margin-top:10px;
}
.flex-type {
	font-size: 20px;
}
.flex-property-type {
	height:35px;
	font-size: 20px;
	line-height:35px;
}*/
}
