<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	border-radius: 0;
}

body {
	background: #FFFFFF;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
}

.wrapper {
	background: #FFFFFF;
}

.header {
	z-index: 99;
	position: relative;
}

@media (max-width: 991px) {
	.header {
		position: static;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header .menu-container {
		width: 750px;
	}
}

@media (max-width: 991px) {
	.header .menu-container:before,
	.header .menu-container:after {
		content: " ";
		display: table;
	}

	.header .menu-container:after {
		clear: both;
	}

	.header .menu-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header &gt; .navbar &gt; .container {
		width: inherit;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.header &gt; .navbar &gt; .container &gt; .navbar-header,
	.header &gt; .navbar &gt; .container &gt; .navbar-collapse {
	  	margin-left: 0;
	  	margin-right: 0;
	}
}

@media (max-width: 360px) {
	.header .menu-container {
		padding-left: 0;
		padding-right: 0;
	}
}

.header .navbar {
	border: none;
	margin-bottom: 0;
}

.header .navbar-brand {
	height: 93px;
	max-height: 93px;
	line-height: 65px;
}

.header .navbar-brand img {
	width: 115px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.header .navbar-brand img.default-logo {
	display: inherit;
}

.header .navbar-brand img.shrink-logo {
	display: none;
}

@media (max-width: 991px) {
	.header .navbar-brand {
		padding-top: 20px;
	}

	.header .navbar-brand img.shrink-logo {
		display: inherit;
	}

	.header .navbar-brand img.default-logo {
		display: none;
	}
}

.header .navbar-toggle {
	border: none;
	margin: 31px 0 31px 15px;
}

.header .navbar-toggle .icon-bar {
	height: 1px;
	width: 20px;
	font-size: 20px;
	background: #3498DB;
	margin-bottom: 5px;
}

.header .navbar-toggle .icon-bar:last-child {
	margin-bottom: 0;
}

.header .navbar-toggle,
.header .navbar-toggle:hover,
.header .navbar-toggle:focus {
	background: inherit;
}

.header .navbar-collapse {
	position: relative;
}

.header .navbar-nav &gt; li &gt; a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

.header .nav &gt; li &gt; a:hover,
.header .nav &gt; li &gt; a:focus {
	background: inherit;
}

@media (min-width: 992px) {
	.navbar {
		border-radius: 0;
	}

	.header .navbar-nav {
		float: right;
	}
}

.header .header-inner-right {
	float: right;
	margin-left: -20px;
	position: relative;
	z-index: 999;
}

@media (max-width: 350px) {
	.header-v6 .header-inner-right {
		display: none;
	}
}

.header .menu-icons-list {
	list-style: none;
	margin: 0;
}

.header li.menu-icons {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
}

.header li.menu-icons i.menu-icons-style {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 94px;
	text-align: center;
	width: 25px;
}

.header .menu-icons .menu-icon-open {
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	border-top: 2px solid #3498DB;
	display: block;
	opacity: 0;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 94px;
	transform: translateY(36px);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
}

.header .menu-icons:hover .menu-icon-open {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

@media (max-width: 991px) {
	.header .navbar-header {
		float: none;
	}

	.header .navbar-toggle {
		display: block;
	}

	.header .navbar-collapse {
		border-color: #EEEEEE;
		border-bottom: 1px solid #EEEEEE;
	}

	.header .navbar-collapse.collapse {
		display: none !important;
	}

	.header .navbar-collapse.collapse.in {
		display: block !important;
  		overflow-y: auto !important;
	}

	.header .navbar-nav {
		margin: 0;
		float: none !important;
	}

	.header .navbar-nav &gt; li {
		float: none;
	}

	.header .navbar-nav &gt; li &gt; a {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.header .navbar-nav &gt; li &gt; a {
		color: #444444;
	}

	.header .dropdown-menu.pull-right {
		float: none !important;
	}

	.header .navbar-nav .open .dropdown-menu {
		border: 0;
		float: none;
		width: auto;
		margin-top: 0;
		position: static;
		box-shadow: none;
		background-color: transparent;
	}

	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a,
	.header .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a {
		line-height: 20px;
	}

	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
		background-image: none;
	}

	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a {
		color: #777777;
	}

	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
	.header .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
		color: #3498DB;
		background-color: transparent;
	}

	.header .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
	.header .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
	.header .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
		color: #3498DB;
		background-color: transparent;
	}

	.header .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
	.header .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
	.header .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
		color: #3498DB;
		background-color: transparent;
	}

	.header .dropdown-menu.no-bottom-space {
		padding-bottom: 0;
	}

  	.header .navbar-collapse,
	.header .navbar-collapse .container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.header .navbar-nav &gt; li &gt; a {
		font-size: 14px;
		padding: 12px 5px;
	}

	.header .navbar-nav &gt; li a {
		border-bottom: none;
		border-top: 1px solid #EEEEEE;
	}

	.header .navbar-nav &gt; li:first-child &gt; a {
		border-top: transparent;
	}

	.header .navbar-nav &gt; li &gt; a:hover {
		color: #3498DB;
	}

	.header .navbar-nav &gt; .open &gt; a,
	.header .navbar-nav &gt; .open &gt; a:hover,
	.header .navbar-nav &gt; .open &gt; a:focus {
		color: #555555;
		background: inherit;
	}

	.header .navbar-nav &gt; .active &gt; a,
	.header .navbar-nav &gt; .active &gt; a:hover,
	.header .navbar-nav &gt; .active &gt; a:focus {
		background: inherit;
		color: #3498DB !important;
	}

	.header .dropdown .dropdown-submenu &gt; a {
		font-size: 14px;
		color: #555555 !important;
	}
}

@media (min-width: 992px) {
	.header .navbar-collapse {
		padding: 0;
	}

	.header .navbar {
		min-height: 40px !important;
	}

	.header .container &gt; .navbar-header,
	.header .container-fluid &gt; .navbar-header,
	.header .container &gt; .navbar-collapse,
	.header .container-fluid &gt; .navbar-collapse {
		margin-bottom: -10px;
	}

	.header .navbar-nav {
		top: 2px;
		position: relative;
	}

	.header .navbar-nav &gt; li &gt; a {
		padding: 20px;
		line-height: 54px;
	}

	.header .navbar-nav &gt; li &gt; a,
	.header .navbar-nav &gt; li &gt; a:hover,
	.header .navbar-nav &gt; li &gt; a:focus,
	.header .navbar-nav &gt; .active &gt; a,
	.header .navbar-nav &gt; .active &gt; a:hover,
	.header .navbar-nav &gt; .active &gt; a:focus {
		color: #FFFFFF;
		font-weight: 200;
		background: none;
	}

	.header .navbar-nav &gt; .open &gt; a,
	.header .navbar-nav &gt; .open &gt; a:hover,
	.header .navbar-nav &gt; .open &gt; a:focus {
		color: #FFFFFF;
	}

	.header .dropdown-menu {
		border: none;
		border-top: 3px solid #3498DB;
		padding: 15px 0;
		max-height: calc(100vh - 75px);
		min-width: 230px;
		border-radius: 0;
		background: #fff;
		overflow-y: auto;
		z-index: 9999 !important;
	}

	.header .dropdown-menu li a {
		color: #777777;
		font-size: 14px;
		font-weight: 400;
		padding: 6px 25px;
	}

	.header .dropdown-menu .active &gt; a,
	.header .dropdown-menu li &gt; a:hover {
		background: inherit;
		color: #3498DB;
		filter: none !important;
		transition: all .1s ease-in-out;
	}

	.header .dropdown-menu li &gt; a:focus {
		background: none;
		filter: none !important;
	}

	.header .navbar-nav &gt; li.dropdown:hover &gt; .dropdown-menu {
		display: block;
	}

	.header .open &gt; .dropdown-menu {
		display: none;
	}
}

.header .dropdown-submenu {
   position: relative;
}

.header .dropdown-submenu &gt; a:after {
	top: 9px;
	right: 15px;
	font-size: 11px;
	content: "\f105";
	position: absolute;
	font-weight: normal;
	display: inline-block;
	font-family: FontAwesome;
}

@media (max-width: 991px) {
  	.header .dropdown-submenu &gt; a:after {
	  	content: " ";
  	}
}

.header .dropdown-submenu &gt; .dropdown-menu {
	top: -20px;
	left: 100%;
	margin-left: 0px;
}

.header .dropdown-submenu &gt; .dropdown-menu.submenu-left {
	left: -100%;
}

.header .dropdown-submenu:hover &gt; .dropdown-menu {
   	display: block;
}

@media (max-width: 991px) {
	.header .dropdown-submenu &gt; .dropdown-menu {
		display: block;
		margin-left: 15px;
	}
}

.header .dropdown-submenu.pull-left {
	float: none;
}

.header .dropdown-submenu.pull-left &gt; .dropdown-menu {
	left: -100%;
	margin-left: 10px;
}

.header .dropdown-menu li [class^="fa-"],
.header .dropdown-menu li [class*=" fa-"] {
	left: -3px;
	width: 1.25em;
	margin-right: 1px;
	position: relative;
	text-align: center;
	display: inline-block;
}

.header .dropdown-menu li [class^="fa-"].fa-lg,
.header .dropdown-menu li [class*=" fa-"].fa-lg {
	width: 1.5625em;
}

.header .mega-menu .nav,
.header .mega-menu .dropup,
.header .mega-menu .dropdown,
.header .mega-menu .collapse {
  	position: static;
}

.header .mega-menu .navbar-inner,
.header .mega-menu .container {
  	position: relative;
}

.header .mega-menu .dropdown-menu {
  	left: auto;
}

.header .mega-menu .dropdown-menu &gt; li {
  	display: block;
}

.header .mega-menu .dropdown-submenu .dropdown-menu {
  	left: 100%;
}

.header .mega-menu .nav.pull-right .dropdown-menu {
  	right: 0;
}

.header .mega-menu .mega-menu-content {
  	*zoom: 1;
  	padding: 0;
}

.header .mega-menu .mega-menu-content:before,
.header .mega-menu .mega-menu-content:after {
  	content: "";
  	display: table;
  	line-height: 0;
}

.header .mega-menu .mega-menu-content:after {
  	clear: both;
}

.header .mega-menu.navbar .nav &gt; li &gt; .dropdown-menu:after,
.header .mega-menu.navbar .nav &gt; li &gt; .dropdown-menu:before {
  	display: none;
}

.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  	left: 0;
  	right: 0;
  	overflow: hidden;
}

