/*
theme name: 2sweb introbar
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/
@charset "utf-8";
@import url('../reset.css');
@font-face {
 font-family:'homa-font';
 src: url('twosweb-fonts/homa.eot');
 src: url('twosweb-fonts/homa.eot?#iefix') format('eot'),  url('twosweb-fonts/homa.woff') format('woff'),  url('twosweb-fonts/homa.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
body {
	direction:rtl;
	text-align:right;
	font:normal normal 0.75em/20px tahoma;
	margin-top:46px;
}
/*
=introbar-shop
-------------------------------------------------------------------*/
#introbar-shop {
	background:#222;
	height:46px;
	overflow:hidden;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:9999;
}
#introbar-shop #twosweb-logo {
	float:right;
	padding:4px 6px 0 0;
}
#introbar-shop #twosweb-logo a {
	background:url(images/2sweb-logo.png) no-repeat right top;
	padding-right:68px;
	display:block;
	color:#fff;
	height:42px;
	font-family:'homa-font';
	line-height:33px;
	font-size:20px;
	text-shadow:2px 2px 4px #000;
	text-decoration:none;
}
#introbar-shop #twosweb-logo a:hover {
	color:#d5d8d9;
}
#introbar-shop .close-introbar {
	float:left;
	background:url(images/introbar-btn.png) no-repeat 0 -63px;
	cursor:pointer;
	width:24px;
	height:24px;
	display:block;
	text-indent:-9999px;
	margin:11px 0 0 11px;
}
#introbar-shop .btn-introbar {
	color:#fff;
	background:#fff;
	text-align:center;
	padding:0 6px;
	background:#82b440;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:6px 0 0 42px;
	height:34px;
	display:block;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-khtml-border-radius:4px;
	line-height:33px;
	font-size:1.4em;
	font-family:'homa-font';
	float:left;
}
#introbar-shop .btn-introbar:hover {
	background-color:#ef4d36 !important;
}
#introbar-shop #detail-btn {
	padding-right:44px;
	background:url(images/introbar-btn.png) no-repeat 170px 2px #821e8e;
}
@media print {
#introbar-shop {
	display:none;
}
}
@media only screen and (min-width : 480px) and (max-width : 767px) {
 #introbar-shop #twosweb-logo a {
text-indent:-9999px;
}
 #introbar-shop .btn-introbar {
margin-left:16px;
}
}
@media only screen and (min-width : 320px) and (max-width : 479px) {
 #introbar-shop #twosweb-logo a {
text-indent:-9999px;
padding-right:45px;
}
 #introbar-shop .btn-introbar {
margin-left:5px;
font-size:1em;
}
 #introbar-shop .close-introbar {
margin-left:4px;
}
 #introbar-shop #detail-btn {
padding:0 6px;
}
}
@media only screen and (max-width : 319px) {
 #introbar-shop #twosweb-logo, #introbar-shop .close-introbar {
display:none;
}
 #introbar-shop .btn-introbar {
margin-left:5px;
font-size:1em;
}
 #introbar-shop #detail-btn {
padding:0 6px;
}
}
