


.back-to-top{
	width:50px;
	height:36px;
	background:url(/templates/demodizzy/images/indiana/slider/back-to-top-sprite.png) 0 0 no-repeat;
	position:fixed;
	left:10%;
	bottom:5%;
	z-index:1000;
}

.back-to-top:hover{
	background-position:0 100%;
}


/*js css*/

.gallery_all{
	position:absolute;
	top:260px;
	left:0;
	right:0;
	height:500px;
	overflow:hidden;
	z-index:1;
	background: rgba(0,0,0,0.75);
}

.gallery_all ul{
	position:relative;
}

.gallery_all li{
	float:left;
	width:267px;
	position:relative;
	top:177px;
	z-index:1;
}
.gallery_all li a, .gallery_all li a:hover{
	text-decoration:none;
}
.gallery_all li img{
width:100%;
height:auto;
//max-height: 100%;
//max-width: 100%;
}

.gallery_all .big{
	width:534px;
	height:500px;
	top:0;
	z-index:2000;
}

.gallery_all .prev{
	width:36px;
	height:50px;
	background:url(/templates/demodizzy/images/indiana/slider/prev-next-sprite.png) 100% 0 no-repeat;
	display:block;
	position:absolute;
	left:50%;
	top:62px;
	margin-left:-350px;
	z-index:5000;
	zoom:1;
}

.gallery_all .next{
	width:36px;
	height:50px;
	background:url(/templates/demodizzy/images/indiana/slider/prev-next-sprite.png) 100% 100% no-repeat;
	display:block;
	position:absolute;
	right:50%;
	top:62px;
	margin-right:-350px;
	z-index:5000;
}

.gallery_all .next:hover{
	background-position:0 100%;
}

.gallery_all .prev:hover{
	background-position:0 0;
}

.tip{
	font-family: 'helios_cond';
	width:478px;
	height:61px;
	top:242px;
	background-image:url(/templates/demodizzy/images/bg_anons.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:26px 28px;
}

.tip h3{
	font-size:15px;
	color:#77a738;
	text-transform:uppercase;
	margin-bottom:6px;
}

.tip p{
	font-size:12px;
	color:#dc4a67;
	text-transform:uppercase;
}

.tip .rm{
	background: url(/templates/demodizzy/images/indiana/slider/more2.png) no-repeat;
	background-position:center center;
	width:27px;
	height:32px;
	position:absolute;
	right:14px;
	bottom:44px;
	left:auto;
	top:auto;
}

.gallery_all li .tip{
	display:none;
}

/*additional classes*/

.rm{
	width:22px;
	height:17px;
	background:url(/templates/demodizzy/images/indiana/slider/more.png) no-repeat;
	display:inline-block;
	position:relative;
	left:4px;
	top:2px;
}

.red-bg{
	background:#f12048;
}

.gray-bg{
	background:#2f2f2f;
}

.gallery_all .big .tip{
	display:block;
}


/*---------------------*/
.anons_sl{
	font-family: 'helios_cond';
	width:487px;
	height:93px;
	top:242px;
	margin-left:-4px;
	background-image:url(/templates/demodizzy/images/bg_anons.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding:26px 28px;
}

.anons_sl h3{
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}

.anons_sl p{
	font-size:12px;
	line-height:18px;
	color:#fff;
	text-transform:uppercase;
}

.anons_sl .rm{
	background: url(/templates/demodizzy/images/indiana/slider/more2.png) no-repeat;
	background-position:center center;
	width:27px;
	height:32px;
	position:absolute;
	right:3px;
	bottom:62px;
	left:auto;
	top:auto;
}

.gallery_all li .anons_sl{
	display:none;
}

.gallery_all .big .anons_sl{
	display:block;
}










.gallery_all_o_brende{
	position:relative;
	top:30px;
	height:300px;
}
.gallery_all_o_brende ul{
}