@media (min-width: 992px) {
	.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  		margin-left: 10px;
  		margin-right: 15px;
	}
}

@media (min-width: 992px) {
	.header .mega-menu .equal-height {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.header .mega-menu .equal-height-in {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.header .mega-menu .equal-height-list h3 {
	color: #555555;
	font-size: 15px;
	font-weight: 400;
	padding: 0 10px 0 14px;
}

@media (min-width: 992px) {
	.header .mega-menu .big-screen-space {
		margin-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.header .mega-menu .equal-height-in {
		padding: 20px 0;
		border-left: 1px solid #BBBBBB;
	}

	.header .mega-menu .equal-height-in:first-child {
		border-left: none;
		margin-left: -1px;
	}

	.header .mega-menu .equal-height-list {
		width: 100%;
	}

	.header .mega-menu .equal-height-list li a {
		display: block;
		position: relative;
		border-bottom: none;
		padding: 5px 10px 5px 15px;
	}

	.header .mega-menu .equal-height-list a:hover {
		text-decoration: none;
	}

	.header .mega-menu .mega-menu-fullwidth li a {
		padding: 5px 10px 5px 30px;
	}

	.header .mega-menu .mega-menu-fullwidth li a:after {
		top: 7px;
		left: 15px;
		font-size: 11px;
		content: "\f105";
		position: absolute;
		font-weight: normal;
		display: inline-block;
		font-family: FontAwesome;
	}

	.header .mega-menu .mega-menu-fullwidth .disable-icons li a {
		padding: 5px 10px 5px 15px;
	}

	.header .mega-menu .mega-menu-fullwidth .disable-icons li a:after {
		display: none;
	}
}

@media (min-width: 737px) and (max-width: 991px) {
	.header .mega-menu .mega-menu-content .container {
		width: 690px !important;
	}

	.header .mega-menu .equal-height {
		margin-right: 0;
	}

	.header .mega-menu .equal-height-in {
		padding-right: 0;
		margin-right: -15px;
	}
}

@media (max-width: 991px) {
	.header .mega-menu .equal-height {
		margin-right: 0;
	}

	.header .mega-menu .equal-height-in {
		padding-right: 0;
		padding-left: 5px;
	}
}

@media (max-width: 991px) {
	.header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
		width: auto;
	}

	.header .mega-menu .equal-height-in,
	.header .mega-menu .equal-height-list {
		display: block;
	}

	.header .mega-menu .mega-menu-fullwidth .dropdown-menu &gt; li &gt; ul {
		display: block;
	}

	.header .mega-menu .equal-height-list h3 {
		color: #555555;
		margin: 0 0 5px;
		font-size: 14px;
		font-weight: 400;
		padding: 6px 15px 5px;
	}

	.header .mega-menu .equal-height-list li a {
		color: #777777;
		display: block;
		font-size: 14px;
		font-weight: 400;
		margin-left: 15px;
		padding: 6px 25px;
	}

	.header .mega-menu .equal-height-list &gt; h3.active,
	.header .mega-menu .equal-height-list &gt; .active &gt; a,
	.header .mega-menu .equal-height-list &gt; .active &gt; a:hover,
	.header .mega-menu .equal-height-list &gt; .active &gt; a:focus {
		color: #3498DB;
		background-color: transparent;
	}

	.header .mega-menu .equal-height-list li a:hover {
		color: #3498DB;
		text-decoration: none;
	}
}

@media (min-width: 992px) {
	.header-fixed .header.header-sticky {
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 999;
		position: fixed;
	}

	.header-fixed .header.header-fixed-shrink {
		border-bottom: none;
		box-shadow: 0 0 3px #BBBBBB;
	}

	.header-fixed .header.header-fixed-shrink .navbar {
		background: #FFFFFF;
	}

	.header-fixed .header.header-fixed-shrink .navbar-nav &gt; li &gt; a {
		color: #555555;
	}

	.header-fixed .header.header-fixed-shrink .navbar-nav .active &gt; a,
	.header-fixed .header.header-fixed-shrink .navbar-nav li &gt; a:hover {
		color: #3498DB;
	}

	.header-fixed .header.header-fixed-shrink .navbar-brand img.default-logo {
		display: none;
	}

	.header-fixed .header.header-fixed-shrink .navbar-brand img.shrink-logo {
		display: inherit;
	}

	.header-fixed .header.header-fixed-shrink li.menu-icons i.menu-icons-style {
		color: #3498DB;
	}

	.header-fixed .header.header-fixed-shrink .navbar-brand,
	.header-fixed .header.header-fixed-shrink .navbar-nav &gt; li &gt; a,
	.header-fixed .header.header-fixed-shrink li.menu-icons i.menu-icons-style,
	.header-fixed .header.header-fixed-shrink .menu-icon-open {
  		transition: all 0.4s cubic-bezier(.7, 1, .7, 1);
	}

	.header-fixed .header.header-fixed-shrink .navbar-brand {
		height: 70px;
		max-height: 70px;
		line-height: 39px;
	}

	.header-fixed .header.header-fixed-shrink .navbar-nav &gt; li &gt; a {
		line-height: 30px;
	}

	.header-fixed .header.header-fixed-shrink li.menu-icons i.menu-icons-style {
		line-height: 70px;
	}

	.header-fixed .header.header-fixed-shrink .menu-icon-open {
		top: 70px;
	}
}

@media (max-width: 991px) {
	.header-fixed .header,
	.header-fixed .header.header-fixed-shrink {
		height: inherit;
		position: relative;
	}

	.header-fixed .header.header-fixed-shrink .header-inner-right,
	.header-fixed .header.header-fixed-shrink .menu-icons-list {
		margin-left: 0;
	}

	.header .menu-icons-list {
		padding-left: 0;
	}

	.header li.menu-icons i.menu-icons-style {
		color: #3498DB;
	}
}

.boxed-layout.header-fixed .header.header-sticky {
	left: inherit;
	width: inherit;
}

.header.header-border-bottom .navbar {
	box-shadow: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-fixed .header.header-border-bottom.header-fixed-shrink .navbar {
	border-bottom: none;
}

@media (min-width: 992px) {
	.header.header-border-bottom .navbar {
		background: transparent;
	}

	.header-fixed .header.header-border-bottom.header-fixed-shrink .navbar {
		background: #FFFFFF;
	}
}

.header.header-white-transparent .navbar {
	background: rgba(255, 255, 255, 0.5);
}

.header.header-white-transparent.ie8 .navbar {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAA1JREFUCJlj+P//fwMACXwDfmzsEMkAAAAASUVORK5CYII=);
}

@media (min-width: 992px) {
	.header-fixed .header.header-white-transparent.header-fixed-shrink .navbar {
		background: #FFFFFF;
	}
}

@media (min-width: 992px) {
	.header.header-classic-white .navbar {
		background: #FFFFFF;
	}

	.header-fixed .header.header-classic-white .navbar-nav &gt; li &gt; a {
		color: #55555;
		font-weight: 400;
	}

	.header-fixed .header.header-classic-white .navbar-nav .active &gt; a,
	.header-fixed .header.header-classic-white .navbar-nav li &gt; a:hover {
		color: #3498DB;
	}

	.header-fixed .header.header-classic-white .navbar-brand img.default-logo {
		display: none;
	}

	.header-fixed .header.header-classic-white .navbar-brand img.shrink-logo {
		display: inherit;
	}

	.header-fixed .header.header-classic-white li.menu-icons i.menu-icons-style {
		color: #55555;
	}
}

.header .menu-icons.weixin .menu-icon-open {
	padding: 25px 25px 20px;
	width: 403px;
}

.header .menu-icons.weixin .menu-icon-open .qr-box {
	display: inline-block;
	float: left;
}

.header .menu-icons.weixin .menu-icon-open hr {
	border: none;
	border-left: 1px solid #E7E7E7;
	display: inline-block;
	float: left;
	margin: 0 25px;
	width: 0;
	height: 150px;
}

.header .menu-icons.weixin .menu-icon-open .qr-box img {
	display: block;
	width: 150px;
	height: 150px;
}

.header .menu-icons.weixin .menu-icon-open .qr-box p {
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}

@media (max-width: 514px) {
	.header .menu-icons.weixin .menu-icon-open {
		width: 202px;
	}

	.header .menu-icons.weixin .menu-icon-open hr {
		border: none;
		border-top: 1px solid #E7E7E7;
		margin: 20px 0 25px;
		width: 150px;
		height: 0;
	}
}

.header .menu-icons.user .menu-icon-open {
	color: #555555;
	padding: 15px 20px 5px;
	width: 202px;
}

.header .menu-icons.user .menu-icon-open .user-info {
	display: block;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	width: 100%;
	height: 42px;
}

.header .menu-icons.user .menu-icon-open .user-info img {
	background: #EEEEEE;
	border: none;
	border-radius: 50% !important;
	box-sizing: content-box;
	display: inline-block;
	float: left;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	width: 32px;
	height: 32px;
}

.header .menu-icons.user .menu-icon-open .user-info h5 {
	display: inline-block;
	float: right;
	font-size: 16px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 118px;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .menu-icons.user .menu-icon-open hr {
	border: none;
	border-top: 1px solid #E7E7E7;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0;
}

.header .menu-icons.user .menu-icon-open a {
	color: #555555;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
	padding: 0;
	text-align: left;
}

.header .menu-icons.user .menu-icon-open a:focus,
.header .menu-icons.user .menu-icon-open a:hover,
.header .menu-icons.user .menu-icon-open a:active {
	color: #3498DB;
	outline: 0 !important;
	text-decoration: none;
}

.interactive-slider {
	z-index: 1;
	padding: 200px 0;
	position: relative;
	text-align: center;
}

.interactive-slider:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}

.interactive-slider.img {
	background: url(/Public/assets/img/babel.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.interactive-slider.img.ie8 {
	background: url(/Public/assets/img/babel-large.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}

.interactive-slider h1 {
	color: #FFFFFF;
	font-size: 70px;
	font-weight: 600;
	line-height: 80px;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
}

.interactive-slider p {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

.flat-service img {
	width: 100px;
	height: 100px;
}

.flat-service h2 {
	font-size: 20px;
	line-height: 24px;
	margin-top: 5px;
}

h2.headline {
	color: #555;
	font-size: 24px;
	line-height: 32px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-bottom: 10px;
	position: relative;
}

h2.headline:after {
	background: #3498DB;
	content: " ";
	left: 1px;
	bottom: -5px;
	position: absolute;
	width: 48px;
	height: 2px;
	z-index: 1;
}

h2.char1.headline:after {
	width: 1em;
}

h2.char2.headline:after {
	width: 2em;
}

h2.char3.headline:after {
	width: 3em;
}

h2.char4.headline:after {
	width: 4em;
}

h2.char5.headline:after {
	width: 5em;
}

h2.char6.headline:after {
	width: 6em;
}

.dark-button {
	background: none;
	border: 1px solid #555555;
	color: #555555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 13px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	white-space: nowrap;
}

.dark-button:focus,
.dark-button:hover,
.dark-button:active {
	background: #333333;
	border-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
}

.headline-center {
	position: relative;
	text-align: center;
}

.headline-center h2.headline:after {
	left: 50%;
	text-align: center;
}

.headline-center h2.char1.headline:after {
	margin-left: -0.5em;
	width: 1em;
}

.headline-center h2.char2.headline:after {
	margin-left: -1em;
	width: 2em;
}

.headline-center h2.char3.headline:after {
	margin-left: -1.5em;
	width: 3em;
}

.headline-center h2.char4.headline:after {
	margin-left: -2em;
	width: 4em;
}

.headline-center h2.char5.headline:after {
	margin-left: -2.5em;
	width: 5em;
}

.headline-center h2.char6.headline:after {
	margin-left: -3em;
	width: 6em;
}

.headline-center h2.char13.headline:after {
	margin-left: -6.5em;
	width: 13em;
}

.trial-lesson-list {
	margin-bottom: 0;
}

.trial-lesson-image {
	background: none;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.trial-lesson-image.last-row {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.trial-lesson-image {
		margin-bottom: 0;
	}
}

.trial-lesson-image:hover {
	background: #000000;
}

.trial-lesson-image img {
	border: 1px solid #EEEEEE;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.trial-lesson-image:hover img {
	opacity: 0.9;
	transform: scale(1.1);
}

.trial-lesson-title {
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.3;
	padding: 0 15px;
	position: absolute;
	left: 0;
	top: 38%;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	white-space: normal;
	width: 100%;
}

.trial-lesson-image:hover .trial-lesson-title {
	transform: scale(1.1);
}

.flat-background-block {
	background: url(/Public/assets/img/symbol-background.png) repeat;
	background-position: 50% 0;
	padding: 40px 0;
}

.headline-left {
	position: relative;
}

h4.subtitle {
	color: #999999;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.article-image {
	background: none;
	display: block;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.article-image:hover {
	background: #000000;
}

.article-image img {
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.article-image:hover img {
	opacity: 0.9;
	transform: scale(1.1);
}

.student-avatar {
	float: left;
	margin-right: 15px;
	width: 50px;
	height: 50px;
}

.overflow-h {
	overflow: hidden;
}

@media (min-width: 992px) {
	.overflow-h {
		height: 240px;
	}
}

.overflow-h h3 {
	color: #555555;
	font-size: 20px;
	line-height: 26px;
	margin-top: 0;
}

.drak-background-block {
	background: url(/Public/assets/img/symbol-background-2.png) repeat;
	background-color: #333333;
	background-position: 50% 0;
	padding: 50px 0;
	position: relative;
	width: 100%;
	height: auto;
}

.teacher-container {
	background: #333333;
	background: rgba(255, 255, 255, 0.2);
	padding: 30px;
	text-align: center;
}

@media (min-width: 768px) {
	.teacher-container {
		height: 575px;
	}
}

@media (min-width: 992px) {
	.teacher-container {
		height: 475px;
	}
}

@media (min-width: 1200px) {
	.teacher-container {
		height: 445px;
	}
}

.teacher-avatar {
	margin: 0 auto 25px;
	width: 135px;
	height: 135px;
}

.teacher-container &gt; h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 200;
	line-height: 26px;
	margin: 5px 0 10px;
}

.teacher-container &gt; span {
	color: #3498DB;
	display: block;
	margin: 0 0 5px;
}

.teacher-container &gt; p {
	color: #FFFFFF;
	font-weight: 200;
	margin-bottom: 0;
	position: relative;
	text-align: left;
}

.writings-list {
	margin-bottom: 0;
}

.writings-image {
	background: none;
	display: block;
	margin-bottom: 0;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.writings-image:hover {
	background: #000000;
}

.writings-image img {
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.writings-image:hover img {
	opacity: 0.9;
	transform: scale(1.1);
}

.writings-list h3 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}

.writings-list p {
	margin-bottom: 0;
	text-align: center;
}

.img-mouse {
	margin: 0 auto 60px;
	width: 150px;
	height: auto;
}

.footer-container .footer {
	padding: 40px 0;	
	background: #272727;
}

.footer-container .footer .footer-logo {
	margin: 17px 0 20px;
	width: 93px;
	height: 33px;
}

.footer-container .footer p {
	color: #EEEEEE;
}

.footer-container .footer .headline {
	border-bottom: 1px dotted #E4E9F0;
	display: block;
	margin: 10px 0 25px 0;
}

.footer-container .footer h2 {
	border-bottom: 2px solid #3498DB;
	color: #EEEEEE;
	display: inline-block;
	font-size: 18px;
	font-weight: 200;
	margin: 0 0 -2px 0;
	padding-bottom: 5px;
}

.footer-container .latest-list li {
	border-top: 1px solid #353535;
	padding: 8px 0;
}

.footer-container .latest-list li:first-child {
	border-top: none;
	padding-top: 0;
}

.footer-container .latest-list li a {
	color: #EEEEEE;
}

.footer-container .latest-list small {
	color: #999999;
	display: block;
}

.footer-container .link-list li {
	border-top: 1px solid #353535;
}

.footer-container .link-list li:first-child {
	border-top: none !important;
}

.footer-container .link-list a {
	display: inline-block;
	padding: 6px 0px;
}

.footer-container .link-list i {
	float: right;
	margin-top: 10px;
}

.footer-container .link-list a,
.footer-container .link-list i {
	color: #EEEEEE;
}

.footer-container .address {
	color: #EEEEEE;
	line-height: 23px;
}

.footer-container .address a {
	color: #EEEEEE;
}

.footer-container .footer .map-img {
	background: url(/Public/assets/img/map.png) 5px 60px no-repeat;
}

.footer-container .copyright {
	background: #222222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer-container .copyright p {
	color: #EEEEEE;
	margin-top: 14px;
}

.footer-container .copyright a {
	margin: 0 2px;
}

.footer-container .copyright .icp {
	text-align: right;
}

@media (max-width: 991px) {
	.footer-container .copyright .icp {
		text-align: left;
	}
}</pre></body></html>