.focus-pagination {height:35px !important;}
.focus-title-bar {height:50px !important;}
.focus-title-bar {left:auto !important;}
.focus-title {line-height:50px !important;}
.focus-box {width:100% !important; height:800px !important;}
.focus-container {height:800px !important;}
.header .head-right {
    margin-top: 0px !important;
}
.wp-menu .menu-item a.menu-link {
    font-weight: bolder;
    margin-top: 30px;
}

			.main{
				width: 100%;
				position: relative;
				left: 0;
				overflow-x: hidden;
			}
			.main-open{
				bottom: -100px;
			}
			.header{
				width: 100%;
				position: absolute;
				
			}
			.trigger{
				width: 30px;
				height: 30px;
				float: right;
				margin-right: 50px;
				margin-top: 50px;
				position: relative;
			}
			.slider{
				position: fixed;
				top: -100px;
				right: 0;
				width: 100%;
				height: 100px;
                                background: url(/_upload/tpl/0a/9b/2715/template2715/images/navBG.png) no-repeat center;
				z-index: 1000;
			}
			.open{
				top: 0;
			}
			.trigger span{
				display: block;
				left: 0;
				width: 100%;
				height: 3px;
				background: #FFFFFF;
				position: absolute;
				opacity: 1;
				transform: rotate(0,0);
			}
			.trigger span:nth-child(1){
				top: 0px;
			}
			.trigger span:nth-child(2){
				top: 6px;
			}
			.trigger span:nth-child(3){
				top: 12px;
			}
			.trigger-open span:nth-child(1){
				transform:rotate(45deg);
				top: 6px;
			}
			.trigger-open span:nth-child(2){
				width: 0;
			}
			.trigger-open span:nth-child(3){
				transform:rotate(-45deg);
				top: 6px;
			}