@import url(bootstrap.css );

@font-face {
	font-family: 'Conv_Candara';
	src: url('fonts/Candara.eot');
	src: local('☺'), url('fonts/Candara.woff') format('woff'), url('fonts/Candara.ttf') format('truetype'), url('fonts/Candara.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* CSS Document */



#Body {
	color: #fff;
	background: #11111a;
}

.body_bg {
	background: url(images/body_bg.jpg) 0 0 repeat;
	min-height: 100%;
}

html,
body {
	margin: 0px;
	padding: 0px;
	font: normal 18px/1.5 'Conv_Candara', Arial, Helvetica, sans-serif;
	color: #fff;
	height: 100%;
}

p {
	margin: 0px 0px 8px 0px;
}

header,
nav,
section,
footer {
	display: block;
}


A,
A:link {
	text-decoration: none;
	transition: color ease 300ms;
	-moz-transition: color ease 300ms;
	/* Firefox 4 */
	-webkit-transition: color ease 300ms;
	/* Safari and Chrome */
	-o-transition: color ease 300ms;
	/* Opera */
	-ms-transition: color ease 300ms;
	/* IE9? */
	color: #fe2059;
}

A:active {
	color: #fe2059;
	text-decoration: none;
}

A:visited {
	color: #fe2059;
	text-decoration: none;
}

A:hover {
	color: #fe2059;
	text-decoration: underline;
}

A:focus {
	color: #fe2059;
	outline: none;
	-moz-outline: none;
}

h1 {
	color: #fe2059;
	font-family: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h2 {
	color: #fe2059;
	font-family: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h3 {
	color: #6262ff;
	font-family: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h4 {
	color: #6262ff;
	font-family: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

h5 {
	color: #6262ff;
	font-family: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: normal;
	margin: 5px 0 10px 0;
}

form#Form {
	height: 100%;
}

.ModuleTitle_SubMenu {
	z-index: 9999 !important;
}

.clearfix:after {
	clear: both;
	content: ".";
	height: 0px;
	font-size: 0px;
	visibility: hidden;
	display: block;
}

.clearfix {
	display: inline-block;
}

.clearfix {
	display: block;
}

#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}

ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE !important;
}

.clear {
	clear: both;
}

/* ********** Container Style ************** */


.Head {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.SubSubHead {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
}

.Normal {
	font: 'Conv_Candara', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #fff
}


/**************** Login page******************/
@media only screen and (max-width:767px) {

	.loginContent .LoginPanel {
		width: 100% !important;
	}

	.loginContent .dnnFormItem .dnnLoginRememberMe {
		white-space: nowrap;
	}

	.loginContent .dnnFormLabel {
		display: block !important;
		text-align: left !important;
	}
}

/**************** register page******************/


@media only screen and (max-width:767px) {

	.dnnRegistrationForm {
		min-width: inherit !important;
	}

	.dnnRegistrationForm .dnnForm {
		width: 100%;
	}

	.dnnRegistrationForm .dnnFormLabel {
		display: block !important;
		text-align: left !important;
	}

	.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
		display: block !important;
		float: none !important;
		text-align: left !important;
		width: 100%;
	}

	.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
		right: auto !important;
		position: static !important;
		margin-left: 5px !important;
	}

	.dnnRegistrationForm .dnnForm .dnnFormItem {
		padding: 0px !important;
		margin: 0px !important;
	}

	.dnnRegistrationForm .dnnFormItem input[type="text"],
	.dnnRegistrationForm .dnnFormItem input[type="password"],
	.dnnRegistrationForm .dnnFormItem input[type="email"],
	.dnnRegistrationForm .dnnFormItem input[type="tel"],
	.dnnRegistrationForm .dnnFormItem select,
	.dnnRegistrationForm .dnnFormItem textarea {
		width: 100%;
		margin-bottom: 10px !important;
	}
}

/**************** Password page******************/
@media only screen and(max-width:767px) {
	.dnnSendPasswordContent {
		width: auto !important;
	}

	.dnnSendPasswordContent .dnnLabel {
		display: block !important;
		width: 100% !important;
		text-align: left;
	}

	.dnnSendPasswordContent a.dnnFormHelp,
	.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
	.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
		position: static;
	}

	.dnnSendPasswordContent input[type="text"],
	.dnnSendPasswordContent input[type="password"],
	.dnnSendPasswordContent input[type="email"],
	.dnnSendPasswordContent input[type="tel"],
	.dnnSendPasswordContent select,
	.dnnSendPasswordContent textarea {
		width: 90%;
		margin-bottom: 10px !important;
	}

	.dnnSendPasswordContent ul.dnnActions {
		padding: 0 !important;
	}
}

/* ********** Control Panel Style ************** */




.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}

