/*
.flip
{
    -webkit-perspective: 800;
    perspective: 800;
    position: relative;
    text-align: center;
}
.flip .card.flipped
{
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}


.flip .card.flippedIE
{
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}



.flip .card
{
    height: 220px;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
    transform-style: preserve-3d;
    transition: 0.5s;
}



.flip .card .face
{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}
.flip .card .front
{
    position: absolute;
    width: 100%;
    z-index: 1;
}
.flip .card .back
{
    
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.inner
{
    height: 210px;
    margin: 0px !important;
}
.inner img {margin: 0 auto;}

.flip .card .back p 
{
    font-size: 14px;
    }
.flip .card .back a 
{
    font-size: 12px;
    color:Blue;
    }
    */
    /* ================================================================================================== */
    
    
    
    /* ===  Portfolio === */
.portitem
{
    width: 100%;
    height: 220px;
    float: left;
    padding: 7px;
    float: left;
    border: 1px solid #ccc;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.portitem img
{
    border: 0px solid white;
}
.portitem span
{
    background: white;
    padding: 7px;
    width: 246px;
    position: absolute;
    bottom: -30px;
    left: 8px;
    color: black;
    text-shadow: 1px 1px white;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
    
    
/***** teste sponsors*/




.sponsorListHolder
{
    margin-bottom: 30px;
}

.sponsor
{
    width: 100%;
    height: 100%;
    float: left;
    /* margin: 4px; /* Giving the sponsor div a relative positioning: */
    position: relative;
    cursor: pointer;
}

.sponsorFlip
{
    /*  The sponsor div will be positioned absolutely with respect 		to its parent .sponsor div and fill it in entirely */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    
    background: url("../images/sponsor-background.jpg") no-repeat center center #f9f9f9;
    background-size: 100%; 
    padding: 6px;
}

.sponsorFlip:hover
{
    /*
    border: 1px solid #999; /* CSS3 inset shadow: *
    -moz-box-shadow: 0 0 30px #999 inset;
    -webkit-box-shadow: 0 0 30px #999 inset;
    box-shadow: 0 0 30px #999 inset; 
    */
}


.sponsorFlip img
{
    /* Centering the logo image in the middle of the .sponsorFlip div *
    position: absolute;
    top: 38.5%;
    left: 28.5%; */
    margin: 0 auto;
    margin-top: 4px;
}

.sponsorData
{
    /* Hiding the .sponsorData div */
    display: none;
}

.sponsorDescription
{
    color: Black;
    font-size: 14px;
    padding: 10px 10px 20px 20px;
    font-style: italic;
    text-align:justify;
}

.sponsorURL
{
    color: #0000ff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
}






