/* ----------------------------------

   01 RESET 

   02 GENERAL
   
   03 HEADER
   
   04 CONTENT
   
   05 FOOTER
   
   ----------------------------------*/

/* __________________________________

   01 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, 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: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	 font-family: MyCustomFont;
	color: #656565;
	background-image:url("../images/Bg.jpg");
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	}


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;
}

.clear {clear:both;}

.Bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -999;
	top: 0;
	left: 0;
	background-image: url(../images/Bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	
/* __________________________________

   02 GENERAL 
   __________________________________*/

a {
	color:#222;
	text-decoration:none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

h1 {
	font-size: 30px;
	font-family: MyCustomFont;
	font-weight:500;
	color: #3b3b3b;
	text-align: left;
	display:block;
	padding:10px 15px;
	text-align:right;
	border-bottom:1px solid #ddd;}

h2 {
	font-size: 16px;
	font-family: MyCustomFont;
	font-weight: 600;
	color: #444;
	text-align: left;}


/* Input */

input {
	width: 98%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	margin-left: -1px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

input:focus {
	border: 1px solid #aaa;
}

textarea {
	width: 98%;
	height: auto;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
	padding: 7px 1%;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	}
textarea:focus {
	border: 1px solid #aaa;
	}
/* Button */

button:hover {
	color:#fff;
	background-color: #4388fc;
	}

.Button_Blue {
	background-color: #1a66e4;
	width: auto;
	height: auto;
	padding:10px;
	border: none;
	cursor: pointer;
	outline: none;
	color:#fff;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
	}

/* Space */

.Space_10 {
	width:100%;
	height:10px;}
	
.Space_68 {
	width:100%;
	height:68px;}

.pt20 {
	padding-top:20px;}
	
.pl20 {
	padding-left:20px;}
.pl21 {
	padding-left:5px;}
	
.pb20 {
	padding-bottom:20px;}
	
.pr20 {
	padding-right:20px;}
	
.mt10 {
	margin-top:10px;}
	
.ml10 {
	margin-left:10px;}
	
.mb10 {
	margin-bottom:10px;}
	
.mr10 {
	margin-right:10px;}
	
/* Line */

.Line_10 {
	width:98%;
	height:1px;
	background-color:#ddd;
	margin:0 1%;}

/* Columns */

.Column_100 {
	float:left;
	width:100%;
	height:auto;}
	
.Column_75 {
	float:left;
	width:75%;
	height:auto;}
	
.Column_70 {
	float:left;
	width:70%;
	height:auto;}
	
.Column_65 {
	float:left;
	width:65%;
	height:auto;}
	
.Column_60 {
	float:left;
	width:60%;
	height:auto;}
	
.Column_50 {
	float:left;
	width:50%;
	height:auto;}
	
.Column_40 {
	float:left;
	width:40%;
	height:auto;}	
	
.Column_35 {
	float:left;
	width:35%;
	height:auto;}
	
.Column_33 {
	float:left;
	width:33.33%;
	height:auto;}
	
.Column_30 {
	float:left;
	width:30%;
	height:auto;}
	
.Column_25 {
	float:left;
	width:25%;
	height:auto;}
	
.Column_20 {
	float:left;
	width:20%;
	height:auto;}
	
.Column_15 {
	float:left;
	width:15%;
	height:auto;}

/* Genaral Div */

.Content {
	width:998px;
	height: auto;
	margin: auto;
	border:1px solid #ddd;
	background-color:#fff;
	margin-top:5px;
	}

.ContentLeft {
	float:left;
	width:21%;
	height: auto;
	background-color:#fff;
	
	}
.ContentRight {
	float:right;
	width:79%;
	height: auto;
	background-color:#fff;
	}
	}
.ContentRight1 {
	float:right;
	width:95%;
	height: auto;
	background-color:#fff;
	}
/* Fonts */

@font-face {
 font-family: MyCustomFont;
 font-weight:400;
 font-style:normal;
 src: url("../Font/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 font-weight:400;
 font-style:normal;
 src: url("../Font/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: MyCustomFont;
 font-weight:800;
 font-style:normal;
 src: url("../Font/OpenSans-Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 font-weight:800;
 font-style:normal;
 src: url("../Font/OpenSans-Bold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: MyCustomFont;
 font-weight:900;
 font-style:normal;
 src: url("../Font/OpenSans-ExtraBold.eot") /* EOT file for IE */
}

@font-face {
 font-family: MyCustomFont;
 font-weight:900;
 font-style:normal;
 src: url("../Font/OpenSans-ExtraBold.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: MyCustomFont;
 font-weight:400;
 font-style:italic;
 src: url("../Font/OpenSans-Italic.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 font-weight:400;
 font-style:italic;
 src: url("../Font/OpenSans-Italic.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: MyCustomFont;
 font-weight:300;
 font-style:normal;
 src: url("../Font/OpenSans-Light.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 font-weight:300;
 font-style:normal;
 src: url("../Font/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */
}


@font-face {
 font-family: MyCustomFont;
 font-weight:500;
 font-style:normal;
 src: url("../Font/OpenSans-Semibold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyCustomFont;
 font-weight:500;
 font-style:normal;
 src: url("../Font/OpenSans-Semibold.ttf") /* TTF file for CSS3 browsers */
}

/* __________________________________

   03 HEADER
   __________________________________*/
 
#Header {
	width: 1000px;
	height:auto;
 	background-image: url(../images/headerbg.jpg);
	margin:auto;}
	
	.Logo {
		float:left;
		width:auto;
		height:90px;
		margin:10px;}
			
		.Logo img {
			width:auto;
			max-width:100%;
			height:100%;}
	
/* Socials */

.socials{
	float: right;
	margin-top: 15px;
}

.socials li {
	float: left;
	display: inline-block;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	margin-right:5px;
	background-color: #333;
}
.socials li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	display: block;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	-khtml-transition: background .2s ease, color .2s ease;
	-webkit-transition: background .2s ease, color .2s ease;
	-moz-transition: background .2s ease, color .2s ease;
	-ms-transition: background .2s ease, color .2s ease;
	-o-transition: background .2s ease, color .2s ease;
	transition: background .2s ease, color .2s ease;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.socials li.social-twitter a {background-position: 9px 8px;}
.socials li.social-twitter a:hover {background-color: #2daae1;}

.socials li.social-facebook a {background-position: -17px 8px;}
.socials li.social-facebook a:hover {background-color: #3c5b9b;}

.socials li.social-instagram a {background-position: -48px 8px;}
.socials li.social-instagram a:hover {background-color: #cf3427;}

/* language */

.language {
	float:right;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
	padding:3px 10px 3px 0;
	margin-top: 5px;
	}

/* Menu */

	.Menu {
		display:block;
		background-color:#333;
		border:1px solid #bbb;
		}

	.Menu li {
		float:right;
		line-height:40px;
		position: relative;
		display: block;
		}
				
	.Menu li a {
		color: #fff;
		font-size:15px;
		font-family: MyCustomFont;
		font-weight:400;
		padding:0 10px;	
		display:block;
		}
						
	.Menu li a:hover {
		color:#ffb412;}
	
	.Menu li:hover >  ul{display: block;}

		.Menu li > .Left_0 {
			display: none; 
			position: absolute;
			top:40px;
			left:50%;
			background-color: #333;
			border-top:1px solid #bbb;
			width:160px;
			margin-left:-75px;
			z-index:999;
			}
			
		.Menu li > .Left_0 li {
			width:100%;
			line-height:20px !important;
			margin:0 !important;}
		
		.Menu li > .Left_0 li a {
			 padding:10px;
			 border-bottom:none;
			 text-shadow:none;
			 font-size:13px;
			 border-bottom:1px solid #ddd;
			 }	
			
		.Menu li > .Left_0 li a:hover {
			background:#434343;
			color:#fff;
			}
		
		.Menu li > .Left_1 {
			display: none; 
			position: absolute;
			top:0;
			left:150px;
			background-color: #aeaeae;
			width:150px;
			z-index:999;
			}
			
		.Menu li > .Left_1 li {
			width:100%;
			line-height:20px !important;
			margin:0 !important;}
		
		.Menu li > .Left_1 li a {
			 padding:10px;
			 border-bottom:none;
			 text-shadow:none;
			 font-size:13px;
			 border-bottom:1px solid #ddd;
			 }	
			
		.Menu li > .Left_1 li a:hover {
			background:#434343;
			color:#fff;
			}
			
/* HomeBox */

.HomeBox-D {
	float:left;
	width:98%;
	padding:0 1%;
	height:auto;}
	
.HomeBox {
	float:left;
	width:47.8%;
	margin:1%;
	height:auto;}
	
.HomeBoxContent{
	width:100%;
	height:150px;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	border:1px solid #ddd;
	word-wrap:break-word;
box-shadow: 3px 3px 4px #eee;}
	
.HomeBoxContent * {
    vertical-align: middle;
}

.HomeBoxContent img{
	float:left;
	width:40%;
	height:auto;
	max-height:100%;
        margin: 5px;
	}
	
.HomeBoxContentText{
	width:52%;
	padding-left:3%;
	float:left;;
margin: 5px}
	
.HomeBoxContent h2{
display:block;}
	
.HomeBoxContent span{
	float:left;
	word-wrap:break-word;
	color:#444;
	font-size:13px;
	text-align:left;}

.HomeBoxContent a{
	float:left;
	word-wrap:break-word;
	color:#222;
	font-size:13px;
	font-style:italic;
	text-align:left;}

/* Footer */

#Footer {
	width:100%;
	height:auto;
	border-bottom:5px solid #333;
	background-color:#dcdcdc;
	text-align:center;
	font-size:14px;
	padding:15px 0;
	margin-top:20px;
	}
.Yazi1 {
		float:left;
		width:100%;
		height:auto;}
	

/* Text */

.Text {
	font-size:14px;
	color:#656565;}

/* Nav */

#Nav {
	width:99.8%;
	height:auto;
	border-right:1px solid #e5e5e5;
	}
	
 #Nav ul {
	width:100%;
	height:auto;
	}
	
 #Nav ul li {
	 position:relative;
	 display:block;
	}	
			
		#Nav li a{
			color: #777;
			padding: 5px 5px 0px 6px;
			font-size: 14px;
			display:block;
			font-weight: 200;
               border-bottom:1px dashed  #ddd;
                height: 30px;}
					
			#Nav li a:hover{
				color:#ffaf14;}
				
/* Product Details */
.ContentRight h2 {
	padding:10px;
	}

.ProductDetailsIImg{
	float:left;
	width:38%;
	margin-top:20px;
	margin-right:2%;
	height:auto;
margin: 10px;}

.ProductDetailsIImgSmall{
	float:left;
	width:38%;
	margin-top:20px;
	margin-right:2%;
	height:auto;
margin: 10px;}
	
.ProductDetailsIText{
	float:left;
	width:55%;
	margin-top:20px;
	margin-bottom:20px;
	height:auto;}

/* TabMenu */

.TabMenu ul{
	width:100%;}
	
.TabMenu ul li {
	float:left;}

.TabMenu ul li a{
	position:relative;
	display:block;
	padding:5px 8px;}

.selected {
	background-color:#eee;
	}
	
.ProductDetailsIImg img{
	float:left;
	width:100%;
	height:auto;}

.pdfdownload {
	float:left;
	margin:20px;
	display:block;
	cursor:pointer;}
	
/* Product */

.Product {
	float:left;
	width:29%;
	height:350px;
	background: #fff;
	padding: 1%;
	margin: 1%;
}

.ProductImg {
	width:240px;
	height:200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.ProductImg img {
	width:auto;
	max-width:100%;
	height:auto;
	max-height:100%;
}

.ProductText {
	width:auto;
	height:auto;
	display:block;
	padding-top:5px;
	color: #444;
	font-size:14px;}

.ProductText a {
	display:block;
	color: #669900;
	font-size:17px;
	margin-bottom:5px;}

/* Video */

.Video {
        float:left;
		width:100%;
		height:auto;	
	margin: 0% 0% 0% 25%;
}	
/* Sign In */

.PopupBgTransparent {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#111;
	opacity:0.9;
	top:0%;
	left:0%;
	z-index:909;
	display:none;}
	
.SignIn {
	position:absolute;
	width:280px;
	height:auto;
	background-color:#fff;
	padding:20px 30px;
	top:50%;
	left:50%;
	margin-left:-170px;
	z-index:999;
	margin-top:-70px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:none;}

.SignIn h2 {
	color: #656565;
	display: block;
	font-family: MyCustomFont;
	font-weight: 300;
	text-decoration: none;
	font-size: 25px;
	text-align:left;
	padding-bottom: 10px;
	padding-left:0;
	}
	
.SignIn input[type=text] {
	width: 94%;
	height: auto;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	font-family: MyCustomFont;
	color: #02a379;
	padding: 7px 3%;
	margin:auto;
	margin-bottom:20px;
	display:block;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;}

.SignIn input[type=password] {
	width: 94%;
	height: auto;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	font-family: MyCustomFont;
	color: #02a379;
	padding: 7px 3%;
	margin:auto;
	margin-bottom:20px;
	display:block;
	outline: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;}

.SignIn input[type=submit] {
	float:right;
	width: auto;
	font-family: MyCustomFont;
	height: auto;
	background-color: #22211f;
	border: 1px solid #191919;
	color: #aaa;
	padding: 7px 3%;
	display:block;
	outline: none;
	cursor:pointer;
	margin-top:-20px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;}

.SignIn input[type=submit]:hover {
	color: #fff;}

::-webkit-input-placeholder {font-family: MyCustomFont; color:#777;}
::-moz-placeholder {font-family: MyCustomFont; color:#777; } 
:-ms-input-placeholder {font-family: MyCustomFont; color:#777; } 
input:-moz-placeholder {font-family: MyCustomFont; color:#777; }

/* I Forgot My Password */

.IForgotMyPassword {
	font-size:12px;
	color:#656565;
	}
	
.IForgotMyPassword:hover {
	color:#02a379;}

/* Login Close */ 

.LoginClose {
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	}



#Nav li  a {
	font-weight:bolder;
	color:black;
}
