/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.jl-content-filter-responsive{
	position: relative;
}
.jl-content-filter-responsive .jl-legend{
	margin:10px 0px !important;
}
.jl-content-filter-responsive .placeFilter{
	float:left;
	margin:0 10px;
}
.jl-content-filter-responsive .jlplaceHolder{
	margin:10px!important;
}
.jl-content-filter-responsive .ft-menu li.ft-field span{
	text-transform: capitalize;
}
.jl-content-filter-responsive .jl-content-image{
	width:100%;
	max-width: 100%;
}
ul.jl-content-container-responsive li{
	list-style: none;
	background:none;
	margin: 10px;
}
.jl-content-container-responsive a.modal{
	background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    display: block;
    left: 0;
    margin: 0;
    position: relative;
    top: 0;
    width: auto;
    border-radius:0;
}
.jl-content-filter-responsive ul.option-set{
	margin:10px 0px;
}
.jl-content-filter-responsive ul.option-set li:after {
    color: #999999;
    content: "//";
    margin: 0 5px;
}
.jl-content-filter-responsive ul.option-set li{
	display: inline;
	list-style: none;
	background: none;
	margin:10px;
}
.jl-content-filter-responsive ul.option-set li a{
	text-transform: uppercase;	
}
.jl-content-filter-responsive ul.option-set li .selected {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color -moz-use-text-color #000000;
    border-image: none;
    border-style: none none dotted;
    border-width: medium medium 1px;
    color: #000000;
}
.jl-content-filter-responsive .jl-sort-by{
	float:left;
}
.jl-content-filter-responsive .jl-sort-dir{
	float:right;
}
.jl-content-filter-responsive ul.option-set li.highlight { 
	
}
.jl-content-filter-responsive ul.jl-content-container-responsive li.fade { 
	opacity: 0.3!important; 
	filter: alpha(opacity=30)!important; 
}
.jl-content-filter-responsive #jl-reset{
	display:none;
	margin:10px 25px;
	cursor:pointer;
}
.jl-content-filter-responsive #jl-reset span{
 	background-color: #D5FF89;

    border-color: #D3D3D3;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    padding:5px 10px;
}
.jl-content-filter-responsive .jl-loadmore{
	margin: 20px auto 0;
    text-align: center;
}
.jl-content-filter-responsive .jl-loadmore a{
	background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.4);
    color: #444444;
    display: inline !important;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;	
}
.jl-content-filter-responsive .jl-loadmore.loading{
	background: url("images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
}
.jl-content-filter-responsive .jl-loadmore a:hover{
	background:#DFDFDF;
	color:#222222;
}
.clearfix{
	clear:both;
}