A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}

.FileManager A:hover {
	color: #000;
	text-decoration: none;
}




/* ********** Pane Style ************** */



.row [class*="Pane"] {
	padding: 0px 0px 30px 0px;
}

.DNNEmptyPane {
	display: none;
}


/* ********** Breadcrumb Style ************** */

.breadcrumbborder {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	padding: 20px 0;
}

.breadcrumbborder span {
	color: #fe2059;
}

.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
	color: #fe2059;
}

a.breadcrumb:hover {
	font-weight: normal;
	text-decoration: underline;
}

.Breadcrumb_bg {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

	.breadcrumbBox .breadcrumbRight {
		display: none;
	}

	.Breadcrumb_bg {
		margin-bottom: 15px;
	}
}

/* ********** Other Style ************** */
.dnn_layout {
	width: 980px;
	margin: 0px auto;
}

#dnn_wrapper {
	position: relative;
}

.head_mid,
.content_mid,
.footer_mid {}

/*Login*/




/* Search Style  */
.searchBox {
	position: relative;
	display: block;
}

.search,
a.search:link,
a.search:active,
a.search:visited {
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0px;
	color: #5e5e5e;
	text-align: center;
	font-family: 'Glyphicons Regular';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}

.searchBox input.NormalTextBox {
	width: 165px;
	text-align: left;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding: 0px 3px 0px 3px;
	background: none;
	border: none;
	display: block;
	position: absolute;
	left: 4px;
	top: 6px;
	outline: 0;
	border-radius: 0px 0px 0px 0px;
	-webkit-appearance: none;
	color: #FFF;
	vertical-align: middle;
}

.searchBox .searchInputContainer {
	position: relative !important;
	display: block !important;
}

.searchBox #dnn_dnnSEARCH_ClassicSearch {
	background: #EEF4F7;
	border: medium none;
	color: #fff;
	display: block;
	position: relative;
	text-align: left;
	width: 370px;
	height: 56px;
}

.searchBox .searchInputContainer a.dnnSearchBoxClearText.dnnShow {
	top: 1px !important;
	left: auto;
	right: 35px !important;
}

.searchBox.searchSkinObjectPreview {
	right: inherit;
	left: auto;
	right: 0px;
}

.dnnSearchBoxPanel,
.dnnSearchResultPanel {
	width: 100%;
	max-width: none;
	padding: 10px 0px !important;
}

.dnnSearchResultPanel {
	padding: 10px 0px 7px 0px !important;
}

/* ********** HEADER ************** */
.header_bg {
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: background-color ease-in 200ms;
	/* Opera */
	-ms-transition: background-color ease-in 200ms;
	/* IE9? */
}

.hedaer_minHeight {}


#body,
body {
	position: relative;
}


.roll_logo {
	display: none;
}

.dnn_logo {
	padding: 26px 0 30px;
	text-align: center;
}

.dnn_logo img {
	max-width: 100%;
	max-height: 100%;
}


.roll_replace {
	position: absolute;
}

/* ********** NAV ************** */

.nav_box {
	padding: 0 0 10px 0;
	position: relative;
	text-align: center;
}

/*top menu*/
#top_menu {
	position: relative;
	z-index: 904;
}

#top_menu ul {
	margin: 0px;
	padding: 0px 0px;
	display: inline-block;
	background: transparent;
}

#top_menu ul:after {
	content: ".";
	font-size: 0px;
	height: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

#top_menu li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#top_menu ul li a {
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	float: left;
}

#top_menu ul li a span {
	background: url(images/menu_bg.png) left center no-repeat;
	display: block;
	white-space: nowrap;
}

