/***************** body  **************************/

body {
    margin: 0;
    padding: 0;
}

@font-face {
	font-family:'B Nazanin';
	src: url('font/B Nazanin.eot?#') format('eot'),
		 url('font/B Nazanin.woff') format('woff'),
		 url('font/B Nazanin.ttf') format('truetype');
}

@font-face {
	font-family:'IranSans';
	src: url('font/IranSans.eot?#') format('eot'),
		 url('font/IranSans.woff') format('woff'),
		 url('font/IranSans.ttf') format('truetype');
} 

/***************** container  **************************/

.container{
	width: 100%;
	height: auto;
	margin:0px auto;
}

.bug{
	clear:both;
}

.item-main {
	position: fixed;
	top:270px;
	right:0px;
	height:auto;
	width:100%;
	background:url(../images/bg.png) repeat;
}

.item-main h1{
	font-family:'B Nazanin';
    font-size: 37px;
    font-weight: 700;
	padding:10px;
    line-height: 35px;
	text-align:center;
	direction:rtl;
	color:#c86e00;
}

.item-right {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    padding-right: 60px;
    width: 100%;
    background: rgba(0,0,0,.55);
}

.address{
	font-family:'B Nazanin';
	direction:rtl;
	color:#fff;
	right:0px;
	font-weight:100;
	float:right;
	font-size:26px;
	text-shadow: 1px 0px 0px #000;
}

.address span{
	font-family:'B Nazanin';
	direction:rtl;
	color:#ffb865;
	font-weight:100;
	float:right;
	font-size:26px;
	text-shadow: 1px 0px 0px #000;
}

.phone{
	font-family:'B Nazanin';
	direction:rtl;
	padding-bottom: 20px;
	color:#fff;
	font-weight:100;
	float:right;
	font-size:26px;
	position:relative;
	top:20px;
	text-shadow: 1px 0px 0px #000;
}

.phone span{
	font-family:'B Nazanin';
	direction:rtl;
	color:#ffb865;
	font-weight:100;
	float:right;
	font-size:26px;
}

.mail{
	font-family:arial;
	direction:rtl;
	color:#fff;
	font-weight:100;
	float:right;
	font-size:24px;
	margin-bottom:65px;
	position:relative;
	top:40px;
	text-shadow: 1px 0px 0px #000;
}

.mail span{
	font-family:'B Nazanin';
	direction:rtl;
	color:#d9a351;
	font-weight:100;
	float:right;
	font-size:28px;
	line-height:25px;
}

.mail a{
	font-family:arial;
	color:#fff;
	text-decoration:none;
}

.mail a:hover{
	color:#d9a351;
	transition: all 0.4s ease-in-out 0s;
}

#slideshow {
    position:relative;
	z-index:-1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow img {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
		
@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; 
	}
}
