body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
/* prompt-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/OnePage/fonts/prompt-v10-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* prompt-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/OnePage/fonts/prompt-v10-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Prompt';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

html, body, #wrapper {
	height: 100%;
}

#container {
	height: 87.5%;
}

footer {
	height: 12.5%;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
}

.coming-soon h1 {
	font-size: 52px;
	text-align: center;
	margin-top: 300px;
}

.coming-soon h2 {
	font-size: 26px;
	text-align: center;
}

p {
	margin-bottom: 9px;
}

a, a:visited {
	color: rgba(0,0,0,1);
	transition: all 0.3s ease;
	text-decoration: none;
}

a:hover {
	color: rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

#main, #main .inside {
	height: 100%;
}

.h-100, .h-100 * {
	height: 100%;
	width: auto;
}

.center {
	text-align: center;
}

footer .inside {
	max-width: 65.5vh;
	margin: 0 auto;
}

@media screen and (max-width: 650px) {
	
	#container {
		height: auto;
	}
	
	footer {
		height: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.h-100, .h-100 * {
		height: auto;
		width: auto;
	}
	
	
}
