@charset "utf-8";
@import "content.css";
/* @import "reset.css"; */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	border: 0px;
	margin: 0 auto;
	padding: 0px;
}

body {
	border: 0px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	font: 14px Microsoft JhengHei, Microsoft YaHei, Hiragino Sans GB, Arial, Helvetica, sans-serif;
	line-height: 1.786;
	position: relative;
	overflow-y: scroll;
	/* min-width: 400px; */
	overflow-x: hidden;
}

/* Set sub, sup without affecting line-height */
sub, sup {
	line-height: 0;
	position: relative;
}

sup {
	font-size: 12px;
	top: -0.5em;
}

	sup.thermage {
		top: -0.4em;
	}

sub {
	bottom: -0.5em;
	font-size: 40%;
}

pre {
	/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}

small {
	font-size: 85%;
}

button, input, select, textarea {
	width: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	font: 100% Microsoft JhengHei, Microsoft YaHei, Hiragino Sans GB, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	box-sizing: border-box;
}

textarea {
	overflow: auto;
	vertical-align: text-top;
}

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}

	/* Remove extra padding and inner border in Firefox */
	input::-moz-focus-inner, button::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

/* Colors for form validity */
/* input:valid, textarea:valid { }
input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}*/
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000;
	margin: 1em 0;
	padding: 0;
}

ul, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

input, textarea, button {
	/* letter-spacing: 1.5px; */
}

a {
	color: #ab4a98;
	text-decoration: underline;
	cursor: pointer;
	transition: color 0.25s ease-out;
}

	a:hover {
		color: #c476b5;
		text-decoration: none;
	}

hr {
	border-top-color: #ddd;
	margin: 25px 0;
}

/* float clearing for everyone else */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
/*clearfix end*/

#skipToContent {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

	#skipToContent a {
		background: none repeat scroll 0 0 #FFF;
		font-size: 100%;
		height: 1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
	}

		#skipToContent a:focus, #skipToContent a:active {
			display: inline;
			height: auto;
			left: 0;
			padding: 4px;
			top: 0;
			width: 200px;
			z-index: 1000;
		}

.accessibility {
	display: inline-block;
	font-size: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	width: 0;
}

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#menu_wrap, #mobile_menu_wrap {
	position: fixed;
	/* top: -80px; */
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 45;
	/* -webkit-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s; */
	/*border-bottom: 1px solid #e5e5e5; */
}

	#menu_wrap:after, #mobile_menu_wrap:after {
		content: '';
		width: 100%;
		height: 1px;
		background: #ae80b9;
		position: absolute;
		bottom: -1px;
		left: 0;
		opacity: 0;
		-webkit-transition: opacity 550ms ease 0s;
		transition: opacity 550ms ease 0s;
	}

	#menu_wrap.scroll:after, #mobile_menu_wrap.scroll:after {
		opacity: 1;
	}

#mobile_menu_wrap, #content_section, #footer_section {
	-webkit-transition: left 550ms ease 0s;
	transition: left 550ms ease 0s;
}

	#mobile_menu_wrap.showMenu, #content_section.showMenu, #footer_section.showMenu {
		left: -390px;
	}

	#menu_wrap.stuck, #mobile_menu_wrap.stuck {
		height: 50px;
	}

.alert #menu_wrap, .alert #mobile_menu_wrap {
	top: 60px;
}

/* #menu_wrap.init, #mobile_menu_wrap.init{
	top: 0;
} */

#menu_wrap .comp_logo, #mobile_menu_wrap .comp_logo {
	position: relative;
	padding-left: 30px;
	float: left;
	padding-top: 0;
	height: 80px;
	-webkit-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}

	/* #menu_wrap.stuck .comp_logo, #mobile_menu_wrap.stuck .comp_logo{
	padding-top: 3px;
	-webkit-transition: padding-top 0.2s linear 0s;
	transition: padding-top 0.2s linear 0s;
} */

	#menu_wrap .comp_logo img, #mobile_menu_wrap .comp_logo img {
		/* width: 50%; */
		/* position: absolute; */
		height: 100%;
		/* -webkit-transition: transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s; */
	}

#menu_wrap.stuck .comp_logo, #mobile_menu_wrap.stuck .comp_logo {
	height: 50px;
}

	#menu_wrap.stuck .comp_logo img, #mobile_menu_wrap.stuck .comp_logo img {
		/* -webkit-transform: scale(0.35);
	transform: scale(0.35);
	-webkit-transition: transform 0.2s linear 0s;
	transition: transform 0.2s linear 0s;  */
	}

