#fieldtabproductsisotope {
    display: inline-block;
    position: relative;
    width: 100%;
	border-top: 2px dashed #F36563;
/*	border-bottom: 2px dashed #F36563;
    margin-bottom: 30px;*/
}
#fieldtabproductsisotope .isotope-item{
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
    height: auto;
    vertical-align: top;
    float: left;
    //padding: 0 15px;
}
#fieldtabproductsisotope .item-wrapper{
    background: #fff;
}
.isotope-grid li{
    float: left;
    //height: 360px;
    list-style: outside none none;
   
    overflow: hidden;
    //padding: 0;
    position: relative;
    //width: 270px;
}
#fieldtabproductsisotope .isotope-item .left-block{
    overflow: hidden;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filters {
    font-size: 0;
    display: inline-block;
    margin-bottom: 26px;
    //margin-left: 15px;
/*    padding-bottom: 20px;*/
/*    border-bottom: 1px solid #d7dce2;*/
    text-align: center;
}
.fieldtabproductsisotope-filter a h4{
    font-size: 16px;
    margin: 0;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filters .fieldtabproductsisotope-filter {
    float: left;
}
#fieldtabproductsisotope .fieldtabproductsisotope-filter {
    display: inline-block;
    white-space: nowrap;
    margin-right: 5px;
    
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter a {
    display: block;
    background: #FE9126;
	color: #ffffff;
    padding:11px 13px;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    text-transform: uppercase;
    transition: 0.4s all ease-in-out 0s;
}

#fieldtabproductsisotope .fieldtabproductsisotope-filter:last-child {
    padding-right: 0;
}

.no-touch #fieldtabproductsisotope .fieldtabproductsisotope-filter a:hover,
#fieldtabproductsisotope .fieldtabproductsisotope-filter a.active {
    color: #ffffff;
    background: #fb5b06;
    transition: 0.4s all ease-in-out 0s;
}

#fieldtabproductsisotope .fieldtabproductsisotope-products {
    text-align: left;
    width: 100%;
}

#fieldtabproductsisotope .grid-sizer {
    opacity: 0;
    visibility: hidden;
    margin: 0 1%;
    padding: 0;
}
.isotope-grid {
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    margin: 0;
}

.no-touch .isotope-grid .item-buttons {
    opacity: 0;
}

.no-touch .isotope-grid .item:hover .item-buttons {
    opacity: 100;
}

.touch .isotope-grid .item-buttons {
    opacity: 100!important;
}

/*----------------------------------------------------------*/
/*
/* Media Queries
/*
/*----------------------------------------------------------*/

/*---------------------------------------*/
/* width >= 1680px
/*---------------------------------------*/
@media only screen and (min-width: 1680px)
{

}

/*---------------------------------------*/
/*  1280px <= width < 1680px
/*---------------------------------------*/
@media only screen and (max-width: 1679px)
{

}
@media (max-width: 1199px) and (min-width: 992px){
/*   .isotope-grid{
        margin-left: 11%;
        text-align: center;
    }*/
/*.isotope-grid li{
    width: 212px !important;
    height: 282px !important;
}*/
    #fieldtabproductsisotope .isotope-item{
        display: inline-block;
        float: left;
    }
}

/*---------------------------------------*/
/* 1136px <= width < 1280px
/*---------------------------------------*/
@media only screen and (max-width: 1279px)
{

}

/*---------------------------------------*/
/* 1024px <= width < 1136px
/*---------------------------------------*/
@media only screen and (max-width: 1135px)
{

}

/*---------------------------------------*/
/* 960px <= width < 1024px
/*---------------------------------------*/
@media only screen and (max-width: 1023px)
{

}

/*---------------------------------------*/
/* 768px <= width < 960px
/*---------------------------------------*/
@media only screen and (max-width: 959px)
{

}

/*---------------------------------------*/
/* 640px <= width < 768px
/*---------------------------------------*/
@media only screen and (max-width: 767px) and (min-width:420px)
{
   #fieldtabproductsisotope .isotope-item{
        width: 50%;
    }
}

/*---------------------------------------*/
/* 480px <= width < 640px
/*---------------------------------------*/
@media only screen and (max-width: 639px)
{

}

/*---------------------------------------*/
/* 420px <= width < 480px
/*---------------------------------------*/
@media only screen and (max-width: 479px)
{

}

/*---------------------------------------*/
/* 320px <= width < 420px
/*---------------------------------------*/
@media only screen and (max-width: 419px)
{
    #fieldtabproductsisotope .isotope-item{
/*        left: 50%;
        margin-left: -135px;*/
    }
}

/*---------------------------------------*/
/* 0px <= width < 320px
/*---------------------------------------*/
@media only screen and (max-width: 319px)
{

}

