/* iCheck plugin Polaris skin
----------------------------------- */
.icheckbox_polaris,
.iradio_birds,
.iradio_birds2,
.iradio_birds3,
.iradio_birds4,
.iradio_birds5 {
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 70px;
    border: none;
    cursor: pointer;
}

.icheckbox_polaris {
	background: url(polaris.png) no-repeat;
	 width: 51px;
    height: 51px;
}
.iradio_birds {
	background: url("../img/1.png") no-repeat;
}
.iradio_birds2 {
	background: url("../img/2.png") no-repeat;
}
.iradio_birds3 {
	background: url("../img/3.png") no-repeat;
}
.iradio_birds4 {
	background: url("../img/4.png") no-repeat;
}
.iradio_birds5 {
	background: url("../img/5.png") no-repeat;
}

.icheckbox_polaris {
    background-position: 0 0;
   float:left;
    margin: 0 10px 0 0;
}
.icheckbox_polaris.checked {
	background-position: -51px 0;
}
    
.iradio_birds, 
.iradio_birds2,
.iradio_birds3, 
.iradio_birds4,
.iradio_birds5 {
	background-position: 50% 50%;
	display:inline-block;
    margin: -4px 10px 0 0;
    opacity:0.3;
}
.iradio_birds3 {
	background-position: 50% 2px;
}
.iradio_birds.checked,
.iradio_birds2.checked,
.iradio_birds3.checked,
.iradio_birds4.checked,
.iradio_birds5.checked,
.iradio_birds:hover.checked,
.iradio_birds2:hover.checked,
.iradio_birds3:hover.checked,
.iradio_birds4:hover.checked,
.iradio_birds5:hover.checked
{
	opacity:1;
}

.iradio_birds:hover,
.iradio_birds2:hover,
.iradio_birds3:hover,
.iradio_birds4:hover,
.iradio_birds5:hover
{
	opacity:0.8;
}


/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* .icheckbox_polaris,
    .iradio_polaris {
        background-image: url(polaris@2x.png);
        -webkit-background-size: 310px 31px;
        background-size: 310px 31px;
    } */
}