* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: scroll;
	background: #fff;
	font-family: Verdana, Helvetica, sans;
	font-size: 12px;
	color: #000;
}
body.mobi {
	overflow: hidden;
	overflow-y: auto;
}

a:link, a:visited, a:hover, a:active  {
	color: #000;
	text-decoration: none;
}

a img {
	border: none;
}

ul.hmenu, ul.vmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.hmenu li, ul.vmenu li {
	margin: 0;
	padding: 0;
	float: left;
}
ul.vmenu li {
	float: none;
}

span.clr {
	display: block;
	clear: both;
}

.gold, a.gold {
	color: #BB9739;
}

div.project-txt {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: inherit;
}
div.project-txt h2 {
	margin: 0;
	font-family: 'callunaitalic';
	font-size: 30px;
}
div.project-txt span {
	display: block;
	width: 60px;
	height: 11px;
	margin: 30px auto 25px auto;
	background: #000;
}
div.project-txt h3 {
	margin: 0 0 18px 0;
	font-family: 'Nudista-Bold';
	font-size: 60px;
	text-transform: uppercase;
	line-height: 60px;
}

body.w960 div.project-txt h2 {
	margin: 40px 0 0 0;
	font-size: 24px;
}
body.w960 div.project-txt span {
	width: 49px;
	height: 9px;
	margin: 20px auto 18px auto;
}
body.w960 div.project-txt h3 {
	font-size: 50px;
	line-height: 48px;
}
body.w1280 div.project-txt span, body.w1600 div.project-txt span {
	width: 60px;
	height: 11px;
}

div.pics a.item img {
	display: block;
	width: inherit;
	height: inherit;
}

#wrap {
	width: 100%;
	min-width: 320px;
	max-width: 2560px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
body.mini #wrap {
	padding-top: 60px;
}

#head {
	visibility: hidden;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
}
#head div.in {
	position: relative;
	width: 100%;
}
#head h1 {
	position: absolute;
	top: 46px;
	left: 50%;
	z-index: 1;
	width: 123px;
	height: 76px;
	margin: 0 0 0 -61px;
}
body.mini #head h1 {
	top: 12px;
}
#head h1 a {
	display: block;
	width: inherit;
	height: inherit;
	overflow: hidden;
}
#head h1 a img {
	width: 100%;
	height: auto;
	margin-top: -78px;
}
#head h1 a:hover img {
	margin-top: -1px;
}
body.w2560 #head h1 {
	width: 195px;
	height: 122px;
	margin-left: -98px;
}
body.w2560 #head h1 a img {
	margin-top: -123px;
}
body.w2560 #head h1 a:hover img {
	margin-top: -1px;
}
#head ul {
	padding: 40px 0 0 0;
	font-size: 22px;
	font-family: 'Nudista';
	text-transform: uppercase;
}
#head ul.menu1 {
	float: left;
}
#head ul.menu2 {
	float: right;
}
#head li.m {
	margin: 0 80px;
}
#head ul a:hover {
	color: #BB9739;
}
body.mini #head span.menu {
	position: absolute;
	top: 13px;
	left: 15px;
	display: block;
	width: 21px;
	height: 17px;
	overflow: hidden;
	padding: 10px;
	background: url(../img/menu.png) no-repeat center center;
	cursor: pointer;
}
body.mini #head {
	height: 60px;
}
body.mini #head div.menu {
	display: none;
}
body.mini #head ul {
	float: none;
	display: block;
	width: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
body.mini #head ul.menu1 {
	margin: 0;
	padding: 100px 0 0 0;
} 
body.mini #head ul li {
	float: none;
	margin: 0 !important;
	padding: 10px 0;
}
body.w2560 #head div.menu {
	width: 50%;
	margin: 0 auto;
}
body.w2560 #head li {
	margin: 0 60px;
}

