#content .home_slider {
	position: relative;
	height: 100%;
}

#content #slide {
	margin: 0;
	padding: 0;
	list-style: none none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
}

	#content #slide li {
		position: absolute;
		top: 0;
		left: 0;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	#content #slide img {
		display: block;
		width: 100%;
		height: 100%;
	}

#content #text_up,
#content #text_down {
	position: absolute;
	right: 5px;
	z-index: 2;
	width: 80px;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/bgr_text_slide_arrows.png) no-repeat 50% 0;
}

#content #text_down {
	background-position: bottom;
}

#content #image_slide_bar {
	display: none; /* toggle to display navigation */
	position: absolute;
	left: 10px;
	z-index: 1;
	margin: 0;
	padding: 4px;
	list-style: none none;
	width: 20px;
}

	#content #image_slide_bar li {
		height: 20px;
		margin: 0 0 12px 0;
		background-color: rgba(0, 0, 0, 0.74);
		cursor: pointer;
	}

	#content #image_slide_bar li.selected {
		margin: 0 0 14px 1px;
		width: 18px;
		height: 18px;
		transform: rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
	}

		#content #image_slide_bar li a {
			display: none;
		}

#content #text_slide {
	position: absolute;
	right: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none none;
	overflow: hidden;
	width: 560px;
	height: 260px;
	background: url(../images/blackBgrOpcity.png);
	color: #D6D6D6;
}

#content #text_slide li {
	overflow: hidden;
	position: relative;
	height: 240px;
	padding: 20px 110px 0 20px;
}

	#content #text_slide li h2 {
		margin-top: 0;
		margin-bottom: 5px;
		color: #fff;
		font-family: Helen_ProL_ight;
		font-weight: normal;
	}
        
        #text_slide li h2 sup {
            font-size: 30px;
        }
        
	#content #text_slide li p {
		margin: 5px 0 10px 0;
		font-family: Helen_ProL_ight;
	}
	
.home #content {
	height: 320px;
}

#content #text_slide li p .descr,
#content #text_slide li p .descr_tablet {
	display: none;
}

@media only screen and (min-width : 481px) {
	#content #text_slide li p .descr_phone {
		display: none;
	}
	
	#content #text_slide li p .descr_tablet {
		display: block;
	}
}

@media only screen and (min-width : 1025px) {
	#content #text_slide li p .descr_tablet {
		display: none;
	}
	
	#content #text_slide li p .descr {
		display: block;
	}
}

@media only screen and (min-width : 240px) and (orientation:portrait) {	.
	.home #content {
		height: 456px;
	}
	
	#content #text_slide li h2,
	#content #text_slide li p {
		font-size: 120%;
		line-height: 100%;
	}
	
        #text_slide li h2 sup {
            font-size: 20px;
        }
	#content #text_slide li .see_more {
		font-size: 80%;
	}
}

@media only screen and (min-width : 480px) and (orientation:landscape) {
	.home #content {
		height: 320px;
	}
        
        #text_slide li h2 sup {
            font-size: 20px;
        }
}

@media only screen and (min-width : 800px) and (orientation:landscape) {
	.mobile #text_slide {
		height: 260px !important;
	}
	.mobile  #text_slide .descr_tablet {
		display: block !important;
	}
	.mobile  #text_slide li {
		height: 240px !important;
	}
	.mobile #text_up {
		bottom: 335px !important;
	}
}

@media only screen and (min-width : 800px) {
	x#content #text_slide li p .descr {
		display: block;
	}

	.home #content {
		height: 100%;
	}
	
	#content #text_slide li h2 {
		font-size: 45px;
		text-transform: none;
		line-height: 35px;
	}

	#content #text_slide li p {
		line-height: 22px;
		font-size: 22px;
		overflow: hidden;
		max-height: 123px;
	}
        
        #text_slide li h2 sup {
            font-size: 30px;
        }
}