


 
@import url('https://fonts.googleapis.com/css?family=OpenSans:400,500,700');

ul.sponsor
{
margin:0px;
padding:0px;
list-style-type:none;
-webkit-backface-visibility: hidden; backface-visibility: hidden;  
}
.n_spons
{
position:relative;
background:#ccc; 
width:220px;
height:34px;
margin-bottom:5px;
}
.link_bg
{
 width:40px;
 height:34px;
 font-weight:bold;
 position:absolute;
 background:#2f2c2a;
 color:#915547;
 z-index:2;
}
.link_bg i
{
 position:relative;
 font-weight:bold;
}
.link_title
{
position:absolute;
font-weight:bold;
width:100%;
z-index:3;
color:#915547;
}
.link_title:hover .icon
{
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-o-transform:rotate(360deg);
-ms-transform:rotate(360deg);
transform:rotate(360deg);  
}
.n_spons:hover .link_bg
{
width:100%;
background:#2f2c2a;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;  
}
.n_spons:hover a
{
font-weight:bold;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;
 transition:all .5s ease-in-out;  
}
.icon
{
position:relative;
width:40px;
height:34px;
text-align:center;
color:#e6d7cb;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out; 
-o-transition:all .5s ease-in-out; 
-ms-transition:all .5s ease-in-out;   
float:left;
transition:all .5s ease-in-out;  
float:left; 
margin-top: 5px; 
}
.icon i{top:16px;position:relative;}

a.spns{
display:block;
position:absolute;
float:left;
font-family:open sans;
color: #915547;
text-decoration:none;
font-weight: bold;
width:100%;
height:34px;
text-align:center;
margin-top: 5px; 
}
span
{
margin-top:0px;
display:block;
}