#banner {
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: 0;
	width: inherit;
	overflow: hidden;
}
body.mini #banner {
	top: 60px;
}
body.mobi #banner {
	position: absolute;
}
#project #banner {
	position: relative;
	top: 0;
}
#banner div.slider {
	visibility: hidden;
	position: relative;
	width: inherit;
	height: inherit;
}
#banner a.item {
	position: relative;
	display: block;
	width: inherit;
	height: inherit;
}
body.mini #banner div.project-txt {
	display: none;
}
#banner a.item div.in {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	text-align: center;
}
#banner a.item img {
	display: block;
	width: 100%;
}
#banner a.navi {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 40px;
	height: 100%;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 10px;
	cursor: pointer;
	text-indent: -999em;
	line-height: 3000;
}
body.mini #banner a.navi {
	width: 22px;
	margin-top: -5px;
}
#banner a.prev {
	left: 20px;
	background: url(../img/arr-l.png) no-repeat center center;
}
#banner a.prev:hover {
	background-image: url(../img/arr-l2.png);
}
#banner a.next {
	right: 20px;
	background: url(../img/arr-r.png) no-repeat center center;
}
#banner a.next:hover {
	background-image: url(../img/arr-r2.png);
}
body.mini #banner a.prev {
	left: 10px;
	padding: 5px;
	background-image: url(../img/arr-l_m.png);
}
body.mini #banner a.prev:hover {
	background-image: url(../img/arr-l_m2.png);
}
body.mini #banner a.next {
	right: 10px;
	padding: 5px;
	background-image: url(../img/arr-r_m.png);
}
body.mini #banner a.next:hover {
	background-image: url(../img/arr-r_m2.png);
}
body.w2560 #banner a.prev {
	left: 40px;
}
body.w2560 #banner a.next {
	right: 40px;
}
#banner span.pager {
	position: absolute;
	bottom: 35px;
	left: 0;
	z-index: 999;
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
}
#banner span.pager span {
	display: inline-block;
	width: 13px;
	height: 12px;
	margin: 0 5px;
	background: url(../img/dots.png) no-repeat;
	cursor: pointer;
	text-indent: -999em;
	line-height: 3000;
}
#banner span.pager span.cycle-pager-active {
	background-position: -13px 0;
}
#banner span.pager span:hover {
	background-position: -13px 0;
}
body.mini #banner span.pager, body.w960 #banner span.pager {
	bottom: 10px;
}
body.w960 #banner span.pager {
	bottom: 25px;
}
body.mini #banner span.pager span, body.w960 #banner span.pager span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	background: url(../img/dots_m.png) no-repeat;
}
body.mini #banner span.pager span.cycle-pager-active, body.w960 #banner span.pager span.cycle-pager-active {
	background-position: -10px 0;
}
body.mini #banner span.pager span:hover, body.w960 #banner span.pager span:hover {
	background-position: -10px 0;
}
#banner .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#home {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #fff;
}
#home div.pics a.item.pos-i {
	display: inline-block;
	vertical-align: top;
}
#home div.pics a.item.pos-l {
	clear: both;
	display: block;
	float: left;
}
#home div.pics a.item.pos-r {
	clear: both;
	display: block;
	float: right;
}
#home div.pics a.item.pos-c {
	clear: both;
	display: block;
	margin: 0 auto;
}
body.mini div.pics a.item {
	clear: both !important;
	float: none !important;
	width: 100% !important;
	height: auto !important;
	overflow: hidden !important;
}
body.w640 #home div.pics div.project-txt {
	margin: 60px 0 0 60px;
}

#content {
	width: 95%;
	min-height: 500px;
	margin: 0 auto;
}
body.w2560 #content {
	width: 1520px;
}
#content div.pics {
	width: 100%;
}
#content div.pics a.item {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
body.mini #content a.item {
	clear: both;
}
#content a.item:hover div.project-txt {
	color: #BB9739;
}
#content a.item:hover div.project-txt span {
	background-color: #BB9739;
}
#content a.item:hover img {
	opacity: 0.7;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
