
/**
 * 	SidePanel
 */
.navbarside {
	display: none;
	background: #000;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.navbarside a#sidemenu {
	background: center center no-repeat transparent;
	background-image: url(../img/menu-side.png);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 10px;
}
#sidr,.mobile-adsense {
	display: none
}

.search-box-res {
	float: right;
	z-index: 9999;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 3px;
}
.search-box-res img {
	margin: 10px;
}
#search-text-res {
	top: 40px;
	display: none;
	position: fixed;
	-webkit-transition: color 1.7s ease-in-out;
	-moz-transition: color 1.7s ease-in-out;
	-o-transition: color 1.7s ease-in-out;
	transition: color 1.7s ease-in-out;
	background: #000;
	padding: 2px 5px;
	width: 55%;
	right: 0;
}

#search-text-res input {
	width: 90%;
}
#sidr.sidr ul.menu li.current-menu-item a {
	-webkit-box-shadow: inset 0 0 15px 3px #222;
	-moz-box-shadow: inset 0 0 15px 3px #222;
	box-shadow: inset 0 0 15px 3px #222;
	color: #DC3912 !important;
}
#sidr ul li.current-menu-item,
#sidr ul li.current-menu-parent{background:#000 !important;}
/**
 * 	Top Fixed Bar
 */
#top-fixed-bar {
	position: fixed;
	top: -100px;
	background: #fff;
	color: #000;
	height: 45px;
	width: 100%;
	z-index: 10000;
	border-bottom: 1px solid #e2e2e2;
	-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;
	-webkit-box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
	-moz-box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
	box-shadow: 1px 1px 8px rgba(102, 102, 102, 0.3);
}
#top-fixed-bar.show {
	top: 0;
}
#top-fixed-bar ul {
	float: right;
	height: 45px;
	padding: 10px;
}
#top-fixed-bar ul li {
	float: left;
	margin-right: 45px;
}
#top-fixed-bar ul li.current-menu-item, #top-fixed-bar ul  li.current-menu-item, 
#top-fixed-bar ul li.current-menu-parent, #top-fixed-bar ul li.current-menu-ancestor{
	background: none !important;
}
#top-fixed-bar ul li a {
	color: #565656;
}
#top-fixed-bar ul li:last-child {
	margin-right: 10px;
}
#top-fixed-bar .logo-res {
	float: left;
	height: auto;
	padding: 10px;

}
#top-fixed-bar .logo-res img {
	height: 20px;
}
@media all and (max-width: 1023px){
	.mobile-adsense{display: block;max-height: 100px;margin:5px auto;}
}
@media all and (max-width: 640px){
	.navbarside {
		margin-left: -20px;
	}
	.span4{width:100% !important; margin: 0 auto !important; float:left !important; }
	.navbarside .logo-res img{width:70%;margin:10px auto;}
}
@media all and (max-width: 320px) {
	.logo-res img {
		max-width: 65%;
		max-height: 20px;
		margin: 0 auto;
		padding-top: 10px;
	}
	.navbarside a#sidemenu {
		left: 0;
	}
}