@charset "utf-8";
/* CSS Document */
.dropdown-content1{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
	border-radius: 10px;
	left:400px;
	
}
/*.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
#vid-img:hover .dropdown-content1{ display:block;}
*/
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
	border-radius: 10px;
	left:650px;
	
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


#lgin:hover .dropdown-content{ display:block;

}
.tch-line{display:inline;}

#nav-blk{width:100%;text-align:center;}	
#ph-img{height:40px;width:60px;}
#txt-img{height:40px;width:70px;}
#ft-img{height:40px;width:60px;display:inline;}
#lgin{height:40px;width:60px;display:inline;}
#prvcy{height:40px;width:60px;display:inline;}
#em-img{width:45px;height:45px;}
#mbl-lnk{height:40px;width:60px;display:inline;}
#ph-line{height:40px;width:60px;display:inline;}
#txt-line{height:40px;width:70px;display:inline;}
#em-line{height:40px;width:60px;display:inline;}
