header {
	padding:16px 0;
}
body.single-project #content header,
body header.color-bwhite {
	background:#0033A1;
}

body.single-project #content,
#content.color-bwhite,
#content.color-blue {
	padding-top:70px;
}
body.single-project header,
header.color-bwhite,
header.color-blue {
	background:white;
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:all 0.5s;
	transform:translateY(0%);
}
body.single-project.scrollup header,
body.scrollup header.color-bwhite,
body.scrollup header.color-blue {
	transform:translateY(-100%);
}
section.s0 .ecrap.color-bwhite {
	padding:32px 0;
}
header .logo img {
	width:132px;
}
header .hamb-rap {
	position:absolute;
	right: 0;
    top: -20px;
}
header .hamb {
	display:block;
	display: block;
    width: 55px;
    height: 66px;
    position: relative;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    background: transparent;
	transition:all 0.5s;
	z-index:1;
	left:auto;
}
header .hamb-rap.opened .hamb:before {
	border-color:#06379D;
}
header .hamb-rap.opened .hamb:after {
	background:#06379D;
}
header .hamb-rap.opened .hamb {
	transform:rotate(90deg);
}
header .hamb:before {
	content:"";
	width:19px;
	height:15px;
	border-top:2px solid white;
	border-bottom:2px solid white;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	transition:all 0.5s;
}
header .hamb:after {
	content:"";
	width:19px;
	height:2px;
	background:white;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	transition:all 0.5s;
}
header .hamb-rap.opened .mmenu {
	top:0;
}
header .logo {
	margin-bottom:0;
}
header .mmenu {
	position: fixed;
    background: white;
    top: -100vh;
    width: 100vw;
    left: 0;
    height:calc( 100vh);
    transition: top 0.5s;
}
header .mmenu .imenu {
	display:block;
	margin-top:70px;
	border-top:2px solid #0033A1;
}
header .mmenu li {
	border-bottom:2px solid #0033A1;
    padding: 16px 16px;
	font-size:20px;
}
header .mmenu li a ,
header .mmenu li.curr a {
    border-bottom: 0;
    padding-bottom: 0;
}
header.color-blue .hamb:after {
	background:#0033A1;
}
header.color-blue .hamb:before {
	border-color:#0033A1;
}
body header.color-bwhite .mmenu li.curr a, 
body header.color-bwhite .mmenu li a,
body header.color-white .mmenu li.curr a, 
body header.color-white .mmenu li a {
	color:#0033A1;
	padding:0;
}
header .hamb-logo img {
	width:132px;
}
header .hamb-rap.opened .hamb-logo {
    display: block;
}
header .hamb-logo {
    position: fixed;
    left: 16px;
    top: 16px;
}
section.bcolor-blue .site .isite {
	margin:0 -16px;
	padding:0 16px;
}
.site {
    padding: 0 16px;
}
.entry .title {
	font-size:36px;
	line-height:40px;
}


/* footer */
footer .flex-rap {
    display: block;
	height:100vh;
}
footer .flex-rap .box-rap {
	height:50vh;
	width:100%;
}
footer .scrolltop-rap .top-arrow {
	left:20px;
}
footer .contact-rap a {
	display: block;
    margin-top: 12px;
}
/* home */
.mainImageHome .imgrap.mimg img {
	height: 100vh;
    width: auto;
    left: 0;
    position: relative;
    transform: translateX(-50%);
}
.mainImageHome .imgrap.mimg .bimg {
	height: 100%;
}
.mainImageHome .imgrap.mimg {
	height: 100vh;
    margin-top: -66px;
}
.mainImageHome .limg {
	width: 170px;
}
.mainImageHome .boxes-rap {
    display: block;
	height:100vh;
}
.mainImageHome .boxes-rap .box-item {
    height: 50vh;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.mainImageHome .boxes-rap .box-item .bxtitle {
	font-size:40px;
}

/* textBox */
.textBox .entry.layout-sidetitle .text,
.textBox .entry.layout-sidetitle .title-rap {
	display:block;
	width:100%;
	margin:0;
	margin-bottom:24px;
}

/* mainImage */
.mainImage .site {
	padding:0;
}

/* contactBox */
.contactBox .irap.itextarea,
.contactBox .irap {
	display:block;
	margin-right:0;
	width:100%;
}
.contactBox .mainlead {
	margin-top:0;
	margin-bottom:0;
	padding-bottom:120px;
}
.contactBox input[type="submit"] {
	margin-right:0;
}
.contactBox .tumsg .itu {
	width:auto;
}
.contactBox .info {
	display: block;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    margin-bottom: 60px;
}
.contactBox .emsg {
	right:0;
}
/* projectsBox */
.projectsBox .plist {
	margin-right:0;
}
.projectsList .projectsBox .pitem:first-child,
.projectsBox .plist .pitem {
	display:block;
	width:100%;
	margin-right:0;
}
.projectsList .projectsBox .pitem .link {
	bottom: 16px;
}
.projectsList .projectsBox .pitem .title {
	bottom: 48px;
    right: 32px;
}
/* project page */
.project-head {
	padding-top:124px;
	padding-bottom:80px;
}
.project-head h1 {
	font-size: 32px;
    line-height: 36px;
    width: auto;
}
.page-project .sidebar .stitle {
	font-size:20px;
}
.page-project .sidebar .stitle:after {
	content:"+";
	position:absolute;
	right:16px;
	top:0px;
	font-weight:normal;
}
.page-project .sidebar.opened .stitle:after {
	content:"-";
}
.page-project .sidebar.opened {
	max-height:300vh;
}
.page-project .sidebar {
	width: calc(100% - 32px);
    display: block;
    padding: 16px;
    overflow: hidden;
    max-height: 28px;
	transition:max-height 0.5s;
	margin-bottom:32px;
}
.page-project .content {
	width: auto;
    display: block;
    padding: 0;
}
.page-project .plist-window .plist .pitem {
	width:0.8%;
	display:inline-block;
	margin-right:0.05%;
}
.page-project .plist-window .plist {
	width:10000%;
	position:relative;
	left:0;
	transition:left 0.5s;
}
.page-project .plist-window {
	position:relative;
	overflow:hidden;
}
.structureBox {
    margin-top: 0px;
}
section.projectsBox {
	padding-top:32px;
	padding-bottom:32px;
	margin-top:32px;
}
/* galleryBox */
.galleryBox .nav {
	display:none;
}