body {
    font: 20px Montserrat, sans-serif;
    line-height: 1.5;
    color: #f5f6f7;
}
button.ui-btn{
	width:auto!important;
}
p {
	font-size: 16px;
}
.margin {
	margin-bottom: 45px;
}
.bg-1 { 
    background-color: #1abc9c; /* Green */
    color: #ffffff;
}
.bg-2 { 
    background-color: #474e5d; /* Dark Blue */
    color: #ffffff;
  }
.bg-3 { 
    background-color: #ffffff; /* White */
    color: #555555;
}
.bg-4 { 
    background-color: #2f2f2f; /* Black Gray */
    color: #fff;
}
.container-fluid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 5px;
}
#ball, #fly{
    position:fixed!important;
    top:175px;
    left:175px;
    z-index: 4;
	
 }
.showbike,.showcode,.showlake{
	display:none;
    opacity:0;
}
#fade{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position:fixed;
    top: 40%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-left: -150px;
    margin-top:-100px;                 
    padding: 10px;
    border: 2px solid #FFF;
    background: #CCC;
    z-index:1002;
    overflow:visible;
} 
#me{
  max-width:100%;
  max-height:100%;
}

#light2{
    display: none;
	width:930px;
	max-width:96%;
	max-height:70%;
	/*left:50%;
	transform: translateX(-50%); */
	border: 2px solid #FFF;
    background: #2f2f2f;
    z-index:1002;
    overflow-X:hidden;
    cursor: alias;
	position: fixed;
}
#async{
	position:static;
    z-index:1003;
	overflow-X:hidden;
	overflow-Y:scroll;
	border:1px #FFFFFF solid;
	overflow: scroll;
	margin:3% 2%;
	height:600px;
	max-height:94%;
	width:900px;
	max-width:96%;
	background-image:url(/media/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:local;
	background-size: 50% ;
}
#tfq2b{
  color: grey;
}
#tfq2b:focus{
  color: black;
}
#showthem{
  margin-top: 12px;
  cursor: url(/media/cursor.png),initial;
  }
.showthem{
  display:block;
  top: 75px;
  left: 100px;
}
a{
	text-shadow:none;
}
.navbar-default .navbar-brand:visited{
	color: #777;
}
body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.container-fluid.col-sm-4 > div,body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.container-fluid.col-sm-4 > div:after{
	margin:0px;
	padding:0px;
	max-width:200px;
	width:200px;
	height:36px!important;
	float:left;
}
body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.container-fluid.col-sm-4 > div > a,body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.container-fluid.col-sm-4 > div > a:after{
	display:none;
}
.ui-input-search:after{
	display:none;
}
#goou{
	float:left;
	position:relative;
	margin-left:3px;
}
body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.container-fluid.col-sm-4 > a.btn.ui-link{
	float:left;
	margin-right:3px;
}
*{
	-moz-user-select: none;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


