@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {
	color: #fff;
	font-size: 1em;
	line-height: 1.4;
	background: #626262;
}

::-moz-selection {
	background: #fff;
	text-shadow: none;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
svg,
video {
	vertical-align: middle;
}


fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

body, html, h1, h2, h3, h4, h5, h6, a, ul, li{
    
}
body{
	font-family: 'Roboto';
	background: #fff;
	
	margin: 0;
	padding: 0;
}
ul, li{
	list-style: none outside none;
	margin: 0;
}
iframe{
	border: none;   
}
.pos-rel{
	position: relative;
}
.pos-abs{
	position: absolute;
}
.pos-fix{
	position: fixed;
}
.full-width{
	width: 100%;
	max-width: 1440px;
}
.full-height{
	height: 100%;   
}
.full-size{
	top:0;
	left:0;
	right: 0;
	bottom: 0;
}

.my-button {
	text-transform: uppercase; 
	font-size: 1rem;
	padding: 1em;
	/* padding-top: 0.8rem; */
	padding-bottom: 0.8rem;
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
}

.center-vh{
/*
    height: 100%;
    width: 100%; 
*/
    /* width needed for Firefox */

    /* old flexbox - Webkit and Firefox. For backwards compatibility */
    display: -webkit-box; display: -moz-box;
    /* middle-aged flexbox. Needed for IE 10 */
    display: -ms-flexbox;
    /* new flexbox. Chrome (prefix), Opera, upcoming browsers without */
    display: -webkit-flex;
    display: flex;

    /* old flexbox: box-* */
    -webkit-box-align: center; -moz-box-align: center;
    /* middle flexbox: flex-* */
    -ms-flex-align: center;
    /* new flexbox: various property names */
    -webkit-align-items: center;
    align-items: center;


    -webkit-box-pack: center; -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;    
}
.pos-top{
    top:0;
}
.pos-left{
    left: 0;
}
.pos-right{
    right: 0;
}
.pos-bottom{
    bottom: 0;   
}
.relh100{
    position:relative; height: 100%;   
}
/* Make page full width so reset foundation restriction on max-width*/
.row{
/*    width: 100%;*/
    max-width: 100%;
}


ul, li{
    list-style: none outside none;
    margin: 0;
}

.full-width{
    width: 100%;
    max-width: 100%;
    
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.fullscreen-width{
    width: 100%;
    max-width: 100%;
}
.table{
    display: table;
    height: inherit;
    margin: auto;
}
.table-cell{
    display: table-cell;
/*    height: inherit;*/
    vertical-align: middle;
}
.align-center{
    text-align: center;   
}
.align-left{    
    text-align: left;
}
.align-right{
    text-align: right;   
}
.align-justify{
    text-align: justify;   
}
/*
.mask{
    position: relative;
}
*/

/** 0. color Color */
.mask:before
{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: 0.8;
/*    z-index: 10;*/
}
.title.bg-red,
.bg-red,
.mask-red:before{    
    background: #e51c23;
}
.title.bg-yellow,
.bg-yellow,
.mask-yellow:before{    
    background: #ffeb3b;
}
.title.bg-blue,
.bg-blue,
.mask-blue:before{    
    background: #5677fc;
}
.title.bg-pink,
.bg-pink,
.mask-pink:before{    
    background: #e91e63;
}
.title.bg-green,
.bg-green,
.mask-green:before{    
    background: #259b24;
}
.title.bg-white,
.bg-white,
.mask-white:before{    
    background: #fff;
}
.title.bg-black,
.bg-black,
.mask-black:before{    
    background: #1f1f1f;
}
.title.bg-orange,
.bg-orange,
.mask-orange:before{    
    background: #ff9800;
/*    background: #ef6c00;*/
}
.title.bg-purple,
.bg-purple,
.mask-purple:before{    
    background: #9c27b0;
}
.title.bg-lime,
.bg-lime,
.mask-lime:before{    
    background: #cddc39;
}
.title.bg-bluegrey,
.bg-bluegrey,
.mask-bluegrey:before{    
    background: #607d8b;
}

.title.bg-bluegreylight,
.bg-bluegreylight,
.mask-bluegreylight:before{    
    background: #f0f0f0;
}
.title.bg-bluegreydark,
.bg-bluegreydark,
.mask-bluegreydark:before{    
    background: #37474f;
}
.title.bg-indigo,
.bg-indigo,
.mask-indigo:before{    
    background: #3f51b5;
}
.title.bg-black,
.bg-black,
.mask-black:before{    
    background: #000;
}
.title.bg-black1,
.bg-black1,
.mask-black1:before{    
    background: #333;
}
.title.bg-amber,
.bg-amber,
.mask-amber:before{    
    background: #ffc107;
}

.text-white{
    color: #fff;   
}
.text-black{
    color: #333333;   
}
.text-bold{
    font-weight: bold;   
}
.text-red{
    color: #e51c23;   
}
.text-blue{
    color: #455ede;   
}
.text-orange{
    color: #ff9800;   
}
.text-yellow{
    color: #ffd600;   
}
.text-amber{
    color: #ffc107;   
}
.text-pink{
    color: #e91e63;   
}
.text-lightblue{
    color: #03a9f4;   
}

.small-col-20{
    width: 20%;
}
.box-shadow {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
     0 2px 2px rgba(0,0,0,0.2),
     0 0 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
     0 2px 2px rgba(0,0,0,0.2),
     0 0 4px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
     0 2px 2px rgba(0,0,0,0.2),
     0 0 4px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
     0 2px 2px rgba(0,0,0,0.2),
     0 0 4px 1px rgba(0,0,0,0.1);
}





/* Viewport visibility animation  */
.hidden{
     opacity:0;
     -webkit-transition: 0.6s;
     -ms-transition: 0.6s;
     transition: 0.6s;
}
.visible{
     opacity:1;
    -ms-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.invisible{
    display: none !important;  
}
.s-visible-medium-up{
    opacity:0;
}
strong,
.bold{
	font-weight: bold;
}
.column, .columns{
    padding: 0;   
}
.row .row{
    margin: 0;   
}

/* 1. Link and logo at top  */
.header-top{
	position: fixed;
	z-index: 20;
	top:0;
	left: 0;
	height: 56px;

	/* background: rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1); */

}
.header-top.material{
	background: rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

	.header-top>div{
		display: inline-block;
		float: left;
	}
	.header-top .logo img{
		height: 56px;
		width: auto;
		padding: 8px 16px;
	}
	.header-top .logo{
		transition: 0.3s;
	}
	.header-top .logo:hover{
		background: rgba(255, 255, 255, 0.15);
	}

	.header-top.material .menu{
		border-right: 1px solid #f5f5f5;
	}
	.header-top.material .menu:last-child{
		border-right: none;
	}
	.header-top.material .menu a,
	.header-top .menu a{
		height: 56px;
/*		display: inline-block;*/
		display: block;
		float: left;
		background: #fff;
		color: #5677fc;
		text-transform: capitalize;
		text-align: center;
		font-size:18px;
    	font-family: 'Roboto';
		font-weight: normal;
		padding: 14px 16px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header-top .menu a{
		background: transparent;
		font-weight: normal;
/*		font-weight: bold;*/
		color: #fff;
		position: relative;
	}
	.header-top.material .menu a:first-child:after{
		display: none;
	}
	.header-top .menu a:first-child:after{
		position: absolute;
		left: 0;
		top: 25%;
		height: 50%;
		width: 1px;
		background: #fff;
		content: "";
	}

	.header-top.material .menu a:hover{
		background: #5677fc;
	}
	.header-top .menu a:hover{
		background: rgba(255, 255, 255, 0.15);
		color: #fff;
	}
 
/* 2. Dot navigation at right */
#fp-nav.right{
    right: 28px;
    margin-right: 10px;
	position: absolute;
}
#fp-nav span, .fp-slidesNav span{
    border-color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 10px;
	height: 10px;
}
#fp-nav ul li a span{
	background: #fff;
}
#fp-nav li, .fp-slidesNav li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 16px;
    position: relative;
}
	#fp-nav span:after, .fp-slidesNav span:after{	
		background: rgba(255, 255, 255, 0.15);  
		position: absolute;
		content: "";
		
		display: block;
		top: 4px;
		left: 4px;
		right: 4px;
		bottom: 4px;
		border-radius: 100%;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
#fp-nav li .active span, .fp-slidesNav .active span{
    background: #fff;
	position: absolute;
}
	#fp-nav li .active span:after, 
	.fp-slidesNav .active span:after{
		top: -6px;
		left: -6px;
		bottom: -6px;
		right: -6px;
	}
