﻿body
{
	font-family: Montserrat;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.metro li
{
	-webkit-transform: perspective(610px);
	-webkit-transform-style: preserve-3d;
	-webkit-transform-origin-x: 50%;
	-webkit-transform-origin-y: 50%;
	-ms-transform: perspective(610px);
	-ms-transform-style: preserve-3d;
	-ms-transform-origin-x: 50%;
	-ms-transform-origin-y: 50%;
	transform: perspective(610px);
	transform-style: preserve-3d;
	transform-origin-x: 50%;
	transform-origin-y: 50%;
	cursor: default;
	position: relative;
	text-align: center;
	margin: 0 10px 10px 0;
	width: 135px;
	height: 135px;
	color: #ffffff;
	float: left;
	-webkit-transition: .2s -webkit-transform, 1s opacity;
	-ms-transition: .2s -ms-transform, 1s opacity;
	transition: .2s transform, 1s opacity;
	cursor: pointer;
}

.metro li span
{
	font-size: 16px;
	color: #fff;
}
.metro .li1 img
{
	margin: 80px 0px 0 0px;
}
.metro .li2 img,.metro .li7 img,.metro .li10 img,.metro .li11 img,.metro .li12 img
{
	margin: 15px 0 auto;
}
.metro .li3 img,.metro .li4 img
{
	margin: 45px 0px 0 0px;
}
.metro .li5 img,.metro .li6 img
{
	float:left;
	margin-left:5px;
	margin-top:10px;
	}
.metro .li5 span
{
	line-height:60px;
	}
.metro .li6 span
{
	line-height:25px;
	}
.metro .li8 img,.metro .li9 img
{
	margin: 40px 0px 0 0px;
}

.metro .li1
{
	background: #e5ac00;
	width: 280px;
	height: 280px;
}

.metro .li2
{
	background: #4969D1;
}

.metro .li3
{
	background: #de0451;
	width: 204px;
	height: 208px;
}

.metro .li4
{
	background: #138143;
	width: 184px;
	height: 208px;
}

.metro .li5
{
	background: #a520b5;
	width: 180px;
	height: 99px;
}

.metro .li6
{
	background: #0697ac;
	width: 180px;
	height: 99px;
}

.metro .li7
{
	background: #65c138;
	position: relative;
	bottom: 74px;
}
.metro .li8
{
	background: #5d41b6;
	width: 273px;
	height: 205px;
}
.metro .li9
{
	background: #0fa96a;
	width: 305px;
	height: 205px;
}
.metro .li10
{
	background: #c0351c;
	position: relative;
	bottom: 145px;
}
.metro .li11
{
	background: #1054c3;
	position: relative;
	bottom: 145px;
}
.metro .li12
{
	background: #a1c807;
	position: relative;
	bottom: 145px;
}

.metro .li5:hover, .metro .li1:hover, .metro .li11:hover
{
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
}

.metro .li7:hover, .metro .li2:hover, .metro .li12:hover
{
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, -10deg);
	-ms-transform: perspective(600px) rotate3d(1, 0, 0, -10deg);
	transform: perspective(600px) rotate3d(1, 0, 0, -10deg);
}

.metro .li3:hover, .metro .li8:hover, .metro .li17:hover,.metro .li13:hover,.metro .li15:hover
{
	-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 10deg);
	-ms-transform: perspective(600px) rotate3d(0, 1, 0, 10deg);
	transform: perspective(600px) rotate3d(0, 1, 0, 10deg);
}

.metro .li4:hover, .metro .li9:hover, .metro .li16:hover, .metro .li14:hover
{
	-webkit-transform: perspective(600px) rotate3d(0, 1, 0, -10deg);
	-ms-transform: perspective(600px) rotate3d(0, 1, 0, -10deg);
	transform: perspective(600px) rotate3d(0, 1, 0, -10deg);
}

.metro .li6:hover, .metro .li10:hover
{
	-webkit-transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
	-ms-transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
	transform: perspective(600px) rotate3d(1, 0, 0, 10deg);
}
/* POPUP */

.box
{
	display: table;
	top: 0;
	visibility: hidden;
	-webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
	-ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
	transform: perspective(1200px) rotateY(180deg) scale(0.1);
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: 1s all;
}

.box p
{
	display: table-cell;
	vertical-align: middle;
	font-size: 64px;
	color: #ffffff;
	text-align: center;
	margin: 0;
	opacity: 0;
	transition: .2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.box p i
{
	font-size: 128px;
	margin: 0 0 20px;
	display: block;
}

.box .close
{
	display: block;
	cursor: pointer;
	border: 3px solid rgba(255, 255, 255, 1);
	border-radius: 50%;
	position: absolute;
	top: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg) transform:rotate(45deg);
	transition: .2s;
	-webkit-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 0;
}

.box .close:hover
{
	top: 51px;
}

.box .close::before
{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	width: 80%;
	height: 6%;
	left: 10%;
	top: 47%;
}

.box .close::after
{
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	width: 6%;
	height: 80%;
	left: 47%;
	top: 10%;
}

.box.open
{
	left: 0;
	top: 0;
	visibility: visible;
	opacity: 1;
	z-index: 999;
	-webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
	-ms-transform: perspective(1200px) rotateY(0deg) scale(1);
	transform: perspective(1200px) rotateY(0deg) scale(1);
	width: 100%;
	height: 100%;
}

.box.open .close, .box.open p
{
	opacity: 1;
}

#ShowInfo a:hover{
	color:#716a6a !important;
}

li.li13,li.li14,li.li15,li.li16,li.li17{
	width:194px;
	border:1px solid #FFF;
	margin-top:45px;
}
li.li13{
	margin-left:-22px;
	background:#0c98fc;
}
li.li16,li.li17{
	position:relative;
	bottom:191px;
}
li.li14{
	background:#ee6272;
}

li.li15{
	background:#8982f1;
}

li.li16{
	background:#3bc06b;
}

li.li17{
	background:#e98e45;
}

.li13 img,.li14 img,.li15 img,.li16 img,.li17 img{
	margin:20px;
}
