/*End Generated Styles*/@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap');

body,
#header,
#footer {
	background: none;
}

#contact_content_before div, #contact_content_before h2, #contact_form input, #contact_form label, #contact_form textarea, #content, #content p, #content pre, #footer li a, #header a, #header h1, #header h2, #languages a, #navigation, #whatsnew_full, #whatsnew_full_list, .contact_notice, .page_title, .whatsnew_date, .whatsnew_title, body,
#wrap .generated-form.skins-fluid-width-skin {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.center { text-align: center; }
#content p { margin: 1em 0; }
.img-left { float:left; margin:0 10px 10px 0; }
.img-right { float:right; margin:0 0 10px 10px; }


.webdexpress_header {
	padding: 0 1em;
	width: 50%;
	float: left;
}
.webdexpress_header:after {
	content: "";
	display: table;
	clear: both;
}
#header {
	padding: 10px 0 15px 0;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	float: none;
}
#header h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/uploads/2021/12/22/logo.png) 0 no-repeat;
	image-rendering: -webkit-optimize-contrast;
	background-size: 100%;
	float: left;
	margin: 0;
	width: 225px;
	height: 115px;
	transition: all .3s;
}
#header h1 a {
	display: block;
	width: 225px;
	height: 115px;
}
#header .header-info {
	text-align: right;
	max-width: 980px;
	margin: 0 auto;
	text-shadow: none;
	font-size: 16px;
	padding: 1em;
	width: 50%;
	line-height: 1.3em;
	float: right;
}
#header .header-info a {
	color: #4690c3;
	text-decoration: underline;
}

#navigation {
	background: #567ebf;
}
#navigation ul {
	border-bottom: 0;
}
#navigation .nav li li {
	background: #325384;
}
#navigation .nav a {
	transition: all 0.3s;
}
#navigation ul.nav .active > a {
	color: #acc4e5;
	font-weight: bold;
}
#navigation .nav a:hover {
	color: #acc4e5;
}
#navigation .nav li:hover ul li a:hover {
	background: #567ebf;
}
#navigation ul.nav li li.active > a {
	color: #94b1e0;
}

#content .page_title {
  position: relative;
	display: block;
	overflow: visible;
	color: #6a4270;
}

#content .page_title:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #9c71a3;
	z-index: 1;
}
#content .page_title:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background: #ddbfe1;
}

.home-left {
	text-align: center;
	float: left;
	width: 67%;
	background: url(/uploads/2021/12/31/bg-home.jpg) top center no-repeat;
}
.home-right {
	float: right;
	width: 28%;
}

#content .home-link ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	
}
#content .home-link ul li {
	display: inline-block;
	margin: 1em 0.5em;
}
#content .home-link ul li a {
	display: block;
	background-color: #567ebf;
	border: 7px solid #749ed9;
	border-radius: 50px;
	color: #fff;
	transition: all .3s;
	padding: 1.2em 2em;
	text-decoration: none;
}
#content .home-link ul li a:hover {
	background-color: #749ed9;
}

#content .home-link ul li a strong {
	font-weight: normal;
	font-size: 1.5em;
}

#content .home-link-sm ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#content .home-link-sm ul li {
	display: inline-block;
}
#content .home-link-sm ul li a {
	display: block;
	border: 2px solid #567ebf;
	padding: 1em 1.5em;
	border-radius: 50px;
	text-decoration: none;
	margin: 1em 0.5em;
	box-shadow: 0 3px 0 #567ebf;
	transition: all .3s;
	font-size: 1.2em;
	background: #fff;
}
#content .home-link-sm ul li a:hover {
	box-shadow: 0 1px 0 #567ebf;
	background: #f2f5f9;
}

.box-left, .box-right {
	float: left;
	width: 50%;
	padding: 1em;
}
.box-right {
	font-size: 1.33em;
}

.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.bg-color {
	background-color: #e2e9f4;
	padding: 0.5em 1em;
	margin: 3em 0;
}

#content .sub-title {
	color: #1a567f;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 2em;
}

.bt-download {
	background-color: #567ebf;
	color: #fff;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 8px;
	transition: all .3s;
}
.bt-download:hover {
	background-color: #749ed9;
}
.bt-download:before {
	content: '';
	background: url(/uploads/2021/12/23/icon-download.png) center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: sub;
}

