#main{
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	height: calc(100% - 40px);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 998;
}
#head, #body, #foot, #title, #datas, #other{
	float: left;
	overflow-x: hidden;
	width: 100%;
}
#head, #foot{
	color: white;
}
#body{
	background-color: #ecf0f1;
	min-height: 1000px;
}
#title{
	text-align: center;
}
#title h1{
	font-size: 28px;
}
#title h4{
	font-size: 16px;
}
#datas{
}
#datas.title{
	padding-top: 70px;
	position: relative;
}
#datas.title > span.title{
	box-shadow: 0px 0px 5px 0px #999;
	padding: 10px 70px 10px 30px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 24px;
	border-radius: 0px 0px 20px 0px;
}
#datas.title > span.filter{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 7.5px 15px;
	font-size: 14px;
	color: #333;
	background-color: #FFF;
	font-weight: bold;
	box-shadow: 0px 0px 5px 0px #999;
	border-radius: 0px 0px 0px 10px;
}



#other{
	min-height: 100px;
}
ul#navigator{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 5px 0px #999;
	z-index: 99;
	overflow-y: auto;
}
ul#navigator > li{
	position: relative;
	float: left;
	padding: 5px 15px;
	color: #7f8c8d;
	line-height: 40px;
	font-size: 14px;
	padding-bottom: 0px !important;
}
ul#navigator > li > a{
	color: #7f8c8d;
}
ul#navigator > li:before{
	line-height: 40px;
	position: absolute;
	width: 30px;
	font-family: fontAwesome;
	content: '\f054';
	right: -25px;
	top: 5px;
	font-size: 12px;
}
ul#navigator > li:last-child:before{
	display: none;
}

#_fanPage{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.1);
}
#_fanPage > .page{
	position: fixed;
	width: 300px;
	height: 300px;
	left: calc(50% - 150px);
	top: calc(50% - 150px);
	background-color: #FFF;
}
#_fanPage i.close{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	line-height: 20px;
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	font-size: 12px;
	cursor: pointer;
}

.adBlock { 
  width: 300px; 
  height: 100px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
@media (min-width:500px) { .adBlock { width: 468px; height: 60px; } }
@media (min-width:800px) { .adBlock { width: 728px; height: 90px; } }
.adSidebar {
    margin: auto;
    max-height: 600px;
    width: 320px;
}
.adContent {
    margin: auto;
    width: 320px;

    @media #{$small-break} {
        width: 320px;
    }
    @media #{$large-break} {
        width: 730px;
    }
}