#content a.item div.project-txt span {
	margin: 15px 0;
}
#content a.item img {
	display: block;
}
body.w1280 #content div.project-txt h2 {
	margin: 12px 0 0 0;
	font-size: 23px;
}
body.w1280 #content div.project-txt span {
	margin: 0 0 5px 0;
}
body.w1280 #content div.project-txt h3 {
	font-size: 56px;
	line-height: 56px;
}
body.w960 #content div.project-txt h2 {
	margin: 0;
	font-size: 22px;
}
body.w960 #content div.project-txt span {
	margin: -2px 0 15px 0;
	height: 9px;
}
body.w960 #content div.project-txt h3 {
	font-size: 52px;
	line-height: 52px;
}
body.w640 #content div.project-txt h2 {
	margin: 0;
	font-size: 17px;
}
body.w640 #content div.project-txt span {
	margin: -8px 0 10px 0;
	width: 33px;
	height: 6px;
}
body.w640 #content div.project-txt h3 {
	font-size: 35px;
	line-height: 35px;
}
body.w320 #content div.project-txt h2 {
	margin: 0;
	font-size: 20px;
}
body.w320 #content div.project-txt span {
	margin: -10px 0 10px 0;
	width: 33px;
	height: 6px;
}
body.w320 #content div.project-txt h3 {
	font-size: 35px;
	line-height: 35px;
}

#image {
	position: fixed;
	top: 100px;
	left: 50%;
	z-index: -1;
	width: inherit;
	overflow: hidden;
}
body.mini #image {
	top: 60px;
}
body.mobi #image {
	position: absolute;
}
#image div.img {
	position: relative;
	display: block;
	margin: 0 auto;
	width: inherit;
}
#image div.img div.in {
	display: table-cell;
	width: inherit;
	height: inherit;
	vertical-align: middle;
	text-align: center;
}
body.mini #image div.img div.project-txt {
	display: none;
}
#image div.img img {
	display: block;
	width: 100%;
}

#project {
	width: inherit;
}
#project div.descr {
	width: inherit;
	padding: 120px 0;
	background: #F5F5F5;
}
body.w2560 #project div.descr {
	width: 100%;
}
body.w2560 #project div.descr div.in {
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
body.w640 #project div.descr, body.w960 #project div.descr {
	padding: 65px 0;
}
body.w320 #project div.descr {
	padding: 40px 0;
}
#project div.descr div.box {
	width: 70%;
	margin: 0 auto;
}
body.mini #project div.descr div.box {
	width: 85%;
}
#project div.descr div.title h2 {
	margin: 0;
	font-family: 'callunaitalic';
	font-size: 24px;
}
body.w320 #project div.descr div.title h2 {
	font-size: 20px;
}
body.w640 #project div.descr div.title h2 {
	font-size: 21px;
}
body.w960 #project div.descr div.title h2 {
	font-size: 22px;
}
#project div.descr div.title span {
	display: block;
	width: 58px;
	height: 11px;
	margin: 8px 0;
	background: #000;
}
body.w320 #project div.descr div.title span {
	width: 39px;
	height: 8px;
}
body.w640 #project div.descr div.title h3 {
	
}
body.w640 #project div.descr div.title span {
	width: 48px;
	height: 10px;
}
body.w960 #project div.descr div.title span {
	width: 48px;
	height: 10px;
}
#project div.descr div.title h3 {
	margin: 24px 0 0 0;
	font-family: 'Nudista-Bold';
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	word-wrap: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
	hyphens: auto;
}
body.mini #project div.descr div.title h3 {
	margin: 15px 0 0 0;
	font-size: 33px;
	line-height: 32px;
}
body.w640 #project div.descr div.title h3 {
	margin: 25px 0 0 0;
}
body.w960 #project div.descr div.title h3 {
	margin: 25px 0 0 0;
	font-size: 34px;
	line-height: 34px;
}

