/**
 * @tableofcontents
 *
 * 1. logo list
 */

/* @section 1. logo list */
div.wt-aseen-container {
    float: left;
    width: 100%;
    padding: 5px 0;
    background-color: #f9f9fa;
}

div.wt-aseen-logo {
    float: left;
    width: 160px;
    height: 80px;
    background-image: url("../../img/widget/sprite-asseen-icon.png");
    background-repeat: no-repeat;
    background-position: left 22px;
    margin-right: 38px;
}

div.wt-aseen-logo:last-child
{
    margin-right: 0;
}

#wt-aseen-logo1
{
    background-position: left 22px;
}

#wt-aseen-logo2
{
    background-position: left -54px;
}

#wt-aseen-logo3
{
    background-position: left -132px;
    width: 210px;
}

#wt-aseen-logo4
{
    background-position: left -224px;
    width: 80px;
}

#wt-aseen-logo5
{
    background-position: left -304px;
    width: 130px;
}

#wt-aseen-logo6
{
    background-position: left -375px;
    width: 130px;
}


.caming-strip-img {
    display: block;
    width: 100%;
    height: 90px;
    background: url(../../img/helowen-strip-img.jpg) no-repeat right top #01545a;
}

@media (max-width: 1200px) {

    div.wt-aseen-logo
    {
        margin-right: 12px;
    }

}
/* @reset styling for small screen size */

@media (max-width: 767px) {

    div.wt-aseen-container {
        padding: 5px 0 5px 0;
    }

    div.wt-aseen-logo
    {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin-right: 0;
    }


}

@media (max-width: 400px) {

    div.wt-aseen-logo:nth-of-type(1), div.wt-aseen-logo:nth-of-type(2)
    {
        display: none;
    }

    .caming-strip-img {
        background-position: 90% top;
    }


}
