.container-fluid{
  display: none;
}

.feed-item .first_letter_avatar{
  margin-bottom: 3px;
}

body{
  font-family: 'Open Sans';
  background: #f1f1f1;
}

h1.heading{
    float:left;
    text-align: left;
    font-size: 35px;
    line-height: 50px;
}

.search-tabs-blue{
    max-width: 100%;
    margin: 20px auto 0px auto;
    display: table;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,0.2);
}

.searchbox-big{
    max-width: 100%;
}

.search-tab-blue{
    float:right;
}

.search-example{
    max-width: 100%;
}

h2{
    font-weight: 400;
    color:#555;
}

.category_box{
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 30px;
    text-align: center;
    height:124px;
}

.category_box img{
    width:90px;
    height:90px;
    margin-left: auto;
    margin-right: auto;
}

.category_box p{
    text-align: center;
    color: #0088cc;
    font-size: 14px;
}
.category_box p.see_all_cat{
    text-align: center;
    color: #0088cc;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    /*font-style: italic;*/
    margin-top: 28px;
}

.category_link, .category_link:hover, .category_link:active, .category_link:visited{
    text-decoration: none;
}
.downloaded-part a, .downloaded-part a:hover, .downloaded-part a:active, .downloaded-part a:visited{
    text-decoration: none;
}
.curated_link, .curated_link:hover, .curated_link:active, .curated_link:visited{
    text-decoration: none;
}
.lib_link, .lib_link:hover, .lib_link:active, .lib_link:visited{
    text-decoration: none;
}
.download_card{
    margin-bottom: 30px;
    overflow:hidden;
}
    .download_card:hover{
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    }
    .download_card:active{
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        -webkit-transition: none;
        -moz-transition:none;
        -o-transition:none;
        -ms-transition:none;
        transition:none;
    }

.download-top{
    background: #f7f7f7;
    padding: 10px 15px;
    overflow:hidden;
}
    .download-top img{
        width:50px;
        float:left;
        margin-right: 10px;
    }
    .download-top p{
        line-height: 50px;
        float:left;
        margin-bottom: 0;
        letter-spacing: 0.125rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #7d97ad;
        font-size: 0.8125rem;
    }
    .download-bottom{
        padding: 20px 20px 10px 20px;
        overflow: hidden;
    }
    .downloaded-part{
        overflow: hidden;
        margin-bottom: 10px;
    }
        .img-cont{
            width:60px;
            height:60px;
            float: left;
            margin-right: 15px;
        }
        .downloaded-part img{
            width:60px;
        }
        .downloaded-part h3{
            font-size: 16px;
            color: #0088cc;
            font-weight: 400;
            line-height: 20px;
        }
        .downloaded-part h3 span{
            font-size: 12px;
            color: #aaa;
            font-weight: 400;
            font-style: italic;
        }

    .curated_card, .lib_card{
        overflow: hidden;
        margin-bottom: 30px;
    }
    .curated-top{
        height:130px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 120px 100px;
    }
    .curated-bottom, .lib-bottom{
        padding: 20px 0px;
        text-align: center;
        letter-spacing: 0.125rem;
        text-transform: uppercase;
        font-weight: 600;
        color: #7d97ad;
        font-size: 0.8125rem;
    }
    .img-overlay{
        width:100%;
        height:130px;
    }
    .img-overlay-1{
        background: rgba(2,179,228,0.6);
    }
    .img-overlay-2{
        background: rgba(2,204,186,0.6);
    }
    .img-overlay-3{
        background: rgba(255,162,52,0.6);
    }

    .lib-top{
        height:130px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100px 100px;
    }
    .lib-bottom{
        background: #f7f7f7;
        padding: 20px;
        height:45px;

    }
    
    .d-flex-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .curated_link{

    }
    .bg-octopart{background-image:url(https://snapeda-static.s3.amazonaws.com/images/library_icons/octopart.jpg);}
    .bg-seeed{background-image:url(https://snapeda-static.s3.amazonaws.com/images/library_icons/seeed.jpg);}
    .bg-3d{background-image:url(https://snapeda-static.s3.amazonaws.com/images/library_icons/3dmodel_100x100.png);}
    .bg-gans{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/gansystems.png);}
    .bg-microchip{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/Microchip-Logo.png);}
    .bg-lt{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/Linear-Technology.png);}
    .bg-silicon{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/Silicon-Labs.png);}
    .bg-ti{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/Texas-Instruments.png);}
    .bg-vishay{background-image:url(https://snapeda-static.s3.amazonaws.com/images/manufacturer-logos/VishayDesignHub.png);}
