@font-face {
	font-family: 'yekan';
	src:  	url('fonts/yekan.eot#')format('eot'), 
			url('fonts/yekan.woff') format('woff'),
			url('fonts/yekan.ttf') format('truetype');		
}

html, body {
	background: #000000 !important;
    font-family: "yekan",tahoma,arial;
}
.container{
	width: 970px !important;
}

.img-center {
    margin: 0 auto;
}

.top-border-first{
	border-top: 4.1px solid #fff;
    position: relative;
    top: 119.5px;
    margin: 0;
}
.top-border-second{
	border-top: 4.9px solid #fff;
    position: relative;
    top: 158.5px;
    margin: 0;
}
.top-border-third{
	border-top: 2px solid #fff;
    position: relative;
    top: 176.5px;
    margin: 0;
}

.bottom-border-first{
	border-top: 1px solid #b7b6b6;
    position: relative;
    top: 56.86px;
    margin: 0;
}
.bottom-border-second{
	border-top: 2px solid #e9e9e9;
    position: relative;
    top: 65.2px;
    margin: 0;
}
.bottom-border-third{
	border-top: 2px solid #e9e9e9;
    position: relative;
    top: 93.5px;
    margin: 0;
}
.bottom-border-fourth{
	border-top: 1px solid #b7b6b6;
    position: relative;
    top: 101.5px;
    margin: 0;
}

.propaganda{
	position: absolute;
    right: -20px;
    top: 30px;
	background-image: url("/img/persian_st.jpg");
	width: 150px;
	height: 150px;
	background-position: center center;
	background-size: contain;
}
 

.img-saze{
	background-image: url("../img/saze.png");
	background-size: cover;
	width: 100%;
    height: 225px;
    
	transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
}
.img-saze:hover{
	background-image: url("../img/saze1.png");
}
.img-light{
	background-image: url("../img/light.png");
	background-size: cover;
	width: 100%;
    height: 225px;
	
	transition: 0.6s ease-in-out;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
}
.img-light:hover{
	background-image: url("../img/light1.png");
}