@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb.eot');
	src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
	url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
	url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:IRANSans,"B Yekan",Tahoma,Arial;vertical-align:baseline}article,aside,details,figcaptiontion,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/*general defines*/
.clrRow {
    display:block;
    width:100%;
    height:0;
    font-size:0;
    clear:both;
}
a, a:hover, a:link, a:visited, a:active {
    text-decoration:none;
    color:#333;
}
/*---------------*/
.MainWrapper {
	width:100%;
	text-align:center;
	background-color:#717171;
}
.Main {
	width:100%;
	max-width:1440px;
	display:inline-block;
}
./*#region footer*/
footer {
	background-color:white;
	width:100%;
	margin-top:200px;
	padding:0px 30px;
	height:70px;
	line-height:70px;
	font-size:24px;
	font-weight:bold;
	vertical-align:middle;
	margin-bottom:40px;
	text-align:justify;
	box-sizing:border-box;
	overflow:hidden;
}
footer img {
	vertical-align:middle;
}
footer > a {
	display:inline-block;
}
footer > ul {
	display:inline-block;
}
footer:after {
	content:'';
	width:100%;
	display:inline-block;
}

.Socials {
	height:60px;
	line-height:60px;
}
.Socials li {
	list-style:none;
	display:inline-block;
	margin:10px;
}
.Socials a {
	width:27px;
	height:27px;
	display:inline-block;
	background-image:url(../images/social_spirit.png);

	-webkit-transition:all .3s cubic-bezier(0.52, 1.64, 0.37, 0.66);;
	-moz-transition:all .3s cubic-bezier(0.52, 1.64, 0.37, 0.66);;
	-o-transition:all .3s cubic-bezier(0.52, 1.64, 0.37, 0.66);;
	transition:all .3s cubic-bezier(0.52, 1.64, 0.37, 0.66);;
}
.Socials .fb {
	background-position:0 -27px;
}
.Socials .ig {
	background-position:-27px -27px;
}
.Socials .tg {
	background-position:-54px -27px;
}
.Socials .ap {
	background-position:-81px -27px;
}
.Socials .em {
	background-position:-108px -27px;
}
.Socials .fb:hover {
	background-position:0 0px;
}
.Socials .ig:hover {
	background-position:-27px 0px;
}
.Socials .tg:hover {
	background-position:-54px 0px;
}
.Socials .ap:hover {
	background-position:-81px 0px;
}
.Socials .em:hover {
	background-position:-108px 0px;
}
/*#endregion*/

#clock {
	display:inline-block;
	margin-top:100px;
	font-size:30px;
	font-weight:bold;
	color:white;
	direction:rtl;
	position:fixed;
	left:0;
	top:60%;
	padding:20px 0;
	transform:translate(0,-50%);
	width:100%;
	background-color:rgba(0,0,0,0.3);
}
.demobottom {
	position:relative;
}
.demobottom img {
	width:100%;
	max-width:1440px;
}
.demotop img {
	width:95%;
	max-width:638px;
}
#clock span {
	color:#b02d2d;
}
.upto60 {
	font-size:24px;
	color:#860000;
	font-weight:bold;
}
.topLogoBox {
	padding: 10px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 7px rgba(0,0,0,0.7);
    display: inline-block;
    margin-bottom: 20px;
    position: absolute;
    left: 60px;
    top: 0;
}

.demobottom .group img {
	max-width:400px;
}
.demobottom .group {
	margin-bottom:50px;
	display:inline-block;
}
img.godown {
	max-width:66px;
}
@media all and (max-width:1000px) {
	.topLogoBox {
		position:initial;
	}
	.topLogoBox img {
		width:100px;
	}
}
@media all and (max-width:400px)  {
	#clock {
		font-size:28px;
	}
}