.layoutWrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 640px;
	padding: 104px 0 136px;
	overflow: hidden;
}

header {
	position: absolute;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 40px;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
}

main {
	height: 100%;
	color: #ffffff;
}

.mosaic {
	overflow: hidden;
	height: 100%;
	line-height: 0;
	/* padding-bottom: 1px; - Responsive Design’s Dirty Little Secret */
}
.mosaic .column {
	position: relative;
	width: 50%;
	height: 100%;
	float: left;
	clear: right;
}
.mosaic .row-1, .mosaic .row-2, .mosaic .row-3 {
	position: absolute;
	width: 100%;
	left: 0;
	padding-bottom: 1px;
	/* Responsive Design’s Dirty Little Secret */
	overflow: hidden;
}
.mosaic .row-1 {
	height: 25%;
}
.mosaic .row-2 {
	height: 50%;
}
.mosaic .row-3 {
	height: 75%;
}
.mosaic .pull-top-2 {
	top: 50%;
	bottom: 0;
}
.mosaic .pull-top-3 {
	top: 75%;
	bottom: 0;
}
.mosaic .col, .mosaic .col-1, .mosaic .col-2 {
	position: relative;
	height: 100%;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.mosaic .col-1 {
	width: 33.33333333%;
}
.mosaic .col-2 {
	width: 66.66666666%;
}
.mosaic .pull-left {
	float: left;
}
.mosaic .pull-right {
	float: right;
}
.mosaic .fill {
	overflow: hidden;
}
.mosaic .content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #505153;
	padding: 0 60px;
	vertical-align: middle;
}
.mosaic .content .in {
	display: inline-block;
	font-size: 46px;
	line-height: 100%;
	width: 98.5%;
	vertical-align: middle;
}
.mosaic .content:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}
.mosaic .content p {
	margin: 15px 0 0;
	padding: 0;
}
.mosaic .content p > span {
	color: #ffb400;
}
.mosaic .content p.note {
	font-size: 16px;
	line-height: 20px;
	color: #a8a8a9;
	padding-left: 30px;
	background: url(../img/icons/info.png) 0 0 no-repeat;
	/* retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.mosaic .content p.note {
		background-image: url(../img/icons@2x/info.png);
		background-size: 21px 21px;
	}
}
.mosaic .content p:first-child {
	margin: 0;
}
.mosaic .image-1 {
	background-image: url(../img/v/01.jpg);
	padding-bottom: 1px;
}
.mosaic .image-2 {
	background-image: url(../img/v/02.jpg);
	padding-bottom: 1px;
}
.mosaic .image-3 {
	background-image: url(../img/v/03.jpg);
	padding-bottom: 1px;
}
.mosaic .image-4 {
	background-image: url(../img/v/04.jpg);
	padding-bottom: 1px;
}
.mosaic .image-5 {
	background-image: url(../img/v/05.jpg);
	padding-bottom: 1px;
}
.mosaic .image-6 {
	background-image: url(../img/v/06.jpg);
	padding-bottom: 1px;
}
.mosaic .image-7 {
	background-image: url(../img/v/07.jpg);
	padding-bottom: 1px;
}
.mosaic .image-8 {
	background-image: url(../img/v/08.jpg);
	padding-bottom: 1px;
}

footer {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
footer nav {
	font-size: 0;
	line-height: 0;
	height: 136px;
	padding-top: 12px;
	overflow: hidden;
	/*&:after {
		  content: '';
		  position: absolute;
		  height: 100%;
		  width: 3px;
		  top: 12px;
		  left: calc(100% - 2px);
		  background-color: #ff7800;
		}*/
}
footer nav a {
	display: inline-block;
	float: left;
	position: relative;
	vertical-align: top;
	width: 33.33333333%;
	height: 136px;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	background: #ffb400;
	border-bottom: 12px solid #d09300;
	margin-top: 0;
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	-o-transition: all .15s;
	-ms-transition: all .15s;
	transition: all .15s;
}
footer nav a span {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 80px 20px 30px;
}
footer nav a + a {
	background: #ff8a00;
	border-color: #da7600;
}
footer nav a + a + a {
	background: #ff7800;
	border-color: #d86600;
}
footer nav a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 15px;
	width: 49px;
	height: 49px;
	overflow: hidden;
	background: url(../img/icons/more.png) 0 0 no-repeat;
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	/* retina */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	footer nav a:after {
		background-image: url(../img/icons@2x/more.png);
		background-size: 49px 49px;
	}
}
footer nav a:hover {
	margin-top: -12px;
}

