@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
  height: 100%;
}

.topbtn {
	margin-left: 15px;
	margin-right: 15px;
}

.se-pre-con {
	magin:auto;
	position:absolute;
	transform: translate(-50%, -50%);
	left:50%;
	top:50%;
	height:50px;
	width:50px;
	z-index: 9999;
	display:none;
	
}

ol,ul {
    margin-top:10px;
    margin-bottom: 10px;
}
.navmenu {
  z-index: 0;
}

.canvas {
  position: relative;
  left: 0;

  min-height: 100%;
  padding: 50px 0 0 0;
  background: #fff;
}

@media (min-width: 0) {
  .navbar-toggle {
    display: block; /* force showing the toggle */
  }
}


