@charset 'utf8';
/* Main style */
@font-face{
	font-family: "Trebuchet MS";
	src: url(trebuc.ttf) format("truetype"); 
}
* {
	box-sizing: border-box; margin: 0; padding: 0; border: 0; 
	font-family: 'Trebuchet Ms', tahoma, arial, sans-serif; font-size: 16px;
	transition: all 0.4s ease;
	list-style: none;
}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
@media only screen and (min-width: 500px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
nav:after, .row:after{
	clear: both;
}
.nav {
	height: 130px;
	border-bottom: 1px solid #E1E1E1;
	position: fixed; top: 0px;
	z-index: 20;
	background: rgba(255, 255, 255, 0.9);
}
.nav a{color: #c7c7c7; text-decoration: none;}
.nav ul{ height: 100%;}
.menu{
	width: 64%;
	float: left;
	display: inline-block;
}
.menu #homeIcon{
	float: left;
	width: 120px; height: 130px; padding-top: 70px;
	display:block;
	background-image: url(../images/homeIconOrange.png);
	background-repeat: no-repeat;
	background-position: center 60%;
}
.menu #homeIcon:hover{
	background-color: #fc5a1b;
	background-image: url(../images/homeIcon.png);
}
.menu > ul{ height: 130px;}
.activePage, .menu > ul >li{ 
	float: left; width: 14%; height:100%;
	display: inline-block; 
	background-image: url(../images/activeMenuArrow.png);
	background-repeat: no-repeat;
	background-position: center 110%;
}
.menu > ul >li.activePage{
	background-position: center bottom;
}
.activePage, .menu > ul > li:hover{
	background-color: #fc5a1b;
	background-position: center bottom;
}
.menu > ul > li > a {
	text-align: center; display:block;
	padding-top: 70px; height: 100%;
	color: inherit;
}
.menu > ul > li > a:hover {
	 color: #fff;
}
.menu > ul > li#mProds_li{display: none}
.menu ul ul {
	min-width: 600px; width: 75%; height: 200px; 
	position: absolute; z-index: 5;
	left: 5%; top: 130px; overflow: hidden;
	border-radius: 2px; display: none;
	background-color: rgba(252, 90, 27, 0.9);
}
.menu ul ul li {
	width: 20% ; height: 50px;
	float: left;
	display: inline-block;
}
.menu ul ul li a{
	font-size: 14px; text-align: left;
	line-height: 50px; display: block;
	color: #fff; border-radius: 2px;
	padding-left: 15px;
}
.menu ul ul a:hover{
	background-color: #DE5018;
}
.logo{
	float: right; min-width: 300px;
	display: inline-block;
}

.logo ul {
	padding:3%;
	height: 130px;
}