#project div.descr div.title a {
	display: inline-block;
	margin: 24px 0 0 0;
	font-family: 'Nudista';
	font-size: 18px;
}
#project div.descr div.title a:hover {
	color: #BB9739;
}
#project div.descr div.txt {
	font-family: 'Nudista';
	font-size: 18px;
	line-height: 26px;
}
#project div.descr div.txt.marg {
	margin-top: 40px;
}
#project div.txt {
	margin: 30px 0 0 0;
}
#project div.descr div.txt p {
	margin: 0 0 20px 0;
}
#project div.descr div.txt a:hover {
	color: #BB9739;
}
#project div.pics a.item {
	display: block;
	float: left;
	vertical-align: top;
}
#project div.navi {
	width: 100%;
	margin: 20px 0;
	font-family: 'Nudista';
	font-size: 16px;
}
#project div.navi a {
	display: inline-block;
	height: 45px;
}
#project div.navi a span.in {
	display: table-cell;
	height: 45px;
	vertical-align: middle;
}
#project div.navi a:hover {
	color: #BB9739;
}
#project div.navi a.prev {
	float: left;
	margin: 0 0 0 50px;
	padding: 0 0 0 40px;
	background: url(../img/arr-l_m.png) no-repeat center left;
}
#project div.navi a.prev:hover {
	background-image: url(../img/arr-l_m2.png);
}
#project div.navi a.next {
	float: right;
	margin: 0 50px 0 0;
	padding: 0 40px 0 0;
	background: url(../img/arr-r_m.png) no-repeat center right;
}
#project div.navi a.next:hover {
	background-image: url(../img/arr-r_m2.png);
}
body.mini #project div.navi a.prev {
	margin-left: 20px;
}
body.mini #project div.navi a.next {
	margin-right: 20px;
}
body.mini #project div.navi a span.in span {
	display: none;
}

#page {
	display: table;
	width: 100%;
	min-height: 400px;
	padding: 40px 0;
}
body.mini #page {
	min-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#page div.in {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: 'Nudista';
	font-size: 18px;
}
#page div.in img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
}
body.mini #page div.in {
	font-size: 16px;
}
#page h2 {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	margin: -20px 0 0 0;
	text-transform: uppercase;
	font-family: 'Nudista-Bold';
	font-size: 38px;
}
body.w1600 #page h2 {
	font-size: 65px;
}
body.w2560 #page h2 {
	font-size: 65px;
}
body.w960 #page h2 {
	font-size: 50px;
}
body.mini #page h2 {
	font-size: 33px;
}
#page span.hr {
	display: block;
	width: 53px;
	height: 3px;
	margin: 30px auto;
	background: #000;
}
#page p {
	margin: 0 0 20px 0;
}
#page a:hover {
	color: #BB9739;
}

#page-subs {
	width: 80%;
	margin: 0 auto;
}
body.w2560 #page-subs {
	width: 61%;
}
body.mini #page-subs {
	width: 95%;
}
#page-subs .item {
	width: 100%;
	padding: 40px 30px;
	border-bottom: solid 1px #000;
}
body.mini #page-subs .item {
	padding: 20px 0;
}
#page-subs .item:last-child {
	border-bottom: none;
}
#page-subs .item h4 {
	float: left;
	margin: 0;
	width: 49%;
	font-family: "Nudista";
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	text-transform: uppercase;
}
body.mini #page-subs .item h4 {
	width: 100%;
}
#page-subs .item h4:after {
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 15px;
	background: #000;
	content: '';
}
body.w960 #page-subs .item h4:after {
	width: 35px;
	margin-top: 10px;
}
body.mini #page-subs .item h4:after {
	width: 35px;
	margin-top: 8px;
}
#page-subs .item div {
	float: right;
	width: 49%;
	font-family: "Nudista";
	font-size: 20px;
	line-height: 24px;
}
body.w960 #page-subs .item div {
	font-size: 18px;
	line-height: 24px;
}
body.mini #page-subs .item div {
	width: 100%;
	margin-top: 25px;
	font-size: 18px;
	line-height: 24px;
}
#page-subs .item h2 {
	margin: 0 0 20px 0;
	font-family: 'Nudista-Bold';
	font-size: 50px;
	line-height: 50px;
}
body.w2560 #page-subs .item h2 {
	font-size: 52px;
	line-height: 52px;
}
body.w960 #page-subs .item h2 {
	font-size: 34px;
	line-height: 34px;
}
body.mini #page-subs .item h2 {
	font-size: 26px;
	line-height: 28px;
}
#page-subs .item p {
	margin: 0 0 15px 0;
}

