/* border-round */
.br50p{
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.br5{
-o-border-radius: 5px;
-ms-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.br6{
-o-border-radius: 6px;
-ms-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.br6S{
-o-border-radius: 6px !important;
-ms-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
-moz-border-radius: 6px !important;
border-radius: 6px !important;
}
.br10{
-o-border-radius: 10px;
-ms-border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.br20{
-o-border-radius: 20px;
-ms-border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

/* round */
.round120{
width:120px;height:120px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round100{
width:100px;height:100px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round80{
width:80px;height:80px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round60{
width:60px;height:60px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round50{
width:50px;height:50px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round40{
width:40px;height:40px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round48{
width:48px !important;height:48px !important;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round36{
width:36px;height:36px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}


.round22{
width:22px;height:22px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}

.round20{
width:20px;height:20px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}
.round12{
width:12px;height:12px;
-o-border-radius: 50%;
-ms-border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;

background-repeat:no-repeat;
background-position:center center;
}

.square,
.round{
background-repeat:no-repeat;
background-position:center center;
}
.bgs-c,
.background-contain{
background-size:contain;
}