#content_section {
	width: 100%;
	position: relative;
	left: 0;
	padding-top: 80px;
}

.alert #content_section {
	top: 60px;
}

#footer_section {
	width: 100%;
	position: relative;
	left: 0;
}

#footer {
	padding: 15px 30px;
	padding-top: 0;
	position: relative;
	text-align: center;
	background: #fff;
}

	#footer #copyright {
		color: #aaa;
		font-size: 0.85em;
	}

		#footer #copyright p {
			/* margin-bottom: 5px; */
		}

#content_wrap {
	position: relative;
	padding: 0 30px;
	padding-bottom: 20px;
}

div.top_wrap {
	position: relative;
	text-align: center;
	padding-bottom: 30px;
	clear: both;
}



	div.top_wrap:before {
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		top: 25px;
		background: #f7f1f8;
		content: '';
	}

	div.top_wrap a {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-indent: -9999px;
		border-radius: 50%;
		background: #a1338c;
		-webkit-transition: background 0.25s ease-out 0s;
		transition: background 0.25s ease-out 0s;
	}

		div.top_wrap a:before {
			position: absolute;
			content: '';
			width: 15px;
			height: 15px;
			left: 17px;
			top: 20px;
			border-top: 1px solid #fff;
			border-right: 1px solid #fff;
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

		div.top_wrap a:hover {
			background: #c476b5;
		}

#content {
	max-width: 940px;
	margin: 0 auto;
	min-height: auto;
	position: relative;
}

#alert_msg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
	background: #AA5199;
	color: #fff;
	font-size: 1.2em;
	width: 100%;
	display: none;
}

.alert #alert_msg {
	display: block;
}

#alert_msg div {
	position: relative;
	padding: 15px 30px;
}

#alert_msg a {
	float: right;
	color: #fff;
}

#banner_wrap {
	position: relative;
	width: 100%;
	height: 250px;
	background: url(/siteassets/img/inside_visual_bg.jpg) 60% 0 no-repeat;
}

.theme-orange #banner_wrap {
	background: url(/siteassets/img/inside_visual_bg_1200rep.jpg) 50% 0 no-repeat;
}

#banner_wrap .banner_btm {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 120px;
	background: url(/siteassets/img/graphic_line.png) 50% 0 no-repeat;
	width: 100%;
}

.theme-orange #banner_wrap .banner_btm {
	bottom: auto;
	top: 160px;
	height: 700px;
	background: url(/siteassets/img/graphic_line_1200rep.png) 50% 0 no-repeat;
}

#banner_wrap div#section_wrap {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px 0 0;
}

#visual {
	width: 100%;
	position: relative;
}

#banner_wrap div#section_wrap div.model_img {
	position: absolute;
	left: 0;
	top: 0;
}

/* content area start */

/* content area end */



/* desktop main nav start */
ul#main_nav {
	float: right;
	padding-right: 30px;
	/* position: relative; */
	list-style-type: none;
	font-size: 1.15em;
	line-height: 80px;
	-webkit-transition: line-height 0.2s linear 0s;
	transition: line-height 0.2s linear 0s;
}

.stuck ul#main_nav {
	line-height: 50px;
	-webkit-transition: line-height 0.2s linear 0s;
	transition: line-height 0.2s linear 0s;
}

ul#main_nav > li {
	float: left;
	margin-left: 33px;
	cursor: default;
	position: relative;
}

	ul#main_nav > li.share {
		margin-left: 0;
	}

div#menu_wrap div#menu_layer {
	position: absolute;
	width: 100%;
	top: 80px;
	left: 0;
	/* height: 60px; */
	height: 0;
	background: rgba(161, 51, 140, 0.9);
	line-height: 60px;
	-webkit-transition: height 0.6s ease 0s, top 0.2s linear 0s;
	transition: height 0.6s ease 0s, top 0.2s linear 0s;
	z-index: 2;
}

	div#menu_wrap div#menu_layer.show {
		height: 60px;
	}

div#menu_wrap.stuck div#menu_layer {
	top: 50px;
}

