html {
	text-align: center;
	min-height: 100%;
	position: relative;
}
body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #85C4F7;
	background-image: url(images/bg.png), url(images/bg-repeat.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 50% 0%, 50% 0%;
	min-width: 1140px;
}
.container {
    max-width: none !important;
    width: 1120px;
}
a {
	color: #223069;
}
a:hover, a:focus, a:active {
	color: #009AE3;
}
.clear {
	clear: both;
}
/* ++++++++++++++ font styles ++++++++++++++ */
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
}
.font-times {
	font-family: 'Times New Roman', Times, serif;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.font-16 {
	font-size: 16px;
}
.font-18 {
	font-size: 18px;
}
.font-20 {
	font-size: 20px;
}
.font-bold {
	font-weight: 700;
}
/* ++++++++++++++ header ++++++++++++++ */
header {
	height: 320px;
	background-color: transparent;
}
#logo {
	width: 356px;
	height: 260px;
	position: relative;
	background: url(images/logo.png) 0% 0% no-repeat;
	margin: 0 0 0 20px;
}
#logo a {
	width: 240px;
	height: 120px;
	position: absolute;
	left: 50px;
	top: 50px;
}
/* ++++++++++++++ top ++++++++++++++ */
#top {
	margin: 0 0 -2px;
}
#top .nav {
	font-size: 16px;
	font-weight: 700;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#top .nav a {
	display: block;
	color: #FFC600;
	padding: 4px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 8px 8px 0 0;
	box-shadow: inset 1px 1px 3px 0 #36596B;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
