/*CSS RESET*/
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,font,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,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:'IRAN', tahoma;font-size:1em;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

@font-face {
    font-family: "IRAN";
    src: url(fonts/IRAN.eot);
    src: url(fonts/IRAN.eot?#iefix) format("embedded-opentype"),
         url(fonts/IRAN.woff) format("woff"),
         url(fonts/IRAN.ttf) format("truetype");
    font-weight: normal;
    font-style: normal,
}
 

@font-face {
	font-family: "IRANBold";
	src: url(fonts/IRANBold.eot);
	src: url(fonts/IRANBold.eot?#iefix) format("embedded-opentype"), url(fonts/IRANBold.woff) format("woff"), url(fonts/IRANBold.ttf) format("truetype"), url(fonts/IRANBold.svg#IRAN Bold) format("svg");
	font-weight: normal;
	font-style: normal,
}


/*GLOBAL*/
html{min-width:940px;}
body{background:url(Images/bg.jpg) 50% 0 no-repeat #1d1309;font-family:'IRAN', tahoma;font-size:100%;
     line-height:1em;color:#000;overflow:hidden;}

#glob{
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	position:absolute;
	min-height:930px;
	min-width:940px;
	color:#6d6052;
	font:11px/19px 'IRAN', tahoma;
}

header>.inner,footer>.inner{
	width:940px;
	margin:0 auto;
	position:relative;
	z-index:1;
	display:block;
	height:100%;	
}

#gspinner{
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:fixed;
	z-index:999;
	background:#1d1309 url(Images/ajax-loader.gif) 50% 50% no-repeat;
}

/*ELEMENTS*/
a {color:#f00;outline:none;}
a:hover{text-decoration:none;}


p,.blo{
	line-height:27px;
	margin-bottom:19px;
	font-size:18px;
}

.p1{
	margin-bottom:24px;
}

.p2{
	margin-bottom:36px;
}

/*header */
header{
	width:100%;
	height:99px;
	background:url(Images/header-bg.png);
	left:0;
	top:0;
	position:absolute;
	z-index:1;	
}

header nav li{
	float:right;
	position:relative;
	z-index:1;
}

header nav>ul>li>a{
	font:16px/99px 'IRAN', tahoma;
	text-decoration:none;
	text-transform:uppercase;	
	color:#806a58;
	padding:0 18px;
	display:block;
	position:relative;
	min-width:78px;
	text-align:center;
	
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

header nav>ul>li>a>span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(Images/nav-hvr.png) 0 0;	
	z-index:-1;
	opacity:0;
	
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
	
	-webkit-box-shadow:0 0 8px 0 #f46827;
	box-shadow:0 0 8px 0 #f46827;
}

header nav>ul>li>a:hover,header nav>ul>li.active>a,header nav>ul>li.sfHover>a{
	color:#fffbcf;
}

header nav>ul>li>a:hover>span,header nav>ul>li.active>a>span,header nav>ul>li.sfHover>a>span{
	opacity:1;
}

header nav>ul>li>ul{
	position:absolute;
	width:220px;
	/*width:100%;*/
	top:100%;
	right:0;
	z-index:1;
	background:url(Images/sf-bg.png) repeat-x #311f07;
}

header nav>ul>li ul{
	padding:17px 0;
}

header nav>ul>li>ul li{
	/*width:100px;*/
	width:180px;
	display:block;	
	position:relative;
	padding:5px 24px;
	text-align:right;
}

header nav>ul>li>ul a{	
	font:15px/24px 'IRAN', tahoma;
	text-decoration:none;
	text-transform:uppercase;
	color:#f0d8aa;
}

header nav>ul>li>ul a:hover,header nav>ul>li>ul .sfHover>a{
	color:#f39d2e;
}



header nav>ul>li>ul ul{
	/*width:84px;*/
	/*width:201px;*/
	width:220px;
	right:100%;
	position:absolute;
	margin-right:20px;
	top:0;
	margin-top:-17px;
	background:url(Images/sf-bg.png) repeat-x #311f07;
}

header nav>ul>li>ul ul li{
	width:53px;
}

h1{
	position:absolute;
	top:233px;
	top:14%;
	left:50%;
	margin-left:-88px;
}

/*#content*/
#content{
	width:100%;
	height:3500px;
	height:0;
	position:absolute;
	left:0;
	top:39%;
	background:url(Images/content-bg.png);
	overflow:hidden;
	
	-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.8);
	box-shadow:0 0 10px 0 rgba(0,0,0,.8);
}

#content>ul>li{
	padding-top:52px;
}

h2{
	font:26px/1.2em 'IRAN', tahoma;
	text-transform:uppercase;
	color:#f0d8aa;
	margin-bottom:36px;
}

.img-box-set{
	margin-top:-25px;
}

.img-box-set dl{
	padding-top:25px;
}

.img-box-set dt,.img-box dt{
	margin-right:20px;
}

