@media (min-width:992px) {
    .col-lg-4-lv2 {
        padding: 3px;
    }
    .col-lg-3-lv2{
        padding:3px
    }
    .margin-lg-top{
        margin-top:50px
    }
	.thumbnail{
		height:400px;
		max-height:400px;
		overflow:hidden
	}
	.img-responsive-a{
		max-height:200px;
		width:auto;
		transition:all .5s linear
	}
}

@media (min-width:762px) and (max-width:991px) {
    .col-sm-4-lv2 {
        padding: 2px
    }
	.img-responsive-a{
		max-height:250px;
		width:auto
	}
}

@media (max-width:761px) {
    .col-xs-12-lv2 {
        padding-left:2px;
		padding-right:2px;
		margin-top:10px;
		margin-bottom:10px
    }
.col-xs-12-padding{
	padding:0
}
.img-responsive-a{
		max-height:250px;
		width:auto
	}
	.margin-xs-bottom{
		margin-bottom:10px
	}
}

div.thumbnail .img-responsive {
    padding: 50px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear
}

.bg {
    font-size: 20px;
    text-align: center;
    background: #1F1F1F;
    color: white;
    padding:10px
}
div.choose .active{
    background:#FE0000
}
.BA{
    overflow:hidden
}
.img-s{
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear
}
.img-scale{
    transform:scale(1.1)
}