#top .nav a:hover,
#top .nav li.active a {
	color: #004D9A;
	background-color: #F69900;
	background-image: linear-gradient(to top left, #F69900, #F9CC51);
	box-shadow: inset 0 0 3px 0 #F69900;
}
#top .nav li {
	float: left;
	position: relative;
	width: 14%;
	margin: 0 3%;
	background-color: #36596B;
	background-image: linear-gradient(to top left, #36596B, #6596B0);
	border-radius: 8px 8px 0 0;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
#top .nav li:nth-child(1) {
	top: 12px;
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.5),
		28px 10px 4px -14px rgba(0,0,0,.5),
		26px 8px 4px -14px rgba(0,0,0,.5),
		24px 6px 4px -14px rgba(0,0,0,.5),
		22px 4px 4px -14px rgba(0,0,0,.5);
}
#top .nav li:nth-child(2) {
	top: 9px;
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.6),
		28px 10px 4px -14px rgba(0,0,0,.6),
		26px 8px 4px -14px rgba(0,0,0,.6),
		24px 6px 4px -14px rgba(0,0,0,.6);
}
#top .nav li:nth-child(3) {
	top: 6px;
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.6),
		28px 10px 4px -14px rgba(0,0,0,.6),
		24px 9px 4px -14px rgba(0,0,0,.6);
}
#top .nav li:nth-child(4) {
	top: 3px;
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.7),
		26px 11px 4px -14px rgba(0,0,0,.7);
}
#top .nav li:nth-child(5) {
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.9);
}
#top .nav li.active {
	top: 15px;
	background-color: #F69900;
	background-image: linear-gradient(to top left, #F69900, #F9CC51);
	box-shadow: 30px 12px 4px -14px rgba(0,0,0,.4),
		28px 10px 4px -14px rgba(0,0,0,.4),
		26px 8px 4px -14px rgba(0,0,0,.4),
		24px 6px 4px -14px rgba(0,0,0,.4),
		22px 4px 4px -14px rgba(0,0,0,.4),
		20px 2px 4px -14px rgba(0,0,0,.4);
}
/* ++++++++++++++ content ++++++++++++++ */
#pages {
	height: 26px;
	margin: 0 0 -10px;
	background-color: #BBBBBB;
	background-image: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(255,255,255,0) 2%,
		rgba(255,255,255,0) 98%, rgba(240,240,240,1) 100%),
		linear-gradient(to bottom, #AAAAAA 33%, #CCCCCC 33%);
	background-size: 100% 3px;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #CCCCCC;
	box-shadow: 0 2px 10px #666666;
}
#content {
	position: relative;
	min-height: 500px;
	margin: 0 0 30px;
	padding: 36px 36px 100px;
	background-color: #FFFFFF;
	background-image: linear-gradient(to bottom, rgba(234,234,234,1) 0%, rgba(255,255,255,0) 10%,
		rgba(255,255,255,0) 80%, rgba(191,200,209,1) 100%);
	border-radius: 10px;
	border-top: 1px solid #CCCCCC;
	box-shadow: 0 6px 10px #666666;
}
aside {
	width: 20%;
	float: left;
	text-align: left;
}
aside h3 {
	text-transform: uppercase;
	color: #223069;
	font-size: 16px;
	font-weight: 700;
}
aside .nav {
	font-size: 14px;
	margin: 0 0 0 16px;
}
aside .nav a {
	text-decoration: none;
	background-color: transparent;
	padding: 2px 0;
}
aside .nav a:hover,
aside .nav a:focus,
aside .nav li.active > a {
	background-color: transparent;
	text-decoration: underline;
	color: #223069;
}
aside .nav li {
	position: relative;
	display: list-item;
	list-style-type: disc;
	color: #223069;
}
aside .nav li ul {
	display: none;
}
aside .nav li.active ul {
	display: block;
	font-size: 14px;
	margin: 10px 0 16px 20px;
	padding: 0;
}
aside .nav li.active ul li,
aside .nav li.active ul li a {
	color: #009AE3;
}
aside .nav li ul li a:hover,
aside .nav li ul li a:focus,
aside .nav li ul li.active a {
	background-color: transparent;
	text-decoration: underline;
	color: #009AE3;
}
article {
	overflow: hidden;
}
article.float {
	width: 80%;
}
.page-header {
	margin: 0;
	padding: 0;
	border: none;
}
.page-header h2 {
	text-transform: uppercase;
	color: #223069;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.item-page {
	text-align: left;
}
/* ++++++++++++++ footer ++++++++++++++ */
footer {
	position: absolute;
	bottom: 0;
	width: 1012px;
	margin: 0 0 0 -20px;
	padding: 10px 0 0;
	height: 60px;
	text-align: left;
	color: #E08F01;
	border-top: 4px solid #E08F01;
}
footer img {
	position: absolute;
	right: -60px;
	top: -78px;
	width: 130px;
	height: 156px;
}
/* ++++++++++++++ floors ++++++++++++++ */
#floor-0 {
	background: url(images/floor-0.png) 100% 100% no-repeat;
	background-size: contain;
	text-align: left;
	height: 740px;
}
#floor-1 {
	background: url(images/floor-1.png) 100% 100% no-repeat;
	background-size: contain;
	text-align: left;
	height: 1300px;
}
#floor-2 {
	background: url(images/floor-2.png) 100% 100% no-repeat;
	background-size: contain;
	text-align: left;
	height: 860px;
}
#floor-3 {
	background: url(images/floor-3.png) 100% 100% no-repeat;
	background-size: contain;
	text-align: left;
	height: 700px;
}
.floor-group-head {
	width: 240px;
	margin: 20px 0 6px;
	padding: 0 0 0 4px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #0067A9;
}
.floor-item {
	margin: 0 0 6px;
}
.floor-item-num {
	width: 40px;
	margin: 0 10px 0 0;
	padding: 0 0 0 4px;
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
}
/* ++++++++++++++ services ++++++++++++++ */
.services-logo {
	float: left;
	width: 120px;
	margin: 0 20px 10px 0;
}
.services-logo img {
	max-width: 100%;
}
.services-head {
	float: left;
	text-transform: uppercase;
	color: #223069;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	margin: 30px 0;
}
.services-gallery {
	margin: 10px auto 20px;
	overflow: hidden;
}
.services-gallery img {
	float: left;
	max-width: 154px;
	margin: 4px;
}
/* ++++++++++++++ shops ++++++++++++++ */
.shops-item {
	float: left;
	width: 24.6%;
	margin: 0 .2% 20px;
	text-align: center;
}
.shops-item a {
	display: block;
}
.shops-item p {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
}
.other {
	height: 110px;
	overflow: hidden;
	line-height: 110px;
	margin-bottom: 10px;
}
.other img {
	max-width: 180px;
}
.collapse-toggle {
	width: 200px;
	height: 40px;
	clear: both;
	margin: 0 auto;
}
.btn-link {
	color: #223069;
	text-transform: uppercase;
	font-weight: 700;
}
.collapse-toggle .btn-link {
	width: 200px;
	height: 40px;
}
.shop {
	overflow: hidden;
	color: #223069;
	text-align: left;
	padding: 30px 0 20px;
	border-bottom: 1px solid #009AE3;
}
.cover {
	float: left;
	max-width: 192px;
	margin: 2px 20px 0 0;
}
.shop-gallery {
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}
.shop-gallery img {
	float: left;
	max-width: 190px;
	margin: 2px;
}
/* ++++++++++++++ scroll ++++++++++++++ */
#to-top {
	position: fixed;
	left: 50%;
	bottom: 180px;
	margin-left: -460px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	color: #009AE3;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	border-radius: 50%;
	z-index: 2;
}
#to-top:hover {
	color: #223069;
}