#content .ethics-list {
	list-style: none;
	margin: 4em 0 0 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1em;
}
#content .ethics-list li {
	float: left;
	width: 30%;
	padding: 1em;
	box-shadow: 0 0 3px #ccc;
	margin: 1em;	
	transition: all .3s;
}
#content .ethics-list li:hover {
	transform: scale(1.05);
}
#content .ethics-list-title {
	font-weight: bold;
	font-size: 1.8em;
	margin: 1em 0 0 0;
}
#content .ethics-list-desc {
	margin-bottom: 0;
	color: #9c71a3;
}
#content .ethics-list-desc strong {
	color: #000;
}
.ethics-list-num {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  background: #567ebf;
  border-radius: 50%;
  box-sizing: border-box;
}
.ethics-list-num:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #567ebf;
  z-index: 0;
}
#user_content .ethics-list p:last-child {
	padding-bottom: 0;
}

#content .gallery-title {
	border-top: 1px solid #ddbfe1;
	padding-top: 8px;
	font-size: 1.5em;
	color: #6a4270;
	margin-bottom: 0;
	margin-top: 3em;
}

#content .ribbon {
	line-height: 50px;
	position: relative;
	height: 50px;
	margin: 2em 50px 1em;
	padding: 0 0.5em;
	text-align: center;
	color: #fff;
	background: #a156ac;
	display: inline-block;
	font-weight: bold;
	font-size: 1.5em;
}

#content .ribbon:before,
#content .ribbon:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 25px solid #a156ac;
}

#content .ribbon:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#content .ribbon:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#content .ribbon span {
  position: relative;
  display: block;
}

.num {
	background-color: #a156ac;
	color: #fff;
	border-radius: 50px;
	padding: 1px 6px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

#footer {
	border-top: #567ebf 5px solid;
	color: #999;
}
.footer-contact {
	background: #567ebf;
	color: #fff;
}
.footer-contact-box {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
}
.footer-contact strong {
	font-weight: bold;
}
.footer-contact a {
	color: #fff;
}
.footer-contact .skins-fluid-width-skin label {
	color: #fff;
}
.skins-fluid-width-skin input, .skins-fluid-width-skin textarea, .skins-fluid-width-skin select {
	border: 1px solid #567ebf;
}
.skins-fluid-width-skin input[type="text"]:focus,
.skins-fluid-width-skin textarea:focus {
	border: 1px solid #a1daf4;
}
#user_content .generated-form.skins-fluid-width-skin,
.footer-contact .generated-form.skins-fluid-width-skin {
	font-size: 1.2em;
	line-height: 1.4em;
}
#wrap .view.skins-fluid-width-skin .submit input {
	height: auto;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em 1.5em;
	background: #daafe1;
	color: #5b0967;
	box-shadow: 1px 1px 1px #000;	
	transition: all 0.3s;
}
#wrap .view.skins-fluid-width-skin .submit input:hover,
#wrap .view.skins-fluid-width-skin .submit input:focus {
	background: #e5cee9;
}

.footer-contact .thankYouMessage, .footer-contact .robotError, .footer-contact .flash.failure {
	color: #bacce6;
}
.g-recaptcha {
	margin-left: 0;
}

@media screen and (max-width: 780px) {
	#content .ethics-list li {
		width: 45%;
	}
}


@media screen and (max-width: 39.99em) {
	.img-right, .img-left {
		float: none;
		display: block;
		margin: 10px auto;
	}

	.webdexpress_navigation {
    background-color: #000;
	}
	.webdexpress_header,
	#header .header-info {
		float: none;
		width: 100%;
		text-align: center;
	}
	#header h1 {
		float: none;
		margin: 0 auto;
	}
	
	.home-left, .home-right {
		float: none;
		width: 100%;
	}
	.home-right {
		text-align: center;
	}
	
	#content .ethics-list li {
		width: 100%;
	}
	
	.num {
			padding: 0px 7px;
			width: 35px;
			height: 35px;
	}
	
	.box-left, .box-right {
		float: none;
		width: 100%;
	}
	#footer {
		margin:0;
	}
}