#top_menu>div>ul>li>a>span {
	position: relative;
	color: #fff;
	background-color: transparent;
	font-size: 22px;
	line-height: 38px;
	margin: 0 10px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	transition: background-color ease-in 200ms;
	-moz-transition: background-color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: background-color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: background-color ease-in 200ms;
	/* Opera */
	-ms-transition: background-color ease-in 200ms;
	/* IE9? */
}

#top_menu>div>ul>li>a:hover>span,
#top_menu>div>ul>li>a.menu_hover>span {
	background-color: transparent;
	color: #6262ff;
}

#top_menu>div>ul>li.current>a>span {
	color: #fe2059;
}

#top_menu>div>ul>li.last-item a span {
	margin-right: 0;
}

/*sub menu*/
#top_menu .menuslide {
	display: none;
	float: left;
	overflow: hidden;
	position: absolute;
	margin: 10px 0 0 -70px;
}

#top_menu .menuslide div {
	margin-top: -8px;
}

#top_menu .menuslide ul {
	background: #11111a;
	border: 1px solid #fff;
	display: none;
	left: 0px;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
}

#top_menu .menuslide ul li {
	display: block;
	clear: both;
	padding: 0px 0px;
	background: none;
	margin: 0px;
	position: relative;
}

#top_menu .menuslide>ul>li.first-item:after {
	background: url(images/sub_menu_icon.png) center 0 no-repeat;
	content: "";
	position: absolute;
	width: 20px;
	height: 10px;
	left: 50%;
	top: -11px;
	margin: 0 0 0 -10px;
}

#top_menu .menuslide>ul>li>a {
	border-left: 1px solid #fff;
	margin-left: 3px !important;
	border-right: 1px solid #fff;
	margin-right: 3px !important;
}

#top_menu .menuslide>ul>li.first-item>a {
	border-top: 1px solid #fff;
	margin-top: 3px;
}

#top_menu .menuslide>ul>li.last-item>a {
	border-bottom: 1px solid #fff;
	margin-bottom: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#top_menu .menuslide>ul>li>a {
		margin-left: 1px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#top_menu .menuslide>ul>li.first-item>a {
		margin-top: 1px !important;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#top_menu .menuslide>ul>li.last-item>a {
		margin-bottom: 1px !important;
	}
}

#top_menu .menuslide ul li span {
	color: #fff;
	display: block;
	padding: 0 15px 0 15px;
	margin: 0px 18px;
}

#top_menu .menuslide ul li a {
	display: block;
	font-weight: normal;
	font-size: 22px;
	margin: 0px;
	padding: 10px 0px;
	background: none;
	float: left;
	line-height: 24px;
	text-align: left;
	text-transform: uppercase;
}

#top_menu .menuslide ul a:hover {
	width: 100%;
	background: none;
}

#top_menu .menuslide ul a:hover span {
	color: #6262ff;
}

#top_menu .menuslide ul {
	float: left;
	left: 0px;
	position: relative;
}

#top_menu .menuslide ul li a.menu_hover {
	color: #6262ff;
}

#top_menu .menuslide a.menu_hover span {
	color: #6262ff;
}

#top_menu .menuslide ul>li.dir>a span {}

#top_menu .menuslide ul>li.dir>a:hover span {}

#top_menu .menuslide ul>li.dir>a.menu_hover span {}


/*Left Menu*/

.BannerPane {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 40px 0 55px 0;
}

/* ********** CONTENT ************** */
#dnn_content {
	padding: 30px 0;
}

.content_left {
	float: left;
	width: 68.7%;
}

.content_right {
	float: right;
	width: 25%;
}

.content_right .RightPane .Container-1 {
	margin: 0 0 30px 0;
}

.content_left .Container-3 {
	margin: 0 0 30px 0;
}

.link_list {
	margin: 0;
}

.link_list li {
	background: url(images/arrow1.png) left 20px no-repeat;
	list-style: none;
	line-height: 25px;
	padding: 8px 0 8px 15px;
}

.link_list li a {
	color: #fff;
}

.left_con h1 {
	color: #fff;
	font-size: 50px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 25px 0;
	text-align: center;
}

.left_con h3 {
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
	font-weight: normal;
	margin: 0 0 20px 0;
}

.left_con p {
	margin: 0 0 40px 0;
}

.left_con p a {
	text-decoration: underline;
}

