@font-face 
{
		font-family: Graphik;
		src: url('../../fonts/Graphik-Regular-Web.eot') format('embedded-opentype'),
		url( '../../fonts/Graphik-Regular-Web.ttf' ) format('truetype'),
		url('../../fonts/Graphik-Regular-Web.woff2') format('woff2'), 
		url('../../fonts/Graphik-Regular-Web.woff') format('woff'), 
		url('../../fonts/whitneybook.svg#Graphik-Regular-Web') format('svg');
}
.not-found-bg
{
	background:#32beef;
}
.page-not-found 
{ 
	margin-top:10%;
	text-align:center;
	color:#000;
	font-family:Graphik,Helvetica,helvetica,arial,sans-serif;
} 
 
.page-not-found   .box 
{
	width: 100%;
	/* height: 100%; */
	max-height: 600px;
	min-height: 500px;
	background: #32beef;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	/*background-repeat: no-repeat;
	background-size: 64px, 82px; 
	background-position: left 60px, right 150px;
	background-image: url(../../live18/images/404-error.png);
	background-position-x: 15%;*/
}
.page-not-found   .box .box__ghost
{
	padding: 15px 25px 25px;
	position: absolute;
	left: 50%;
	top: 19%;
	transform: translate(-50%, -30%);
}
.page-not-found   .box .box__ghost .symbol:nth-child(1) 
{
	opacity: 0.2;
	animation: shine 4s ease-in-out 3s infinite;
}
.page-not-found  .box .box__ghost .symbol:nth-child(1):before, 
.page-not-found  .box .box__ghost .symbol:nth-child(1):after
{
	content: '';
	width: 12px;
	height: 4px;
	background: #fff;
	position: absolute;
	border-radius: 5px;
	bottom: 65px;
	left: 0;
}
.page-not-found  .box .box__ghost .symbol:nth-child(1):before 
{
	 transform: rotate(45deg);
}
.page-not-found  .box .box__ghost .symbol:nth-child(1):after 
{
	 transform: rotate(-45deg);
}
.page-not-found  .box .box__ghost .symbol:nth-child(2)
 {
	 position: absolute;
	 left: -5px;
	 top: 30px;
	 height: 18px;
	 width: 18px;
	 border: 4px solid;
	 border-radius: 50%;
	 border-color: #fff;
	 opacity: 0.2;
	 animation: shine 4s ease-in-out 1.3s infinite;
}
.page-not-found   .box .box__ghost .symbol:nth-child(3) 
{
	 opacity: 0.2;
	 animation: shine 3s ease-in-out 0.5s infinite;
}
.page-not-found   .box .box__ghost .symbol:nth-child(3):before,
.page-not-found  .box .box__ghost .symbol:nth-child(3):after 
 {
	 content: '';
	 width: 12px;
	 height: 4px;
	 background: #fff;
	 position: absolute;
	 border-radius: 5px;
	 top: 5px;
	 left: 40px;
}
.page-not-found  .box .box__ghost .symbol:nth-child(3):before 
{
	transform: rotate(90deg);
}
.page-not-found  .box .box__ghost .symbol:nth-child(3):after 
{
	transform: rotate(180deg);
}
.page-not-found   .box .box__ghost .symbol:nth-child(4) 
{
	opacity: 0.2;
	animation: shine 6s ease-in-out 1.6s infinite;
}
.page-not-found   .box .box__ghost .symbol:nth-child(4):before,
.page-not-found  .box .box__ghost .symbol:nth-child(4):after 
{
	content: '';
	width: 15px;
	height: 4px;
	background: #fff;
	position: absolute;
	border-radius: 5px;
	top: 10px;
	right: 30px;
}
.page-not-found  .box .box__ghost .symbol:nth-child(4):before
{
	transform: rotate(45deg);
}
.page-not-found   .box .box__ghost .symbol:nth-child(4):after 
{
	 transform: rotate(-45deg);
}
.page-not-found   .box .box__ghost .symbol:nth-child(5) 
{
	 position: absolute;
	 right: 5px;
	 top: 40px;
	 height: 12px;
	 width: 12px;
	 border: 3px solid;
	 border-radius: 50%;
	 border-color: #fff;
	 opacity: 0.2;
	 animation: shine 1.7s ease-in-out 7s infinite;
}
.page-not-found   .box .box__ghost .symbol:nth-child(6) 
{
	 opacity: 0.2;
	 animation: shine 2s ease-in-out 6s infinite;
}
.page-not-found   .box .box__ghost .symbol:nth-child(6):before, .page-not-found  .box .box__ghost .symbol:nth-child(6):after 
{
	 content: '';
	 width: 15px;
	 height: 4px;
	 background: #fff;
	 position: absolute;
	 border-radius: 5px;
	 bottom: 65px;
	 right: -5px;
}
 .page-not-found  .box .box__ghost .symbol:nth-child(6):before
 {
	 transform: rotate(90deg);
}
 .page-not-found  .box .box__ghost .symbol:nth-child(6):after
 {
	 transform: rotate(180deg);
}
 .page-not-found  .box .box__ghost .box__ghost-container 
 {
	 background: #fff;
	 width: 100px;
	 height: 100px;
	 border-radius: 100px 100px 0 0;
	 position: relative;
	 margin: 0 auto;
	 animation: upndown 3s ease-in-out infinite;
}
 .page-not-found  .box .box__ghost .box__ghost-container .box__ghost-eyes 
 {
	 position: absolute;
	 left: 50%;
	 top: 45%;
	 height: 12px;
	 width: 70px;
}
 .page-not-found  .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left
 {
	 width: 12px;
	 height: 12px;
	 background: #25a9d7;
	 border-radius: 50%;
	 margin: 0 10px;
	 position: absolute;
	 left: 0;
}
.page-not-found   .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right 
{
	 width: 12px;
	 height: 12px;
	 background:#25a9d7;
	 border-radius: 50%;
	 margin: 0 10px;
	 position: absolute;
	 right: 0;
}
 .page-not-found  .box .box__ghost .box__ghost-container .box__ghost-bottom 
 {
	 display: flex;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 right: 0;
}
 .page-not-found  .box .box__ghost .box__ghost-container .box__ghost-bottom div
 {
	 flex-grow: 1;
	 position: relative;
	 top: -10px;
	 height: 20px;
	 border-radius: 100%;
	 background-color: #fff;
}
 .page-not-found  .box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n)
 {
	 top: -12px;
	 margin: 0 0px;
	 border-top: 15px solid #32beef;
	 background: transparent;
}
 .page-not-found  .box .box__ghost .box__ghost-shadow 
 {
	 height: 20px;
	 box-shadow: 0 50px 15px 5px rgba(28, 156, 201, 0.4117647058823529);
	 border-radius: 50%;
	 margin: 0 auto;
	 animation: smallnbig 3s ease-in-out infinite;
}
 .page-not-found  .box .box__description
 {
	 position: absolute;
	 bottom: 23%;
	 left: 50%;
	 transform: translateX(-50%);
}
.page-not-found   .box .box__description .box__description-container
 {
	 color: #fff;
	 text-align: center;
	 width: 100%;
	 font-size: 16px;
	 margin: 0 auto;
}
 .page-not-found  .box .box__description .box__description-container .box__description-title
 {
	 font-size:30px;
	 letter-spacing: 0.5px;
}
 .page-not-found  .box .box__description .box__description-container .box__description-no 
 {
	 font-size:100px;
	 letter-spacing: 0.5px;
}
 .page-not-found  .box .box__description .box__description-container .box__description-no  img.not-found-img
 {
	 width: 77px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: baseline;
}
.page-not-found   .box .box__description .box__description-container .box__description-text
 {
	 color: #ffffff;
	 line-height: 20px;
	 margin-top: 15px;
	 font-size: 16px;
	 margin-bottom: 20px;
}
.page-not-found   .box .box__description .box__button 
{
	 /* display: block; */
	 position: relative;
	 background: #1567a8; 
	 /* background:  #00377c;  */
	 border: 1px solid transparent;
	 border-radius: 50px;
	 height: 50px;
	 text-align: center;
	 text-decoration: none;
	 color: #fff;
	 line-height: 50px;
	 font-size: 18px;
	 padding: 10px 70px;
	 white-space: nowrap;
	 /* margin-top: 25px; */
	 transition: background 0.5s ease;
	 overflow: hidden;
	 -webkit-mask-image: -webkit-radial-gradient(white, black);
	 text-transform: capitalize;
}
 .page-not-found  .box .box__description .box__button:before
 {
	 content: '';
	 position: absolute;
	 width: 20px;
	 height: 100px;
	 background: #fff;
	 bottom: -25px;
	 left: 0;
	 border: 2px solid #fff;
	 transform: translateX(-50px) rotate(45deg);
	 transition: transform 0.5s ease;
}
 .page-not-found  .box .box__description .box__button:hover 
 {
	 background: transparent;
	 border-color: #fff;
}
 .page-not-found   .box .box__description .box__button:hover:before 
 {
	 transform: translateX(250px) rotate(45deg);
}
 @keyframes upndown {
	 0% {
		 transform: translateY(5px);
	}
	 50% {
		 transform: translateY(15px);
	}
	 100% {
		 transform: translateY(5px);
	}
}
 @keyframes smallnbig {
	 0% {
		 width: 90px;
	}
	 50% {
		 width: 100px;
	}
	 100% {
		 width: 90px;
	}
}
 @keyframes shine {
	 0% {
		 opacity: 0.2;
	}
	 25% {
		 opacity: 0.1;
	}
	 50% {
		 opacity: 0.2;
	}
	 100% {
		 opacity: 0.2;
	}
}
 @media all and (max-width: 767px)
{
		.page-not-found .box .box__description .box__description-container .box__description-no
		{
			font-size: 60px; 
		}
		.page-not-found .box .box__description .box__description-container .box__description-no img.not-found-img 
		{
			width: 50px; 
		} 
		.page-not-found .box .box__description .box__description-container .box__description-title
		{
			font-size: 20px; 
		}
		.page-not-found .box .box__description .box__description-container .box__description-text
		{ 
			font-size: 14px;  
		} 
		.page-not-found .box .box__description .box__button 
		{ 
			font-size: 14px; 
		}
		.page-not-found .box .box__ghost .box__ghost-container 
		{ 
			width: 70px;
			height: 70px; 
		}
		.page-not-found .box .box__ghost 
		{ 
			top: 23%; 
		}  
		.page-not-found .box .box__description
		{ 
			bottom: 23%; 
		}
		 
} 

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation: landscape) 
{  
		/*.page-not-found .box .box__description
		{ 
			bottom: 20px; 
		}
		.page-not-found .box .box__ghost
		{
			top: 35%;
		} */
		.page-not-found .box .box__description .box__description-container .box__description-title 
		{
			font-size: 20px;
		}
		.page-not-found .box .box__description .box__description-container .box__description-text 
		{
			font-size: 14px;
		} 
		.page-not-found .box .box__description .box__button
		{
			font-size: 14px;
		} 
		.page-not-found .box,
		.page-not-found .box .box__ghost,
		.page-not-found .box .box__description
		{ 
			position: static; 
			transform: initial; 
		}
		.page-not-found .box .box__ghost .symbol
		{
			display:none;
		}
		 
} 

@media (max-width: 991px) and (min-width: 768px)  
{
		.page-not-found .box .box__description .box__description-container .box__description-no
		{
			font-size: 60px;
			letter-spacing: 0.5px;
		}
		.page-not-found .box .box__description .box__description-container .box__description-no img.not-found-img
		{
			width: 50px;
		} 
		.page-not-found .box .box__description .box__description-container .box__description-title 
		{
			font-size: 20px; 
		}
		.page-not-found .box .box__description .box__button
		{ 
			font-size: 18px; 
		} 
		.page-not-found .box .box__ghost 
		{
			padding: 20px;  
			top: 25%;
		}
		.page-not-found .box .box__ghost .box__ghost-container 
		{ 
			width: 70px;
			height: 70px;
		}
} 