/* SITE STYLE */
          
body {
 	background-color:#002529; 
 	margin: 0;
	overflow: hidden;
}

body, html {
	height: 100%;
}

.explosion {
	position: absolute;
	height: 100%;
	width: 100%;
}

.explosion div {
	position: absolute;
	//background: #9CEE02;
	width: 1px;
	height: 1px;
	border-radius: 100%;
	//box-shadow: "0px 0px 4px 0px #9CEE02";
}



.loader {
	position: absolute;
	top: calc(50% - 34px);
	left: calc(50% - 34px);
	
	width:68px;
	height:68px;
}

.siteloader {
	opacity: 0;
	position:absolute;
	
}

.outerline {
	fill: none;
	stroke: white;
	stroke-miterlimit: 10;
	
}

.sitelogin {
	opacity: 0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.loginbox {
	width: 225px;
	height: 25px;
	stroke: #2b66d1;
	stroke-width: 1px;
	fill: none;
	opacity: 0;
}

.loginborder {
	stroke: #2b66d1;
	opacity: 0;
}

.loginform, .lsubmit {
	font-family: 'LoginBox';
	font-size: 14px;
	color: #416fb4;
	border: none;
	background: none;
	opacity: 0;
	outline: none;
}

.loginform {
	margin: 1px 1px 5px 1px;
	padding: 0px 5px;
	width: 215px;
	height: 25px;
	
}

.loginform::-webkit-input-placeholder {
	color: #416fb4;
}

.loginsubmit {
	float: right;
	position: absolute;
	left: 50px;
	
}

#arrow, .loginbackground {
	opacity: 0;
	
}

#ajaxLoginMsg {
	color: red;
	
}


/***** LAYERS & VIEWS ************/

.container {
	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
}

.view {
  width: 100%;
  height: 100%;
}

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
}

#tint {
	
	background: radial-gradient(ellipse at bottom, #052570 0%, #00132b 100%);
	background: -webkit-radial-gradient(ellipse at bottom, #052570 0%, #00132b 100%);
	background-blend-mode: soft-light;
	opacity: 0.75;
	
}

#top-weather-icon {
	position: absolute;
	display: inline-block;
	line-height: 0;
	color: white;
	opacity: 0;
	font-family:'DINWeb';
	display: flex;
}

#top-weather-icon img {
	
}

#top-weather-temp {
	margin: 0;
	width: auto;
	height: auto;
}

/*****  TIME AND DATE *****/

.date {
        display: inline-block;
        font-family: "soleil";
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        line-height: 1em;
        color: #43ccff;
        padding: 0px 1px !important;
        text-align: left;
        width: 120px;
    }

.spi-earnings-box {
    color: #fff;
    display: inline-block;
    font-family: "DINWeb";
    font-weight: normal;
    width: 100px;
}

.spi-earnings-box span {
    display: inline-block;
    font-family: "DINWeb";
    font-style: normal;
    font-size: 25px;
    line-height: 1em;
    padding: 1px 0px;
    text-align: left;
    letter-spacing: 0px;
    width: 20px;
}

/**** PARALLAX MAP CONTAINER *************/

#mapView {
  display: block;
}

#mapHolder {
  position: absolute;
 height: 110%;
    left: -30px;
    top: -30px;
    width: 110%;
/*  background-image: url(../assets/img/bg3.jpg);*/
/*	background: #092756;
	background: -moz-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%),-moz-linear-gradient(top,  rgba(57,173,219,.25) 0%, rgba(42,60,87,.4) 100%), -moz-linear-gradient(-45deg,  #670d10 0%, #092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), -webkit-linear-gradient(top,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), -webkit-linear-gradient(-45deg,  #670d10 0%,#092756 100%);
	background: -webkit-radial-gradient(0% 100%, ellipse cover, rgba(104,128,138,.4) 10%,rgba(138,114,76,0) 40%), linear-gradient(to bottom,  rgba(57,173,219,.25) 0%,rgba(42,60,87,.4) 100%), linear-gradient(135deg,  #670d10 0%,#092756 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3E1D6D', endColorstr='#092756',GradientType=1 );
*/
}

#shadow {
	width: 100%;
  	height: 100%;
	top: 0%;
	left: 0%;
	
	background-image: url(../assets/images/shadow.png);
}