.logo li{ float: right; display: inline-block;}
.logo a{
	display: block; height: 90px; width: 100px;
	background-image: url(../images/sdLogo.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.logo li p:first-child {
	color: #fc5a1b; font-size: 25px;
	padding: 30px 0 0 0 ;
}
.logo li p:last-child{
	font-size: 13px; padding: 0;
	padding-left: 15px;
}

/* --- Nav Finished --- */
.content{
	width: 100%; height: 100%;
	margin-top: 130px;
}
.slider {
	width: 100% ;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.slider a{ /* flag -*/
	width: 50px; height: 32px;
	display: block;
	float: right;
	position: relative;
	z-index: 10;
	background: url(../images/fa_flag.jpg) no-repeat center;
	opacity: 0.2;
}
.slider a:hover{opacity: 1}
.slider:after{
	padding-top: 36.5%;
	display: block;
	content: '';
}
.slider > div{
	position: absolute;
	top:0; right: 0; bottom: 0; left: 0;
}
.slider div div{
	width: 100%; height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
}
#slide01{
	background: url(../images/slide01_en.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
#slide02{
	background: url(../images/slide02.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
#slide03{
	background: url(../images/slide03.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
#slide04{
	background: url(../images/slide04.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
#slide05{
	background: url(../images/slide05.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
#slide06{
	background: url(../images/slide06.jpg) no-repeat center ;
	background-size: 100%;
	background-position: 50% 0%;
}
h2{
	font-size: 2em;
	text-align: center;
	padding: 20px; font-weight: 100;
	padding-bottom: 40px;
}
h2 span{
	font-size: inherit;
	color: #fc5a1b;
}
.acti > ul{
	max-width:1200px; min-height:430px; height: 100%;
	margin:auto;
}
.acti ul > li{
	display: inline-block; float: left;
}
.acti #ukas{
	width: 300px; height: 424px; margin: 0 0 0 3%;
	background: url(../images/ukasBlack.jpg) no-repeat center;
	background-size:contain;
}
.acti #ukas:hover{
	background: url(../images/ukasOrange.jpg) no-repeat center;
	background-size:contain;
}
.acti #list{
	height: auto;
	width:60% ; float: right;
}
.acti #list li {
	display: block; width: 100%;
	line-height: 1.9em;
}
.acti #list li p{
	background-image: url(../images/tikW.jpg);
	background-repeat: no-repeat;
	background-position: left 30%;
	display: inline-block; width: auto;
	float: left; font-size: 1em;
	padding-right: 20px;
	padding-left: 40px;
	text-align: left; direction: ltr;
	cursor:default; 
}
.acti #list li p:hover{
	background-image: url(../images/tikO.jpg);
	background-repeat: no-repeat;
	background-position: left 30%;
}
.picLine{
	padding-top: 30px;
	overflow: hidden;
}
.picLine > ul > li{
	width: 50%; height: 320px;
	display: inline-block;
	float: left;
}
.picLine #right{
	background: url(../images/picLineRight.jpg) no-repeat center;
	background-size: cover;
}
.picLine #right:hover{
	background-position:75% 50%;
}
.picLine #left{
	background: url(../images/picLineLeft.jpg) no-repeat center;
	background-size: cover;
}
.picLine #left:hover{
	background-position:75% 50%;
}
.picLine li ul{
	width: 90%; height: auto;
	margin: 140px 1% 5% 30px;
	padding: 2%; float: left;
	text-align: left; direction: ltr;
	color: #fff; line-height: 1.5em;
	background: rgba(0, 0, 0, 0.2);
	cursor: default; font-size: 1em;
}
.picLine li ul:hover{
	background: rgba(0, 0, 0, 0.6);
}
h1{
	font-size: 2em; direction: ltr;
	line-height: 3.5em; cursor: default;
	text-align: center; font-weight: 100;
}
h1 span{
	font-size: inherit;
	color: #FC5A1B;
}
.serv h2{
	color: #fff; font-size: 2em;
	font-weight: 100;
}
.serv{
	min-height: 460px; padding-top: 1%;
	background-color: #FF5100;
	background-image: url(../images/textureMap.png);
	background-size: cover;
	cursor: default;
}
.serv > ul{ height: 100%; }
.serv ul li{
	width: 50%; height: 75%;
	display: inline-block;
	float: left; padding: 0% 0% 1% 8%;
}
.serv ul p{
	text-align: left; direction: ltr;
	background: url(../images/tik.png) no-repeat left 20%;
	color: #fff;
	padding: 0 10px 25px 30px;
}
.smpls{
	min-height: 750px;
}
.smpls >ul{ 
	max-width: 1100px;
	margin: auto;
}
.smpls >ul>li{
	width: 45%; height: 270px;
	display: inline-block;
	margin: 2%; float: left;
	border: 2px solid #E6E6E6;
}
.smpls >ul>li:hover{
	border: 2px solid #FF5100;
}
.smpls a{
	display:block; text-decoration:none;
	width: 100%; height: 100%;
	padding: 3%; direction: ltr;
	color: #333; text-align:left;
	background: url(../images/blockArrowB_en.jpg) no-repeat right bottom;
}
.smpls a:hover{
	background: url(../images/blockArrowO_en.jpg) no-repeat right bottom;
	box-shadow: 0 0 30px #ddd;
}
.smpls h3{
	font-size: 1.5em; font-weight: 100;
	padding: 4%; 
}
.smpls p{
	font-size: 1em; font-weight: 100;
	padding-top: 110px; line-height: 1.5em;
}
.smpls #block1 {
	background: url(../images/block01.png) no-repeat right center;
}
.smpls #block2 {
	background: url(../images/block02.png) no-repeat right center;
}
.smpls #block3 {
	background: url(../images/block03.png) no-repeat right center;
}
.smpls #block4 {
	background: url(../images/block04.png) no-repeat right center;
}
.footer{
	height: 530px;
	background-color: #252525;
	display: block; color: #fff;
}
.footer #cont{
	max-width: 1200px; min-height: 530px;
	margin: auto; display: block;
}
.footer #cont >li{
	width: 50%;
	display: inline-block;
	float: left;
}
.footer h4{margin-left: 2%; }
.footer h4 p{
	font-size: 1.5em; text-align: left;
	background-color:#FC5A1B; padding: 10px;
	height: 55px;
}
.footer li p{
	text-align: left;
	direction: ltr; display: inline-block;
	width: 50%; padding: 10px 10px 0 40px;
	float: left; color: #fff;
}
.footer #cont >li >span{
	max-width: 150px; height: 55px; 
	display: block; float: left;
	margin-left: 20%; 
}
.footer #cont >li >span >a{
	width: 55px; height: 55px;
	display: inline-block;
	background: #fff; color: #222;
	font-family: tahoma, arial;
	font-size: 1.8em; text-align: center;
	border-radius: 25px; text-decoration: none;
	font-weight: bold; line-height: 1.9em;
	margin-left: 10px;
}
.footer #cont >li >span >a:hover{
	background: #FC5A1B; color: #fff;
}
.footer #fMenu{
	min-height: 20px; max-width: 90%;
	margin: -30px 0 0 3%;
	direction: ltr; text-align: left;
	float: left;padding-left: 30px;
}
.footer #fMenu li{
	display: inline-block;
	width: auto; padding-left: 20px;
	float: left;
}
.footer #fMenu li a{
	text-decoration: none; color:#FF5100;
	font-size: 0.8em; font-weight: 100;
}
.footer #fMenu li a:hover{color: #fff}

