/* 404 */
@media(min-width: 1024px){
	.section--404 { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 100vh; padding: 0; font-size: 14px; color: #fff; background-color: #023a51; }
	.section--404:before { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: url(images/temp/bg-error.jpg) no-repeat center center; }
	.section--404 .container { position: relative; width: 100%; }
	.section--404 .error-number { margin: 0; font-size: 214px; line-height: 1; font-weight: 900; color: #1eceec; }
	.section--404 h2 { margin: 20px 0 18px; font-size: 32px; line-height: 1.2; font-weight: bold; color: inherit; }
	.section--404 .error-link { margin-top: 65px; }
	.section--404 .section__body { margin: 20px 0 0 450px; }
}

@media(max-width: 1023px){
	.section--404 { position: relative; overflow: hidden; display: flex; justify-content: center; flex-flow: row wrap; align-items: center; width: 100%; min-height: 100vh; padding: 0; font-size: 14px; color: #fff; background-color: #023a51; }
	.section--404:before { content: ''; display: block; width: 100%; height: 105vw; background: url(images/temp/bg-error.jpg) no-repeat 20% -50%; background-size: auto 100%; }
	.section--404 .container { position: relative; width: 100%; }
	.section--404 .error-number { margin: 0; font-size: 114px; line-height: 1; font-weight: 900; color: #1eceec; }
	.section--404 h2 { margin: 20px 0 18px; font-size: 28px; line-height: 1.2; font-weight: bold; color: inherit; }
	.section--404 .error-link { margin: 35px 0 15px; }
	.section--404 .section__body { position: relative; text-align: center; margin-top: -120px; }
}


@media(max-height: 500px) and (max-width: 1023px){
	.section--404:before { display: none;  }
	.section--404 .section__body { margin-top: 0; }
}




/* Sitemap */

.section--default { border-top: 50px solid #023a51; }
.section--default ul.wpvs_wrapper > li { margin: 0 0 0 15px; }
.section--default ul.wpvs_wrapper li { position: relative; }
.section--default ul.wpvs_wrapper li:before { content: ''; position: absolute; top: 5px; left: -12px; width: 5px; height: 5px; background-color: #ff7c47; border-radius: 50%; }
.section--default ul.wpvs_wrapper li > a { display: block; min-height: 0; padding: 0; background-color: transparent; color: #09b3d1; }
.section--default ul.wpvs_wrapper li > a span { display: block; padding: 0; }
.section--default ul.wpvs_wrapper li > a:hover { color: #ff7c47; background: transparent; }

@media(min-width: 1025px){
	.section--default { border-top-width: 100px; }
	.section--default ul.wpvs_wrapper li > a { font-size: 16px; }
	.section--default ul.wpvs_wrapper li:before { top: 8px; }
}
