.hbi_masthead {float: left;}
.hbi_masthead img{ max-width:100%; }
.hbi_masthead h1, .logo h2{font:bold 32pt arial;}
.hbi_masthead strong{ display:none;}
.hbi_masthead span{ font-weight: normal; font-size: 14px;}
.hbi_masthead a{display: block;}
#masthead_logo {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

#masthead_banner{
	border:none;
}

#twitter_icon,#facebook_icon,#youtube_icon,#pinterest_icon {
	position: absolute;
	z-index: 100;
	top: 25px;
}

#pinterest_icon {left: 974px;}
#youtube_icon {left: 941px;}
#twitter_icon {left: 908px;}
#facebook_icon {left: 875px;}

.search-masthead {
	position: absolute;
	z-index: 100;
	top: 220px;
	left: 780px;
}

.hbi-search input {
	border: 1px solid #B8B8B5;
	width: 176px;
	color: #999;
	font-size: 10px;
	background-color: #FFF;
	height: 15px;
	margin-top: -15px;
	float:left;
	border-radius:0px;
	padding-left:25px;
}

.hbi-search input[type=button] {
	float:right;
	display:inline-block;
	margin-top:-15px;
	padding-bottom:15px;
	margin-left:0px;
	border:none;
	height:32px;
	width:32px;
}


/* TABLET  : 768px */
@media only screen and (max-width: 985px) and (min-width: 768px){
	.hbi_masthead img{margin:0 !important; margin-top:0;}
	.hbi_masthead {float: none;text-align: center;}
	/*#masthead_logo { display: none !important; }*/
	#twitter_icon,#facebook_icon,#youtube_icon,#pinterest_icon {
		display:none;
	}
	.search-masthead {
		position: absolute;
		z-index: 100;
		top: 160px;
		left: 500px;
	}
}

/*  Phone  : 480px */
@media only screen and (max-width: 767px) and (min-width: 480px){
	.hbi_masthead{float:none;}
	.hbi_masthead img{/*max-height:70px;*/margin:0 !important; margin-top:0;}
	/*#masthead_banner {display: none !important;}*/
	#masthead_banner {
		position: relative;
		margin-bottom: 10px !important;
		width: auto;
		height: auto;
		top: 0px;
		left: 0px;
	}
	#masthead_logo { display: none !important; }
	#twitter_icon,#facebook_icon,#youtube_icon,#pinterest_icon {
		display:none;
	}
	.search-masthead {
		position: absolute;
		z-index: 100;
		top: 159px;
		left: 12px;
	}
	.hbi-search input {
		width: 357px;
	}
}

/* Phone  : 320px */
@media only screen and (max-width: 479px){
	.hbi_masthead{float:none;}
	.hbi_masthead img{/*max-height:70px;*/margin:0 !important; margin-top:0;}
	/*#masthead_banner {display: none !important;}*/
	#masthead_banner {
		position: relative;
		margin-bottom: 10px !important;
		width: auto;
		height: auto;
		top: 0px;
		left: 0px;
	}
	#masthead_logo { display: none !important; }
	#twitter_icon,#facebook_icon,#youtube_icon,#pinterest_icon {
		display:none;
	}
	.search-masthead {
		position: absolute;
		z-index: 100;
		top: 159px;
		left: 10px;
	}
	.hbi-search input {
		width: 212px;
	}
}


#listentab_wrap{
	position: absolute;
	top: -22px;
	right: 0px;
}

#listentab_header{
	width:371px;
	height:23px;
	/*background-image:url('/wp-content/plugins/hbi-masthead/images/sahifa_listentab_above_header.png');*/
	/*cursor: pointer;*/
}

#listentab_textarea{
	width: 200px;
	height:100%;
	position: relative;
	left: 137px;
	top: 3px;
	overflow:hidden;
}

#listentab_textarea .listentab_text{
	text-align: left;
	color: #fff;
	margin-left:10px;
	position:absolute;
	white-space: nowrap;
}