/* fit-sidebar */
.fit-sidebar-fixed{
	margin-bottom:0!important;
	position:fixed;
}
.fit-sidebar-blank{
	z-index:0;
	background-color:transparent;
	visibility:hidden;
}


.fixed-side {
  position: fixed;
  bottom: 0;
}

.fixed-side-up {
  position: fixed;
  top: -180px;
}

.bottom-side {
  position: absolute;
  bottom: 0;
}
.static-side {
  position: static;
}


.info {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    padding: 10px;
    background-color: #ffffff;
    font-size: 12px;
}



@media screen and (min-width: 751px){
.sideCont.contents.fixed-side{
	/*width: 300px;*/
}
.inrWidth, #areaWrapper1 {
    position: relative;
}
	
}

@media screen and (max-width: 750px) {
	
	#sidebar .contents {
    width: 100%;
	}
	
	.fixed-side,.fixed-side-up {
  position: static;
}
.bottom-side {
  position: static;
}
}

@media only screen and (min-width: 751px) and (max-width: 1199px) {
	.sideCont.contents.fixed-side,.sideCont.contents.fixed-side-up{
	width: 23.5%;
	}
	.sideCont.contents.bottom-side{
	width: 25%;
	}
}

@media screen and (min-width: 1200px){
	.sideCont.contents.fixed-side,.sideCont.contents.fixed-side-up{
	width: 300px;
}

}