ul#main_nav > li > ul {
	position: absolute;
	left: 0;
	top: 80px;
	line-height: 60px;
	height: 0;
	overflow: hidden;
	width: 980px;
	-webkit-transition: height 0.6s ease 0s, top 0.2s linear 0s;
	transition: height 0.6s ease 0s, top 0.2s linear 0s;
	z-index: 5;
}

div#menu_wrap.stuck ul#main_nav > li > ul {
	top: 50px;
}

ul#main_nav > li.last_child > ul {
	right: 0;
	left: auto;
}

ul#main_nav > li:hover > ul {
	height: 60px;
}

ul#main_nav > li:hover {
	background-image: url(/siteassets/img/top_menu_arrow.png);
	background-position: 50% bottom;
	background-repeat: no-repeat;
}

ul#main_nav > li ul > li {
	float: left;
	margin-left: 40px;
}

	ul#main_nav > li ul > li:first-child {
		margin-left: 0;
	}

ul#main_nav > li.hasChild > a {
	cursor: default;
}

ul#main_nav li a {
	color: #333;
	text-decoration: none;
}

ul#main_nav li li a {
	color: #fff;
}

	ul#main_nav li li a:hover {
		color: rgba(255, 255, 255, 0.6);
	}

ul#main_nav li a:hover, ul#main_nav > li.selected > a, ul#main_nav > li:hover > a {
	color: #a1338c;
	text-decoration: none;
}

ul#main_nav > li div.font_size_wrap {
	position: relative;
}

ul#main_nav > li.share {
	height: 80px;
}

	ul#main_nav > li.share > a {
		display: block;
		width: 26px;
		height: 26px;
		line-height: 0;
		background: url(/siteassets/img/btn_share.gif) 0 0 no-repeat;
		text-indent: -99999px;
		vertical-align: middle;
		margin-top: 27px;
		cursor: default;
	}

		ul#main_nav > li.share > a:hover, ul#main_nav > li.share:hover > a {
			background-position: 0 -26px;
		}

	ul#main_nav > li.share > ul > li > a {
		display: block;
		width: 40px;
		height: 40px;
		/* background: #333; */
		/* text-indent: -99999px; */
		line-height: 0;
		margin-top: 10px;
		-webkit-transition: opacity 0.3s ease 0s;
		transition: opacity 0.3s ease 0s;
		opacity: 1;
	}

		ul#main_nav > li.share > ul > li > a img {
			width: 100%;
		}

		ul#main_nav > li.share > ul > li > a:hover {
			opacity: 0.6;
			/* background: #a1338c; */
		}

ul#footer_nav {
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	font-size: 0.95em;
}

	ul#footer_nav li {
		margin-left: 35px;
		float: left;
		position: relative;
	}

		ul#footer_nav li:first-child {
			margin-left: 0;
		}

		ul#footer_nav li a {
			color: #666;
			text-decoration: none;
		}

			ul#footer_nav li a:hover {
				color: #a1338c;
			}

		ul#footer_nav li.privacy {
			margin-right: 36px;
		}

			ul#footer_nav li.privacy:after {
				position: absolute;
				content: '';
				border-left: 1px solid #ddd;
				width: 1px;
				height: 100%;
				right: -37px;
				top: 0;
			}
/* desktop main nav end */

/* mobile menu start */
#mobile_menu_wrap, #mobile_nav_icon {
	display: none;
}

#mobile_nav_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

#mobile_nav_icon {
	position: absolute;
	right: 20px;
	top: 26px;
	-webkit-transition: top 0.2s linear 0s;
	transition: top 0.2s linear 0s;
	cursor: pointer;
	z-index: 45;
	/* opacity: 0; */
}

	#mobile_nav_icon.init {
		opacity: 1;
	}

	#mobile_nav_icon.stuck {
		top: 17px;
	}

	#mobile_nav_icon span {
		height: 3px;
		width: 30px;
		background: #777;
		position: absolute;
		display: inline-block;
		top: 13px;
		-webkit-transition: all 0.6s ease 0s;
		transition: all 0.6s ease 0s;
		border-radius: 3px;
	}

		#mobile_nav_icon span:before, #mobile_nav_icon span:after {
			/* border-radius: 1px; */
			height: 3px;
			width: 30px;
			background: #777;
			position: absolute;
			display: inline-block;
			content: '';
			-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
			-webkit-transition: all 0.6s ease 0s;
			transition: all 0.6s ease 0s;
			border-radius: 3px;
		}

	#mobile_nav_icon a:hover span, #mobile_nav_icon a:hover span:before, #mobile_nav_icon a:hover span:after {
		background: #a2368c;
	}

	#mobile_nav_icon span:before {
		top: -10px;
	}

	#mobile_nav_icon span:after {
		top: 10px;
	}

	#mobile_nav_icon.active {
		/* transform: scale(1, 1) rotateZ(180deg); */
	}

	#mobile_nav_icon a {
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
	}

	#mobile_nav_icon.active span {
		background: transparent !important;
	}

		#mobile_nav_icon.active span:before, #mobile_nav_icon.active span:after {
			top: 0;
			width: 30px;
		}

		#mobile_nav_icon.active span:before {
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
		}

		#mobile_nav_icon.active span:after {
			-ms-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}

