#sb-site, .sb-site-container {
	padding: 0;
}
@media all and (max-width:719px)
{
#sb-site { /*margin-top:30px;*/}
}

.sb-slidebar {
	padding: 5px;
}

html.sb-active #sb-site, .sb-toggle-left, .sb-toggle-right, .sb-open-left, .sb-open-right, .sb-close {
	cursor: pointer;
}

/* Fixed position examples */
#sb-site.top-padding {
	padding-top: 45px;
}

#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height:auto;
	z-index: 0;
	text-align:center;
	background-color:transparent !important;
	z-index:99;
}
/*#fixed-top img { display:none;}*/

#fixed-top span.sb-toggle-left {
	display:block;
	float: left;
	width:80px;
	height:80px;
	color: white;
	padding: 0;
	margin:20px 0 0 10px;
	background:url(../img/com/icon-menu.png) center center no-repeat;
	background-size:80px 80px;
}
.sb-active #fixed-top span.sb-toggle-left {
	background:url(../img/com/icon-menu_over.png) center center no-repeat;
	background-size:80px 80px;
}
#fixed-top span.sb-toggle-left img {
	height: 100%;
	display:none;
}
#fixed-top span.sb-toggle-right {
	display:none;
}
@media all and (max-width:719px)
{
#fixed-top {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	padding:0 0 10px;
	z-index: 4;
	text-align:center;
	background-color:#FFFFFF !important;
	/*background:rgba(255, 255, 255, 0.0);*/
}
/*#fixed-top img { display:inline-block; height:100%;}*/

#fixed-top span.sb-toggle-left {
	display:block;
	float: left;
	width:40px;
	height:40px;
	color: white;
	padding: 0;
	margin:5px 0 0 4px;
	background-size:40px 40px;
}
.sb-active #fixed-top span.sb-toggle-left {
	background-size:40px 40px;
}
#fixed-top span.sb-toggle-left img {
	height: 100%;
	display:none;
}
#fixed-top span.sb-toggle-right {
	display:block;
	float: right;
	width:auto;
	height:40px;
	color: white;
	padding: 0;
	margin:0 4px 0 0;
}
}

