﻿body {
    padding:0;
    margin:0;
}

.teamsBg{width:980px;direction:rtl;}
.teamsWrap{position: relative;width: 960px;margin-right:13px;}

.country {
    height:196px;width: 236px;padding: 0;font-family:Arial; font-size:24px; font-weight:normal; color:#ffffff; 
    text-align:center;
    float:right;
    position:relative;

    background-image:url(../images/cube_bg.png);
    margin-right:2px;
    cursor:pointer;
}

.breakerHouse
{
    font-family: Arial;
    color:#ffffff;
    font-size: 20px;
    font-weight: 400;
    clear:both;
    padding-top:25px;
}

.Countries_logo {
    width:85px;
}

.Countries_name {

}

.Countries_logo_wrap {
    padding-top:37px;
}

.country:hover {
    background-color: rgba(0, 0, 0, .5);
    opacity:0.7 !important;
}

.country:hover .Countries_name {
    color:#F1F3F5 !important;
}




