.index_slider_wrapper{
	background: url('../images/index_slider.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	margin:0 auto;
}
.index_slider_wrapper_bottom{
	background: url('../images/index_slider_bottom.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
	margin-top:2%;
}
.index_slider_text_bottom{
	padding:20% 0%;
	text-align:left;
}
.index_slider_text{
	padding:15% 0%;
	text-align:left;
}
.index_slider_title1{
	display:inline-block;
	font-size:150%;
	font-weight:600;
	color:#282a2c;
	background:#FFF;
	text-transform:uppercase;
	padding:1% 2%;
}
.index_slider_title2{
	display:inline-block;
	font-size:150%;
	font-weight:600;
	color:#FFF;
	background:#282a2c;
	text-transform:uppercase;
	padding:1% 2%;
}
.index_slider_sub_title{
	display:inline-block;
	font-size:90%;
	font-weight:600;
	color:#282a2c;
	background:#cede3a;
	margin-top:40px;
	padding:15px;
	border-radius:30px;
}
.index_slider_sub_title:hover{
	color:#cede3a;
	background:#282a2c;
	cursor:pointer;
}
@media (max-width: 1100px){
.index_slider_title1{
	font-size:120%;
	font-weight:600;
	padding:1% 2%;
}
.index_slider_title2{
	font-size:120%;
	font-weight:600;
	padding:1% 2%;
}
.index_slider_sub_title{
	font-size:90%;
	font-weight:600;
	margin-top:40px;
}
}
@media (max-width: 680px){
.index_slider_title1{
	font-size:105%;
	font-weight:400;
	padding:1% 2%;
}
.index_slider_title2{
	font-size:105%;
	font-weight:400;
	padding:1% 2%;
}
.index_slider_sub_title{
	font-size:90%;
	font-weight:400;
	margin-top:20px;
	padding:10px;
}
}