

body{
	font-family:iran-sand !important;
	background-color: #000;
	direction: rtl;
}

@font-face {
  font-family: 'iran-sand';
  src: url(../fonts/IRANSansWeb.eot) format('eot'),  
       url(../fonts/IRANSansWeb.woff) format('woff'),
       url(../fonts/IRANSansWeb.ttf) format('truetype');
  font-style:normal;
  font-weight:normal;
}

.navbar-brand{
	display:none;
}
@media (min-width:460px) and (max-width:800px) {
	.pro{
		width: 50%;
		display: inline-block !important;
	}
}

@media only screen and (orientation: Portrait) {
	
.modal{
	display: block;
}
.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
	background-color: rgba(0,0,0,0.8);
	
 /* background: url(../images/433_-_Auto_rotation-512.png) center center  ;*/
	opacity: 0.9;
}
	.modal-body{
		text-align: center;
		top: 15%;
		background-color: rgba(0,0,0,0.8);
	}

}

h1{
	position: absolute;
	top:-800px;
}
h6,h5,h4,h3,h2{
	color: #fff;
}
a:hover,a:active,a:focus{
	text-decoration: none;
}
.navbar-nav{
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.navbar-nav li{
    float: none;
    display: inline-block;
	margin: 0 20px;
	border-bottom: solid 2px transparent;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
}
.navbar-nav li:hover{
	border-bottom: solid 2px rgba(216,121,0,0.8);
}
.navbar-inverse {
	background: linear-gradient(to right, rgba(216,121,0,0.8), rgba(0,0,0,1), rgba(216,121,0,0.8));
	
	
}

.navbar-inverse .navbar-nav > li > a{
	color: #ccc;
	font-weight: normal;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #FF9C1E;
	-webkit-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	transform: scale(1.2,1.2);
	
}

@media screen and (max-width: 767px){
	 .navbar-brand{
		display: block;
		color:#ccc !important;
		font-size: 16px;
	}
	
	.navbar-brand:hover{
		color: #FF9C1E !important;
	}
	.navbar-nav li{
      	float: none;
      	display: block;
		text-align: center;
		border-bottom: none !important;
	}
	
		
		
	.navbar-inverse .navbar-nav > li > a:hover {
		color: #FF9C1E;
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
}
}


 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider arrow skin 051 css*/
        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

        /*jssor slider thumbnail skin 111 css*/
        .jssort111 .p {position:absolute;top:0;left:0;width:200px;height:100px;background-color:#000;}
        .jssort111 .p img {position:absolute;top:0;left:0;width:100%;height:100%;}
        .jssort111 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.45;}
        .jssort111 .p:hover .t{opacity:.8;}
        .jssort111 .pav .t, .jssort111 .pdn .t, .jssort111 .p:hover.pdn .t{opacity:1;}
        .jssort111 .ti {position:absolute;bottom:0px;left:0px;width:100%;height:28px;line-height:28px;text-align:center;font-size:12px;color:#fff;background-color:rgba(0,0,0,.3)}
        .jssort111 .pav .ti, .jssort111 .pdn .ti, .jssort111 .p:hover.pdn .ti{color:#000;background-color:rgba(255,255,255,.6);}
/*    */


.post-tag{
	position: absolute;
    right:0px;
    top: 0;
	padding: 7px 5px;
	font-size: 10px;
	z-index:10 !important;
}
.product{

	height: auto;
	position: relative;
	overflow: hidden;
	margin: 5px 0;

}

.product img{
	width: 100%;
	height: 300px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

.product img:hover{
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);

}
.product-hover{
	width: 100%;
	height: 60px;
	background-color: rgba(0,0,0,0.66);
	position: absolute;
	bottom:-20px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product:hover .product-hover{
	bottom: 0px;
	
}
.product-hover p{
	margin-top: 15px;
	color: #fff;
}
.fildset{
	border: 1px solid #ccc;
    padding: 15px 10px;
    padding-bottom: 20px;
    position: relative;
    border-radius: 6px;
	
}
.fildset p{
	color: #ccc;
	font-size: 16px;
}
legend {
    border-bottom: 0;
    font-size: 13px;
    padding: 10px 20px;
    width: auto;
    margin: 0 auto;
	
}
legend h2{
	font-size: 20px;
	color: #ccc;
}

footer{
	margin-top: 40px;
    width: 100%;
	padding: 0 !important;
}
footer .footer-social{
	background-color:#222;
	min-height: 80px;
}
footer .footer-social img{
	margin:13px 10px;
}
footer .footer-social img:hover{
	opacity: 0.5;
}
footer .footer-product{
	background-color: #2c2b2b;
	min-height: 100px;
}
footer p{
	color: #505050;
	margin-top: 10px;
	font-size: 12px;
}
.footer-product a{
	font-family:'Josefin Sans', Helvetica, Arial, sans-serif;
	padding: 10px 40px;
	border: 1px solid rgba(216,121,0,0.8);
	color: rgba(216,121,0,0.8);
	text-align: center;
	display: inline-block;
	margin:6px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer-product a:hover{
	color: #ccc;
	border: 1px solid #ccc;
}
.bio{
	margin-top:7px;
}
.bio p{
	line-height: 1.7;
}
.bio .bio-exb a{
	font-size: 16px;
	font-family: iran-sand;
	padding: 10px 40px;
	border: 1px solid rgba(216,121,0,0.8);
	color: rgba(216,121,0,0.8);
	text-align: center;
	display: inline-block;
	margin:6px 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.bio .bio-exb a:hover{
	color: #ccc;
	border: 1px solid #ccc;
}

