@font-face {
	font-family:'BYekan';
	src: url('font/BYekan.eot');
	src:url('font/BYekan.eot?#iefix') format('embedded-opentype'),
		url('font/BYekan.woff') format('woff'),
		url('font/BYekan.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family:'iranian sans';
	src: url('font/iranian-sans.eot');
	src: url('font/iranian-sans.eot?#iefix') format('embedded-opentype'),
		 url('font/iranian-sans.woff') format('woff'),
		 url('font/iranian-sans.ttf') format('truetype'),
		 url('font/iranian-sans.otf') format('opentype');
}

@font-face {
	font-family:'gonzocons';
    src:url('font/gonzocons.eot');
    src:local('gonzocons'),
        url('font/gonzocons.eot?#iefix') format('embedded-opentype'),
        url('font/gonzocons.woff') format('woff'),
        url('font/gonzocons.ttf') format('truetype'),
		url('font/gonzocons.svg#gonzocons') format('svg');
}
body{
	background-color: #bebebe;
}
.main{
	position:absolute;
    box-shadow: 0px 0px 25px -3px #000000;
	max-width: 1280px;
	left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
	background: #ededed;
    margin-top: 0;
	margin-bottom: 0;
	font-family: 'BYekan';
	font-style: normal;
	z-index: 0;
	top:0;
}
h3{
	font-family: 'iranian sans';
	font-size: 1em;
}
a{
		text-decoration: none;
}
h4{
	font-weight: normal;
	color: #000000;
	font-size: 17px;
}
@media (min-width: 1250px) {
	.right-side-for-left{display: none;}
}
@media (min-width: 970px) and (max-width: 1250px) {
	.right-side{display: none;}
	.bottm1-1{display: none;}
	.bottom h2 a , .bottom h3 a, .bottom h4{color:#969696;font-weight: normal;}
}
@media (min-width: 500px) and (max-width: 970px) {
	.center-side{display: none;}	
	.right-side{display: none;}
	.right-side-for-left{display: block;}
	.logo-img2{display: none;}
	.bottm1-1{display: none;}
	.bottom h2 a , .bottom h3 a, .bottom h4{color:#969696;font-weight: normal;}
}
@media (min-width: 320px) and (max-width: 500px) {	
		.bottm1-1{display: none;}
}