#bg-slider {
	/*background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;*/
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	/*z-index: 0;*/
	}
	
.bg-slider {
	opacity: 0;
	top: 0;	
	left: 0;
	position: absolute;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	z-index: 10;
	visibility: hidden;
	}
.text_slide {
	/*margin-left: 100px;
	margin-top: 200px;
	display: block;
background-color: red;*/
height: 100%;
/*vertical-align: bottom;*/
}	

.text_slide > div {
	position: absolute;
	bottom: 40px;
}

.text_slide h1 {
	/*background-color: #8e0000;
	background-color: rgba(180, 0, 0, 0.8);
	color: #fff;*/
	display:inline-block;
	padding: 5px 7px;
	font-size: 20px;
}

.text_slide p {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	color:#FFF;
	display:inline-block;
	padding: 5px 7px;
	margin-bottom: 2px;
	font-size: 12px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.text_slide h1 {
		font-size: 30px;
	}
	
	.text_slide p {
		font-size: 14px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.text_slide h1 {
		font-size: 45px;
	}
	
	.text_slide p {
		font-size: 16px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.text_slide h1 {
		font-size: 60px;
	}
	
	.text_slide p {
		font-size: 18px;
	}
}


	
#nokhte {
	z-index: 20;
	/*position: relative;
	margin-right: 50px;
	margin-top: 335px;
	float: right;*/
	position: absolute;
	bottom: 5px;
	right: 5px;
	}

/*#nokhte ul {
	list-style: none;
	}
	*/
#prev_faramarz_slide, #pause_faramarz_slide, #next_faramarz_slide {
	text-indent: -999em;
}

.nokhte {
	background-image: url(../images/slideshow/nokhte1.png);
	width: 9px;
	height: 9px;
	/*float: left;*/
	display: inline-block;
	margin-right: 5px;
	background-position: top;
}

.active_state {
	background-position: bottom;
	}			
	
#nokhte li:hover {
    background-position: bottom;
    }	

.links {
	background-color: #0F6;
	height: 12px;
	width: 12px;
	
	
	}	
.links hover{
	}
/*------------------------------------------------------*/	
#slide_btns_container {
	/*float:left;*/
	position: absolute;
	z-index: 10;
	/*margin-top: 323px;	*/
	left: 5px;
	bottom: 5px;
}
	
#next_faramarz_slide , #pause_faramarz_slide ,#prev_faramarz_slide {
	float:left;
	background-size: cover;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin-left: 3px;
	
}

#prev_faramarz_slide {
	background-image: url(../images/slideshow/11.png);
}

#pause_faramarz_slide {
	background-image: url(../images/slideshow/13.png);
}

#next_faramarz_slide {
	background-image: url(../images/slideshow/14.png);
}

#pause_faramarz_slide.stop_state {
	background-image:url(../images/slideshow/10.png);
}