#dust {
	width: 100%;
  	height: 100%;
	top: 0%;
	left: 0%;
	
	background-image: url(../assets/images/dustwhite.png);
}

/*-------header style*/



.nav-collapse {
	left: 20px;
    position: absolute;
    top: 30px;
    z-index: 2;
	width:97%;
	
}

.quick-options {
	position: relative;
	display: inline-block;
}

.quick-options > div {
	display: inline-block;
	line-height: 0;
}


.quick-options-back {
	width: 50px;
	height: 38px;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
}

.eqline {
	stroke: white;
	stroke-width: 1;
}

#qo-logo {
	position: absolute;
	left: 0px;
	top: 2px;
}


.nav-animation {
	position: absolute;
	opacity: 0.5;
	
}

.nav-top-line {
	stroke: white;
	
}

.nav-verticle-line {
	stroke: white;
	stroke-width: 4px;
	
}






/* MENU */

.menu {
	width: 100%;
	position: absolute;
	bottom: -125px;
	display: none;
}

.menu-top {
	width: 35%;
	max-width: 35%;
	display: inline-block;
	position: relative;
	
}

.menu-icon {
	line-height: 0;
	width:60px;
	max-width: 60px;
	display: inline-block;
	position: absolute;
	bottom: 0;
}

.menuline {
	stroke: white;
	stroke-width: 2px;
}


.menu-options {
	color: white;
	float: right;
}

.menu-options-txt {
	height: 18px;
	max-height: 18px;
	overflow: hidden;
	position: relative;
	
}

.menu-options-line-container {
	position: relative;
	line-height: 0;
	margin-bottom: 10px;
	
}

.menu-options-icon {
	position: relative;
}

.menu-options-icon > span {
	opacity: 0;
}

.menu-options-admin {
	margin-right: 10px;
}

.menu-iconHover-text {  
	color: white;
	font-family: Soleil;
	font-size: 12px;
	font-weight: 300;  
	position: absolute;
	top: -18px;
	
}

.menu-options-line {
	stroke: #54a5d9;
}

.menu-options-log {
	position:absolute;
	bottom:0;
	right:0;
	
}

.menu-txt-loggedIn {
	font-family: Soleil;
	font-size: 12px;
	font-weight: 300;
	color: #1dd7cc;
}

.menu-items {
	width: 100%;
	height: 125px;
	float: left;
	margin: 0px;
	padding: 0px;
	//position: absolute;
	top: 60px;
	
}

.menu-main-bg {
	width: 35%;
	max-width: 35%;
	height: 125px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	background-color: rgba(2, 21, 36, 0.8);
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.35);
}

.menu-txt-main {
	font-family: "azo-sans-web";
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #0095e2;
	display: inline-block;
	margin: 5px;
}

.menu-main-sub {
	width: 65%;
	max-width: 65%;
	height: 54px;
	position: absolute;
	bottom: 0px;
	left: 35%;
	margin: 0px;
	padding: 0px;
	opacity: 0.9;
	background-color: #0f2640;
}

.menu-txt-sub {
	font-family: "azo-sans-web";
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	color: #20b3b1;
	display: inline-block;
	margin: 5px;
}
/*------google popup style-------*/

.pac-item {
    width: 210px;
    height: 32px;

    background-color: transparent;

    font-family: "azo-sans-web";

    font-weight: 400;

    font-style: normal;

    font-size: 11px;

    

}
.pac-item:hover span{
 color:black !important;
 }


 .pac-item  * {
 color:white !important;
 }

.pac-item:hover {

    width: 210px;
    height: 32px;
    background-color: rgba(ee, ee, ee, 1);

}

 

.pac-matched {

    font-family: "azo-sans-web";

    font-weight: 700;

    font-style: normal;

    font-size: 13px;

}

 

.pac-item-query {

    font-family: "azo-sans-web";

    font-weight: 400;

    font-style: normal;    font-size: 13px;

}

 

.pac-icon {

    width: 12px;

    height: 16px;

    fill: #a6aaaa;

}
.pac-container {

    width: 210px;

    height: auto;

    background-color: rgba(0, 0, 0, 0.30);

}