.lego-banner {
    box-sizing: border-box;
	display: inline-block;
	border: 0px solid #ffca00;
	background: #fff;
	padding: 10px 0px;
	border-radius: 4px;
}

.lego-banner-back{
	background-size: 100%;
	/*float:left;
	width:80%;*/
	
}

.lego-ages {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 5px 0 10px 0px;
}

.lego-ages::before {
	content: ' ';
	display: block;
	width: 44%;
	background-image: url('bricks-bg.png');
	background-size: cover;
	height: 43px;
	position: absolute;
	right: 120px;
	z-index: 0;
}
.lego-ages-text {
	background: #ffca00;
	color: #000;
	display: inline-block;
	padding: 10px;
	margin-left: 6px;
	border-radius: 4px 4px 0 0;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'rol_condensedbold';
	margin-bottom: 10px;
}
.lego-ages-items {
    border: 0px solid #ffca00;
    background: #fff;
    /*padding: 10px 5px;*/
    border-radius: 4px;
}

.lego-ages-items:after {
    content: ' ';
    display: block;
    clear: both;
}
.lego-ages-items-novelty {
	border: 0px solid #ffca00;
	background: #fff;
	padding: 0px;
	border-radius: 4px;
	/*padding-left: 35px;*/
	width: 145px;
}

.lego-ages-items-novelty:after {
    content: ' ';
    display: block;
    clear: both;
}

.lego-ages-sort-link-item:hover .lego-ages-sort-link-item-text {
    color: #fff;
    background: #fa0000; /* Old browsers */
    background: -moz-linear-gradient(top,  #fa0000 0%, #891212 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fa0000 0%,#891212 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fa0000 0%,#891212 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa0000', endColorstr='#891212',GradientType=0 ); /* IE6-9 */
}

.lego-ages-sort-link-item:before {
    background-size: cover;
    background-position: center 0;
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}

.lego-ages-sort-link-item {
    width: 100%;
    height: 235px;
    background-size: cover;
    float: left;
    background-position: 0 0;
    position: relative;
    margin-top: -50px;
	margin-bottom: 25px;
}


.lego-ages-sort-link-item:after {
    background-size: cover;
    background-position: center center;
    content: ' ';
    height: 62%;
    width: 100%;
    left: 0;
    top: 20px;
    position: absolute;
    top: 50px;
    z-index: 0;
    border-radius: 4px 4px 0 0;
   /* border: 2px solid rgba(255,255,255, .4);*/
    background-position-y: -5px;
}

.lego-ages-img1-4:before {
    background-image: url('1-4.png');
}
.lego-ages-img1-4:after {
    background-image: url('bg-1.png');
}
.lego-ages-img1-4:hover:after {
    background-image: url('hover-bg.png'), url('bg-1.png');
}
.lego-ages-img5-6:before {
    background-image: url('5-6.png');
}
.lego-ages-img5-6:after {
    background-image: url('bg-2.png');
}
.lego-ages-img5-6:hover:after {
    background-image: url('hover-bg.png'), url('bg-2.png');
}
.lego-ages-img7-8:before {
    background-image: url('7-8.png');
}
.lego-ages-img7-8:after {
    background-image: url('bg-3.png');
}
.lego-ages-img7-8:hover:after {
    background-image: url('hover-bg.png'), url('bg-3.png');
}
.lego-ages-img9-11:before {
    background-image: url('9-11.png');
}
.lego-ages-img9-11:after {
    background-image: url('bg-4.png');
}
.lego-ages-img9-11:hover:after {
    background-image: url('hover-bg.png'), url('bg-4.png');
}
.lego-ages-img12-99:before {
    background-image: url('12-99.png');
}
.lego-ages-img12-99:after {
    background-image: url('bg-5.png');
}
.lego-ages-img12-99:hover:after {
    background-image: url('hover-bg.png'), url('bg-5.png');
}

.lego-ages-sort-link-item-text {
	font-family: 'rol_condensedbold';
    background: #ffca00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffca00 0%, #e9b801 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffca00 0%, #e9b801 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffca00 0%, #e9b801 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#e9b801',GradientType=0 ); /* IE6-9 */
	
	
    line-height: 1.5;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
 /*   border-width: 0 2px 2px 2px;
    border-style: solid;
    border-color: rgba(255,255,255, .4);*/
    border-radius: 0 0 4px 4px;
    text-align: center;
    font-size: 1.8em;
    color: #000;
    font-weight: bold;
    z-index: 2;
}

.menu-submenu-item-lego {
	background: white;
	border: 1px solid #e9e9e9;
	/* margin: 0px; */
	/* width: 143px; */
	/* float: left; */
	/* padding: 1px; */
	-moz-box-shadow: 0px 0px 10px #e8e8e8;
	-webkit-box-shadow: 0px 0px 10px #e8e8e8;
	box-shadow: 0px 0px 10px #e8e8e8;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: -5px;
	margin-right: -5px;
}

.menu-submenu-item-lego a{
	display: block;
	color: #005F8C;
	text-transform: uppercase;
	font-family: "rol_condensedbold";
}

.lego-image-big{
	/*display: inline-block;*/
	/*height: 110px;*/
	width: 100%;
}  
.lego-image-big img { width: 100%;}

div.lego-series {
	background-color: #FFFFFF;
	/* margin-left: 3px; */
	/* padding-top: 5px; */
}
div.lego-series a{
	display: block;
	 -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
	
}
div.lego-series a:hover{
	color: #FF0000;
	border-color:#FF0000;
	box-shadow: 0px 0px 1px #e8e8e8;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	transform: scale(1.06);
	
}

.sis-lego__addition-banners {
    float: right;
    width: 18%;
}
.sis-lego__addition-banners-wrap {
    display: block;
    width: 140px;
    height: 175px;
    color: #000;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    text-align: center;
    padding-top: 75px;
    background-size: cover;
    background-image: url(order-link-bg2.png);
}

.lego-ages-sort-link-item-novelty {
    width: 100%;
    height: 180px;
    background-size: cover;
    float: right;
    background-position: 0 0;
    position: relative;
    margin-top: -10px;
}


.lego-ages-sort-link-item-novelty:after {
    background-size: cover;
    background-position: center center;
    content: ' ';
    height: 100%;
    width: 100%;
    left: 0%;
    top: 0px;
    position: absolute;
    z-index: 0;
    border-radius: 4px;
   /* border: 2px solid rgba(255,255,255, .4);*/
    background-position-y: 0px;
}
.lego-ages-sort-link-item-novelty:before {
    background-size: cover;
    background-position: 0 0;
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}
.lego-ages-img-novelty:before {
    background-image: url('order-link-bg2.png');
}
.lego-ages-img-novelty:after {
    background-image: url('bg-novelty.png');
}
.lego-ages-img-novelty:hover:after {
    background-image: url('hover-bg-novelty.png'), url('bg-novelty.png');
}






@media (max-width: 361px) {
    .lego-ages-sort-link-item-text {
	line-height: 1.8;
	font-size: 1.4em;
	}
	.lego-ages-items .col-xs-4{
	width:50%;
	}
	.lego-banner-back, .lego-banner .col-xs-4  {
    width: 100%;
	}
	
}

@media (min-width: 362px) and (max-width: 575px) {
	.lego-ages-sort-link-item-text {
	line-height: 1.8;
	font-size: 1.4em;
	}
	.lego-banner-back, .lego-banner .col-xs-4  {
    width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 660px) {
    .lego-banner-back {
    
}
}