/* General Demo Style */

/*body, html { height: auto; }*/

.announce {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
}
.announce0 { top: -100%; }

.announce img { width: 100%; margin-bottom: -17px; }

.announce-txt {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	font-family: 'Exo 2'/*'Jura'/*'Roboto'*/, Calibri, Arial, sans-serif;
	font-weight: 100;
	font-size: 40px;
	color: #5ae;
	text-shadow: 0 0 5px #000;
}

.announce-clo, .announce-sho {
	position: absolute;
	z-index: 20;
	opacity: 0.5;
	cursor: pointer;
	left: 50%;
	width: 60px;
	height: 32px;
	margin-left: -30px;
}
.announce-clo { bottom: 0; }
.announce-sho { top: 0; }
.announce-clo:hover, .announce-sho:hover { opacity: 1; }

.slideClose {
	position: absolute;
	top: 5px;
	right: 45px;
}

.slideContainer {
	position: relative;
	top: 0; /*15%;*/
	left: 0;
	height: 100%; /*85%;*/
	width: 100%;
	overflow: hidden;
	background-color: #000;

	/*transition***********************************************/
	transition:			height 0.5s, top 0.5s;
	-webkit-transition: height 0.5s, top 0.5s;
	-moz-transition:	height 0.5s, top 0.5s;
	-o-transition:		height 0.5s, top 0.5s;
	/**********************************************************/
}
.slideContainer a {
	color: #fff;
	text-shadow: 0 0 5px #000;
	background-color: #222;
}

.slideSubMenu480 { }

.slideBoxClose {
	position: absolute;
	right: 8px;
	top: 5px;
	padding: 0 5px;
	width: 30px;
	color: #fff;
	text-shadow: 0 0 7px #000;
	z-index: 20;
	cursor: pointer;
}

.slideSubMenu {
	position: absolute;
	left: 0px;
	bottom: 70px;
	width: 100%;
	overflow: auto;
	color: #fff;
	text-shadow: 0 0 5px #000;
	font-family: 'Exo 2'/*'Jura'/*'Roboto'*/, Calibri, Arial, sans-serif;
	font-weight: 100;
}
.slideSubMenu b {
	display: block;
	margin-left: 20px;
	font-size: 25px;
	font-weight: 100;
}
.slideSubMenu b:before {
	content: attr(data-in);
	position: absolute;
	margin-left: -20px;
	height: 60px;
	width: 20px;
}
.slideSubMenu b:after {
	position: absolute;
	height: 60px;
	box-sizing: border-box;
	margin: 0 0 0 60px;
	padding: 17px 5px 0 10px;
	display: block;
	content: attr(data-inf);
	white-space: nowrap;
}
.slideSubMenu b:hover {
	background-color: #5ae;
	opacity: 0.9;
}
.slideSubMenu b:hover:before,
.slideSubMenu b:hover:after {
	background-color: #5ae;
}

	
.slideBox {
	position: relative;
/*	display: block;*/
	float: left;
	overflow: hidden;
	width: 33.3%;
	left: 0;
	height: 100%;
	top: 0;
	padding: 0px;
	background-size: cover;
	box-shadow: 0px 0px 10px 1px #000;
	cursor: pointer;
	opacity: 1;
	background-color: #333;
}
.slideBoxMin { width: 20%; }
.slideBoxMax { width: 60%; }
/*#slideBox1 { background-image: url(../img/light-contour/cube-int02.jpg); }
#slideBox2 { background-image: url(../ru/furniture/images/kitchen01.jpg); }
#slideBox3 { background-image: url(../ru/av/images/tv4001.jpg); }
#slideBox4 { background-image: url(../img/automation.jpg); }
/*#slideBox5 { background-image: url(../images/survilance.jpg); }
/*#slideBox5 { background-color: url(../images/survilance.jpg); }*/

.slideSubBox, .slideSubBox img,
.slideSubBox0, .slideSubBox0 img {
	position: fixed;
/*	width: 100%;*/
	height: 100%;
	background-color: #222;
}
.slideSubBox0 { opacity: 1; }

.insideSlide {
	position: absolute;
	left: 0;
	line-height: 100%;
	padding: 7px 10px 7px 10px;
	bottom: 6px;
	font-family: 'Exo 2'/*'Roboto'*/, Calibri, Arial, sans-serif;
	font-weight: 100;
	font-size: 50px;/*3.15em;*/
/*	text-shadow: 0 0 5px #000000;*/
	overflow: hidden;
/*	-ms-transform: rotate(270deg); /* IE 9 */
/*	-webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
/*	transform: rotate(-90deg);*/
}
.insideSlide-hover {
	background-color: #5ae;
	opacity: 0.9;
}

.shaded-05 { opacity: 0.5; }
.shaded-07 { opacity: 0.7; }
.opaque { opacity: 1; }
.page-shaded { opacity: 0.2; }


@media screen and (max-width: 480px) {
	body {
		padding-bottom: 0;
		/*transition***********************************************/
		transition:			padding 0.3s;
		-webkit-transition: padding 0.3s;
		-moz-transition:	padding 0.3s;
		-o-transition:		padding 0.3s;
		/**********************************************************/
	}
	.topBar { background-color: #111; /*rgba(0,0,0,0);*/ }

	.slideContainer a { box-shadow: none; background-color: #C03; }
	.insideSlide {
		font-size: 31px;
		bottom: 6px;
		margin: 0 0 0 29px;
		padding: 12px 5px 5px 5px;
	}
	.insideSlide-hover {
		bottom: auto;
		top: -3px;
	}
	.slideSubMenu480 {
		position:absolute;
		top:45px;
		bottom:0;
		left:0;
		width:100%;
	}
	.slideSubMenu {
/*		bottom: 47px;*/
		position: relative;
		height: 100%;
		top: 0px;
		left: 0px;
		bottom: 0px;
/*		margin-top: 47px;*/
		width: 100%;
		overflow: auto;
	}

	.slideSubMenu b { margin-left: 25px; }
	.slideSubMenu b:before {
		height: 50px;
		margin-left: -25px;
		width: 25px;
	}
	.slideSubMenu b:after {
		height: 50px;
		margin: 0 0 0 50px;
		padding: 11px 5px 0 10px;
	}

	.announce-clo, .announce-sho {
		width: 30px;
		height: 15px;
		margin-left: -15px;
	}
	.announce-clo { bottom: -5px; }
	.announce-sho { top: 5px; }

	.slideBox {
		float: none;
		width: 100%;
		height: 33.3%;
		box-shadow: none;
	}
	.slideBoxMin { height: 0; }
	.slideBoxMax { height: 100%; }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
	#logoBoxL, .topBar { height: 80px; }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#logoBoxL, .topBar { height: 80px; }
}

.topBarH2 { height: 100px; }
.top-100 { top: -50px; }
