﻿@charset "utf-8";
@font-face {
font-family: 'Yekan';
src: url('fonts/B Yekan.eot');
src: url('fonts/B Yekan.eot?#iefix') format('embedded-opentype'),
	 url('fonts/B Yekan.woff') format('woff'),
	 url('fonts/B Yekan.ttf') format('truetype'),
	 url('fonts/B Yekan.svg#B Yekan') format('svg');
}

body{ direction: rtl;margin: 0;padding: 0;text-align: center;background: url('bgSlideShow/images/image1.jpg') no-repeat center center fixed;}
body,div,span,a{ font-family: Yekan;text-decoration: none}

#logo{border-radius: 10px;height: 100px;width: 100px;-webkit-transition:0.5s;transition:0.5s;margin-top: 20px}
#logo:hover{-webkit-transform: scale(1.1);transform: scale(1.1);}

#content{display: none;-webkit-transition:0.5s;transition:0.5s;}
#title{ color: black;font-weight: bold;font-size: 220%;text-shadow: 0 3px 0 rgba(16, 55, 80, 0.2);background: rgba(255,255,255,0.7);}

.HomeBox{cursor:pointer;display: block;padding:30px;margin:5px 80px;;height: 80px;font-size: 180% ;text-align: right;border-radius:5px;-webkit-transition:0.5s;transition:0.5s;}
.HomeBox:hover{box-shadow: 0 2px 8px #334;border-radius:15px;-webkit-transform: scale(1.02);transform: scale(1.02);}
.HomeBox div{color: #2d2d2d;font-size: 13px;margin-top: 5px;float: left}

#footer{font-size: 15px;color: #2e3c4a;font-weight: bold;margin:20px;text-decoration: none;-webkit-transition:1s;transition:1s;display: block}
#footer:hover{color:#063558;text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);}

#wait{display: none;float:right;background:white;border-radius:10px;padding:20px;margin:35px;direction: ltr;font-family: tahoma;font-size: 13px;color:#2e3c4a}
#supersized{display: none}