﻿.marketingpartners
{
    position:relative;
    float:left;
    width:49%;
    margin-right:1%;
}

.marketingpartners a
{
    position:relative;
    float:left;
    width:47%;
    max-width:340px;
    margin-right:1%;
    padding:1%;
    display:block;
    min-height:60px;
    margin-bottom:10px;
    color:Black;
    background-color:#f6f6f6;
    text-decoration:none;
}

.marketingpartners a img.icon
{
    position:relative;
    float:left;
    margin-right:5px;
    width:60px;
    height:60px;
}

.latestnews a.article span.photocontainer{width:auto;max-width:30%;}

.latestnews a.article span.textcontainer
{
    float:left;
    overflow:hidden;
}

.latestnews a.article span.textcontainer img.icon
{
    position:relative;
    float:right;
    display:block;
    margin-top:5px;
    width:60px;
    height:60px;
}

.latestnews a.article span.description
{
    clear:none;
}

@media screen and (max-width:900px)
{
    .marketingpartners a{width:100%;}
}

@media screen and (max-width:600px)
{
    .marketingpartners{width:100%;margin-right:0;}
    .marketingpartners a{width:50%;}
}
@media screen and (max-width:450px)
{
    .marketingpartners a{width:100%;}
}