#mobile_menu_layer {
	background: #A2368C;
	left: auto;
	opacity: 1;
	/* right: 0; */
	right: -390px;
	/* transform: translate3d(0px, 0px, 0px); */
	-webkit-transition: all 550ms ease 0s;
	transition: all 550ms ease 0s;
	width: 390px;
	position: fixed;
	top: 0;
	z-index: 50;
	height: 100%;
}

	#mobile_menu_layer.show {
		right: 0;
	}

#mobile_menu_nav {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	font-size: 1.15em;
	left: 0;
	/* -webkit-transition: left 850ms ease-in-out 0s;
	transition: left 850ms ease-in-out 0s; */
}
	/* #mobile_menu_layer.show #mobile_menu_nav{
	left: 0;
} */
	#mobile_menu_nav div {
		position: relative;
		width: 100%;
		min-height: 100%;
		border-left: 4px solid #AE549A;
	}

	#mobile_menu_nav > div > ul {
		/* margin-top: 80px; */
		/* -webkit-transition: margin-top 0.2s linear 0s;
	transition: margin-top 0.2s linear 0s; */
		padding-bottom: 30px;
		/* margin-left: -4px; */
	}

	#mobile_menu_nav ul#mobile_nav li {
		/* border-bottom: 1px solid #fff; */
		position: relative;
	}

	#mobile_menu_nav ul#mobile_nav > li {
		padding-bottom: 2px;
		background: url(/siteassets/img/menu_line.gif) 50% 100% no-repeat;
		background-size: 100% 2px;
	}

	#mobile_menu_nav ul#mobile_nav a {
		display: block;
		width: 346px;
		padding: 15.5px 30px;
		color: #fff;
		text-decoration: none;
		/* border-left: 4px solid transparent; */
	}

	#mobile_menu_nav > div > ul#mobile_nav > li.selected:before {
		position: absolute;
		width: 4px;
		content: '';
		height: 74px;
		background: #fff;
		left: -4px;
		top: 0;
	}

	#mobile_menu_nav > div > ul#mobile_nav > li.hasChild:after {
		position: absolute;
		content: '';
		right: 35px;
		top: 24px;
		width: 15px;
		height: 15px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-transition: transform 0.25s ease-out 0s;
		transition: transform 0.25s ease-out 0s;
	}

	#mobile_menu_nav > div > ul#mobile_nav > li:hover.hasChild:after, #mobile_menu_nav > div > ul#mobile_nav > li:hover.shown.hasChild:after {
		border-color: #fff;
	}

	#mobile_menu_nav ul#mobile_nav li.selected a {
		/* border-left: 4px solid #fff; */
		background: transparent;
		color: #fff;
	}

	#mobile_menu_nav ul#mobile_nav li.selected ul li a, #mobile_menu_nav ul#mobile_nav li ul li a {
		/* border-left: 4px solid #AE549A; */
		background: #812A6F;
		color: #ebd4e2;
	}

		#mobile_menu_nav ul#mobile_nav li.selected ul li a:hover, #mobile_menu_nav ul#mobile_nav li ul li a:hover {
			background: #943d83;
			/* color: #666; */
		}
	/* #mobile_menu_nav>div>ul#mobile_nav>li.selected.hasChild:after,  */ #mobile_menu_nav > div > ul#mobile_nav > li.shown.hasChild:after {
		border-color: #fff;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 31px;
	}

	#mobile_menu_nav ul#mobile_nav a:hover {
		background: #b0539d;
		/* color: #333; */
	}

	#mobile_menu_nav ul#mobile_nav li.share {
		border-bottom: 0;
		line-height: 0;
		background: #AB4A99;
		padding-bottom: 0;
	}

		#mobile_menu_nav ul#mobile_nav li.share ul {
			display: inline-block;
			/* margin-left: 6px; */
			margin-left: 10px;
			width: 100%;
			position: relative;
		}

			#mobile_menu_nav ul#mobile_nav li.share ul li {
				float: left;
				width: 20.5%;
				/* margin-right: 11px; */
				margin-right: 3.5%;
				border-bottom: 0;
				border-top: 0;
				display: table;
			}

				#mobile_menu_nav ul#mobile_nav li.share ul li a {
					display: table-cell;
					width: 100%;
					max-width: 80px;
					height: 80px;
					background: transparent;
					/* background: #333; */
					padding: 0;
					/* text-indent: -9999px; */
					border-left: 0;
					text-align: center;
					vertical-align: middle;
					opacity: 1;
					-webkit-transition: opacity 0.3s ease 0s;
					transition: opacity 0.3s ease 0s;
				}

					#mobile_menu_nav ul#mobile_nav li.share ul li a img {
						width: 100%;
						max-width: 40px;
					}

					#mobile_menu_nav ul#mobile_nav li.share ul li a:hover {
						opacity: 0.7;
						/* background: #a1338c; */
					}

	#mobile_menu_nav.stuck > ul#mobile_nav {
		margin-top: 50px;
		-webkit-transition: margin-top 0.2s linear 0s;
		transition: margin-top 0.2s linear 0s;
	}

	#mobile_menu_nav ul#mobile_nav li.selected ul {
		display: block;
	}

	#mobile_menu_nav ul#mobile_nav ul {
		display: none;
	}

		#mobile_menu_nav ul#mobile_nav ul li {
			border-bottom: 0;
			border-top: 2px solid #68225a;
		}

	#mobile_menu_nav ul#other_nav {
		/* padding-left: 20px; */
	}

		#mobile_menu_nav ul#other_nav li {
			position: relative;
			width: 100%;
		}

		#mobile_menu_nav ul#other_nav a {
			display: block;
			/* width: 100%; */
			padding: 10px 30px;
			padding-left: 50px;
			color: #fff;
			position: relative;
			text-decoration: none;
		}

			#mobile_menu_nav ul#other_nav a:hover {
				text-decoration: none;
				background: #b0539d;
				/* color: #333; */
			}

			#mobile_menu_nav ul#other_nav a:before {
				position: absolute;
				content: '';
				width: 4px;
				height: 4px;
				left: 33px;
				top: 22px;
				border-top: 1px solid #fff;
				border-right: 1px solid #fff;
				-ms-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transition: border-color 0.25s ease-out 0s;
				transition: border-color 0.25s ease-out 0s;
			}

			#mobile_menu_nav ul#other_nav a:hover:before {
				/* border-color: #333; */
			}

