@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: local('Muli'), url(../kU4XYdV4jtS72BIidPtqyw.woff) format('woff');
}
body{
	background-color:#248;
	background-image:url(../ether-bg.jpg);
	background-size:cover;
	font-family: 'Muli', sans-serif;
	font-size:13px;
}
#jssor-slider{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	position:absolute; 
	width:960px;
	height:540px;/*needs refresh*/
}
.load-ani{
	position:absolute; 
	top:0px; 
	left:0px;
}
.load-mask{
	filter:alpha(opacity=70); 
	opacity:0.7; 
	position:absolute; 
	display:block; 
	background-color:#000; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	z-index:98;
}
.load-img{
	position:absolute; 
	display:block; 
	background:url(../loading.gif);
    background-repeat: no-repeat;
    background-position: center;
	top:0px; 
	left:0px; 
	width:200%; 
	height:200%;
	z-index:99;
}
.row{
	width:100%;
	position:absolute;
}
.container{width:100%;}
#r1{top:0px;}
#r2{top:475px;}
[class*="col-"]{padding:0px;}
[class*="shell"]{
	background-color:rgba(32,32,32,0.75);
	text-align:center;
	z-index:99;
}
[class*="shell"]:hover{
background-color:rgba(255,255,255,0.75);
padding:0px
}
.shelltop{height:25px;}
.shellbot{height:65px;}
a{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
a:focus{outline:0;}
a:link, a:visited, a:active{
	color:#fff;
	text-decoration:none;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.75);
}
a:hover{
	color:#000;
	text-decoration:none;
}
p{
	position:relative;
	top:10%;
	/*transform: translateY(-50%);*/
}
#logo-ether{height:50px;}
@media (max-width: 991px) {
	body{font-size:24px !important;}
	#r1{top:0px;}
	[class*="col-"]{padding:2px;}
	.shelltop{height:50px;}
	.shellbot{height:130px; }
	#logo-ether{height:100px;;}
}
