@charset "utf-8";
/* CSS Document */

html {
	font-size: 16px;
}

* {
	font-family: "微軟正黑體", "新細明體", "標楷體";
}

body, h1, h2, h3, h4, h5, h6, * {
	font-family: "微軟正黑體", "新細明體", "標楷體";
}

a {
	transition: all .3s;
}

a:hover {
	text-decoration: none;
}

.bg-cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
}

a.btn-v1 {
	padding: 12px 50px;
	border-radius: 4px;
	position: relative;
	opacity: .8;
}

a.btn-v1:before {
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
	bottom: 0.3rem;
	left: 0.3rem;
	content: "";
	border: solid 1px #fff;
	border-radius: 2px;
}

a.btn-v1:hover {
	opacity: 1;
}

.u-heading h2 {
	font-size: 1.2rem;
	color: #948570c9;
}

.u-heading h2 span {
	display: block;
	font-size: .85rem;
	color: #ccc;
	font-family: "Times New Roman", Times, serif;
}

.bg-main-color {
	background-color: #ff80ac;
	color: #fff !important;
}

.bg-main {
	background-color: #fcfbf5;
	background-image: url('../../images/bg/aq-bg-1.png');
}

.g-color-main--hover:hover {
	background-color: #ff80ac !important;
	color: #fff !important;
}

#ui-datepicker-div {
	z-index: 9999 !important;
}

@media (min-width:1199px) {
	.container-lg {
		max-width: 1480px;
	}
}

.project {
	background-color: #fff;
	padding: 50px;
	box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	margin-bottom: 20px;
}

.project .head {
	text-align: center;
	margin-bottom: 30px;
}

.project .head span {
	display: block;
	position: relative;
}

.project .head span.en {
	line-height: 3rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.4rem;
}

.project .head span.cht {
	font-size: 1.4rem;
	position: relative;
	display: inline-block;
	color: #333;
}

.project .head span.cht:before {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	background-color: #999;
	left: -50px;
	top: 50%;
}

.project .head span.cht:after {
	display: block;
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	background-color: #999;
	right: -50px;
	top: 50%;
}

.project a.cover {
	height: 30vh;
	margin-bottom: 30px;
	border-radius: 4px;
	display: block;
}

.project .content p {
	margin: 0;
}

.project .content {
	margin-bottom: 30px;
}

.project a.cta {
	display: inline-block;
	background-color: #ff80ac;
	color: #fff;
	padding: 2px 25px;
	transition: all .3s;
}

.hr-sp {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	;
}

.hr-sp:after {
	content: "";
	display: block;
	width: 230px;
	height: 22px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

.hr-sp.hr-sp-1:after {
	background-image: url(../../images/bg/sp-bottom-1.png);
}

.project:hover a.cover {
	background-position: left bottom;
}

.project:hover a.cta {
	padding-left: 50px;
}

.project.project-xl {
	text-align: right;
}

.project.project-xl .bg-cover {
	background-position: center top;
	transition: all 1s;
}

.project.project-xl:hover .bg-cover {
	background-position: center center;
}

.project.project-xl .content {
	text-align: left;
}

.brd-double {
	position: relative;
}

.brd-double:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	border-bottom: 3px double #e6e6e2;
	top: 10px;
}

.brd-double:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	border-bottom: 3px double #e6e6e2;
	top: 15px;
}

@media (max-width:1200px) {
	.project .head span.en {
		line-height: 1.2rem;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1.5rem;
		white-space: nowrap;
	}
}