/* 3.  Quick links at right*/
.quick-link{
	position: fixed;
	top: 50%;
	left: 0;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	z-index: 100;
	margin-top: -96px; /* 48*4/2*/
	background: #02b2e1;
}
.quick-link li{
	list-style: none;
	list-style-position: outside;
	display: block;
	height: 48px;
	width: 48px;
	position: relative;
}
/* 3.1 quick link position : use it to adjust its position */
	.quick-link.count-1{
		margin-top: -24px; /* 48*1/2*/
	}
	.quick-link.count-2{
		margin-top: -48px; /* 48*5/2*/
	}
	.quick-link.count-3{
		margin-top: -72px; /* 48*3/2*/
	}
	.quick-link.count-4{
		margin-top: -96px; /* 48*4/2*/
	}
	.quick-link.count-5{
		margin-top: -120px; /* 48*5/2*/
	}
	.quick-link.count-6{
		margin-top: -144px; /* 48*6/2*/
	}
	.quick-link.count-7{
		margin-top: -168px; /* 48*7/2*/
	}
/* 3.2 Links */
.quick-link a{
	background: reed;
	background: rgba(255, 255, 255, 0.15);
	height: 48px;
	width: 48px;
	display: block;
	text-align: center;
	font-size: 22px;
	padding-top: 0.4rem;
	color: #fff;
	opacity: 1;
	position: relative;
	z-index: 1;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.quick-link a:hover{
/*		opacity: 0.5;*/
/*		color: #5677fc;*/
}
.quick-link ul li{
	position: relative;
}
.quick-link ul li:after,
.quick-link a:after{
	position: absolute;
	content: "";
	background: rgba(255,255,255,0);
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
/*		transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
	-webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index: -1;
}
.quick-link ul li.active:after,
.quick-link a:hover:after{
	-webkit-transform: none;
	transform: none;
	border-radius: 0;
	background: rgba(255,255,255,0.15);
	background: #172d54;
}

.quick-link ul li.active:after{
	background: #175588;
}
.quick-link a.marked{
	color: #fff;
	background: #172d54;
}
	.quick-link .title{
		position: absolute;
		font-size: 14px;
		font-weight: 900;
		left: 56px;
		top: 17px;
		color: #172d54;
		font-family: 'Roboto';
		text-transform: uppercase;
		text-align: left;
		width: 100px;
		/* border-bottom: 1px solid currentColor; */
		display: block;
		transform: translateX(10px);
		-webkit-transition: 0.3s;
		transition: 0.3s;
		visibility: hidden;
		opacity: 0;
	}
	.quick-link li:hover .title{
		-webkit-transform: none;
		transform: none;
		display: block;
		opacity: 1;
		visibility: visible;
	}

/* 4. Page footer */
.page-footer{
	position: fixed;
	bottom: 20px;
	right: 56px;
	margin-right: -8px;
	color: #fff;
	font-size:18px;
	font-family: 'Roboto';
	font-weight: normal;
}
.page-footer a:first-child{
	margin-left: 8px;
}
.page-footer a{
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: inline-block;
	padding: 5px 8px;
}
.page-footer a .ion{
	font-size: 1.2em;
}
.page-footer a:hover{
	opacity: 0.8;
}


/* 5. Page cover */
.page-cover{
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 0;
}
    /* 5.1. Page cover background image,color */
.page-cover .cover-bg{
		background: url(../img/bg-default.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		z-index: -3;
}
.page-cover .cover-bg.bg-color{
		background-image: none;
		z-index: -3;
}

/* 5.2 Page cover  background mask */
.page-cover .cover-bg.cover-bg-mask{
		background: rgba(0, 0, 0, 0.12);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed; 
		z-index: 0;
		-webkit-transition: 2s;
		-ms-transition: 2s;
		transition: 2s;
}

/* 5.3 background slide */
.page-cover .vegas-timer {
display: none;
}
/* 6. Main Page */
.page-main{  
    position: relative;
    width: 100%;
    height: 100%;
}
 
/* 6.0 Page footer with scroll down button */
.p-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-top: 5rem;
}
.p-footer .icon{
	position: absolute;
	top: 24px;
	color: #fff;
	text-align: center;
	width: 24px;
	margin-left: -12px;
	font-size: 20px;
	transition: 0.3s;
}
	.p-footer .text{
		font-size: 12px;
		font-family: 'Roboto';
		text-transform: uppercase;
	}
.p-footer:hover .icon{
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.p-footer .arrow-d{
    position: relative;
    width: 1px;
    background: rgba(255, 255, 255, 0.15);
    height: 48px;
    width: 48px;
    left: 50%;
    bottom: 32px;
	margin: 0;
	display: block;
	border: 0px solid #fff;
	border-radius: 100%;
    margin-left: -24px;   
	transition: 0.3s;
	font-family: 'Roboto';
	color: #fff;
	font-size: 14px;
}
	.p-footer .arrow-d:hover{
		background: #5677fc;
	}
	.p-footer .arrow-d.gone{
		-webkit-transform: scale(0);   
		transform: scale(0);   
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	.p-footer .arrow-d .circle{
		top: 12px;
		bottom: 12px;
		left: 12px;
		right: 12px;
		position: absolute;
		content: "";
		background: #fff;
		border-radius: 100%;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.p-footer .arrow-d .circle:after{
		top: 12px;
		bottom: 12px;
		left: 12px;
		right: 12px;
		position: absolute;
		content: "";
		background: #fff;
		border-radius: 100%;
		-webkit-transition: 0.3s ;
		transition: 0.3s ;
	}
	.p-footer .arrow-d .after,
	.p-footer .arrow-d .before{
		top: 14px;
		position: absolute;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		opacity: 1;
	}
	/* Hover animation */
	.p-footer .arrow-d:hover .after,
	.p-footer .arrow-d:hover .before{
		opacity: 0.15;
	}
	.p-footer .arrow-d:hover .circle{
		background: #5677fc;
		background: rgba(86, 119, 252, 0);
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px; 
	}
	.p-footer .arrow-d:hover .circle:after{	
		border-radius: 0;
		left: 23px;
		right: 23px;
	}
	.p-footer .arrow-d .before{
		text-align: right;
		float: right;
		right: 72px;
	}
	.p-footer .arrow-d .after{
		text-align: left;
		float: left;
		left: 72px;
	}
	.p-footer .arrow-d:after,
	.p-footer .arrow-d:before{
		position: absolute; content: ' ';
		width: 24px;
		height: 24px;
		left: 12px;
		margin-left: 0.5px;
	/*
		-webkit-transform: rotateY(45deg);
		-ie-transform: rotateY(45deg);
	*/
		border: 2px solid rgba(255, 255, 255, 0.15);
		border-left-color: transparent;
		border-top-color: transparent;  
		-ms-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.p-footer .arrow-d:after{   
		border-right-color: transparent;  
		top: 12px;
		left: 36px;
		-ms-transform: rotateZ(-45deg); 
		-webkit-transform: rotateZ(-45deg); 
		transform: rotateZ(-45deg); 
	}
	.p-footer .arrow-d:before{  
		border-bottom-color: transparent;
		top: 12px; 
		left: -12px;
		-ms-transform: rotateZ(-135deg);
		-moz-transform: rotateZ(-135deg);
		transform: rotateZ(-135deg);
	}
	.p-footer .arrow-d.no-change:after, 
	.p-footer .arrow-d:hover:after{ 
		top: 14px; 
		left: 14px;
		bottom: 14px;
		right: 14px;
		width: auto;
		height: auto;
		border: 2px solid #fff;
		border-left-color: transparent;
		border-top-color: transparent;  
		border-right-color: transparent; 
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.p-footer .arrow-d.no-change:before,
	.p-footer .arrow-d:hover:before{
		top: 14px;
		left: 14px;
		bottom: 14px;
		right: 14px;
		width: auto;
		height: auto;

		border: 2px solid #fff;
		border-left-color: transparent;
		border-top-color: transparent;  
		border-bottom-color: transparent;
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	.p-footer:hover .arrow-d.no-change:after, 
	.p-footer:hover .arrow-d.no-change:before{
		top: 4rem;
	}
	.p-footer .arrow-d a{
		color: inherit;
	}
/* 6.1 Page general params */

.page{    
	position: relative;
	width: 100%;
	height: 100%;
}

.page2{    
	position: relative;
	width: 100%;
	height: 100%;
}
.page-cent{
	width: 100%;   
	position: relative;
	text-align: center;
}
.page-cent .content p{
}
.page-cent .content{
	width: 1200px !important;
/*    width: auto;*/
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 72px;
	padding-left: 1em;
	padding-right: 1em;
	display: inline-block; 
	-ms-transition: 0.6s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	text-align: left;
  font-family: 'Roboto';
	color: #fff;
	background: #000;
	position: relative;
}

.page-cent .p-title{
    display: block;
    margin-bottom: 0.5rem;
}
.page-cent .p-title h3{
/*    text-transform: capitalize;   */
	font-size: 20px;
	padding-left: 0px;
	text-align: left;
	display: inline-block;
	color: #fff;
	font-family: 'Roboto';
	border-bottom: 6px solid #fff;
}
.page-cent .p-title h2{
	text-transform: uppercase;   
	font-size: 40px;
	line-height: 1;
	text-align: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	display: block;
	color: #fff;
	font-family: 'Roboto';
}
.page-cent .p-title h5{
	font-size: 22px;
	line-height: 1;
	text-align: left;
	margin-bottom: 1.3em;
	display: block;
	color: #02b2e1;
	font-family: 'Roboto';
	font-style: italic;
}

/* Page general structure */
.page .p-title i{
	display: inline-block;
	margin-left: 0.5em;
	margin-right: 0em;
	font-size: 0.8em;
}
.page-cent .text{	
  font-family: 'Roboto';
	color: #fff;
	text-align: justify;
}
.page p{    
    font-family: 'Roboto';
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    margin-bottom: 0.75rem;
}
.page p.small{
	font-size: 14px;
}
.page p.center{
	text-align: center;
}
.page p.upper{
    text-transform: uppercase;
}
.page p.light{
    font-family: 'OpenSans-Light';
}
.page h4{
	text-transform: uppercase;
	font-weight: bold;
    color: #ffffff;
    font-size: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

.page h2,
.page h3,
.page h4{
    font-family: 'Roboto';
    color: #ffffff;
}

/* 6.2 Page and slide animation */
.slide,
.page .content,
.page-home .logo-container ,
.page{
	-webkit-transition: 0.8s background , 0.6s transform, 0.6s opacity;
	transition: 0.8s background , 0.6s transform, 0.6s opacity;
	-webkit-transform: none;
	transform: none;
	background: transparent;
/*
	-webkit-perspective: 1000px;
	perspective: 1000px;
*/
	border: none;
}

/* .page-tugrug{
	height: 400px !important;
} */


.page2{
	-webkit-transition: 0.8s background , 0.6s transform, 0.6s opacity;
	transition: 0.8s background , 0.6s transform, 0.6s opacity;
	-webkit-transform: none;
	transform: none;
	background: rgba(0,0,0,0.5);
/*
	-webkit-perspective: 1000px;
	perspective: 1000px;
*/
	border: none;
}

.page .content, .page2 .content{
	z-index: 1;
}
.page:before, .page2:before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	content: '';
	z-index: 0;
	-webkit-visibility: hidden;
	visibility: hidden;
	-webkit-transition: 0.8s background , 0.6s transform, 0.8s visibility;
	transition: 0.8s background , 0.6s transform, 0.8s visibility;
	-webkit-transform: none;
	transform: none;
}
.page.transition:before{
	-webkit-visibility: visible;
	visibility: visible;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background: rgba(255, 255, 255, 0.15);
}

.page2.transition:before{
	-webkit-visibility: visible;
	visibility: visible;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	/* background: rgba(255, 255, 255, 0.15); */
}

.page-home.transition .logo-container{
	-webkit-transform: translate(-50%, -50%) scale(0.1);
	transform: translate(-50%, -50%) scale(0.1);
	opacity: 0;
}
.page.transition .content, .page3.transition .content{
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
/*	background: rgba(255, 255, 255, 0.15);*/
}



.slide.transition{
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	background: rgba(255, 255, 255, 0.15);
}
/* 6.3 Home page */
/* .page-home .content ,
.page-home.page-cent .content {
	position: relative;
	max-width: 1200px;
	width: 100%;
} */
.page-home .logo-container{
	position: absolute;
	/* top: 400px; */
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.page-home .logo-container img.h-logo{
	position: relative;
	/* display: inline-block; */
	/* adjust below according t your llogo dimension */
	height: 700px;
	width: auto;
}

.page-home .content .header{
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.page-home .content .header>div{
	display: inline-block;
	position: relative;
}

.page-home .content h2{
	text-transform: uppercase;
	font-size: 94px;
	text-align: left;
	line-height: 1em;
}

.page-home .content h3{
	text-align: left;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1em;
	font-weight: bold;
	border-left: 4px solid currentColor;
	padding-left: 10px;
	margin-left: 10px;
	max-width: 180px;
}

.page-home .content .subhead{
	display: block;
	text-align: left;
	position: absolute;
	left: 20px;
	/* color: rgba(255,255,255,1); */
	-webkit-transition: 0.3s;
	transition: 0.3s;
/*	width: 300px;*/
/*	border-top: 1px solid currentColor;*/
}

.page-home .content .subhead:hover{
	color: #fff;
}

.page-home .content .subhead a{
	color: inherit;
}
/* 6.4 Page clock countdown */
.page-when .content{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
/* .page .content .clock{
	width: 430px;
	height: 430px;
	margin: 0 auto;
	border-radius: 100%;
	background: rgba(255,255,255,0.15);
	position: relative;
} */

/* Mask to disable click */

.page .content .clock:before{
	z-index: 3;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	content: "";
	background: rgba(255,255,255,0);
	border-radius: 100%;
	box-shadow: 0px 0px 24px 1px rgba(7, 7, 7, 0.15);
}

.page .content .clock .header{
	position: absolute;
	top: -72px;
    font-family: 'Roboto';
	font-weight: normal;
	font-size: 30px;
	text-align: center;
	width: 100%;
}
.page .clock .text{
    position: relative; 
    width: 100%;
    font-family: 'Roboto';
	font-weight: normal;
    letter-spacing: 0;
    margin-top: 0.5em;
    display: block;
    text-transform: uppercase;
    color: #fff;
	text-align: center;
}
.page .clock .block:last-child .digit:after{
    display: none;
}
.page .clock .elem-center{
    display: inline-block;
    position: relative;
    text-align: center;
	width: 100%;
	top: 0;
	margin-top: 50%;
	height: 50%;
	bottom: 0;
}
.page .clock .elem-center .digit{
    position: relative; 
    font-size: 120px;
	margin-top: -0.5em;
	letter-spacing: -0.03em;
	line-height: 1em;
    font-family: 'Roboto';
	font-weight: bold;
	width: 100%;
    color: #fff;
    display: block;
}
.page .clock .elem-center .text{
	position: absolute;
	bottom: 58%;
	font-size: 24px;
	margin-top: 0;
}
.page .clock .elem-center .text.top{
	bottom: 124%;
}
.page .clock .elem-center .text.top img{
	height: 65px;
	margin-bottom: 20px;
}
.page .clock .elem-right,
.page .clock .elem-left{
	position: absolute;
	width: 70px;
	top: 50%;
	bottom: 0;
	display: block;
}
.page .clock .elem-left{
	left: 50px;
}
.page .clock .elem-right{
	right: 50px;
}
.page .clock .elem-right .text,
.page .clock .elem-left .text{
	position: absolute;
	bottom: 58%;
	font-size: 24px;
	margin-top: 0;
}
.page .clock .elem-right .digit,
.page .clock .elem-left .digit{
    position: relative; 
	text-align: center;
    font-size: 60px;
	letter-spacing: -0.03em;
	margin-top: -0.5em;
	line-height: 1em;
    font-family: 'Roboto';
	font-weight: normal;
	width: 100%;
    color: #fff;
    display: block;
}
.page .clock .second{
	position: absolute;
	left: 15px;
	top: 15px;
	bottom: 15px;
	right: 15px;
	border: 0px solid #fff;
	border-radius: 100%;
	z-index: 2;
	-webkit-box-shadow: inset 0px 0px 0px 2px #fff;
	-moz-box-shadow: inset 0px 0px 0px 2px #fff;
	box-shadow: inset 0px 0px 0px 2px #fff;
}

/* 6.5 Registration form */
.page-register .content{
/*    margin-top: -4rem;*/
/*
    padding-left: 1em;
    padding-right: 1em;
*/
/*    padding-top: 0.2rem;*/
}
.page .form{  
}
.page .form input{ 
    background: transparent;
/*    background: #f4f;*/
    border: none;
    color: #fff;
    padding: 0em 1em;
	padding-bottom: 0.3em;
    font-family: 'Roboto';
    font-size: 20px;
    box-shadow: none;
    display: inline-block;
/*    min-width: 400px;*/
	position: absolute;
    width: auto;
	width: 100%;
	bottom: 0;
	left: 80px;
	right: 0;
	margin-bottom: 0;
}
.page .form.send_email_form input{
	
}
.page .form.send_email_form .fields{
	margin-top: 72px;
	background: rgba(255, 255, 255, 0.10);
	padding-left: 16px;
	height: 46px;
	min-height: 36px;
}

.page .form.send_email_form .buttons,
.page .form.send_email_form .buttons button{
	height: 45px;
}
.page .form label{
	display: inline-block;
    font-family: 'Roboto';
	font-weight: bold;
    font-size: 20px;
    color: #fff;
	text-transform: uppercase;
    display: inline-block;
	margin-bottom: 0.35em;
	padding-top: 0.40em;
}
.page .form .fields{
	margin-top: 24px;
	position: relative;
    border-bottom: 1px solid #5677fc;
}
.page .form .fields.no-border{
	border: none;
}
.page .form .fields>div{
	float: left;
}
.page .form .fields .buttons{ 
	position: absolute;
	bottom: 0;
	right: -.5px;
}
.page .form button{ 
    background: #5677fc;
    color: #fff;
    font-family: 'Roboto';
	font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0.5rem 1rem; 
    margin-bottom: 0;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 2;
}
.page .form button:after{
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 50%;
	bottom: 50%;
	content: "";
	background: #fff;
	opacity: 0;
	border-radius: 120px;
	-webkit-transition: 0.3s;
	transition: 0.3s;	
}
.page .form button:hover:after{
	opacity: 1;
	border-radius: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page .form button:hover{
	background: transparent;
	color: #5677fc;
}
.page .form textarea{ 
    background: #fff;
    border: 1px solid currentColor;
    color: #626262;
    padding: 0.5em 1em;
    min-width: 200px;    
    font-size: 20px;
	font-family: 'Roboto';
    display: block;
    width: 100%;
    box-shadow: none;
    min-height: 108px;
	margin-top: 3px;
} 
.page .message-ok{
    margin-bottom: 0;
    position: absolute;
    font-size: 20px;
}

/* 6.6 About us */
.page-about .content{
    
    margin-top: -4rem;
    border: none;
/*
    padding-left: 1em;
    padding-right: 1em;
*/
    padding-top: 112px;
    padding-bottom: 112px;
}
.page-about .article{
       max-width: 480px;
    margin: auto;
}

.p-center{
		text-align: center !important;
}

/* 6.7 Contact, Message */
.contact{  
/*    margin-top: -1rem;*/
	width: 800px !important;
	border: 1px solid red;
	margin: 0 auto;
	padding: 30px 40px;
	border-radius: 30px;
}

.contact a:hover{  
	/*    margin-top: -1rem;*/
		color: rgba(255, 255, 255, 0.5);
	}

.page-contact .fp-controlArrow {
	display: none;
}
.page-contact .p-title{
	position: relative;
}
.page-contact .p-title .buttons{
	position: absolute;
	bottom: 8px;
	right: 0;
	background: rgba(255,255,255,0.15);
	display: inline-block;
}

.page-contact .p-title .buttons li{
	position: relative;
	display: block;
	width: 48px;
	float: left;
}
.page-contact .p-title .buttons a{
	text-align: center;
	width: 48px;
	height: 48px;
	display: inline-block;
	position: relative;
	margin: 0;
}
.page-contact .p-title .buttons a i{
	margin: 0;
	font-size: 24px;
	padding-top: 0.5em;
}

.page-contact .p-title .buttons a:after{
	position: absolute;
	content: "";
	background: rgba(255,255,255,0);
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.page-contact .p-title .buttons a:hover:after{
	border-radius: 0;
	background: rgba(255,255,255,0.15);
}
.page-contact .contact li{
	margin-top: 20px;
}
.page-contact .contact img{
	height: 56px;
	width: auto;
}
.page-contact a{
    color: #fff;
}
.page-contact .right{
	text-align: right;
}
	.page-contact .social-links .page-header .header-title{
        display: none;
    }
    .page-contact .socialnet{
		margin-right: -10px;
	}
    .page-contact .socialnet a{
        color: #fff;
		font-size: 24px;
        margin-bottom:  0.25rem;
        display: inline-block;
		width: 1.5em;
        border-radius: 1em;
        background: transparent; 
		position: relative;
		text-align: center;
    }
    .page-contact .socialnet a:after{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: transparent;
		-ms-transition: 0.3s;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		border-radius: 100%;
	}
    .page-contact .socialnet a:hover:after{
        border-radius: 0;
        background: rgba(255, 255, 255, 0.15); 
        color: #fff;       
    }
/* Form */

/* 7. Video background */
/* 7.1. static video background */
.video-container{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    z-index: -2;
}
.video-container video{
    height: 724px; 
    width: 1287px; 
    margin-top: -42px; 
    margin-left: 0px;   
}
.video-container iframe{    
    width: 100%;
    height: 100%;
}
.show-for-medium-up{
    display: none;   
}

.rainbow-btn {
	color: #fff;
	cursor: pointer;
	position: relative;
	padding: 20px 30px;
	text-decoration: none;
	border-radius: 8px;
	transition: .5s;
	background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	animation: rainbow 8s linear infinite;
}
@keyframes rainbow {
	0% { background-position: 0%; }
	100% { background-position: 400%; }
}
.rainbow-btn:before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
	background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
	background-size: 400%;
	border-radius: 8px;
	opacity: .5;
	transition: 0.5s;
	animation: rainbow 8s linear infinite;
	filter: blur(5px);
}
.rainbow-btn:hover:before {
	filter: blur(20px);
	opacity: 1;
}

.rainbow-btn2{
  position: absolute;
  animate: 0.5s;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
  box-sizing: border-box;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 30px;
  z-index: 1;
}

.rainbow-btn2 {
  animation: animate 8s linear infinite;
  animate: 0.5s;
  transition: 0.5s;
}

@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}

.rainbow-btn2:before {
  animate: 0.5s;
  transition: 0.5s;
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: 0.5s;
  
}

.rainbow-btn2:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
  animate: 0.5s;
  transition: 0.5s;
}


.gc-scroll {
  /* max-width: 400px; */
	/* max-height: 200px; */
	padding: 20px 40px !important;
	border: 1px solid rgba(0, 0, 0, 0.1)  !important;
	background: rgba(0, 0, 0, 0.1) !important;
	border-radius: 15px;
}


/* #box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 200px;
  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
} */
.gradient-border {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
	box-shadow: 0 70px 63px -60px rgba(0, 0, 0, 0.6);
}

.border{
	box-shadow: 0 70px 63px -60px rgba(0, 0, 0, 0.6);
}

.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 20s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.start-btn{
	transform: translate(-50%, 250px );
}

#rays  { /* with animation properties */
	z-index: -100 !important;
  background: url("http://davidwalsh.name/wp-content/themes/2k11/images/rays-main.png") no-repeat scroll center center; 
  /* position: absolute;  */
  top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
  width: 800px; 
  height: 800px; 
	border: 1px solid #fff;
  
  /* webkit chrome, safari, mobile */
  -webkit-animation-name: spin; 
  -webkit-animation-duration: 10000ms; /* 40 seconds */
  -webkit-animation-iteration-count: infinite; 
  -webkit-animation-timing-function: linear;
  
  /* mozilla ff */
  -moz-animation-name: spin; 
  -moz-animation-duration: 10s; /* 40 seconds */
  -moz-animation-iteration-count: infinite; 
  -moz-animation-timing-function: linear;
  
  /* microsoft ie */
  -ms-animation-name: spin; 
  -ms-animation-duration: 10000ms; /* 40 seconds */
  -ms-animation-iteration-count: infinite; 
  -ms-animation-timing-function: linear;
}

.tugrug_content{
	display: flex;
	flex-wrap: wrap;
}

.tugrug_content img{
	width: 100%;
	height: auto;
}

.tugrug_content > div{
	width: 50%;
	padding: 5px;
}

.tugrug_content > div.last{
	width: 100%;
	padding: 5px;
	text-align: center;
}

.asuult_table{
	/* display: flex;
	flex-wrap: wrap; */
	display: grid;
  grid-gap: 5px;
  grid-template-columns: 33% 33% 33%;
  /* grid-template-rows: repeat(3, minmax(100px, auto)); */
	/* color: #172d54;
	line-height: 1em; */
}

[class^="item"] {
  text-align: center;
  box-sizing: border-box;
  padding: 10%;
  font-size: 5em;
  color: #0580d5;
  transition: .2s;
}

[class^="item"]:hover {
  z-index:2;
  background:
    linear-gradient(rgba(40, 180, 240, .3),rgba(40, 180, 240, .3)),
    #fff;
}

[class^="item"]:nth-child(3n + 1):hover {
  margin-right:calc(-200% - 4px); 
  height:calc(150px); 
	overflow:auto; 
	white-space:initial;
}
[class^="item"]:nth-child(3n + 2):hover {
  margin-left:calc(-100% - 1px);
  margin-right:calc(-100% - 1px);
	height:calc(150px);
	overflow:auto; 
	white-space:initial;
}
[class^="item"]:nth-child(3n + 3):hover {
  margin-left:calc(-200% - 5px);
	height:calc(150px);
	overflow:auto; 
	white-space:initial;
}

.asuult_table > div{
	padding: 20px;
	border: 1px solid #fff;
	margin: 5px;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.8);
	color: #172d54 !important;
	text-align: left;
	vertical-align: middle;
	overflow:hidden; 
	white-space:nowrap;
	text-overflow: ellipsis;
	font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #fff;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* .marquee {
  animation: marquee;
  animation-delay: -2500ms;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  will-change: transform;
} */

/* .marquee--hover:not(:hover) {
  animation: none;
} */

.marquee {
  color: #143a7e !important;
  /* display: inline-block; */
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #fff;
  white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}

/* .marquee--hover {
  color: #1d97bf !important;
} */

@keyframes hue {
	from {
		 filter: hue-rotate(0);
	}

	to {
		 filter: hue-rotate(-360deg);
	}
}

.rainbow-text {
	display: inline-block;
	position: relative;
	font-weight: 500;
	font-size: 100px;
	color: transparent !important;
	/* animation: hue 10s linear infinite; */
	/* background-image: linear-gradient(to right bottom,  rgb(0,255,255), rgb(0,128,255), rgb(0,0,255)); */
	background: linear-gradient(60deg,  #5073b8, #1098ad, #07b39b, #6fba82);
  animation: animatedgradient 20s ease alternate infinite;
  background-size: 300% 300%;
	-webkit-background-clip: text;
	/* text-shadow: 1px 1px 2px #fff; */
	/* text-shadow: 0px 5px 10px #fff !important; */
}

.market-banner{
	/* opacity: 1; */
	position: absolute;
	top: 0;
	right: calc(50% - 400px);
	-webkit-transition: 0.8s background , 0.6s transform, 0.6s opacity;
	transition: 0.8s background , 0.6s transform, 0.6s opacity;
	-webkit-transform: none;
	transform: none;
	height: 500px;
}

.market-banner img{
	width: 800px;
}

.market-table{
	position: absolute;
	text-align: center !important;
	bottom: -50px;
	right: calc(50% - 400px);
}

.market-table img{
	width: 800px;
}

.new2{
	bottom: -100px !important;
}

.market-address{
	width: 800px;
	position: absolute;
	text-align: center !important;
	bottom: 0px;
	right: calc(50% - 400px);
	/* border: 1px solid #fff; */
	z-index: 100;
}

.market-address p{
	color: #172D54;
	font-weight: 700;
	margin-bottom: 30px;
}

.market-address a{
	color: #008cba !important;
}

.market-address a:hover{
	color: #fff !important;
}

.market-address2{
	margin-top: 30px;
	width: 100%;
	z-index: 100;
}

.market-address2 p{
	text-align: center !important;
}

.market-address2 p{
	color: #172D54;
	font-weight: 700;
	margin-bottom: 30px;
}

.market-address2 a{
	color: #008cba !important;
	z-index: 100;
}

.market-address2 a:hover{
	color: #fff !important;
}

.zahilga2{
	background-color: #172D54;
	color: #fff !important;
	padding: 5px 15px !important;
	border-radius: 20px;
	font-size: 14px;
	margin: -10px 0px 0px 15px;
}

.market-text{
	padding: 10px 15px !important;
	position: absolute;
	text-align: center !important;
	top: 30px;
	right: calc(50% - 390px);
	width: 780px;
	display: flex;
	z-index: 1000;
	/* border: 1px solid rgba(255, 255, 255, 0.8); */
}

.market-text p{
	color: #172D54;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px #fff;
}

.market-text2{
	padding: 10px 15px !important;
	position: absolute;
	text-align: center !important;
	bottom: 50px;
	right: calc(50% - 390px);
	width: 780px;
	display: flex;
	z-index: 1000;
	/* border: 1px solid rgba(255, 255, 255, 0.8); */
}

.market-text2 p{
	color: #172D54;
	font-weight: 400;
	margin-bottom: 0;
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px #fff;
}


.tableTitle{
	position: absolute;
	text-align: center !important;
	top: 150px;
	right: calc(50% - 370px);
	width: 740px;
	display: flex;
	height: 60px;
}

.tableTitle > div{
	width: 50%;
	padding: 5px;
}
.tableTitle h3{
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #172D54;
	padding-top: 10px;
	font-family: 'Roboto';
	line-height: 1em;
}

.new2m{
	top: calc(50% - 10px) !important;
}

.tableMenu{
	position: absolute;
	text-align: center !important;
	top: calc(50% - 40px);
	right: calc(50% - 370px);
	width: 740px;
	display: flex;
	height: 150px;
	z-index: 1000;
}

.tableMenu > div{
	width: 50%;
	padding: 5px;
}

.tableMenu img{
	width: 100px;
	height: 100px;
}

.tableMenu .desc{
	color: #008cba;
	font-weight: bold;
	font-size: 2em;
}

.tableMenu .desc span{
	color: #07b39b
}


.tableMenu .icon-image a{
	transition: 0.5s;
	/* border: 1px solid red; */
	display: block;
}

.tableMenu .icon-image a:hover{
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
}


.market-banner:after{
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	/* background: rgba(255, 255, 255, 0.15); */
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}



.player{
	opacity: 0;
	position: absolute;
	bottom: 160px;
	left: calc(50% - 200px); 
	z-index: 100000;
	width: 400px;
  min-width: 300px;
  height: 56px;
	-ms-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.player_show{
	bottom: 50px;
	opacity: 1;
}

.player_hide{
	bottom: 160px;
}

.audio.green-audio-player {
	width: 400px;
  min-width: 300px;
  height: 56px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}
.audio.green-audio-player .play-pause-btn {
  display: none;
  cursor: pointer;
}
.audio.green-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite;
}
.audio.green-audio-player .slider {
  flex-grow: 1;
  background-color: #D8D8D8;
  cursor: pointer;
  position: relative;
}
.audio.green-audio-player .slider .progress {
  background-color: #44BFA3;
  border-radius: inherit;
  position: absolute;
  pointer-events: none;
}
.audio.green-audio-player .slider .progress .pin {
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background-color: #44BFA3;
  position: absolute;
  pointer-events: all;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}
.audio.green-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #55606E;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}
.audio.green-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 2px;
  height: 4px;
}
.audio.green-audio-player .controls .slider .progress {
  width: 0;
  height: 100%;
}
.audio.green-audio-player .controls .slider .progress .pin {
  right: -8px;
  top: -6px;
}
.audio.green-audio-player .controls span {
  cursor: default;
}
.audio.green-audio-player .volume {
  position: relative;
}
.audio.green-audio-player .volume .volume-btn {
  cursor: pointer;
}
.audio.green-audio-player .volume .volume-btn.open path {
  fill: #44BFA3;
}
.audio.green-audio-player .volume .volume-controls {
  width: 30px;
  height: 135px;
  background-color: rgba(0, 0, 0, 0.62);
  border-radius: 7px;
  position: absolute;
  left: -3px;
  bottom: 52px;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.audio.green-audio-player .volume .volume-controls.hidden {
  display: none;
}
.audio.green-audio-player .volume .volume-controls .slider {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 6px;
  border-radius: 3px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress {
  bottom: 0;
  height: 100%;
  width: 6px;
}
.audio.green-audio-player .volume .volume-controls .slider .progress .pin {
  left: -5px;
  top: -8px;
}


@keyframes spin {
  from {
    transform: rotateZ(0);
  }
  to {
    transform: rotateZ(1turn);
  }
}

/* Gradient Border Button */
.gradient-border-button {
	position: relative;
	padding: 10px 20px;
	font-size: 1.1rem;
	color: white;
	background: #1e293b;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.32);
}

.gradient-border-button::before {
	content: '';
	position: absolute;
	inset: -5px;
	background: linear-gradient(45deg, #60a5fa, #a78bfa, #60a5fa);
	border-radius: 50px;
	z-index: -1;
	transition: opacity 0.3s ease;
	animation: borderRotate 4s linear infinite;
}

@keyframes borderRotate {
	0% { filter: hue-rotate(0deg); }
	100% { filter: hue-rotate(360deg); }
}

.gradient-border-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(96, 165, 250, 0.4);
}



/* .shining-text {
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-clip: text;
}

.shining-text::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	height: 100%;
	width: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.8), transparent);
	animation: shine 1.5s infinite;
}

@keyframes shine {
	0% {
		left: -100%;
	}
	100% {
		left: 100%;
	}
} */

/* Shining Text */
.shining-text {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #f0f, 0 0 10px #f0f, 0 0 20px #0ff;
  animation: shine 2s infinite linear;
}

@keyframes shine {
  0%, 100% {
    text-shadow: 0 0 10px #0ff, 0 0 20px #0ff, 0 0 30px #f0f;
  }
  50% {
    text-shadow: 0 0 15px #ff0, 0 0 30px #f80, 0 0 40px #f0f;
  }
}

.signMarket{
	color: #fff;
	font: 24px sans-serif;
	font-weight: 700;
	line-height: 0px;
}

.signMarketMonth{
	display: block;
	line-height: 0px;
	font-size: 12px;
}