.footer #map{
	margin-top: 6%;
	width: 50%; height: 370px;
	color: #222;
	background: #DDDDDD;
}
.footer #copyright{
	margin:-60px 0 0 0;
	padding: 10px; text-align: right;
	float: right; 
}
.footer #copyright p, .footer #copyright a{
	font-size: 0.7em; color: #fff;
	font-family: "Yekan-Iran System", tahoma, arial; 
	text-decoration: none;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
	font-weight: 100;
}
.footer #copyright a{
	font-size: 1em;
}
a#backTTop {
	width: 47px; height: 47px;
	display: block;
	background: url(../images/backttop.jpg) no-repeat top;
	position:fixed; z-index: 10;
	left: 0; bottom: 0;
	opacity: 0.7;
}
a#backTTop:hover{
	background-position: bottom;
	opacity: 1;
}
/* The Other pages style */
h5{
	font-size: 1.5em; text-align: left;
	direction: ltr; padding:0.5em;
	color: #FF5100; font-weight: 100;
}
.fixbody{
	direction: ltr; text-align: left;
	max-width: 1200px; margin: auto;
}
.fixbody p{	
	padding: 0.5em 1em 0.5em 3em;
	text-align: justify;
}
.recmidimg{
	background: url(../images/sd01.png) no-repeat center;
	width: 100%; height: 200px; display: block;
	background-size: contain;
}
#textLogo{
	width: 100%; max-width: 1200px;
	min-width: 500px; min-height: 400px;
	height: 100%; max-height: 600px;
	display: block;
	background: url(../images/sd02.jpg) no-repeat right center;
	background-size: contain;
	padding: 2% 42% 1% 5%;
	
}
#textLogo p:before{
	content:'► '
}
#pics ul{
	min-height: 750px; height: 100%;
}
#pics >ul >li{
	width: 50%; height: auto;
	display: inline-block;
	float: left; padding-right: 20px;
}
#pics >ul >li:last-child{
	padding-right: 0;
	padding-left: 20px;
}
#pics ul li img{
	display: block;
	margin-top: 40px;
}
#pics img:hover{
	box-shadow: 0 0 40px #666;
}
#cert{ 
	width: 100%; height: 350px;
	padding: 30px 0 20px 0;
}
#cert li{
	width:19%; height: 300px;
	display: inline-block;
	float: left: 
	padding :0px; margin:0;
	text-align: center;
}
#cert li img{
	box-shadow: 0 0 20px #aaa;
}
#cert li img:hover{
	box-shadow: 0 0 50px #555;
}

