@import url("reset.css");
@import url("background_video.css");

#background-vrapper {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	overflow: hidden;
	z-index: -10;

}

#background-vrapper img {
	position:absolute;
	position:center;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin: auto;
	object-fit:cover;
	vertical-align: middle;
	min-width:100%;
	min-height:100%;
	height:100%;
	z-index: -10;

}

#canvas_body_div { 
    position: fixed; 
} 


.triangle {width: 0;
height: 0;
border-style: solid;
border-width: 20px 20px 0 0;
cursor:pointer;
}
.triangle.white {
border-color: #ffffff transparent transparent transparent;
}
.triangle.black {
border-color: #000000 transparent transparent transparent;
}
.triangle .fa{
	position:absolute;
	top: 50px;
	left: 50px;
	font-size:50px;
}
.triangle.black .fa{
	border-color: #ffffff transparent transparent transparent;

}
.triangle.white .fa{
	border-color: #000000 transparent transparent transparent;
}

@media (max-width: 767px) {
  #toggle-wrapper {
    display: none;
  }
}

.header-wrapper {
  height: 100%;
  padding: 17px 17px 17px 17px;
  position: relative;
  margin-bottom: 0px;

}
.header-wrapper .main-menu {
  text-align: left;
  position:fixed;
  left: 50px;
  bottom: 0;
  margin-bottom: 2em;
  width: 9em;
  
  


}

.header-wrapper .back {
  text-align: left;
  position:fixed;
  left: 50px;
  bottom: 33px;
  width: 9em;
  margin-top: -0.1em;

}

.header-wrapper .main-menu ul {
  margin: 0;
  font-family: 'pxplus_ibm_vga9';
  text-decoration: none;
}

.header-wrapper .back ul {
  margin: 0;
  font-family: 'pxplus_ibm_vga9';
  text-decoration: none;
}

.header-wrapper ul, .header-wrapper ul li {
  display: inline-block;
  text-decoration: none;
  padding: 5 5px;
}

.header-wrapper ul li:hover {
  color: #000;
  background-color: white;
  text-decoration: none;
}

.header-wrapper ul li {
 
  color: #FFF;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
}

a.nav-link:link
{
   color: white;
   text-decoration: none;
}

a.nav-link:visited
{
   color: white;
   text-decoration: none;
}

a.nav-link:hover
{
   color: black;
   background-color: white;
   text-decoration: none;
}
a.nav-link:active
{
   
   background-color: white;
   color: black;
   text-decoration: none;
   
}

a.links:link
{
   color: white;
   text-decoration: none;
}

a.links:visited
{
   color: white;
   text-decoration: none;
}

a.links:hover
{
   color: black;
   background-color: white;
   text-decoration: none;
}
a.links:active
{
   
   background-color: white;
   color: black;
   text-decoration: none;
   
}




.currentpage{
   
   background-color: blue;
   color: black;
text-decoration: none;}

.main-text{
	text-align: left;
	position:absolute;
	color:white;
  font-family: 'pxplus_ibm_vga9';
    font-weight: 400;
    font-size: 13px;
    padding: 100px 200px 100px 200px;
    z-index: -1;
    width: 70%;


}

.sub-menu{
	text-align: left;
	position:absolute;
  font-family: 'pxplus_ibm_vga9';
	color:white;
    font-weight: 400;
    font-size: 13px;
    padding: 100px 200px 100px 200px;
    z-index: -1;
    width: 70%;
    align-self: center;



}

#sound{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

#v_w{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

#web{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

#text{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

#exh{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
}

#glociks{
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding-left: 10px;
}

#s1{
	display:none;
	color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding-left: 10px;
}

#s2{
  display:none;
  color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding-left: 10px;
}

#s3{
  display:none;
  color:white;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding-left: 10px;
}

/* Let's get this party started */

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border: 0px none #000000;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #000000;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


.list1_op{
    overflow: hidden;
    height:auto;
    max-height:0;
    transition: max-height 0.15s;


}



.large{
	visibility: visible;
    max-height: 1000px!important;
    transition: max-height 0.15s;
}