.left_con p a:hover {
	text-decoration: none;
}

.mb1 {
	margin-bottom: 20px;
}


/* ********** FOOTER ************** */

.footer_bottom .footer_mid {
	border-top: 1px solid #fff;
}

.footer_bottom {
	text-align: center;
}

.footer_bottom,
.footer_bottom .Normal {
	color: #fff;
	font-size: 20px;
}

.footer_bottom a,
.footer_bottom a:link,
.footer_bottom a:active,
.footer_bottom a:visited {
	color: #6262ff;
}

.FooterPane {
	display: inline-block;
	margin: 0;
}

.footerp span {
	padding: 0 30px;
}

.Login {
	display: inline-block;
}

.copyright_style {
	display: inline-block;
	padding: 30px 30px 30px 0;
	text-align: center;
}

.copyright_style,
.copyright_style a,
.copyright_style a:link,
.copyright_style a:active,
.copyright_style a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}

.copyright_style a:hover {
	text-decoration: none;
	color: #6262ff;
}

.dnn_flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
}

.dnn_flex>div {
	width: 48%;
}

/*******HTML*********/
@media only screen and (min-width: 1200px) {

	.dnn_layout {
		width: 1000px;
	}

	.head_mid,
	.content_mid,
	.footer_mid {}
}

@media only screen and (min-width: 768px) and (max-width: 979px) {

	.dnn_layout {
		width: 736px;
	}

	.head_mid,
	.content_mid,
	.footer_mid {}

	.link_list li {
		font-size: 15px;
		line-height: 20px;
	}

	.copyright_style {
		padding: 30px 15px 30px 0;
	}

	.footerp span {
		padding: 0 15px;
	}

	.Container-1,
	.Container-2,
	.Container-3 {
		padding: 15px 10px !important;
	}

	.Container-1 .Normal {
		font-size: 15px;
	}

	.Container-1 .dnntitle .title1 {
		font-size: 18px;
	}

}