#page-coop {
	width: 100%;
	background: #BC973F;
}
#page-coop .item {
	width: 80%;
	margin: 0 auto;
	padding: 0 40px;
}
body.w2560 #page-coop .item {
	width: 61%;
}
body.w960 #page-coop .item {
	width: 90%;
	padding: 0 30px;
}
body.mini #page-coop .item {
	width: 95%;
	padding: 0;
}
#page-coop .item .head {
	float: left;
	width: 49%;
	padding: 70px 0;
}
body.mini #page-coop .item .head {
	width: 100%;
	padding: 50px 0 0 0;
}
#page-coop .item h4 {
	margin: 0;
	font-family: "Nudista-Bold";
	font-size: 49px;
	line-height: 49px;
	word-wrap: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
	hyphens: auto;
}
body.w960 #page-coop .item h4 {
	font-size: 33px;
	line-height: 33px;
}
body.mini #page-coop h4 {
	font-size: 28px;
	line-height: 28px;
}
#page-coop .item .txt {
	float: right;
	width: 49%;
	padding: 70px 0;
	font-family: "Nudista";
}
body.mini #page-coop .item .txt {
	width: 100%;
	padding: 30px 0;
}
#page-coop .item div p {
	font-family: 'callunaitalic';
	font-size: 19px;
	margin: 0 0 15px 0;
}
body.w960 #page-coop .item div p {
	font-size: 16px;
}
body.mini #page-coop .item div p {
	font-size: 16px;
}
#page-coop .item div .btn {
	display: inline-block;
	margin: 20px 0 0 0;
	padding: 20px 40px;
	background: #000;
	font-size: 20px;
	color: #fff;
}
body.w960 #page-coop .item div .btn {
	font-size: 18px;
}
body.mini #page-coop .item div .btn {
	font-size: 16px;
	padding: 12px 28px;
}

#page-contact {
	width: 100%;
}
#page-contact .item {
	width: 80%;
	margin: 0 auto;
	padding: 0 40px;
}
body.w2560 #page-contact .item {
	width: 61%;
}
body.w960 #page-contact .item {
	width: 90%;
	padding: 0 30px;
}
body.mini #page-contact .item {
	width: 95%;
	padding: 0;
}
#page-contact .item .head {
	float: left;
	width: 49%;
	padding: 90px 0 40px 0;
}
body.mini #page-contact .item .head {
	width: 100%;
	padding: 50px 0 0 0;
}
#page-contact .item .head h4 {
	margin: 0;
	font-size: 36px;
}
body.w960 #page-contact .item .head h4 {
	font-size: 28px;
}
body.mini #page-contact .item .head h4 {
	font-size: 27px;
}
#page-contact .item .head h4:before {
	display: block;
	width: 60px;
	height: 10px;
	background: #000;
	margin: -18px 0 8px 0;
	content: '';
}
body.w960 #page-contact  .item .head h4:before {
	width: 50px;
	height: 8px;
}
body.mini #page-contact .item .head h4:before {
	width: 39px;
	height: 8px;
}
#page-contact .item .head h4 span {
	display: block;
	margin-top: 8px;
	font-family: 'callunaitalic';
	font-size: 21px;
}
body.w960 #page-contact .item .head h4 span {
	font-size: 18px;
}
body.mini #page-contact .item .head h4 span {
	font-size: 17px;
}
#page-contact .item .txt {
	float: right;
	width: 49%;
	padding: 90px 0 40px 0;
}
body.mini #page-contact .item .txt {
	width: 100%;
	padding: 15px 0 0 0;
}
body.mini #page-contact .item .txt1, body.mini #page-contact .item .txt2 {
	width: 100%;
	padding: 5px 0;
}
#page-contact .item .txt p {
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 22px;
}
body.w960 #page-contact .item  .txt p {
	font-size: 12px;
	line-height: 16px;
}
body.mini #page-contact .item  .txt p {
	font-size: 14px;
	line-height: 19px;
}
#page-contact .item .txt1 {
	float: left;
	width: 49%;
}
#page-contact .item .txt2 {
	float: right;
	width: 49%;
}

#foot {
	position: relative;
	z-index: 3;
	width: 100%;
	background: #F5F5F5;
}
#foot a:hover {
	color: #BB9739;
}
#foot div.in {
	width: 60%;
	margin: 0 auto;
	padding: 105px 0 40px 0;
	background: url(../img/logo_foot.png) no-repeat center 40px;
	font-family: 'PT+Serif';
	font-style: italic;
	font-size: 14px;
	text-align: center;
	color: #ABABAB;
}
body.mini #foot div.in {
	background-image: url(../img/logo_foot_m.png);
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* clearfix */
div.clearfix {
	width: 100%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}