/*Design By Vahid Majidi | Powered By اسکریپت.com*/

*{
    margin:0px;
    padding:0px;
    outline:none;
	border:none;
}
a:link{
    color:#FC0;
    text-decoration:none;
}
a:hover{
    color:#FC0;
    text-decoration:none;
}
a:visited{
    color:#FC0;
    text-decoration:none;
}
a:active{
    color:#FC0;
    text-decoration:none;
}
h1{
    color:#FC0;
    font-size:16px;
    letter-spacing:1px;
    margin:0px 0px 0px 10px;
}
h2{
    color:#FC0;
    font-size:15px;
    letter-spacing:1px;  
    margin:0px 0px 0px 10px;
}
h3{
    color:#FC0;
    font-size:14px;
    letter-spacing:1px;  
    margin:0px 0px 0px 10px;
}
h4{
    color:#FC0;
    font-size:13px;
    letter-spacing:1px;
    margin:0px 0px 0px 10px;
}
h5{
    color:#FC0;
    font-size:12px;
    letter-spacing:1px;
    margin:0px 0px 0px 10px;
}
h6{
    color:#FC0;
    font-size:10px;
    letter-spacing:1px;  
    margin:0px 0px 0px 10px;
}
p{
    color:#FFF;
    margin:10px auto;  
}
body{
    background-color:#fff;
    background:url(../images/back.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    font-family:tahoma;
    font-size:13px;
    line-height:25px;
    word-wrap:break-word;
	word-break:keep-all;
}
.main{
    width:980px;
    margin:0px auto;
}
#logo img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    clear:both;
}
#nav{
    width:720px;
    height:164px;
    margin-left:auto;
    margin-right:auto;
    margin-top:50px;
    z-index:100;
    clear:both;
}
#nav li{
    float:left;
    list-style:none;
    clear:right;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
     margin-right:10px;
     z-index:100;
}
#nav li:hover{
    margin-top:25px;
    cursor:pointer;
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
}
.li-hover{
     margin-top:25px;
    cursor:pointer;
    -webkit-transform:scale(1.2,1.2);
    -o-transform:scale(1.2,1.2);
    -ms-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
    -webkit-animation:vahid 1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-direction:alternate;
    -webkit-animation-timing-function:ease-in-out;
    -moz-animation:vahid 1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-direction:alternate;
    -moz-animation-timing-function:ease-in-out;
    -ms-animation:vahid 1s;
    -ms-animation-iteration-count:infinite;
    -ms-animation-direction:alternate;
    -ms-animation-timing-function:ease-in-out;
    -o-animation:vahid 1s;
    -o-animation-iteration-count:infinite;
    -o-animation-direction:alternate;
    -o-animation-timing-function:ease-in-out;
    animation:vahid 1s;
    animation-iteration-count:infinite;
    animation-direction:alternate;
    animation-timing-function:ease-in-out;
    opacity:1;
}
@-webkit-keyframes vahid{
    0%{opacity:0.6}
    100%{opacity:1}  
}
@keyframes vahid{
    0%{opacity:0.6}
    100%{opacity:1}  
}
@-moz-keyframes vahid{
    0%{opacity:0.6}
    100%{opacity:1}  
}
@-ms-keyframes vahid{
    0%{opacity:0.6}
    100%{opacity:1}  
}
@-o-keyframes vahid{
    0%{opacity:0.6}
    100%{opacity:1}  
}
#content{
    position:relative;
    margin-left:20px;  
}
#li1-1{
    direction:rtl;
    width:0px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    background:#000;
    filter:alpha(opacity=70);
    background-color:rgba(0,0,0,0.7);
    z-index:15;
    color:#FFF;
    border-radius:5px;
    overflow:auto;
    position:absolute;
}
#li2-1{
    direction:rtl;
    width:0px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    background:#000;
    filter:alpha(opacity=70);
    background-color:rgba(0,0,0,0.7);
    z-index:15;
    color:#FFF;
    border-radius:5px;
    overflow:auto;
    position:absolute;
}
#li3-1{
    direction:rtl;
    width:0px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    background:#000;
    filter:alpha(opacity=70);
    background-color:rgba(0,0,0,0.7);
    z-index:15;
    color:#FFF;
    border-radius:5px;
    overflow:auto;
    position:absolute;
}
#li4-1{
    direction:rtl;
    width:0px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
    background:#000;
    filter:alpha(opacity=70);
    background-color:rgba(0,0,0,0.7);
    z-index:15;
    color:#FFF;
    border-radius:5px;
    overflow:auto;
    position:absolute;
}
#share{
    position:absolute;
    top:50px;
    right:50px;
    width:50px;
    height:auto;
    display:none;
    overflow:visible;
}
#share img{
    margin-bottom:33px;  
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -moz-transition:all 0.5s;
    transition:all 0.5s;
}
#share img:hover{
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}
#footer{
    position:absolute;
    top:660px;
    width:350px;
    height:12px;
    padding:10px;
    background-color:rgba(0,0,0,0.7);
    margin-left:20px;
    border-radius:5px;
    display:none;
    clear:both;
}
#footer p{
  color:#FFF;
  margin-top:-6px;
}