@media only screen and (max-width: 767px) {
	.dnn_flex {
		display: block;
	}

	.dnn_flex>div {
		width: inherit;
	}

	.dnn_layout {
		width: auto;
	}

	.content_mid,
	.footer_mid {
		padding: 0px 15px;
	}

	.BannerPane {
		margin: 0px 0 20px 0;
	}

	.content_left,
	.content_right {
		float: none;
		width: 100%;
	}

	.left_con h1 {
		font-size: 35px;
	}

	.left_con h3 {
		font-size: 20px;
	}

	.left_con p {
		margin: 0 0 25px 0;
	}


	/*.header_bg*/
	.dnn_logo {
		text-align: left !important;
		float: none !important;
		padding: 27px 65px 27px 15px !important;
		position: relative;
	}

	/*--------- Mobile Menu style ----------*/
	.mobile_icon {
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -20px;
	}

	.mobile_icon .glyphicons {
		background-color: #fe2059;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		color: #FFF;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		margin: 1px 2px;
	}

	.mobile_icon.active .glyphicons:before {
		content: "\f00d";
		font-size: 20px;
	}

	#mobile_menu {
		position: absolute;
		top: 100%;
		left: 0px;
		width: 100%;
		z-index: 906;
		background: #1f1f1f;
		display: none;
		border-top: 1px solid #fe2059;
	}

	#mobile_menu .menu_main {
		padding: 10px 0;
	}

	.multi_menu {
		margin: auto;
	}

	.multi_menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.multi_menu ul li {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	.multi_menu ul li img {
		vertical-align: middle;
	}

	.multi_menu ul li a {
		font-size: 18px;
		line-height: 28px;
		padding: 0px;
		margin: 0px;
		color: #fff;
		display: block;
		text-decoration: none;
		outline: none;
		text-align: left;
		border-bottom: 1px solid #2a2a2a;
	}

	.multi_menu ul li a:after {
		clear: both;
		content: ".";
		height: 0px;
		font-size: 0px;
		visibility: hidden;
		display: block;
	}

	.multi_menu ul li a {
		display: inline-block;
	}

	.multi_menu ul li a {
		display: block;
	}

	.multi_menu ul li span {
		padding: 8px 0px;
		display: block;
	}

	.multi_menu ul li .menu_arrow {
		display: block;
		width: 52px;
		padding: 0px;
		height: 52px;
		float: right;
		text-indent: 0px;
		overflow: hidden;
		margin: 0px;
		text-align: center;
		line-height: 52px;
		font-size: 0;
		position: relative;
	}

	.multi_menu ul li .menu_arrow:before {
		content: "";
		width: 7px;
		height: 7px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3px 0 0 -3px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		/* IE 9 */
		-moz-transform: rotate(45deg);
		/* Firefox */
		-webkit-transform: rotate(45deg);
		/* Safari and Chrome */
		-o-transform: rotate(45deg);
		/* Opera */
	}

	.multi_menu ul li:hover>a>.menu_arrow:before {
		border-bottom: 2px solid #fe2059;
		border-right: 2px solid #fe2059;
	}

	.multi_menu ul li .menu_arrow.arrow_closed:before,
	.multi_menu ul li:hover .menu_arrow.arrow_closed:before {
		border-bottom: none;
		border-right: none;
		border-top: 2px solid #fe2059;
		border-left: 2px solid #fe2059;
		margin: -0px 0 0 -3px;
	}

	.multi_menu ul li.active>a {
		color: #fe2059;
		background-color: #2a2a2a;
	}

	.multi_menu>ul>li.active>a {
		border-bottom: 1px solid #353535;
	}

	.multi_menu ul li a:hover {
		color: #fe2059;
	}

	.multi_menu ul li.current>a,
	.multi_menu ul li.current>a:hover {
		color: #fe2059;
	}

	.multi_menu ul ul {
		display: none;
		background: #2a2a2a;
		padding: 2px 0px 5px 0px;
		margin: 0px;
	}

	.multi_menu ul li.current>ul {
		display: block;
	}

	.multi_menu ul li.active>a,
	.multi_menu ul li a:hover {}

	.multi_menu ul li.current>a,
	.multi_menu ul li.current>a:hover {
		border-bottom: 1px solid #2e2e2e;
		color: #fe2059;
	}

	.multi_menu ul li a {
		padding: 0 0 0 15px
	}

	.multi_menu ul li li a {
		padding: 0 0 0 30px
	}

	.multi_menu ul li li li a {
		padding: 0 0 0 45px
	}

	.multi_menu ul li li li li a {
		padding: 0 0 0 60px
	}

	.SkinPlugin_icon {
		display: none !important;
	}

	/*foot*/
	.footer_bottom,
	.footer_bottom .Normal,
	.copyright_style,
	.copyright_style a,
	.copyright_style a:link,
	.copyright_style a:active,
	.copyright_style a:visited {
		font-size: 16px;
	}

	.copyright_style {
		float: none;
		padding: 30px 10px 30px 0;
		text-align: center;
	}

	.FooterPane {
		float: none;
		text-align: center;
	}

	.footerp span {
		padding: 0 10px;
	}
}


@media only screen and (max-width: 620px) {
	.copyright_style {
		padding: 20px 10px 20px 0;
	}

	.FooterPane,
	.Login {
		padding: 0 0 20px 0;
	}

}


.banner_title {
	color: #fff;
	font-size: 50px;
	line-height: 55px;
}

.banner_content {
	color: #fff;
	font-size: 25px;
	line-height: 45px;
}

#dnn_wrapper .banner_btn {
	background: #950c2f;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	padding: 16px 95px;
	margin: 0 465px 0 0;
	z-index: 1;
	text-transform: uppercase;
}

#dnn_wrapper .banner_btn:hover {
	background: #11111a;
}


#dnn_wrapper .tp-leftarrow.default,
#dnn_wrapper .tp-rightarrow.default {
	width: 39px;
	height: 71px;
}

#dnn_wrapper .tp-leftarrow.default {
	background: url(images/arrow_l.png) 0 0 no-repeat;
}

#dnn_wrapper .tp-rightarrow.default {
	background: url(images/arrow_r.png) 0 0 no-repeat;
}


#dnn_wrapper .Category_Default .category_list li a,
#dnn_wrapper .Archive_Default .archive_list li a {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	padding: 5px 0;
}

#dnn_wrapper .Archive_Default .archive_list li {
	background: none;
	border: none;
	padding: 5px 0;
}


