#newsroomWrapper
{
    width: 1000px;
	max-width: 1268px;
	margin: 0 auto;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1268px){

    #newsroomWrapper {
        padding: 0 40px;
    }

}
@media screen and (max-width: 500px){

    #newsroomWrapper {
        padding: 0 20px;
    }

}

#newsroomWrapper #headline
{
    height: 50px;
    margin-bottom: 10px;
}

#newsroomWrapper #headline a
{
    float: right;
}

#newsroomWrapper #channels
{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}

#newsroomWrapper #channels ul
{
    padding: 0;

    list-style: none;
}


#newsroomWrapper #channels ul li
{
    font-size: 15px;
    line-height: 50px;
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    margin: 0 0 3% 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    background-color: #aaa;
}


#newsroomWrapper #channels ul li:nth-child(4)
{
    margin-right: 0;
}

#newsroomWrapper #channels ul li.active
{
    background-color: #ee2375;
}

#newsroomWrapper #channels ul li a
{
    font-size: 20px;
    line-height: 50px;

    display: block;

    width: 100%;
    height: 100%;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background-color: #aaa;
}

#newsroomWrapper #channels ul li.active a
{
    background-color: #ee2375;
}

#newsroomWrapper #channels ul li.active
{
    position: relative;
}

/*#newsroomWrapper #channels ul li.active:after{content:"\e084";position:absolute;top:15px;right:20px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;font-size:20px;line-height:1;color:#fff}*/
#newsroomWrapper #filter
{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

#newsroomWrapper #filter ul
{
    padding: 0;

    list-style: none;
}

#newsroomWrapper #filter ul li
{
    font-size: 14px;
    line-height: 24px;

    display: block;
    float: left;

    margin: 5px 5px;
    padding: 5px 15px;

    cursor: pointer;

    color: #fff;
    background: #aaa;
}

#newsroomWrapper #filter ul li.active
{
    background-color: #ee2375;
}

#newsroomWrapper #channels ul li a,
#newsroomWrapper #filter ul li
{
    border-radius: 5px;
}

#newsroomWrapper #newsroom-content
{
    clear: both;

    width: 100%;
}

#newsroomWrapper #newsroom-content .newscol
{
    overflow-x: hidden;

    width: 100%;
    margin: 5px 0;
    padding: 5px 0 10px;

    background-color: #eee;
}

#newsroomWrapper #newsroom-content .newscol > div
{
    margin: 0 5%;
}

#newsroomWrapper #newsroom-content .newscol .image
{
    margin-bottom: 5px;

    text-align: center;

    background-color: #fff;
}

#newsroomWrapper #newsroom-content .newscol .image img
{
    max-width: 100%;
    max-height: 130px;
    margin-top: 4px;
}

#newsroomWrapper #newsroom-content .newscol .feed-facebook .social-img
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(../images/fb.icon.png) left top no-repeat;
    background-size: 100% 100%;
}
#newsroomWrapper #newsroom-content .newscol .feed-facebook .social-img.tag {
	width: 200px;
	background-position: right top;
	background-size: 20px 20px;
	text-align: right;
	padding-right: 30px;
	color: #444;
}

#newsroomWrapper #newsroom-content .newscol .feed-youtube .social-img
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 49px;
    height: 19px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(../images/youtube.icon.png) left top no-repeat;
    background-size: 100% 100%;
}

#newsroomWrapper #newsroom-content .newscol .feed-twitter .social-img
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(../images/twitter.icon.png) left top no-repeat;
    background-size: 100% 100%;
}

#newsroomWrapper #newsroom-content .newscol .feed-linkedin .social-img
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(../images/linkedin.icon.png) left top no-repeat;
    background-size: 100% 100%;
}

#newsroomWrapper #newsroom-content .newscol .feed-tumblr .social-img
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(../images/tumblr.icon.png) left top no-repeat;
    background-size: 100% 100%;
}
#newsroomWrapper #newsroom-content .newscol .channel-branding
{
    position: absolute;
    top: 8px;
    right: 10px;

    display: block;

    width: 29px;
    height: 24px;
    padding: 0;

    text-indent: -1000px;

    background: transparent url(/wp-content/themes/brainlab/media/img/brainlab-logo-snake.png) left top no-repeat;
    background-size: 100% 100%;
}


.entryImage
{
    margin-top: 10px;
	
    text-align: center;
}

.entryImage img
{
    max-width: 100%;
    width: auto !important;
}

.entry-content h3
{
    margin-top: 10px;
    line-height: 1.3em;
}
.press h3,
.news h3 {
	margin-bottom: 6px;
}
.press p,
.news p {
	margin-top: 10px;
}
.news h6 {
	font-size: 16px;
}

#newsroomWrapper #newsroom-content .newscol .entry-content
{
    margin-bottom: 10px;
}

#newsroomWrapper #newsroom-content .newscol .read-more
{
    height: 22px;
}

#newsroomWrapper #newsroom-content .newscol .read-more a
{
    font-size: 14px;

    display: block;
    float: right;

    padding: 8px 15px;

    text-decoration: none;

    color: #fff;
    border-radius: 5px;
    /*background: #ee2375 url(../img/css/icons.svg) 123px 3700px no-repeat;*/
    background-color: #ee2375;
}


#newsroomWrapper #headline h1
{
    display: inline-block;
}

#uid1 #newsroomWrapper #newsroom-content .gradient
{
    position: relative !important;
    z-index: 1;
    top: 420px !important;
    bottom: 0 !important;
    left: 0 !important;

    display: block !important;

    width: 100%;
    height: 150px;

    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}

#uid1 #newsroomWrapper
{
    overflow: hidden;

    width: auto;
    height: 750px !important;
}

#uid1 #newsroomWrapper .linkToNewsroom
{
    font-size: 16px;
    font-weight: 700;

    position: absolute;
    top: 820px;
    bottom: 0;

    display: block;

    width: 100%;
    height: 30px;

    text-align: center;
}

#newsroomWrapper .linkToNewsroom
{
    display: none;
}

/*#newsroomWrapper #newsroom-content {
    width: 96%;
    overflow: hidden
}*/

#newsroomWrapper
{
    width: 100% !important;
}

#newsroomWrapper #newsroom-content .gradient
{
    display: none;
}


@media screen and (min-width: 380px){

    #newsroomWrapper #channels ul li{
        font-size:  18px;
    }

}



@media screen and (min-width: 1024px)
{
    #newsroomWrapper #newsroom-content .newscol
    {
        overflow-x: hidden;

        width: 30%;
        margin: 5px;
        padding: 5px 10px 10px;

        background-color: #eee;
    }

    .entryImage
    {
        margin-top: 10px;

        text-align: center;
    }

    #newsroomWrapper #newsroom-content .newscol > div
    {
        margin: 0;
    }

    #newsroomWrapper #channels ul li
    {
        font-size: 20px;
        line-height: 50px;

        display: block;
        float: left;

        width: 24% !important;
        height: 100%;
        margin: 0 1% 0 0;
        padding: 0;

        cursor: pointer;
        text-align: center;
        text-decoration: none;

        color: #fff;
        border-radius: 5px;
        background-color: #aaa;
    }

    #newsroomWrapper #filter ul li
    {
        font-size: 18px;
    }

    #newsroomWrapper #newsroom-content .newscol .read-more a
    {
        padding: 3px 15px;
    }
}
