
main section.other-demos {
	padding-bottom: 50px
}

main section.other-demos .boards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 90px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

main section.other-demos .boards a,main section.other-demos .boards p {
	color: #fff
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0
	}
}

main section.other-demos .boards .board {
	height: 520px;
	background: #3790f9;
	width: 350px;
	padding-top: 28px;
	margin-top: 30px;
	border-radius: 4px;
	position: relative
}

main section.other-demos .boards .board:nth-of-type(5) {
	margin-left: -8px
}

main section.other-demos .boards .board.upgrading {
	pointer-events: none
}

main section.other-demos .boards .board.upgrading .buttons .btn {
	background-color: #F5F8FC;
	border-color: #cfd7d5;
	color: #828f90!important
}

main section.other-demos .boards .board.upgrading .arrow::after {
	display: none!important
}

main section.other-demos .boards .board.upgrading .show-when-mobile .info {
	display: inline
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board>a {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

main section.other-demos .boards .board:not(.nolink):hover {
	box-shadow: 0 25px 60px -20px rgba(155,165,163,.45);
	cursor: pointer;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

@media screen and (max-width:1320px) {
	main section.other-demos .boards .board:not(:nth-last-of-type(1)) {
		margin-right: 0
	}
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board {
		height: 58px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
		padding: 0!important;
		max-width: 330px
	}

	main section.other-demos .boards .board:not(.nolink):hover {
		box-shadow: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-transition: none;
		transition: none
	}

	main section.other-demos .boards .board:not(:nth-last-of-type(1)) {
		margin-bottom: 13px;
		margin-right: 0
	}

	main section.other-demos .boards .board img {
		-webkit-transform: scale(0.65);
		-ms-transform: scale(0.65);
		transform: scale(0.65);
		margin-right: 10px;
		margin-left: 5px
	}
}

@media screen and (max-width:374px) {
	main section.other-demos .boards .board img {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75)
	}
}

main section.other-demos .boards .board .board-title {
	font-weight: 400;
	font-size: 25px;
	line-height: 25px;
	text-align: left;
	padding: 19px 0 25px;
	margin: 0 20px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board .board-title {
		padding: 0;
		margin: 0;
		border: 0;
		font-size: 20px
	}
}

@media screen and (max-width:374px) {
	main section.other-demos .boards .board .board-title {
		font-size: 16px;
		margin-left: -10px
	}
}

main section.other-demos .boards .board .board-desc-area {
	padding-top: 25px
}

main section.other-demos .boards .board .board-desc-area .board-desc {
	font-family: PingFangSC-Light;
	font-weight: 300;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	padding: 0 26px 0 52px
}

main section.other-demos .boards .board .board-desc-area .board-desc::before {
	content: '';
	background-image: url(../images/demo-1.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: -23px
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board .board-desc-area {
		display: none
	}
}

main section.other-demos .boards .board .buttons {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px
}

main section.other-demos .boards .board .buttons .board-btn {
	color: #3271e1!important
}

main section.other-demos .boards .board .buttons .nolink-btn {
	padding: 6px 35px 6px 34px;
	color: #fff!important;
	font-size: 18px;
	cursor: default
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board .buttons {
		display: none
	}
}

main section.other-demos .boards .board .show-when-mobile {
	display: none;
	visibility: none
}

@media screen and (max-width:1080px) {
	main section.other-demos .boards .board .show-when-mobile {
		display: inline-block;
		position: absolute;
		right: 5px
	}

	main section.other-demos .boards .board .show-when-mobile .arrow::after {
		content: '';
		width: 13px;
		height: 13px;
		border-left: 1.5px solid #fff;
		border-bottom: 1.5px solid #fff;
		-webkit-transform: rotate(-135deg);
		-ms-transform: rotate(-135deg);
		transform: rotate(-135deg);
		display: inline-block;
		position: absolute;
		top: 3px;
		right: 20px
	}

	main section.other-demos .boards .board .show-when-mobile .info {
		display: none
	}

	main section.other-demos .boards .board .show-when-mobile>span {
		font-size: 14px;
		color: #fff;
		padding: 0 10px
	}
}

@media screen and (max-width:374px) {
	main section.other-demos .boards .board .show-when-mobile>span {
		padding: 0 3px
	}
}

main section.other-demos .temp {
	width: 340px;
	height: 450px
}

@media screen and (max-width:1080px) {
	main section.other-demos .temp {
		display: none
	}
}

main section.other-demos .line-title-sub {
	margin-top: 47px
}

@media screen and (max-width:1080px) {
	main section.other-demos .line-title-sub {
		width: 79%
	}
}