#contus{min-height:250px;}
#contus li{
	width: 50%; float: left;
	padding: 20px;
	padding-top: 0;
	display: inline-block;
}
#contus h1{padding-bottom:0px;}
form{
	height: 750px;
	padding:4%;
}
#result{
	color: #fff;
	font-size: 1.3em;
	margin-top: -30px;
	text-align: center;
	background: #00FF00;
	padding: 3px;
	width: 50%; margin:auto;
}
form ul{
	display: block; float: left;
	width: 100%;
}
form li{
	width:15%; display: inline-block;
	float: left;
	height: 40px;
	font-size: 1.2em;
	vertical-align: middle;
	margin-bottom: 20px;
}
form li:last-child{
	width: 80%;
	
}
form .inpline{
	width: 100%; height:100%;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #999;
	padding: 2px 20px;
}
form input:focus, textarea:focus{
	background: #eee;
}
form textarea{
	width: 100%; max-width: 100%;
	height: 200px; max-height:200px;
	padding: 20px;
	border-radius: 5px;
	text-align: left;
	border: 1px solid #999;
	overflow: scroll;
}
form .sub{
	width: 45%;  height: 40px;
	background: #E1E1E1;
	border-radius: 5px;
	cursor: pointer;
}
form .sub:hover{
	background:#FF5100;
	color: #fff;
}
.prodli{
	height:510px; 
}
.prodli li{
	width: 48%; height:40px;
	display: inline-block;
	float: left;
	margin: 1%;
}
.prodli li a{
	line-height: 2.3em;
	text-decoration: none;
	padding-left: 5%;
	display: block;
	color: #555555;
	border-radius: 5px;
	border: 2px solid #666666;
}
.prodli li a:hover{
	background: #FC5A1B;
	color: #fff;
	border: 2px solid #eee;
}
.prods{height: 400px;}
.prods >li{
	display: inline-block;
	max-height: 400px;
	width: 40%;
	float: left;
}
.prods >li:last-child{
	width:60%;
}
.prods img{
	float: right;
	max-height: 400px;
	width: 100%;
	position: relative;
}
div#video{
	max-width: 1000px; max-height: 1300px;
	width: 100%; height:100%
	float: none;
	margin:auto;
}
video{max-height:550px;}
.prodimgsback{
	background-color: #37A5F9;
	background-image: url(../images/texture01.png);
	background-size: cover;
	background-repeat: repeat;
	padding-top:8px;
}
.prodimgs{
	height:320px; 
	max-width: 832px;margin: auto;
	margin-top:20px;
	opacity: 0.8;
}
.prodimgs li{
	width: 400px; height: 300px;
	display: inline-block;
	float: left; 
	margin:8px;
	border-radius: 5px;
	border: 1px solid #fff;
}
.prodimgs li:hover{
	box-shadow: 0 0 30px #fff;
}

/* Responsive , in seperated File */

@media only screen and (max-width: 1100px){
	#pics ul#cert{ height: 1450px;}
}

@media only screen and (max-width: 850px){
	.menu{ width :100%; }
	.menu > ul{ height: 50px;}
	.menu > ul > li {
		width: 20%; margin-top: 80px;
		display: inline-block;
		background: #FF9A46; 
	}
	.menu > ul > li > a{
		height: 50px; padding: 0;
		display: block; color: #fff;
		line-height: 50px;
	}
	.menu #homeIcon {
		width: 20%; margin-top: 0;
		display:block; height: 80px;
		padding-top:0; position: absolute;
		left:0; z-index: 3;
	}
	.menu ul ul {right: 0; min-width: 500px;}
	.activePage, .menu > ul >li{ 
	background-image: url(../images/activeMenuArrow.png);
	background-repeat: no-repeat;
	background-position: center 140%;
	}
	.menu > ul >li.activePage{
		background-color: #fc5a1b;
		background-position: center 105%;
	}
	.activePage, .menu > ul > li:hover{
		background-color: #fc5a1b;
		background-position: center 105%;
	}
	.menu ul ul li a{
	font-size: 13px; text-align: left;
	line-height: 15px;
	padding:15px 0 0 5px;
	overflow: hidden;
	height:50px;
}
	.logo{
		position: absolute;
		top: 0; right: 0;
	}
	.logo ul{height: 80px;}
	.logo li p:first-child{
		font-size: 23px;
		padding:10px 15px 0 0 ;
	}
	.logo li p:last-child {
		font-size: 14px;
		padding-right: 5px;
	}
	.logo a{
	display: block; height: 65px; width: 80px;
	background-image: url(../images/sdLogo.png);
	background-size: contain;
	}
	.acti ul{width:100%; height: auto;
	}
	.acti ul > li{
	width:700px; display: block;
	}
	.acti #ukas{
	float: none;
	width:300px; margin: 0 auto;
	background-position: center;
	}
	.acti #list { float: none;
	padding-top: 30px;
	width: 95%; padding-left: 5%;
	}
	.picLine > ul > li {
		display: block; width: 100%;
	}
	h2, .serv h2{font-size: 1.6em;font-weight: 100;}
	h1{
		font-size: 1.5em; line-height: 1.2em;
		font-weight: 100; padding: 30px 5px 30px 5px;
	}
	.serv{
		height: 775px; 
		background-repeat: repeat-y;
		background-size: 200% 50%;
	}
	.serv ul li {width: 100%; height: auto}
	.serv ul li p{
		font-size: 1.1em; font-weight: inherit;
		text-align: justify; padding-right: 5%;
	}
	.smpls >ul{width:100%;}
	.smpls >ul >li{
		width: 80%;margin:1% auto 7% auto;
		display: block; float: none;
	}
	.footer{height: 770px;}
	.footer #cont >li{
		width: 100%;
		display: block;
	}
	.footer #map{
		width: 100% ;margin-top: 3%; height: 250px;
	}
	.footer #cont >li >span{
		margin-top: -30px;
		margin-left: 30%;
	}
	.footer #fMenu {margin:5px 0 0 0; width: 100%;}
	.footer #copyright{
		display: block;
		text-align: center;
		max-width: 70%;
		margin: 180px auto 0 auto;
		float: none;
	}
	h5{font-size: 1.2em;}
	#textLogo{
		padding:5%;
	}
	#textLogo p{
	background-color: rgba(255,255,255,0.5);
	}
	#pics ul{min-height:650px;}
	
	#pics ul#cert{ height: 1100px;}
	#cert{ 
	width: 100%; height: 2670px;
	padding: 50px 0 20px 0;
	}
	#cert  li{
		width:100%; height: 500px;
		display: block;
		float: right: 
		padding :0px; margin:20px 0 0 0 ;
		text-align: center;
	}
	.prods{
		min-height:500px;max-height: 800px;
	}
	.prods li, .prods li:last-child{
		width: 100%; padding:30px;
	}
	div#video{
		margin-top:100px;
	}
	.prodimgs {height:640px;}
	.prodimgs li{
		float: none;
		display: block;
		margin: 10px auto;
	}
	#eva{height:700px;}
}
	

