.slider_prev, .slider_next{
	width: 69px ;
	height: 69px ;
	position: absolute;
	top: calc(50% - 30px) ;
	z-index: 20;
	cursor: pointer;
}
.slider_prev{
	background-image: url("../images/slider_prev.png");
	left: 28px;
	display: none;
}
.slider_next{
	background-image: url("../images/slider_next.png");
	right: 28px;
	display: none;
}
#mainp_newsslider{
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
	height: 644px;
}
.fooldal_slider_wrap{
	height: 644px;
}
#mainp_newsslider .sep{
	width: 45px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
}
.fooldal_slider_wrap {
	background-position: bottom center !important;
	background-size: cover !important;
	position: relative;
}
.flexslider{
	border:0 !important;
	margin: 0 0 6px !important;
}
.text_container{
	width: 593px;
	height: 544px;
	/*margin-right: -650px;*/
	margin-bottom: -550px;
	right: 0px;
	position: absolute;
	bottom: 0px;
	padding-left: 35px;
	background: rgb(5,10,13);
	background: -moz-linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
	background: -webkit-linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
	background: linear-gradient(180deg, rgba(5,10,13,0) 10%, rgba(5,10,13,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#050a0d",endColorstr="#050a0d",GradientType=1);
}

.text_container.visible{
	/*margin-right: 0px;*/
	margin-bottom: 0px;
	transition: all .8s ease-out;
}
.slide_title{
	bottom: 0;
	position: absolute;
	font-family: "Merriweather";
	font-size: 50px;
	font-weight: 300;
	color: #fff;
}
.flex-control-nav.flex-control-paging{
	display: none;
}
.des_append{
	position: absolute;
	right: 0;
	margin-right: -40px;
}
.des_append>div{
	height: 52px;
	float: left;
	width: 8px;
	background-color: white;
	margin-right: 4px;
	display: inline-block;
}
.des_append>div:first-child{
	background-color: #CEDCD4;
}

@media screen and (max-width: 1200px) {
	.slider_decor{
		height: 30px !important;
	}
	.des_append>div{
		height: 20px !important;
	}
}
@media screen and (max-width: 920px) {

	#mainp_newsslider{
		height: 500px !important;
	}
	.fooldal_slider_wrap{
		height: 500px ;
	}
	.text_container{
		height: 400px;
		width: 65%;

	}
	.text_container.visible{
		margin-bottom: 0px;
		transition: all .8s ease-out;
	}
	.slide_title{
		font-size: 30px;
	}
	.slider_decor{
		display: none;
	}
}
@media screen and (max-width: 660px) {
	.text_container{
		width: 100%;
		padding-left: 0px !important;
	}
	.slide_title{
		/*width: calc(100% - 240px);*/
		width: calc(100% );
		padding-left: 20px;
	}
	.sh2 .slide_title{
		width:100% !important;
		padding: 0px 30px !important;
		margin: 0px !important;
	}

	.sh2 .text_container{
		padding: 0px !important;

	}
}
@media screen and (max-width: 540px) {
	.slider_prev, .slider_next {
		display: none !important;
		width: 30px !important;;
		height: 30px !important;
		background-size: cover !important;

	}
	.text_container{
		/*padding-left: 25px !important;*/
	}
	.who_we_are .texts .slide_title br{
		display: none;
	}
	 .who_we_are .texts .slide_title {
		forn-size: 20px !important;
	}
}
@media screen and (max-width: 460px) {
	.slide_title{
		/*width: 60% !important;*/
	}
	.slide_title br{
		display: none;
	}
}