@media (max-width:767px) {
	.project {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0;
	}
	.project .head {
		order: 2;
		margin-bottom: 10px;
		width: 100%;
	}
	.project .content {
		display: none;
	}
	.project a.cover {
		max-height: 220px;
		order: 1;
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
	.project .head span.en {
		line-height: 1.2rem;
		font-family: "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 1rem;
	}
	.project .head span.cht {
		font-size: 1rem;
		position: relative;
		display: inline-block;
		color: #333;
	}
	.project .head span.cht:before {
		left: -20px;
	}
	.project .head span.cht:after {
		right: -20px;
	}
	.project a.cta {
		order: 3;
		width: 100%;
		margin: 0px 10px 15px;
		border-radius: 4px;
		text-align: center;
	}
	.g-px-5--xs:nth-child(1) {
		padding-right: 5px;
	}
	.g-px-5--xs:nth-child(2) {
		padding-left: 5px;
	}
	.hr-sp {
		margin-bottom: 30px;
	}
	.project:hover a.cta {
		padding: 2px 25px;
	}
	ul.navbar-nav {
		font-size: 1rem !important;
	}
	ul.navbar-nav li {
		margin-bottom: 0px;
	}
}

.title-main {
	text-align: center;
	margin-bottom: 50px;
}

.title-main h3 {
	font-size: 1.2rem;
	color: #666;
	margin-bottom: 5px;
	font-family: "微软雅黑";
	letter-spacing: .5rem;
	font-weight: 600;
}

.title-main span {
	display: block;
	background: url(../../images/bg/menu.gif) 50% 50% no-repeat;
	font-family: "Times New Roman", Times, serif;
}

.album-title {
	text-align: center;
	padding: 30px 0;
	margin-bottom: 50px;
}

.album-title .content h1, .album-title .content p {
	margin: 0;
}

.album-title .content {
	display: inline-block;
	position: relative;
	padding: 40px 0;
}

.album-title .content:after, .album-title .content:before {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 30px;
	left: 0;
}

.album-title .content:after {
	background: url(../../images/bg/sp-bottom-3.png) center no-repeat;
	transform: scale(-1);
	bottom: -15px;
}

.album-title .content:before {
	background: url(../../images/bg/sp-bottom-3.png) center no-repeat;
	top: -15px;
}

.album-title h1 {
	font-size: 2rem;
}

.album h1.bg-cover a {
	font-size: 1rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
	color: #fff;
	position: relative;
}

.album h1.bg-cover {
	height: 25vh;
	position: relative;
	margin: 0;
	margin-bottom: 2px;
	border-radius: 4px;
	overflow: hidden;
}

.sidebar .album h1.bg-cover {
	height: 12vh;
	border-radius: 4px;
	overflow: hidden;
}

.sidebar h1.bg-cover a span:after, .sidebar h1.bg-cover a span:before {
	display: none;
}

.sidebar h1.bg-cover a span {
	font-size: .85rem;
	width: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebar .album h1.bg-cover:before {
	background-color: rgba(0, 0, 0, .1);
}

.sidebar .articles article figure {
	width: 80px;
	height: 80px;
}

.sidebar .articles article .content {
	padding: 0 10px 0;
}

.sidebar .articles article .content h1 {
	font-size: .9rem;
}

.sidebar .articles article .content p {
	display: none;
}

.sidebar .articles article ul {
	justify-content: flex-end;
}

.sidebar .articles article ul i {
	/* display: none; */
}

.album h1.bg-cover:before {
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	transition: all .3s;
}

.album:hover h1.bg-cover:before {
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 128, 172, 0.63);
}

h1.bg-cover a span {
	display: inline-block;
	position: relative;
}

h1.bg-cover a span:after, h1.bg-cover a span:before {
	font: normal normal normal 14px/1 FontAwesome;
	display: inline-block;
	position: absolute;
	color: rgba(255, 255, 255, .4);
	transition: all 1s;
}

h1.bg-cover a span:before {
	content: "\f106";
	top: -25px;
	left: 50%;
}

h1.bg-cover a:hover span:before {
	right: 0px;
	transform: rotate(180deg);
}

h1.bg-cover a span:after {
	content: "\f107";
	bottom: -25px;
	left: 50%;
}

h1.bg-cover a:hover span:after {
	left: 0px;
	transform: rotate(-180deg);
}

h1.bg-cover a:hover span:after, h1.bg-cover a:hover span:before {
	font-size: 2rem;
	color: rgba(255, 255, 255, .8);
}

.news {
	position: relative;
}

.news .bg-cover {
	position: relative;
	height: 70vh;
	max-height: 660px;
	opacity: .7;
}

.news article {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.news article .content {
	background-color: rgba(0, 0, 0, .7);
	padding: 10px 20px;
}

.news article .content h1 {
	color: rgba(255, 255, 255, .9);
	font-size: 1.1rem;
}

.news article .content h1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.news article .content p {
	font-size: .85rem;
}

.news article a {
	display: block;
	width: 100%;
	line-height: 2rem;
	text-align: center;
	background: rgba(0, 0, 0, .8);
}

.news:hover .bg-cover {
	opacity: 1;
}

.news:hover article a {
	background-color: #ff80ac;
	color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}

.hottag {
	background-color: #fd97bb;
	position: absolute;
	z-index: 2;
	padding: 2px 10px;
	color: #fff;
	left: 4px;
	top: 4px;
	font-size: 10pt;
}

.team {
	background-color: #fff;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
}

.team h3 span {
	display: block;
	font-size: 10pt;
	margin-bottom: 25px;
	position: relative;
	color: #ccc;
}

.team h3 span+a {
	font-size: .85rem;
}

.team h3 {
	margin-bottom: 10px;
}

.team h3 span:after, .team h3 span:before {
	top: 50%;
	content: "";
	position: absolute;
	background-color: #ddd;
	display: inline-block;
	height: 1px;
	width: 30px;
}

.team h3 span:before {
	left: 50%;
	margin-left: -70px;
}

.team h3 span:after {
	right: 50%;
	margin-right: -70px;
}

footer ul li, footer ul li a {
	font-size: 1rem;
	color: #ccc !important;
}

footer address li:first-child {
	padding-left: 0px;
}

footer address li {
	padding-left: 10px;
}

footer address li:nth-child(n+2) {
	border-left: 1px solid rgba(255, 255, 255, .4);
}

footer address li i {
	margin-right: 5px;
}

footer address h1 a {
	font-size: 1.2rem !important;
}

@media (min-width:1400px) {
	.news .bg-cover {
		position: relative;
		height: 90vh;
		max-height: 700px;
	}
	.project-xl a.bg-cover {
		height: 40vh;
	}
}

@media (max-width:991px) {
	.show-4 .g-px-1:nth-child(n+5) {
		display: none;
	}
}

@media (max-width:767px) {
	.album h1.bg-cover, .sidebar .album h1.bg-cover {
		margin: 0;
		height: 18vh
	}
	.album-title .content h1 {
		font-size: 1.2rem;
		margin-bottom: 5px;
	}
	.album-title .content p {
		font-size: .85rem;
	}
}

@media (max-width:576px) {
	.news {
		margin-bottom: 20px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 20px;
	}
	.news .bg-cover {
		height: 20vh;
	}
	.news article {
		position: relative;
		text-align: center;
	}
	.news article h1 {
		color: #333 !important;
	}
	.news article .content {
		color: #666;
		background-color: rgba(255, 255, 255, 0);
		text-align: left;
	}
	.news article a {
		width: unset !important;
		display: inline-block;
		padding-left: 30px;
		padding-right: 30px;
		background: unset;
		border: 1px solid #ff80ac;
	}
	.news:hover article a {
		background-color: #ff80ac;
		color: #fff;
		padding-top: unset;
		padding-bottom: unset;
	}
	.news:hover {
		background-color: #fff;
	}
	footer img {
		max-width: 300px !important;
	}
}

.artist {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}

.artist .cover, .artist .content {
	width: 50%;
	padding: 20px;
}

.artist .cover {
	position: relative;
}

.artist .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 50px;
}

.artist .content p {
	margin-bottom: 80px;
	color: #bf7373;
}

.artist .cover img {
	border-radius: 100%;
	z-index: 2;
	position: relative;
	border: 2px solid #ffebeb;
}

.artist .cover:after {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px dashed #ccc;
	background-color: #fff;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	z-index: 0;
}

.artist .content h1 {
	color: #b36767;
	font-family: "Times New Roman", Times, serif;
}

.mas-photo {
	position: relative;
	overflow: hidden;
}

.mas-photo img {
	transition: all .5s;
}

.mas-photo:hover img {
	opacity: 1;
}

.mas-photo h3 {
	position: absolute;
	font-size: 10pt;
	bottom: 0px;
	left: 0;
	display: block;
	background-color: rgba(0, 0, 0, .7);
	color: rgba(255, 255, 255, .8);
	padding: 5px;
	width: 100%;
	margin: 0;
}

.masonry-grid .masonry-grid-item {
	padding-left: 2px;
	padding-right: 2px;
}

@media (max-width:991px) {
	.artist {
		flex-direction: column;
		align-items: center;
	}
	.artist .cover, .artist .content {
		width: 100%;
		padding: 20px;
	}
	.artist .content ul {
		width: 100%;
		text-align: center;
	}
	.artist .content ul li {
		width: 45%;
	}
	.artist .content {
		padding: 30px;
		text-align: center;
	}
	.artist .content a {
		padding-left: unset;
		padding-right: unset;
		width: 100%;
		display: block;
	}
	.artist .cover:after {
		display: none;
	}
	.artist .cover img {
		border: 10px solid #fff;
	}
}

@media (max-width:576px) {
	.masonry-grid  {
		margin-left: 0px;
		margin-right: 0px;
	}
	.masonry-grid .masonry-grid-item {
	}
}

.breadcrumbs {
	padding-top: 10px;
	padding-bottom: 10px;
}

.breadcrumbs ul {
	margin: 0;
}

.breadcrumbs {
	color: #999;
}

.breadcrumbs li.active {
	color: #ccc;
}

.breadcrumbs i {
	margin-right: 5px;
}

.breadcrumbs li {
	position: relative;
	margin: 0 !important;
}

.breadcrumbs li:nth-child(n+2):before {
	font-size: 50%;
	content: "\e606";
	font-family: 'simple-line-icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
}

.album-head h1, .album-head span {
	font-family: "Times New Roman", Times, serif !important;
}

.album-head {
	overflow: hidden;
}

.album-head .content h1 {
	font-size: 8rem;
	line-height: 8rem;
}

.album-head .content h1+span {
	font-size: 1.6rem;
	display: block;
	line-height: 1rem;
}

.album-head .content h1, .album-head .content h1+span {
	color: rgba(255, 255, 255, .9);
}

@media (max-width:576px) {
	.album-head .content h1 {
		font-size: 4rem;
		line-height: 3.4rem;
	}
	.album-head .content h1+span {
		font-size: 1.2rem;
		margin-left: 4px;
		margin-bottom: 50px;
	}
}

.sidebar .block {
	margin-bottom: 30px;
}

.md-artist {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}

.md-artist:hover p a {
	background-color: #ff80ac;
	color: #fff !important;
}

.md-artist .cover {
	width: 90px;
	height: 90px;
	background-position: center top;
}

.md-artist .content {
	flex: 1 1 0%;
	padding-left: 10px;
	overflow: hidden;
}

.md-artist .content h3 {
	margin: 0;
	font-size: 1rem;
	font-family: "Times New Roman", Times, serif !important;
}

.md-artist .content h3 a {
	color: #795548;
}

.md-artist .content h3+p {
	font-size: .9rem;
	margin: 0 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.md-artist .content p a {
	padding: 2px 4px;
	margin-bottom: 0;
	border: 1px dotted #ccc;
	display: inline-block;
	font-size: .8rem;
	color: #ccc;
}

.event .cover {
	height: 35vh;
	margin-bottom: 4px;
}

.event .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.event h1 {
	font-size: 1.4rem;
	margin: 0;
}

.articles article {
	display: flex;
	align-items: stretch;
	padding: 10px 10px;
}

.articles article:hover {
	background-color: #fafafa;
}

.articles article figure {
	overflow: hidden;
	height: 16vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
}

.articles article figure a {
	height: 100%;
}

.articles article figure img {
	height: 100%;
	width: auto;
}

.articles article .content {
	flex: 1 1 0%;
	padding: 0 15px 15px;
	display: flex;
	flex-direction: column;
}

.articles article .content ul {
	margin-top: auto;
	margin-bottom: 0;
	display: flex;
}

.articles article ul li {
	color: #ccc
}

.articles article .content h1 {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0;
	text-align: justify;
}

.articles article .content p {
	font-size: .9rem;
}

.articles article .content h1 a {
	color: #576965;
}

.pomo article figure {
	height: 280px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pomo article .content {
	text-align: center;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.pomo article a.bg-cover {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pomo article a.bg-cover h1 {
	font-size: 1rem;
	line-height: unset;
	display: block;
	color: rgba(255, 255, 255, .8);
}

.pomo article figure a {
	height: 100%;
	width: 100%;
	display: block;
}

.pomo article figure a img {
	width: 100%;
}

.pomo article .content h1 {
	font-size: 1.2rem;
	line-height: 2rem;
	margin: 0;
}

.pomo article .content h1 a {
	font-size: 1.1rem;
}

.pomo article .content span {
	font-size: .9rem;
	display: block;
	border: 1px dotted #ccc;
	padding: 5px;
}

.pomo article {
	position: relative;
	padding: 10px 15px;
	border: 5px double #eee;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.pomo article span.price {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	background-color: rgba(254, 100, 102, .7);
	color: rgba(255, 255, 255, .8);
	padding: 2px 10px;
	font-size: 8pt;
	border-radius: 4px;
	border: none;
}

.pomo article h1 {
	font-size: 1.2rem;
	text-align: center;
	margin: 15px 0;
	padding: 15px 0;
}

.pomo article a {
	display: inline-block;
	position: relative;
	padding: 4px 30px;
	border: 1px solid #f3a3bb;
	color: #f3a3bb;
	margin-bottom: 15px;
	margin-top: auto;
}

.articles article ul li {
	font-size: .8rem;
	color: #ccc
}

@media (max-width:991px) {
	.articles article .content p {
		display: none;
	}
}

@media (max-width:576px) {
	.pomo article figure a img {
		width: unset;
		height: 100%;
	}
	.articles article figure {
		width: 80px;
		height: 80px;
	}
	.articles article .content {
		padding: 0 10px 0;
	}
	.articles article .content h1 {
		font-size: .9rem;
	}
	.articles article .content p {
		display: none;
	}
	.articles article ul {
		justify-content: flex-end;
	}
	.articles article ul i {
		display: none;
	}
	.articles article ul li {
		font-size: .8rem;
		color: #ccc
	}
}

.main-article figure {
	margin-bottom: 10px;
}

.main-article ul.auth {
	display: flex;
	justify-content: space-between
}

.main-article h1 {
	font-size: 1.8rem;
	text-align: justify;
	color: #555;
}

.article-content img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.article-content h3 {
	font-size: 1.4rem;
	font-weight: 600;
	color: #1fc5a6;
}

.article-content p {
	font-size: 1rem;
	margin: 2rem auto;
	margin-left: 5px;
	color: #666;
	line-height: 1.6rem;
	text-align: justify;
}

.article-content ol, .article-content ul {
	font-size: 1.1rem;
	margin-bottom: 20px;
}

p.quote {
	background-color: #f2f2f2;
	padding: 20px 15px;
	display: block;
	position: relative;
	text-align: center;
}

p.quote:before, p.quote:after {
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 115%;
	color: #696969;
}

p.quote:before {
	content: "\f10d";
}

p.quote:after {
	content: "\f10e";
}

@media (max-width:576px) {
	.main-article h1 {
		font-size: 1.3rem;
		font-weight: 600;
	}
	.article-content p {
		font-size: 1rem;
	}
}

/* ------------------------
  sideLink
------------------------ */

.sideLink {
	position: fixed;
	z-index: 3;
	top: 0;
	right: 1.7%;
	bottom: 0;
	margin: auto;
	height: 361px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 1000px) {
	.sideLink {
		display: none;
	}
}

.sideLink ul li {
	overflow: hidden;
	width: 15px;
	transition: all 0.3s ease-out;
	white-space: nowrap;
	text-indent: 100%;
}

.sideLink ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sideLink ul li:nth-child(1) {
	height: 105px;
	background: url("../../images/bg/icn_facebook_off.png") no-repeat;
}

.sideLink ul li:nth-child(1):hover {
	opacity: 0.8;
	background: url("../../images/bg/icn_facebook_on.png") no-repeat;
}

.sideLink ul li:nth-child(2) {
	margin-top: 200%;
	height: 83px;
	background: url("../../images/bg/icn_line-off.png") no-repeat;
}

.sideLink ul li:nth-child(2):hover {
	opacity: 0.8;
	background: url("../../images/bg/icn_line-on.png") no-repeat;
}

.sideLink ul li:nth-child(3) {
	margin-top: 200%;
	height: 113px;
	background: url("../../images/bg/icn_insta_off.png") no-repeat;
}

.sideLink ul li:nth-child(3):hover {
	opacity: 0.8;
	background: url("../../images/bg/icn_insta_on.png") no-repeat;
}

.x-pg-banner {
	position: relative;
	text-align: center;
}

.x-pg-banner .cover {
	height: 60vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	overflow: hidden;
}

.x-pg-banner .cover .x-pg-title {
	background-color: rgba(0, 0, 0, 0.56);
	padding: 10px 40px;
	text-align: center;
	overflow: hidden;
}

.x-pg-banner .cover .x-pg-title h2, .x-pg-banner .cover .x-pg-title p {
	margin: 0;
}

.x-pg-title h2 {
	line-height: 3rem;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.4rem;
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.42)
}

.x-pg-title p {
	color: #ff898a;
	font-size: 1.4rem;
	text-shadow: 0 0 10px rgba(0, 0, 0, .6)
}

.x-pg-banner .content {
	display: inline-block;
	background-color: #fff;
	padding: 20px 40px;
	z-index: 2;
	margin-top: -20px;
	box-shadow: 0 -2px 3px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.x-pg-banner .content p {
	margin: 0;
	letter-spacing: 10px;
}

.desc {
	display: flex;
	margin-bottom: 30px;
	justify-content: center;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

.desc p {
	margin: 0;
	color: #fff;
	font-size: 1.2rem;
	padding: 20px 40px;
	background-color: #ff9fa0;
	border-radius: 4px;
	max-width: 576px;
}

hr.double-dashed {
	height: 6px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

ul.photo-list li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.photo-list li img {
	width: 100%;
}

ul.photo-list p {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	color: rgba(255, 255, 255, .6);
	font-size: .9rem;
	padding: 5px 4px;
	margin: 0;
	line-height: 1.2rem;
}

.main-content .x-article .title {
	margin-bottom: 15px;
}

.main-content .title h3, .main-content .title p {
	margin: 0;
	color: #a8cdc6;
}

.main-content .title h3 {
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #1fc5a6;
}

.main-content .title h3+p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5rem;
	line-height: 1.1rem;
	display: inline-block;
	position: relative;
}

.main-content .title h3+p:after {
	content: "";
	width: 320px;
	right: -320px;
	top: 50%;
	margin-right: -10px;
	background-color: #eee;
	height: 1px;
	position: absolute;
	display: block;
}

ol.detail.list-stars {
	list-style: none;
	padding-left: 25px;
}

ol.detail.list-stars li {
	font-size: 1rem;
	position: relative;
}

ol.detail.list-stars li:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f004";
	color: #fe6466;
	margin-right: 10px;
}

.cta-button {
	display: flex;
	flex-direction: column;
	align-items: CENTER;
}

.cta-button a {
	display: block;
	line-height: 4rem;
	font-size: 1.1rem;
	transition: all .3s;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
	border-radius: 4px;
}

.cta-button a.btn-form {
	border: 1px solid #1fc5a6;
	color: #1fc5a6;
}

.cta-button a.btn-form:hover {
	background-color: #1fc5a6;
	color: #fff;
}

.cta-button a.btn-line {
	background-color: #6fc565;
	color: #fff;
}

.cta-button a.btn-line:hover {
	background-color: #40ae33;
}

.sidebar {
	display: flex;
	flex-direction: column;
}

.x-article {
	box-shadow: 1px 0px 5px rgba(0, 0, 0, .1);
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}

@media (min-width:767px) {
	.sidebar .block:nth-child(1) {
		order: 5;
	}
}

@media (max-width:576px) {
	.btn-group label.u-check {
		width: 48%;
	}
	.x-pg-banner .cover {
		align-items: flex-end;
	}
	.x-pg-title {
		width: 100%;
		padding-bottom: 25px !important;
	}
	.x-pg-title h2 {
		font-size: 1.8rem;
		line-height: 2rem
	}
	.x-pg-title p {
		font-size: 1.2rem;
	}
	.x-pg-banner .content {
		padding-bottom: 10px;
	}
	.x-article {
		box-shadow: none;
		padding: 0px;
	}
	ol.detail {
		padding-left: 50px;
	}
	ol.detail.list-stars {
		padding-left: 30px;
	}
	.main-content .title p:after {
		content: "";
		width: 220px;
		right: -220px;
		top: 50%;
		margin-right: -10px;
		background-color: #eee;
		height: 1px;
		position: absolute;
		display: block;
	}
	.cta-button {
		position: fixed;
		bottom: 0px;
		left: 0px;
		width: 100%;
		flex-direction: row;
		justify-content: space-around;
		z-index: 1040;
		background-color: rgba(255, 255, 255, .8);
		padding: 10px;
	}
	.cta-button a {
		line-height: 2.5rem;
		width: 48%;
		margin-bottom: 0;
		font-size: .8rem;
	}
	.cta-button a.btn-form {
		background-color: #1fc5a6;
		color: #fff;
		border: none;
	}
	footer address {
		margin-bottom: 70px;
	}
	.desc p {
		font-size: 1rem;
	}
}

.social-group ul {
	justify-content: center;
}

.social-group ul li:nth-child(n+2) {
	margin-left: 5px;
}

.social-group ul li a img {
	max-width: 100%;
}

a.social-icon {
	display: block;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	transition: all .3s;
	background-color: #59ddc5;
}

a.social-icon.social-fb:hover {
	background-color: #3398dc;
}

a.social-icon.social-line:hover {
	background-color: #8BC34A;
}

a.social-icon.social-google-plus:hover {
	background-color: #ed5b50;
}

a.social-icon:hover {
	transform: rotate(360deg);
}

a.social-icon:hover img {
	transform: scale(.8);
}

ul.site-page {
	font-size: .8rem;
}

ul.site-page li:nth-child(n+2) {
	position: relative;
}

ul.site-page li:nth-child(n+2):before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	color: #1fc5a6;
	margin-right: 10px;
}

.input-group-append {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	border-left: none !important;
}

.input-group-prepend {
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	border-right: none !important;
}

.modal-content h4 {
	font-size: 1.2rem;
	margin-bottom: 10px;
	position: relative;
	color: #dd4749;
	line-height: 1.5rem;
	padding-left: 15px;
}

.modal-content h4:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f02e";
	margin-right: 5px;
	color: #f49091;
	position: absolute;
	left: 0px;
	top: 4px;
}

.modal-header.formtitle {
	background-color: #1fc5a6;
}

.modal-header.formtitle h1 {
	color: #fff;
	font-size: 1.4rem;
	margin: 0;
}
.main-article {
    overflow: hidden;
}