@charset "utf-8";
img {
  border-radius: 4px;
}
h2{
    margin-bottom: -4%;	
}
h3{
	margin-bottom: -4%;
	display: none;
}
#VergeFrame {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-style: hidden;
    overflow: hidden;
    right: 0px;
}
#Loading{
    top: 50%;
    left: 50%;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    display: block;
}
#White {
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    z-index: 2;
    float: left;
    clear: left;
    display: none;
}
#Disable {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    display: none;
}
#MainInfo{
    background-color: rgba(35,79,154,0.80);
    color: rgba(255,255,255,1.00);
    font-weight: bolder;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    border-style: none;
    height: 100%;
    padding-right: 15%;
    padding-left: 15%;
    width: 100%;
    text-align: right;
    margin-left: 0px;
}
#MainHeader{
	text-transform: capitalize;
	font-size: clamp(1.2rem,2vw,3rem);
	opacity: 1;
}
#MainSubInfo{
	font-size: clamp(0.9rem,1vw,2rem);
	font-weight: lighter;
}
#Activ3D{
	left: 100%;
}
#VertText{
    font-size: clamp(1.5rem,2vw,2.8rem);
    writing-mode: vertical-rl;
    top: 50px;
    margin-top: 0px;
    margin-left: clamp(-70px,-3%,-40px);
    position: fixed;
	opacity: 0;
}
#MenuStart{
    display: none;
    position: relative;
    z-index: 7;
    color: rgba(255,255,255,1.00);
}
#Check{
    display: none;
    position: absolute;
    z-index: 8;
    margin-top: 20px;
}
#Back{
    transition-duration: 0.4s;
    background-color: rgba(0,0,0,0.60);
    font-size: clamp(0.75rem,0.75vw,3rem);
    font-weight: 100;
    pointer-events: all;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    width: 3%;
    box-shadow: 5px 5px 18px #888888;
    min-width: 50px;
    max-width: 65px;
}
#Back:hover{
    background-color: rgba(158,158,158,1.00); /* Gray */
    color: white;
    border-color: rgba(208,208,208,1.00);
    border-width: thin;
}
#Back:active{
    background-color: #B0B0B0;
    width: 2%;
}
#Tab1{
    margin-bottom: -10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
#Tab2{
	
}
#Tab3{
	
}
#Line{
    position: absolute;
    top: 65%;
	left: 17%;
    width: 2px;
    height: 2px;
}
#VideoPlayer {
	display: none;
    width: 50%;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    border: thick solid rgba(211,211,211,1.00);
}
video:focus{
	outline: none;
	border-radius: 6px;
}
#CloseBtn{
	z-index: 7;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 4%;
	cursor: pointer;
}
#DuctVideoIcon{
	display: none;
}
.Off {
	display: none;
}
.Tbody {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color: #FFFFFF;
    font-size: clamp(0.5rem,1vw,1rem);
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: -0px;
    margin-top: -0px;
	font-weight: lighter;
}
.TButtonGroup {
    position: fixed;
    z-index: 1;
    left: 0%;
    pointer-events: none;
    height: 100%;
    width: 30%;
    box-shadow: 5px 5px 18px #888888;
    min-width: 360px;
    max-width: 880px;
       }
.Tbutton {   
    color: white;
    text-align: center;
    display: block;
    float: right;
    position: fixed;
    border-style: none;

	}

.Twidth {
    position: relative;
    float: right;
    clear: both;
}
.Orange {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-bottom: 10px;
}
.MainLink:link{
	color: rgba(219,219,219,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.MainLink:hover{
    color: rgba(176,175,175,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.MainLink:active{
    color: rgba(21,46,90,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.MainLink:visited{
    color: rgba(209,209,209,1.00);
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.InfoAll {
    opacity: 1;
    z-index: 5;
	display: none;
	height: 100%;
}
.InfoTab {
    background-color: rgba(35,79,154,1.00);
    z-index: 3;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    color: #FFFFFF;
    position: absolute;
    clear: right;
    font-weight: 100;
    height: 89%;
    min-width: 240px;
    width: 30%;
    max-width: 740px;
    border-top-right-radius: 6px;
/*    border: 2px solid rgba(255,255,255,1.00);*/


}
.Info{
    display: block;
    justify-content: space-between;
    margin-top: 0px;
}
.Bullets{
    height: auto;
    flex-grow: 1;
    margin-right: 1%;
	margin-left: -1%;
}
.Variant{
    position: relative;
    background-color: rgba(21,46,90,1.00);
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    flex-grow: 2;
    border-radius: 4px;
    margin-top: 1%;
}
.VarList{
    /*    list-style-type: none;*/
    padding-top: 1.5%;
    margin-left: 4%;
}
.TabSelect{
	margin-bottom: -10px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.TopRow {
    position: relative;
    width: 30%;
    display: flex;
    z-index: 2;
    margin-bottom: 15px;
    top: 8px;
    margin-left: 30px;
    max-width: 740px;
    padding-left: 0px;
}
.TopColumn {
    float: left;
    flex: 1 1 auto;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 7px;
    background-color: rgba(35,79,154,1.00);
    margin-right: 10px;
    min-width: 60px;
    color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: clamp(0.5rem,1vw,1rem);
}
.row {
    position: relative;
    width: auto;	
}
.column {
    float: left;
    padding-top: 1%;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 1%;
    width: 20%;
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 
}

.column img:hover {
  opacity: 1;
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: none;
    clear: both;
}

/* The expanding image container */
.container {
  position: relative;
  display: block;
  z-index: -1;
  width: 100%;
}

.Pulse {
	text-shadow: 0 0 0px white;
	animation: pulseAni 1.5s infinite;
}

.PlayBtn{
    width: 30%;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
	cursor: pointer;
}
@keyframes pulseAni {
	0% {text-shadow: 0 0 0px white; opacity: 0.5; }
	50% {text-shadow: 0 0 20px white; opacity: 1;}
	100% {text-shadow: 0 0 0px white; opacity: 0.5;}
}
