﻿
div.sideboxcontent
{
    display:none;
}


/*----------------Sponsors----------------------*/

div.sponsors {
    float: left;
    width: 100%;
    margin: 0 auto;
}


.merica {
}

.sponsor2018 {
    border-top: 4px solid #808080;
    border-bottom: 4px solid #808080;
    color: white;
    background-image: url(../images/info_header.png);
    height: 80px;
    padding-top: 13px;
}

span.dim {
    display: inline-block;
    vertical-align: bottom !important;
    font-weight: bold;
    min-width: 200px !important;
    /*background-color: #ffffff !important;*/
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
    color: #fff;
    background: -moz-linear-gradient(top, rgba(7,34,77,0.6) 0%, rgba(7,34,77,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(7,34,77,0.6) 0%,rgba(7,34,77,0.6) 100%);
    background: linear-gradient(to bottom, rgba(7,34,77,0.6) 0%,rgba(7,34,77,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9907224d', endColorstr='#9907224d',GradientType=0 );
}

.sponsors ul {
    width: 100%;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 !important;
    text-align: center;
}

    .sponsors ul li {
        display: inline-block;
        float: none;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
    }


    .sponsors ul img {
        max-width: 200px;
        padding: 10px;
    }

ul.list-group, ul.list-group2 {
    width: 100%;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

    ul.list-group img {
        max-width: 200px;
    }

    ul.list-group li a, ul.list-group2 li a {
        float: left;
        margin-left: auto;
        padding-left: 20px;
        text-decoration: none;
    }

    ul.list-group li {
        float: left;
        padding: 0px 0px 10px 10px;
        text-align: center;
        width: 190px;
        height: 145px;
        padding-left: 0px;
        border: none;
    }



div.sponsor_left {
    border: 1px double #000000;
    clear: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

ul.list-group2 img {
    max-width: 100px;
    max-height: 60px;
    margin: 0 auto;
}

ul.list-group2 li {
    float: left;
    padding: 0px 0px 10px 10px;
    text-align: center;
    width: 110px;
    height: 70px;
    padding-left: 0px;
    border: none;
}