@media only screen and (max-width: 1320px) {
	header {
		padding-left: 24px;
		padding-right: 24px;
	}
}
/*@media only screen and (max-width : 1334px) {*/
@media only screen and (max-width: 1279px) {
	header {
		padding-right: 102px;
		padding-left: 24px;
	}

	.mosaic .content {
		padding: 0 56px;
	}
	.mosaic .content .in {
		font-size: 52px;
	}
	.mosaic .content p {
		margin-top: 10px;
	}
	.mosaic .column {
		width: 75%;
	}
	.mosaic .column + .column {
		width: 25%;
	}
	.mosaic .column + .column .pull-left {
		width: 100%;
	}
	.mosaic .column + .column .fill {
		display: none;
	}

	footer nav a {
		font-size: 18px;
		line-height: 22px;
	}
}
@media only screen and (max-width: 768px) {
	.layoutWrapper {
		padding: 0;
		height: auto;
	}

	header {
		display: inline-block;
		position: relative;
	}

	.mosaic {
		height: 456px;
	}
	.mosaic .content {
		padding: 0 46px;
	}
	.mosaic .content .in {
		font-size: 40px;
	}

	footer {
		position: relative;
	}
	footer nav {
		height: auto;
		padding: 0;
		overflow: visible;
	}
	footer nav a {
		display: block;
		float: none;
		width: 100%;
		height: 152px;
		line-height: 152px;
		border: 0;
	}
	footer nav a span {
		display: inline-block;
		padding: 0 280px 0 45px;
		font-size: 26px;
		line-height: 32px;
		position: relative;
	}
	footer nav a:after {
		right: 30px;
		top: 50%;
		margin-top: -25px;
	}
	footer nav a:hover {
		margin-top: 0;
	}
	footer nav:after {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	header {
		height: 64px;
		padding: 0 16px;
	}

	.mosaic {
		position: relative;
		height: auto;
		padding: 96px 0;
		overflow: hidden;
	}
	.mosaic .column {
		position: static;
		width: 100%;
		float: none;
	}
	.mosaic .column + .column * {
		padding-bottom: 0;
	}
	.mosaic .column + .column .fill {
		display: block;
		float: left;
	}
	.mosaic .column + .column .pull-left {
		float: right;
	}
	.mosaic .column + .column .pull-left .row-2 {
		height: 96px;
		top: 0;
	}
	.mosaic .column + .column .pull-left .row-2:first-child {
		display: none;
	}
	.mosaic .column + .column > .row-2 {
		height: 96px;
		top: 0;
	}
	.mosaic .column + .column > .row-2 + .row-2 {
		top: auto;
		bottom: 0;
	}
	.mosaic .column + .column > .row-2 + .row-2 .fill {
		float: right;
	}
	.mosaic .column + .column > .row-2 + .row-2 .fill .row-2 {
		height: 96px;
		top: 0;
	}
	.mosaic .column + .column > .row-2 + .row-2 .fill .row-2 + .row-2 {
		display: none;
	}
	.mosaic .column + .column .col-1, .mosaic .column + .column .col-2 {
		width: 50%;
	}
	.mosaic .content {
		position: relative;
		padding: 30px 22px;
		height: auto;
	}
	.mosaic .content .in {
		font-size: 26px;
	}
	.mosaic .content p.note {
		font-size: 14px;
		line-height: 16px;
	}
	.mosaic .content + .row-1 {
		display: none;
	}

	footer nav a {
		height: 96px;
		line-height: 96px;
	}
	footer nav a span {
		display: inline-block;
		padding: 0 80px 0 22px;
		font-size: 18px;
		line-height: 20px;
		vertical-align: middle;
	}
	footer nav a:after {
		right: 16px;
		margin-top: -25px;
	}
	footer nav a:hover {
		margin-top: 0;
	}
	footer nav:after {
		display: none;
	}
}
