html {
	background:#fff;
	height:100%;
}
body {
	font-family:Lato, sans-serif;
	color:#0a080b;
	outline:none;
	margin:0;
	padding:0;
	height:100%;
}
a:link {
	color:#ddd;
	text-decoration:none;
	outline:none;
	transition:color 0.2s ease-in-out;
}
a:visited {
	color:#ddd;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ddd;
	text-decoration:none;
	outline:none;
}
* {
	-webkit-tap-highlight-color:transparent;
}
p {
	font-size:11pt;
	line-height:24px;
	margin:0;
	padding:10px 0;
}
a img {
	border:0;
}
h1 {
	width:100%;
	font-size:37.5pt;
	line-height:60px;
	font-weight:normal;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
}
h2 {
	width:100%;
	font-weight:normal;
	font-size:19.5pt;
	line-height:34px;
	margin:0;
	padding:0 0 23px 0;
	text-align:left;
}
.page-content {
	background:#fff;
	width:100%;
	padding:50px 0 60px 0;
	position:relative;
	float:left;
}
.container {
	max-width:1240px;
	width:92%;
	margin:0 auto;
}
.content {
	width:100%;
	float:left;
}
.content a {
	text-decoration:underline;
}
.content-text {
	background:#eee;
}
.content-text .container {
	max-width:1000px;
}
.content-text .content {
	min-height:500px;
	padding-top:96px;
}
.header {
	width:100%;
	height:100%;
	min-height:600px;
	position:relative;
	float:left;
}
.header-text {
	width:100%;
	max-width:1920px;
	font-size:22.5pt;
	line-height:36px;
	color:#fff;
	margin:0 auto;
	position:relative;
	top:60%;
	opacity:0;
	box-sizing:border-box;
	padding:0 160px;
}
.header-text span {
	opacity:0;
	top:-20px;
	position:relative;
}
.header-text h1 {
	color:#fff;
	font-size:47.5pt;
	line-height:77px;
	padding:0 0 15px 0;
	margin:0;
	font-weight:normal;
	text-transform:none;
	text-align:left;
}
.footer-content {
	background:#323232;
	color:#fff;
	font-size:13.5pt;
	line-height:32px;
	padding:40px 0 80px 0;
	box-sizing:border-box;
}
.footer-content a {
	color:#fff;
	text-decoration:none;
}
.footer-content a:hover {
	text-decoration:underline;
}
.footer-content .content > div {
	float:left;
}
.menu-container {
	width:100%;
	height:75px;
	padding-bottom:30px;
	z-index:1001;
	position:fixed;
	top:0;
	left:0;
	transition:background 0.2s ease-in-out, top 0.2s ease-in-out;
}
a.logo {
	background:url(img/logo2.png) no-repeat left top;
	background-size:75px 30px;
	color:#000;
	position:absolute;
	width:75px;
	height:30px;
	top:41px;
	left:160px;
	padding-left:94px;
	box-sizing:border-box;
	z-index:1000;
	filter:invert(1);
	transition:filter 0.2s ease-in-out;
}
.menu-content {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	text-align:center;
}
.menu {
	font-size:0;
	margin:0 auto;
	position:relative;
}
.menu > ul {
	padding:56px 0 0 0;
	list-style:none;
	text-align:center;
}
.menu > ul > li {
	margin:0 35px;
	padding:0;
	list-style:none;
	display:inline-block;
	color:#fff;
	position:relative;
}
.menu > ul > li > a {
	font-size:11.5pt;
	line-height:19px;
	color:#fff;
	transition:color 0.2s ease-in-out;
}
.menu ul li a:hover {
	color:#ddd;
}
.menu-sml-content {
	background:rgba(0,0,0,0.5);
	width:100%;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999;
	text-align:center;
	display:none;
}
#menu-bttn {
	width:20px;
	height:13px;
	position:absolute;
	top:18px;
	right:5%;
	padding:10px;
	cursor:pointer;
	z-index:1001;
}
#menu-bttn div {
	background:#fff;
	width:22px;
	height:2px;
	position:absolute;
}
.menu-bttn-line-1 {
	top:10px;
}
.menu-bttn-line-2 {
	top:16px;
}
.menu-bttn-line-3 {
	top:22px;
}
#menu-sml {
	background:#fff;
	width:100%;
	height:100vh;
	padding:0 0 18px 0;
	position:absolute;
	top:70px;
	left:0;
	display:none;
	z-index:1000;
	overflow:auto;
	user-select:none;
}
.menu-sml-container {
	background:#fff;
	width:100%;
	padding:0 0 50px 0;
	overflow:auto;
	float:left;
}
#menu-sml ul {
	width:100%;
	margin:10px 0;
	padding:0;
	list-style:none;
	float:left;
}
.menu-sml-container > ul {
	padding:25px 0 100px 0 !important;
}
#menu-sml ul li {
	width:100%;
	margin:0 0 7px 0;
	padding:0 10px;
	box-sizing:border-box;
	list-style:none;
	text-align:center;
	float:left;
}
#menu-sml ul li a {
	color:#000;
	font-size:13.5pt;
	line-height:25px;
	padding:5px;
	position:relative;
	cursor:pointer;
	display:inline-block;
}
#menu-sml ul li a:hover {
	text-decoration:none;
}
.menu-show {
	background:#fff;
}
.menu-show a.logo {
	color:#000;
	filter:none;
}
.menu-show .menu > ul > li > a {
	color:#000;
}
.menu-hide {
	top:-105px;
}
#about-content {
	background:url(img/symphony.jpg) no-repeat center #fff;
	background-size:cover;
	background-attachment:fixed;
	text-align:center;
	padding:80px 0;
}
#about-content .container {
	max-width:1270px;
}
#about-content .content {
	background:rgba(190,190,190,0.3);
	color:#fff;
	padding:40px 70px 80px 70px;
	box-sizing:border-box;
}
#about-content .content h1 {
	font-size:27pt;
	line-height:44px;
}
#about-content .content span {
	display:table;
	width:37px;
	height:4px;
	background:#fff;
	margin:0 auto 13px auto;
}
#about-content strong {
	font-weight:900;
}
#team-content {
	text-align:center;
}
#team-content .container {
	max-width:1554px;
}
.team {
	width:100%;
	float:left;
}
.team ul {
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
	display:-webkit-flex;
	display:-ms-flex;
    display:flex;
	-webkit-transition:wrap;
	-moz-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	float:left;
}
.team ul li {
	width:33.333333%;
	margin:0;
	padding:76px 4.891% 0 4.891%;
	box-sizing:border-box;
	opacity:0;
	top:-50px;
	position:relative;
	transition:opacity 0.35s ease-in-out, top 0.35s ease-in-out;
	float:left;
}
.team ul li img {
	width:100%;
	height:auto;
}
.team ul li div {
	width:100%;
	height:100%;
	text-align:center;
	font-size:12pt;
	line-height:23px;
}
.team ul li h2 {
	width:100%;
	font-size:15pt;
	line-height:25px;
	font-weight:normal;
	margin:0;
	padding:49px 0 37px 0;
	text-align:center;
}
.team ul li h2 span {
	display:block;
	letter-spacing:3px;
}
#contact-content form {
	width:100%;
	max-width:710px;
	margin:24px auto 0 auto;
	display:table;
}
#contact-content form span {
	width:100%;
	font-size:10.5pt;
	line-height:20px;
	padding-bottom:5px;
	float:left;
}
input, textarea {
	width:100%;
	font-family:Lato, sans-serif;
	background:#fff;
	border:1px solid #000;
	font-size:11pt;
	line-height:24px;
	padding:7px 18px;
	margin:0 0 15px 0;
	color:#000;
	box-sizing:border-box;
	border-radius:3px;
	resize:vertical;
	outline:none;
	float:left;
	transition:box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
}
input:focus, textarea:focus {
	box-shadow:0 0 3px 3px rgba(102,175,233,0.2);
	border:1px solid #66afe9;
}
form button {
	font-size:13.5pt;
	line-height:22px;
	color:#fff;
	border-radius:3px;
	background:#000;
	margin-top:15px;
	padding:10px 26px;
	box-sizing:border-box;
	display:table;
	border:0;
	outline:none;
	cursor:pointer;
	float:left;
}
.g-recaptcha {
	display:table;
}
.true {
	width:100%;
	background:#fff;
	border:1px solid #23b005;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#23b005;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.true div {
	background:url(img/big_icons.png) no-repeat left top;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.false {
	width:100%;
	background:#fff;
	border:1px solid #ee552a;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ee552a;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.false div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -24px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
.warn {
	width:100%;
	background:#fff;
	border:1px solid #ff8f2c;
	padding:10px 5px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#ff8f2c;
	text-align:left;
	border-radius:5px;
	margin-bottom:20px;
	float:left;
}
.warn div {
	background:url(img/big_icons.png) no-repeat;
	background-position:0 -48px;
	width:24px;
	height:24px;
	float:left;
	margin:-4px 5px -5px 0;
}
#modules-content {
	padding:40px 0 0 0;
}
#modules-content .container {
	max-width:1584px;
}
#modules-content h1 {
	width:auto;
	text-align:left;
	padding-left:15px;
	float:left;
}
.button-group {
	width:calc(38% + 10px);
	padding:22px 75px 0 50px;
	margin-top:35px;
	box-sizing:border-box;
	float:right;
}
.button-group:after {
	content:"";
	display:block;
	clear:both;
}
.button-group button {
	background:none;
	padding:5px 10px;
	margin:20px 8% 0 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:2px solid #fff;
	color:#000;
	font-size:10.5pt;
	list-style:20px;
	cursor:pointer;
	border-radius:0;
	outline:none;
	float:left;
}
.button-group button.is-checked {
	border-bottom:2px solid #000;
}
.button-group button:last-of-type {
	margin-right:0;
}
.grid {
	width:100%;
	margin:0 0 170px 0;
	float:left;
}
.grid:after {
	content:"";
	display:block;
	clear:both;
}
.element-item {
	position:relative;
	width:33.333333%;
	padding:20px 15px;
	box-sizing:border-box;
	color:#fff;
	float:left;
}
.element-item:after {
	content:"";
	display:block;
	padding-bottom:70.281124%;
}
.element-item a {
	width:100%;
	position:relative;
	margin:20px 0;
	float:left;
}
.element-item img {
	width:100%;
	height:auto;
	position:absolute;
	transition:transform 0.2s ease-in-out;
}
.element-item img:hover {
	z-index:10;
	transform:scale(1.05);
}
.modules-text {
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	float:left;
}
sup {
	line-height:0;
}
.module-content {
	width:100%;
	font-size:12pt;
	line-height:26px;
	overflow:hidden;
	height:0;
	float:left;
	position:relative;
}
.module {
	width:38%;
	min-height:100vh;
	padding:40px 75px 0 50px;
	box-sizing:border-box;
	position:relative;
	float:right;
}
.module h2 {
	margin-top:-7px;
	font-weight:700;
}
.module img {
	width:100%;
	height:auto;
}
.module button {
	background:#000;
	font-style:italic;
	color:#fff;
	outline:none;
	border:0;
	cursor:pointer;
	font-size:13pt;
	line-height:24px;
	padding:16px 32px;
	margin:50px 0 0 -50px;
	float:left;
}
.module-gallery {
	width:62%;
	position:relative;
	top:-70px;
	z-index:11;
	float:left;
}
.slider-for {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
}
.slider-for img {
	width:auto;
	min-height:100vh;
}
.slick-prev, .slick-next {
	background:url(slick/prev.png) no-repeat center left 12px;
	background-size:27px 50px;
	position:absolute;
	top:0;
	left:0;
	width:55px;
	height:100%;
	z-index:20;
	font-size:0;
	border:0;
	opacity:0.5;
	cursor:pointer;
	outline:none;
	transition:opacity 0.2s ease-in-out;
}
.slick-prev:hover, .slick-next:hover {
	opacity:1;
}
.slick-next {
	background:url(slick/next.png) no-repeat center right 12px;
	background-size:27px 50px;
	left:auto;
	right:0;
}
.slider-nav {
	display:none !important;
}
.slider-nav .slick-current {
	opacity:0.75;
	transition:opacity 0.1s ease-in-out;
}
#process-guidance-content {
	margin-top:-70px;
}
#process-guidance-content p {
	font-size:15pt;
	line-height:26px;
	padding:5px 0;
	text-align:center;
}
.process-info {
	margin-top:50px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.process-info video {
	float:left;
}
.process-list ul {
	padding:0;
	margin:0;
	list-style:none;
	padding-left:75px;
	box-sizing:border-box;
	line-height:26px;
	float:left;
}
.process-list ul li {
	padding:0;
	margin:15px 0;
}
#top {
	background:url(img/top_bttn.png) no-repeat center top 19px rgba(0,0,0,0.3);
	background-size:30px 20px;
	width:60px;
	height:60px;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:999;
	border-radius:100%;
	transition:background-color 0.2s ease-in-out, filter 0.2s ease-in-out;
	display:none;
}
#top:hover {
	background-color:rgba(0,0,0,0.5);
}