@media only screen and (max-width:500px) {
	.menu > ul > li > a{font-size: 12px;}
	.menu ul ul{visibility: hidden;}
	.menu > ul > li#prods_li{display: none;}
	.menu > ul > li#mProds_li{display: block;}
	.logo li p:first-child{
		font-size: 18px;
		padding:10px 0 0 0 ;
	}
	.logo li p:last-child {
		font-size: 12px;
		padding-right: 5px;
	}
	.slider a{ /* flag -*/
	width: 40px; height: 22px;
	opacity: 0.6;
	}
	.acti #list li p{font-size: 0.8em; text-align: justify}
	h2{font-size: 0.9em;}
	.acti #ukas{
		width: 200px; height: 324px;
	}
	.picLine li ul li{
		font-size: 0.8em; text-align: justify;
	}
	h1{
		font-size: 1.1em; line-height: 1.5em;
		font-weight: 100; padding: 20px 5px 20px 5px;
	}
	.serv{
		max-height: 770px; 
		background-repeat: repeat-y;
		background-size: 200% 50%;
		}
	.serv h2{font-size: 1em; font-weight: 100;}
	.serv ul li {width: 100%; height: auto}
	.serv ul li p{
		font-size: 0.9em; font-weight: inherit;
		text-align: justify;
	}
	.smpls p{display: none;}
	.smpls #block1, .smpls #block2,
	.smpls #block3{
		background-position: 25% center;
	}
	.footer{height: 920px;}
	.footer h4 >p{width:80%;}
	.footer #copyright{
		display: block;
		text-align: center;
		max-width: 70%;
		margin: 260px auto 0 auto;
		float: none;
	}
	.footer li >p{
		width : 100%; padding-top: 20px;
		font-weight: 100;font-size:0.9em;
	}
	.footer #cont > li >span{
		margin-top: 0;
	}
	.footer #fMenu li{padding-left: 10px;}
	#textLogo{
		padding:3%; min-width: 300px;
	}
	#pics ul{height:1500px;}
	#pics >ul >li{
		width: 100%; display: block;
		padding: 0;
	}
	#pics ul#cert{ height: 2800px;}
	#pics >ul >li:last-child{
	padding: 0;
	}
	#pics h1{font-size:1.5em}
	#contus{min-height:500px;}
	#contus li{width:100%;}
	form li{
		width:20%;
		font-size: 0.9em;
	}
	.prodimgs {height:640px;}
	.prodimgs li{
		width: 100%;
	}
	.prods {
   	 	min-height: 300px;
    	height: auto;
   }
	.fixbody p{padding: 0.5em 0}
	.prods li, .prods li:last-child{
		padding: 0.2em 10px;
	}
	#eva{height:550px;}
}

@media only screen and (max-width:350px){
	#pics ul#cert{ height: 2000px;}
	#pics ul{height: 1100px;}
	#cert li img{width:95%;}
		
}
