/*------------------------------------------------------------------
Project:	Aire
Version:	1.1
Last change:	30/11/14 []
Assigned to:	Alex zaymund (vf), Mike Prestazilla (sl)
Primary use:	Debugging and Updates
-------------------------------------------------------------------*/




/*6.02.2015*/

.dl-menuwrapper .dl-menu{
	height:auto !important;
}


html .dl-menuwrapper button i {
    left: 0px;
}



html .bg {
z-index: 1;
}


.home >  .row {
position: relative;
z-index: 9;
}

.home  .container img {
position: relative;
z-index: 9;
}


/*03.06*/

.isotope .isotope-item:hover .item-hover .details {
  z-index: 777;
}

html body  .btn-info{
background: #135deg;
	-webkit-background: linear-gradient(135deg, #f29e4b 0, #ff151f 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
	-moz-background: linear-gradient(135deg, #f29e4b 0, #ff151f 100%) repeat scroll 0 0 rgba(0,0,0,0) !important;
	background: linear-gradient(135deg, #f29e4b 0, #ff151f 100%) repeat scroll 0 0 rgba(0,0,0,0)!important; 	
}


.modal-fix{
  z-index: 99999;
  text-align:left;
}

.modal-body-fix{
	padding:20px;
}


/*07.06*/

.footer-deals {
  z-index: 8;
}