.clearfix::after{
    content:"";
    clear: both;
    overflow: hidden;
}
.app{
	font-size: 15px;
}
.app-main{
    width: 100%;
}
.app-main-header{
    width: 100%;
    position: relative;
}
.app-main-header-background{
    background: url(../image/kamenyingsu.jpg) no-repeat 50% 50%;
    width: 100%;
	height: 700px;
	background-size: cover;
}
.site-header{
    background: rgba(0, 140, 140, 0.2)!important;
}
.site-branding-img{
    height:60px;
    width: 70px;
}
.site-branding-title{
    color: #fff;
    font-size: 24px;
}
.site-header {
	line-height:85px;
	position:relative;
	width:100%;
	background:#FFF;
	z-index:99;
	-webkit-transition:all 1s ease-out;
	transition:all .5s ease-out
}
.site-header.transparent {
	background:transparent
}
.site-header.sticky-header.transparent.header-fixed {
	border-bottom-color:transparent
}
.site-header.sticky-header.transparent {
	position:fixed
}
.site-header-wrapper {
    display:block;
}
.site-header.header-fixed {
	box-shadow:0 5px 10px 0 rgba(50,50,50,.06)
}
.site-header.header-fixed.transparent {
	background:rgba(0,0,0,.8)
}
.site-header-wrapper.is-fixed .header-fixed {
	position:fixed
}
.menu-item-49>a{
	font-size: 24px!important;
	color: #f39982!important;
}
.menu-item-49-title-span{
	font-size: 16px;
}