@media only screen and (max-width: 600px) {

	#dnn_wrapper .tp-leftarrow.default,
	#dnn_wrapper .tp-rightarrow.default {
		background-size: cover;
		width: 25px;
		height: 50px;
	}

}

@media only screen and (max-width: 420px) {

	#dnn_wrapper .tp-leftarrow.default,
	#dnn_wrapper .tp-rightarrow.default {
		width: 15px;
		height: 30px;
	}

}


#dnn_wrapper h2.dnnFormSectionHead a {
	color: #fff;
}

#dnn_wrapper .dnnFileUploadScope .dnnFormItem span,
#dnn_wrapper .urlControlTab .dnnFormItem>span,
#dnn_wrapper .dnnFormItem .esCheckBoxes label,
#dnn_wrapper .dnnGridAltItem,
#dnn_wrapper .dnnGridItem:hover,
#dnn_wrapper .dnnGridAltItem:hover {
	color: #11111a;
}

/* Google Maps responsive */
.responsiveContainer {
	position: relative;
	padding-bottom: 150%;
	height: 0;
	overflow: hidden;
}

.responsiveContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Rote Box */
.red-box h3 {
	text-align: center;
	font-size: 22px;
	line-height: 1.3;
	color: #fe2059;
	padding-bottom: 15px;
}

.red-box h4 {
	text-align: center;
	font-size: 18px;
	line-height: 1.3;
	color: #fe2059;
	padding-bottom: 15px;
}

.red-box ul li {
	background: url(images/arrow2.png) left 20px no-repeat;
}

/* Videos responsive */
.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* HTML-Editor Farbanpassungen */
.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
	background-color: #11111b;
}

.ui-dialog-title {
	color: #000000;
}

/* Tabelle Preise */
.tbl-preise {
	width: 100%;
}

.tbl-preise tr td:nth-child(3) {
	text-align: right;
}

.tbl-preise tr td:nth-child(2) {
	min-width: 50px;
}

.tbl-preise .total {
	color: #ffff00;
	/* color: #6262ff; */
	font-size: 25px;
}

.tbl-preise .total td:nth-child(2) {
	text-align: right;
	min-width: 200px;
}

.tbl-preise .basis {
	color: #ffff00;
	/* color: #6262ff; */
}

.tbl-preise .basis td:nth-child(2) {
	text-align: right;
	min-width: 200px;
}

.tbl-scrollbar {
	/* margin: 0 0 1em; */
	overflow-y: auto;
	width: 100%;
	padding: 5px 0 10px 0;
}

.tbl-preise a {
	color: #FFFFFF;
	text-decoration: underline;
}

.tbl-preise a:hover,
.tbl-preise a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

/* Blockquote */
blockquote {
	color: #fe2059;
	border-left: 5px solid #fe2059;
	font-size: 20px;
	margin: 30px 0;
}

/* Galerie Fahrzeuge */
.mfp-title {
	display: none;
}

.mfp-bottom-bar .mfp-counter {
	right: auto;
	top: 5px;
	font-size: 16px;
}

/* Übersichten */
@media only screen and (min-width: 768px) {
	.uebersicht {
		min-height: 400px;
	}

	.uebersicht-lang {
		min-height: 460px;
	}
}

/* Galerie Home */
.pro-photo.content_bottom_push_in_2 .shade {
	opacity: 0.9 !important;
}

/* Lagerlisten */
.lagerliste h2 {
	font-size: 30px;
	line-height: 1.3;
	font-weight: normal;
	margin-top: 55px;
}

.lagerliste .item img {
	max-width: 175px;
	padding-bottom: 10px;
	float: left;
	margin: 6px 20px 0 0;
}

.lagerliste .item p span {
	color: #6262ff;
}

.lagerliste .item .verkaufs-preis,
.lagerliste .item .netto-preis {
	float: left;
}

.lagerliste .item .verkaufs-preis {
	padding: 0 10px 0 0;
	color: #6262ff;
}

.lagerliste .item .netto-preis {
	color: #fe2059;
}

.lagerliste .item {
	padding-bottom: 17px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ffffff;
	font-size: 16px;
}

@media only screen and (max-width: 375px) {
	.lagerliste .item img {
		float: none;
	}
}

.font-red {
	color: #fe2059;
}

