﻿@font-face {
    font-family: "MyFont1";
    src: url(fonts/irsans.ttf) format("truetype");
}
@font-face {
    font-family: "MyFont2";
    src: url(fonts/BNazanin.ttf) format("truetype");
}

.bg{
	background-color:#CECEFF;
	background-image:url('images/tile6.jpg');
	margin: 0px;
}

#body{
	background-color:#CECEFF;
	background-image:url('images/tile6.jpg');
}

#header{
	font-family:Tahoma;
	direction:rtl;
	font-size:28px;
	background-color:#006699;
	padding-top:20px;
	color:white;
	text-align:center;
	height: 63px;" >
}

.scrolling_div{    
	font-family: MyFont2;
    background-color: darkgoldenrod;
    color: whitesmoke;
    padding: 3px;
    font-size: 18px;
}

.shadow_div{
	position:fixed;
	background-color:black;
	width:100%;
	height:100%;
	z-index:99;
	opacity:0.5;
	display:none;
	Top:0px;
	Left:0px;	
}
.shadow_content_div
{
	width: 500px;
    margin: 10% auto;
    background-color: white;
    border-radius: 5px;
	padding: 2%;
}
.shadow_text_div
{
	font-family:MyFont1;
	font-size:x-large;
    color: black;
    text-align: center;
    text-shadow: 4px 2px 7px;
}
.shadow_loading_image_div
{
	background-image: url('images/load1.gif');
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 1% auto;
}

.product_album_bg_shadow_div{
	position: fixed;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.7;
    display: none;
    Top: 0px;
    Left: 0px;	
	z-index:40;
}
.product_album_div{
	position: fixed;
    /* background-color: black; */
    width: 90%;
    height: 80%;
    margin:5%;
    /* opacity: 0.97; */
    display: none;
    Top: 0px;
    Left: 0px;	
	z-index:41;
}

#content{
	min-height:400px;
	font-family:Tahoma;
	padding:20px;
}

#menu{
	background-color:silver;
	/* height:30px; */
}

#footer{
	font-family:Tahoma;
	font-size:12px;
	text-align:center;
}

a{
	text-decoration:none;
	color:#006699;
}
a.myupmenu {
    display: inline-block;
}
a:visited{
	/* color:#006699; */
}

.myupmenu:hover{
	color:white;
	/* font-size:16px; */
	background-color: cornflowerblue;
	/* display: inline-block; */
}

a:hover{
	color:white;
}


.mylinks {
	font-family: Tahoma;
	text-decoration: none;
	
}

.myupmenu{
	text-decoration:none;
	padding:10px;
	font-family:Tahoma;
}


.div1{
background:lime;
width:100px;
	}

#cont{
	display:block;
	transition:width 1s, height 3s, transform 2s;
	-webkit-transition:width 1s, height 3s, -webkit-transform 2s; /* Safari */

	background-image:url('images/Light-Purple-Floral-Backgrounds-1000x750L.jpg');
	background-position:left bottom;	
	padding:20px;
	overflow:hidden;
	position:relative;
	background-color:white;
	width:800px;
	height:400px;
	margin:10px auto;
	opacity:0.85;	

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow:-3.5px 3.5px 5px #000000;-webkit-box-shadow:-3.5px 3.5px 5px #000000;box-shadow:-3.5px 3.5px 5px #000000;
}

#telegramBox{
	display:block;
	position:fixed;
	font-family:Tahoma;
	text-align:center; 
	background-color:white;
	left:20px; 
	bottom: 30px; 
	width: auto; 
	height: auto;
	opacity:0.9;
	padding:3px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-moz-box-shadow:-3.5px 3.5px 5px #000000;-webkit-box-shadow:-3.5px 3.5px 5px #000000;box-shadow:-3.5px 3.5px 5px #000000;

}
#telegramLink:hover{
color:navy;
}


.group_gbutton{
	background-color: slateblue;
	border:thin white solid;
	/* width:100px; */
	color:white;
	margin:5px;
	padding: 10px;
	text-decoration:none;
	border-radius: 5px;
	box-shadow: 2px 2px 2px gray;
	font-family:MyFont1;
	display: inline-block;
    cursor: pointer;
}


.group_gbutton:hover{
	background-color: darkslateblue;
	border:thin black solid;
	color: white;
}

.group_gbutton:visited{
	color:white;
}