.blue-text {
	color:#428bca!important
}
.blue-bg {
	background-color:#428bca!important
}
.red-text {
	color:#e74c3c!important
}
.red-bg {
	background-color:#e74c3c!important
}
.dark-text {
	color:#2c3e50!important
}
.dark-bg {
	background-color:#2c3e50!important
}
.card {
	padding:25px;
	margin:25px;
	border-radius:10px
}
.hover-card {
	position:relative;
	overflow:hidden;
	z-index:1
}
.hover-card .hover-overlay {
	position:absolute;
	top:calc(100% - 8px);
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	left:-5px;
	height:calc(100% + 10px);
	width:calc(100% + 10px)
}
.hover-card:hover .hover-overlay {
	opacity:1;
	top:0
}
.hover-card .overlay-background {
	z-index:5;
	position:absolute;
	height:100%;
	width:100%
}
.hover-card .overlay-content {
	color:#fff;
	font-size:12pt;
	text-align:center;
	height:100%;
	width:100%;
	padding:10px;
	margin-top:auto;
	margin-bottom:auto
}
body {
	font-family:lato,sans-serif;
	font-size:14pt;
	font-weight:400;
	color:#2c3e50;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	min-height:100vh;
	display:flex;
	flex-direction:column
}
a {
	color:#428bca;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
a:hover {
	color:#e74c3c
}
.row {
	padding:50px 0;
	margin:0
}
.btn {
	background:rgba(255,255,255,.2);
	border:none;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.btn:hover {
	background:rgba(0,0,0,.2);
	color:#fff
}
.btn-lg {
	border-radius:25px
}
.btn-common {
	background:0 0;
	color:#fff;
	border:1px solid #fff
}
.title {
	text-align:center;
	font-size:50px;
	margin-bottom:35px;
	margin-top:0
}
.content-section {
	text-align:center
}
#news,#about,#anli {
	background:#eee
}
.navbar {
	margin-bottom:0;
	color:#fff
}
.navbar li {
	color:#fff
}
.navbar-default {
	border:none;
	border-radius:0;
	background:0 0;
	padding-top:30px;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	background:0 0;
	color:#fff
}
.navbar-default .navbar-nav li a,.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li a:focus {
	color:#fff
}
.navbar-default .navbar-nav>.active,.navbar-default .navbar-nav li:hover,.navbar-default .navbar-nav li:focus {
	border-bottom:3px solid #428bca;
	color:#fff
}
.navbar-default .navbar-brand {
	color:#fff;
	font-size:22pt;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.navbar-default .faviconPng {
	height:25pt;
	width:25pt;
	vertical-align:sub;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.navbar-default .navbar-brand:hover {
	color:#eee
}
.navbar-default .navbar-toggle {
	border:none
}
.navbar-default .navbar-toggle .icon-bar {
	background:#fff
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background:rgba(0,0,0,.2)
}
.affix.navbar-default {
	background:#2c3e50;
	box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
	padding-top:0;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear
}
.affix.navbar-default .navbar-brand {
	font-size:16pt!important;
	color:#fff;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	padding: 12px 15px;
}
.affix.navbar-default .navbar-brand .faviconPng {
	height:18pt;
	width:18pt;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
	transition:all .2s linear;
	margin-top:2px
}
@media(max-width:767px) {
	.navbar-default {
	background:#2c3e50;
	padding-top:0
}
.navbar-default .navbar-nav>.active,.navbar-default .navbar-nav li:hover,.navbar-default .navbar-nav li:focus {
	border-bottom:none;
	border-left:4px solid #428bca;
	font-weight:700
}
.navbar-default .navbar-brand {
	font-size:16pt
}
.navbar-default .faviconPng {
	height:18pt;
	width:18pt;
	vertical-align:text-bottom
}
}#hero-area {
	background:#2c3e50;
	color:#fff;
	padding-bottom:25px;
	background-image:url(../img/hero-image.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-blend-mode:soft-light
}
#hero-area img {
	max-width:100%;
	margin-top:125px
}
#hero-area .row {
	padding-top:160px;
	padding-bottom:60px
}
@media(max-width:991px) {
	#hero-area img {
	display:none
}
#hero-area .row {
	padding-top:100px;
	padding-bottom:50px
}
}#hero-area .btn {
	margin-right:20px
}
#hero-area .title {
	font-size:50pt;
	margin-bottom:5px
}
#hero-area .subtitle {
	font-size:32pt;
	font-weight:100;
	margin-top:5px;
	margin-bottom:0;
	padding-bottom:0
}
#hero-area p {
	font-size:14pt;
	font-weight:100;
	padding:25px 0
}
#news img {
	width:100%
}
#news h2,#news h3 {
	margin-top:0;
	margin-bottom:15px
}
#news .post-info {
	font-size:12pt
}
#news .more {
	margin:24px 0 0
}
.news-card {
	padding:0;
	margin:10px 0;
	border:1px solid #2c3e50;
	border-radius:8px;
	overflow:hidden;
	text-align:left
}
@media(max-width:767px) {
	#news .col-md-12 {
	padding:0;
	margin-left:0
}
}.news-card-text {
	padding:10px;
	color:#fff
}
.news-card-text a {
	color:#fff
}
#download .card {
	color:#fff;
	text-align:center
}
#download .card h2 {
	margin-top:0;
	margin-bottom:20px
}
#download .card p {
	font-size:14pt;
	margin-bottom:10px
}
#download .card .release-date {
	font-size:11pt;
	margin-top:15px;
	margin-bottom:0
}
#download .card-overlay {
	z-index:100;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:absolute;
	border-radius:10px
}
.card-overlay .close-icon {
	cursor:pointer;
	font-size:20pt;
	margin-top:8px
}
.card-overlay h3 {
	margin-top:10px;
	margin-bottom:30px
}
.card-overlay .download-table-row {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:15px auto;
	max-width:200px;
	text-align:center
}
.card-overlay .download-table-row a {
	text-decoration:underline;
	color:#fff
}
.card-overlay .download-table-row a:hover {
	color:#428bca
}
.dark-bg .release-date a {
	color:#428bca
}
.dark-bg .card-overlay {
	background-color:#233240
}
.red-bg .release-date a {
	color:#2c3e50
}
.red-bg .card-overlay {
	background-color:#b93d30
}
.blue-bg .release-date a {
	color:#2c3e50
}
.blue-bg .card-overlay {
	background-color:#356fa2
}
.release-details {
	text-align:center;
	margin-top:10px
}
.btnDownload {
	margin:5px
}
.release-details .btnDownload {
	min-width:50%
}
.btnDownloadIcon {
	padding-right:5px
}
.release-section {
	display:flex;
	flex-direction:column;
	align-items:stretch;
	justify-content:space-around
}
@media(min-width:992px) {
	.release-section {
	flex-direction:row
}
#download .card {
	max-width:27%;
	min-width:27%
}
}@media(max-width:767px) {
	#download .card {
	margin-left:15px!important;
	margin-right:15px!important;
	width:calc(100% - 30px)
}
}.flex-box-col {
	display:flex;
	flex-direction:column
}
.flex-box-row {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-around
}
.flex00a {
	flex:0 0 auto
}
.flex11a {
	flex:1 1 auto
}
.flex11100 {
	flex:1 1 100%
}
.no-release-text {
	margin-top:40px
}
#about .card {
	height:250px;
	background-color:#fff;
	margin:0 0 30px;
	padding:0;
	border:1px solid #2c3e50
}
#about .card img {
	z-index:4;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px
}
#about .card .overlay-content p {
	padding:0 15px
}
#about .card .overlay-content h4 {
	font-size:20pt;
	color:#2c3e50;
	padding:0;
	margin-top:-70px;
	margin-bottom:70px;
	-webkit-transition:all .27s ease-in-out;
	-moz-transition:all .27s ease-in-out;
	-o-transition:all .27s ease-in-out;
	transition:all .27s ease-in-out
}
#about .card:hover .overlay-content h4 {
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	-webkit-transition:all .27s ease-in-out;
	-moz-transition:all .27s ease-in-out;
	-o-transition:all .27s ease-in-out;
	transition:all .27s ease-in-out
}
#chanpin .card,#phone .card,#songs .card {
	border:1px solid #2c3e50;
	background-color:#fff;
	margin:15px;
	padding:15px 5px;
	min-height:175px
}
@media(min-width:992px) {
	#chanpin .card,#phone .card,#songs .card {
	width:29%;
	text-align:left
}
}.help-text p,.contribute-text p,.song-text p {
	font-size:12pt;
	padding-right:10px
}
.help-text h2,.contribute-text h2,.song-text h2 {
	margin-top:0;
	margin-bottom:15pt;
	font-size:24pt;
	vertical-align:middle
}
.hover-card .help-icon,.hover-card .contribute-icon,.hover-card .song-icon {
	font-size:26pt;
	text-align:center
}
.hover-overlay .help-icon,.hover-overlay .contribute-icon,.hover-overlay .song-icon {
	font-size:45pt;
	margin:15px
}
.post {
	flex:1
}
.post .post-banner {
	width:100%;
	max-height:660px;
}
.post #anli {
	background-color:transparent;
	color:#2c3e50
}
.post-gallery {
	display:flex;
	flex-wrap:wrap
}
.post-gallery a {
	width:100%;
	max-width:220px;
	margin:4px
}
.post-info {
	display:inline-block;
	margin-bottom:10px;
	font-size:13pt
}
.avatar {
	border-radius:50%;
	position:relative;
	top:3px;
	height:18px!important;
	width:18px!important;
	vertical-align:baseline
}
.author-link {
	margin-left:12px;
	margin-right:20px
}
.author-link:hover {
	text-decoration:none
}
.chip {
	display:inline-block;
	padding:0 10px;
	height:26px;
	color:#fff;
	border-radius:13px
}
.post-nav {
	display:block;
	width:auto;
	overflow:hidden
}
.post-nav a {
	display:block;
	float:left;
	margin:1em 0
}
.post-nav .post-prev {
	text-align:right;
	float:right
}
.post-list {
	margin-bottom:40px
}
.pagination {
	text-align:center;
	display:flex;
	justify-content:space-between
}
.footer {
	text-align: center;
	background-color:#243342;
	color:#fff;
	padding-top:15px;
	padding-bottom:15px
}
.footer-left {
	float:left
}
.footer-right {
	float:right
}
.footer li {
	display:inline-block;
	list-style-type:none;
	margin-left:10px
}
.footer li i {
	font-size:18pt
}
.footer a {
	color:#fff;
	display: inline-block;
}
.footer a:hover {
	color:#e74c3c;
	text-decoration:none
}
.footer h3 {
	margin:0;
	padding:0
}
.animated {
	animation-duration:.7s!important
}

@media(min-width:1200px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    padding: 12px 15px;
}
.footer h3{
	float: left;
}
.footer a{
	float: right;
	margin-left: 20px;
}
}

.btn-lg{
  	padding-left: 30px; 
  	padding-right: 30px;
}
.hero-text{
	margin: 0 auto;
    text-align: center;
}

#chanpin .more {
	margin:24px 0 0
}

#anli img {
	width:100%
}
#anli h2,#anli h3 {
	margin-top:0;
	margin-bottom:15px
}
#anli .post-info {
	font-size:12pt
}
#anli .more {
	margin:24px 0 0
}

.morebtn {
	border:1px solid #428bca;
	color:#428bca
}
.morebtn:hover {
	background:0 0;
	color:#e74c3c;
	border:1px solid #e74c3c
}
#chanpin h2, #chanpin h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
#anli h2, #anli h3 {
    margin-top: 0;
    margin-bottom: 15px;
}
#phone h2, #phone h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.pager a{
	cursor: pointer;
}
.PageNavigation img{
	max-width: 100%;
	max-height: 720px;
}