#services .img-box-set{
	margin-top:-14px;
}

#services .img-box-set dl{
	padding-top:14px;
}

#services .img-box-set dt{
	margin-right:14px;
}

#services .img-box-set dt img{
	margin-top:4px;
}

dl.address dt{
	width:140px;
	height:80px;
	float:left;
	margin-right:40px;
}

dl.address dd{
	overflow:hidden;
}

dl.address dd .alr{
	display:block;
	width:160px;
}

/*footer*/
footer{
	height:90px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}

footer .soc-ico{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-110px;
}

footer .soc-ico li{
	float:left;	
	font:11px 'IRAN', tahoma;
	text-transform:uppercase;
	color:#846646;
	padding-right:4px;
}

footer .soc-ico a{
	margin-right:4px;
}

footer .privacy{
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-145px;
	color:#594b3e;
	font:12px 'IRAN', tahoma;
	text-transform:uppercase;
}

/*forms css*/
#form1{
	position:relative;
	z-index:1;
}

#form1 label{
	float:left;
	position:relative;
}

#form1 input,#form1 textarea{
	border-bottom:1px #8d8c8c solid;
	border-right:1px #dee2e7 solid;
	border-top:1px #66625f solid;
	border-left:1px #dee2e7 solid;
	width:243px;
	float:left;
	font:11px 'IRAN', tahoma;
	color:#6d6052;
	padding:11px 12px;
	margin-bottom:9px;
	-webkit-border-radius:6px;
	border-radius:6px;
	box-shadow:none;
	outline:none;
	background:#fff;
}

#form1 textarea{
	width:373px;
	height:52px;
	resize:none;	
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	margin-left:10px;
}

#form1 .error,#form1 .empty{
	position:absolute;
	right:0;
	top:0;
	font:10px 'IRAN', tahoma;
}

#form1 .success{
	border-bottom:1px #8d8c8c solid;
	border-right:1px #dee2e7 solid;
	border-top:1px #66625f solid;
	border-left:1px #dee2e7 solid;
	width:243px;
	padding:20px 12px;
	font:11px 'IRAN', tahoma;
	color:#6d6052;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*js css*/
.google_map{
	height:170px;
	width:340px;	
}

.scroll{
	height:209px;
	padding-right:60px;
	line-height:27px;
	font-size:18px;
	text-align:justify;
}

#experience .scroll{
	height:260px;
}

#services .scroll{
	height:270px;
}

#Exchange-Full .scroll{
	height:260px;
	margin-top:-10px;
}

#England .scroll{
	height:250px;
}

#fresh_articles ._track{
	right:50px;
}

._track{
	border:1px #372a1d solid;
	width:11px;
	height:240px;
	padding:22px 0;
	right:0;
	top:42px;	
	-webkit-border-radius:2px;
	border-radius:2px;
}

._shuttle{
	width:11px;	
	height:60px;
	background:url(Images/shuttle.png);
}

.splash_carousel{
	position:absolute;
	left:0;
	right:0;	
	top:41%;
	height:356px;
	min-width:940px;
	overflow:hidden;
}

.splash_carousel ul{
	position:relative;
	left:0;
}

.splash_carousel li{
	float:left;
}

.splash_carousel .ov-l{
	background:url(Images/ov-bg.png);
	left:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:1;
}

.splash_carousel .ov-r{
	background:url(Images/ov-bg.png);
	right:0;
	top:0;
	bottom:0;
	position:absolute;
	z-index:1;
}

.splash_carousel .ov-l .prev{
	position:absolute;
	top:164px;
	right:18%;
}

.splash_carousel .ov-r .next{
	position:absolute;
	top:164px;
	left:18%;
}

/*additional classes*/
.light{
	color:#b9a581;
}

.orange{
	color:#f29824;
}

.bordered{
	background:url(Images/col-border.png) 440px 0 repeat-y;
}

#experience .bordered{
	background-position:620px 0;
}

.fl{float:left;}
.fr{float:right;}
.col-1,.col-2,.col-3{float:left;}
.all{text-align:left;}
.alr{text-align:right;}
.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
a.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.bold{font-weight:bold;}
.wrap{overflow:hidden;}
.nopa{padding:0;}
.noma{margin:0;}
.nobg{background:none;}
.nobd{border:none;}
.nofl{float:none;}
.dn{display:none;}
.clear{clear:both;line-height:0;}



/*custom boxes*/

.btn{
	font:15px/35px 'IRAN', tahoma;
	float:left;
	display:block;
	background:#e18a28;
	padding:0 16px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff8cc;
	
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.btn:hover{
	background:#883f00;
	color:#fff;
}

.list a{
	background:url(Images/mrk.png) 0 50% no-repeat;
	display:block;
	font:11px/24px 'IRAN', tahoma;
	padding-left:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#b9a581;
}

.list a:hover{
	text-decoration:underline;
}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left;}