.txt-small p {
	font-size: 16px;
}




/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* text-based popup styling */
.white-popup {
	position: relative;
	background: #FFF;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}

.mfp-zoom-in {}

.mfp-zoom-in .mfp-content {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-newspaper {}

.mfp-newspaper .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.5s;
	transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-content {
	transform: scale(0) rotate(500deg);
	opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal {}

.mfp-move-horizontal .mfp-content {
	opacity: 0;
	transition: all 0.3s;
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-content {
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-from-top {}

.mfp-move-from-top .mfp-content {
	opacity: 0;
	transition: all 0.2s;
	transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
	opacity: 0;
	transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-content {
	opacity: 1;
	transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-content {
	transform: translateY(-50px);
	opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-3d-unfold {}

.mfp-3d-unfold .mfp-content {
	perspective: 2000px;
}

.mfp-3d-unfold .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform-style: preserve-3d;
	transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-content {
	opacity: 1;
	transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-content {
	transform: rotateY(60deg);
	opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out {}

.mfp-zoom-out .mfp-content {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-content {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-content {
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}

	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}

.hinge {
	animation-duration: 1s;
	animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
	opacity: 0;
}



/*************/
.car-top-html {
	text-align: center;
	font-size: 20px;
	margin: 0 0 50px;
}

.car-top-html h2 {
	font-size: 38px;
	color: #fe2059;
	margin-bottom: 35px;
	line-height: 1.2;
}

.car-top-html p {
	margin-bottom: 23px;
}
.car-mainbox{
	margin-bottom: 30px;
}
.car-mainbox,.car-img {
	position: relative;
}

.car-mainbox img {
	max-width: 100%;
}

.car-mainbox .header-cont {
	position: absolute;
	padding: 25px 45px;
	background-color: #d50b0a;
	font-size: 30px;
	border-radius: 0 15px 15px 0;
	line-height: 1.2;
	top: 50px;
	left: 0;
	font-weight: bold;
	z-index: 2;
}

.car-mainbox .footer-cont {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px;
	display: flex;
	align-items: end;
	gap: 40px;
	z-index: 3;
}

.car-mainbox .footer-cont .left-text {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	flex: 0 0 40%;
}

.car-mainbox .img-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 0 0 50px;
	padding: 0;
	list-style: none;
	grid-gap: 18px;
}
.car-mainbox .img-list img{
	border: 4px solid #ffffff;
}
.car-mainbox .right-text{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
}
.car-mainbox .right-text p{
	max-width: 400px;
	margin-left: auto;
}

.car-mainbox::before{
	content: "";
	width: 60%;
	height: 50%;
	background-color: #252180;
	position: absolute;
	right: 0;
	bottom: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	z-index: 1;
}
.car-mainbox.no-info::before{
	content: none;
}

@media (max-width: 991px) {

	.car-mainbox .header-cont{
		border-radius: 0 0 15px 15px;
		top: auto;
		bottom: -15px;
		width: 100%;
	}
	.car-mainbox .footer-cont{
		position: static;
		padding: 40px 0;
	}
	.car-mainbox .footer-cont .left-text {
		color: #ffffff;
		margin-bottom: 30px;
	}
	.car-mainbox::before{
		content: none;
	}
	.car-mainbox.no-info .header-cont{
		position: static;
	}


}
@media (max-width:767px) {
	.car-mainbox .footer-cont{
		display: block;
	}
	.car-mainbox .right-text p{
		max-width: none;
		margin-left: 0;
	}
}
@media (max-width:450px) {
	.car-mainbox .header-cont{
		font-size: 20px;
		padding: 15px 25px;
	}
}



.post_content .img_flex2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px;
}
.post_content .img_flex2 .img_big_box{
	flex: 0 0 60%;
	max-width: 70%;
}
.post_content .img_flex2 .img_small_box{
	flex: 1;
}

@media (min-width:1200px) {
	.custom_right{
		text-align: right;
	}
}
@media (max-width:767px) {
	.post_content .img_flex2{
		flex-flow: column;
		align-items: flex-start;
	}
	.post_content .img_flex2 .img_big_box{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.post_content .img_flex2 .img_small_box{
		flex: 0 0 50%;
		max-width: 50%;
	}
}