body {
	margin: 0;
	padding: 0;
	background: #fafafa;
}

/*.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}*/

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1, h2, h3, h4, h5, h6, p, a, span {
	margin: 0;
	padding: 0;
}

section, figure, picture {
	margin: 0;
	padding: 0;
}

section {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

a {
	color: #0170ef;
}

.container {
	width: 1620px;
	height: auto;
	margin: 0 auto;
}

.clear {
	clear: both;
}





/* // === CORE CSS STYLES === // */

#global-header {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#top-nav {
	width: 100%;
	height: 50px;
}

#top-nav ul {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-nav ul li {
	width: auto;
	height: auto;
}

#top-nav ul li a {
	width: auto;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #999;
	text-decoration: none;
}

#top-nav ul li a:hover {
	color: #555;
}

#top-nav ul li.logo a {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

#top-nav ul li.logo a:hover {
	color: #555;
}

#main {
	width: 100%;
	height: auto;
	min-height: 900px;
	margin: 0 auto;
}

#breadcrumb-bar {
	padding: 20px 0 10px;
}

#breadcrumb-bar .title {
	width: 100%;
	height: auto;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: #e7e7e7;
	letter-spacing: 0.1px;
}

#breadcrumb-bar .title h1 {
	width: auto;
	height: auto;
}

#breadcrumb-bar .breadcrumbs {
	width: 100%;
	height: auto;
}

#breadcrumb-bar .breadcrumbs ol {
	width: 100%;
	height: 30px;
	display: flex;
}

#breadcrumb-bar .breadcrumbs ol li {
	width: auto;
	height: 30px;
	flex: none;
	margin-right: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #888;	
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#breadcrumb-bar .breadcrumbs ol li::before {
	margin: 0 11px 0 0;
	color: #888;
	content: "»";
}

#breadcrumb-bar .breadcrumbs ol li.first::before {
	content: none;
}

#breadcrumb-bar .breadcrumbs ol li a {
	color: #57b4f7;
	text-decoration: none;
}

#breadcrumb-bar .breadcrumbs ol li a:hover {
	text-decoration: underline;
}

#content-section {
	padding: 100px 0;
}

#content {
	width: 1050px;
	height: auto;
	min-height: 500px;
}

#content.fullwidth {
	width: 100%;
}





/* // === CORE ELEMENTS === // */

.app-gallery {
	width: 100%;
	height: auto;
}

.app-gallery ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 80px;
}

.app-gallery ul li {
	width: 300px;
	height: 470px;
	overflow: hidden;
}

.app-gallery li .image {
	width: 300px;
	height: 180px;
	margin-bottom: 35px;
}

.app-gallery li .image a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-gallery li .image a img {
	width: auto;
	max-width: 300px;
	height: auto;
	max-height: 180px;
	border-radius: 6px;
}

.app-gallery li .icon {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}

.app-gallery li .icon a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-gallery li .icon a img {
	width: auto;
	max-width: 80px;
	height: auto;
	max-height: 80px;
}