#mobile_bg_layer {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 30;
	left: 0;
	top: 0;
}


/* mobile menu end */


/* general */
.f_left {
	float: left;
}

.f_right {
	float: right;
}


ol, ul {
	padding-left: 0rem;
}

/* Block */
.before-after-blk .b-and-f-title {
	bottom: 20px;
}

hr {
	opacity: 1;
	border-top-color: #ddd;
}

#content .title h3 {
	/*font-size:1.714em;
	margin: 1.667em 0 0.833em;
	*/
	color: #b74ea3;
	font-weight: normal;
	line-height: 1.2em;
	font-size: 1.714em;
	color: #b74ea3;
	margin: 1.667em 0 0.833em;
	font-weight: normal;
	line-height: 1.2em;
}

.title {
	/*position: absolute;
	top: 160px;*/
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.block4 img {
	vertical-align: middle;
}

.block4 .before-after-blk .b-and-f-title {
	position: relative;
}

.before-after-blk .ba-Slider {
	margin: 0px auto;
}

.blk-img {
	min-width: 125px;
}

.flexWrap .blk-img {
	min-width: 160px;
	margin-right: 40px;
}

.blk-para {
	width: auto;
}

.block-1 {
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 991px) {
	.bnf-sec .container {
		max-width: 100%;
	}

	.title {
		display: flex;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		height: 100%;
		justify-content: flex-start;
		flex-direction: column;
	}

		.title h3 {
			text-align: left !important
		}

		.title br {
			display: none;
		}
}
