html,body {
    height:100%;
}
.slider .slick-center div,.venu-slider .slick-center div { 
	transform: scale(1.1);
}
.slider {
	width: 100%;
	margin: 0px auto;
}
.slider .slick-slide, .venu-slider .slick-slide {
	margin: 0px 10px;
}
.slider .slick-slide img,.venu-slider .slick-slide img {
	width: 100%;
}
.slider .slick-prev:before,
.slider .slick-next:before,
.venu-slider .slick-prev:before,
.venu-slider .slick-next:before {
}
.slider .slick-slide,.venu-slider .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slider .slick-active,.venu-slider .slick-active {
	opacity: .5;
}
.slider .slick-current,.venu-slider .slick-current  {
	opacity: 1;
}
.venu-slider {
	width: 100%;
	margin: 0px auto;
	padding:20px 0px;
}
.slider div a div,.venu-slider div a div { 
	transition: all linear .4s;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-position: center center!important;
}
.venu-slider div a,.venu-slider div a div   {  
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
	text-align: center;
	height: 180px;
	text-decoration:none;
	color:#666;
}
.venu-slider div  { 
	text-align: center;
	margin-bottom:5px;
	font-weight: bold;
}
.slider div a,.slider div a div   {  
	padding-top: 5px;
	position: relative;
	text-align: center;
}
#menuTab{
	display:none;
	position:absolute;
	left:4px;
	top:10px;
	background-color:rgba(112,112,112,0.3);
	padding:2px;
	border-radius:5px;
	box-shadow:2px 3px 3px 2px rgba(0,0,0,0.4);
	z-index:100;
}

body {
	background-color: #B0C7DA;
}
#topBar{
	width:100%;
	background-color:#84b3b8;
	box-shadow:0 0 5px 7px rgba(0,0,0,0.4);
}
#logov { 
	position: relative; left:-6px;
	width: 410px; margin: 0;
	float:right;
}
#logov a {
	position: relative;
	display: block; overflow: hidden;
	width: 410px; height: 0; padding: 57px 0 0 0; border: 0;
	background: transparent url(images/logoa.png) no-repeat;
}
#logo-fxlayer1 {
	position: absolute; top: 0; left: 0; z-index: 200;
	width: 410px; height: 57px;
	background: transparent url(images/logoa.png) no-repeat 0 -60px;
}
#logo-fxlayer2 {
	position: absolute; top: 0; left: 0; z-index: 100;
	width: 410px; height: 57px;
	background: transparent url(images/logoa.png) no-repeat 0 -120px;
}
#textv {
	display:none;
}
.link {
	display: table-cell;
	vertical-align: middle;
	font-size:larger;
	font-weight:600;
	border-radius: 30px;
	text-align: center;
	margin-right: 15px;
	height:40px;
	padding: 0px 20px 4px 20px;
	color:rgba(255,255,255,0.5);
	transition: transform .2s; /* Animation */
}
.link:link, .link:visited{
	text-decoration: none;

}
.link:hover {
	color:rgba(255,255,255,0.75);
	background-image: radial-gradient(#cd35ff 1%, royalblue 65%,#00f3f2 95%);
	text-decoration: none;
	transform: scale(1.5);
	z-index: 10;
}
.current{
	border: 2px solid #FFFFFF;
	font-weight:700;
	color:#FFF;
}
#logo_fade {
	border: 1px solid #DDDDDD;
	height: 256;
	width:182;
	text-align:center;
	display: inline-block;
	position: relative;
	z-index: 3;
}
#mg_fade {
	height: 100%;	
	width:100%;
	overflow: hidden;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-color: #b0c7da;
	color: #ddd;
	font-weight: bold;
}
 #image_of_space{
	 width:300px;
	 height:150px;
	 opacity:1.0;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
 }
 #fastAction{
	 vertical-align:top;
	 width:302px;
 }
 #fastFrame{
	 text-align:center; 
	 display: block;
	 margin:0 auto;
	 height:150px;
	 box-shadow:5px 5px 4px 5px rgba(0,0,0,0.4);
 }
#logo_bg_image {  
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}
#socials tr td a{
	color:#4149e0;
	text-decoration: none;
	text-shadow:1px 2px rgba(0,0,0,.2);
	transition: ease-in-out, all .35s ease-in-out;
}
#socials tr td a:hover{
	color:#6066e5;
	transform:scale(1.2);
}
#socials tr td {
	width: 40px;
	text-align: center;
}
.dropdown {
	perspective: -240px;
	perspective-origin: top;
	display: table-cell;
	padding:0px 10px;
	vertical-align:middle;
	position:relative;
	z-index:400;
}
.dropdown-content {
	background-image: linear-gradient(to bottom, transparent 10px,#759ea3 100%);
	vertical-align: middle;
	font-size:larger;
	font-weight:600;
	color:rgba(255,255,255,0.9);
	position: absolute;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	border-radius:20px;
	box-shadow:inset 0 0 22px  rgba(0,0,0,0.4);
	overflow:hidden;
	transition:  all .3s linear;
	transform: rotateX(90deg);
	padding: 12px 16px;
	transform-style: preserve-3d;
	top:15px;
	left:0px;
	z-index: 1;
	opacity:0;
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
.dropdown-content li{
	margin-bottom:10px;			
}
.dropdown-content a{
	color:#444;
	font-weight:700;
	text-shadow: 2px 2px #aaa;
	text-decoration:none;
}
.dropdown-content a:hover{
	color:#777;
}
.dropdown-content a:hover:after{
}
.dropdown a i{
	display:none;
}
.dropdown:hover .dropdown-content {
	display: block;
	padding: 12px 16px;
	transform: rotateX(0deg);
	top:60px;
	left:0px;
	opacity:1;
}
.containerA{
	 perspective-origin: top;
	display: flex;
}
#navBar{
	height:50px;
	background-color:#84b3b8;
	display: table;
	width:1280px;
	margin: 0 auto;
	padding-top:3px;
}
#contentArea{
	width:1280px;
	margin:0 auto;
}
#contentCol1{
	display:table-column;width:900px;
}
#contentCol2{
	display:table-column;width:300px;
}
#tSliderFrm{
	width:860px;
	margin:0 auto;
}
#gridI{
	display: block;
	margin:0 auto;
	transition: all ease-in-out .1s;
}
#webmas{
	font-size:larger;
	font-weight:600;
}
#branding{
	border-radius:20px;
	filter: hue-rotate(0deg);
	box-shadow:0 0 2px 3px rgba(0,0,0,0.2);
}
#loginto, #regNow{
	z-index:-1;
	text-align:center; 
	height:0px;transform:
	rotateX(90deg) scale(0.1);  
	transition: all ease-in-out .7s;
}
#loginto input,#regNow input{
	margin-top:10px;
}
.err{
	opacity:0.8;
	font-weight:500;
	color:red;
	font-size:larger;
}
.succ{
	opacity:0.8;
	font-weight:500;
	color:green;
	font-size:larger;
}
#succErr{
	text-align:center;
	background-color:#ccc;
	box-shadow:inset 0 0 12px 2px rgba(0,0,0,0.2);
	opacity:0.8;
}
.grid-ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, 130px);
  grid-gap: 1rem;
  justify-content: space-between;
  align-content: flex-start;
  
  /* boring properties: */
  list-style: none;

  margin: 4vh auto;
  border: 5px solid #84b4ba;
  padding: 0;
  overflow: auto;
}
.grid-li {
  background: #99cad0;
  height: 120px;
}
.kata_image {
	display: block;
	max-width:100%;
	max-height:100%;
	width:auto; 
	height:auto;
	margin:0 auto;
	}
#katatext[type=text]{
	text-transform: uppercase;
	text-align:center;
	width: 100px;
	transition: ease-in-out, width .35s ease-in-out;
}
#katatext[type=text]:focus {
	width: 250px;
}
.highlight {
	-webkit-animation-name: highlight;
	-webkit-animation-duration: 1s;
}
@-webkit-keyframes highlight {
    from { background-color: red;}
    to {background-color: #B0C7DA;}
}
@-keyframes highlight {
    from { background-color: red;}
    to {background-color: #B0C7DA;}
}
.correct {
	-webkit-animation-name: trebec;
	-webkit-animation-duration: 1s;
}
@-webkit-keyframes trebec {
	from {background-color: lime;}
	to {background-color: transparent;}
}
@keyframes trebec {
	from {background-color: lime;}
	to {background-color: transparent;}
}
.contCell{
	display:table-cell;
	vertical-align:top;
	text-align:center;
}
.insta-item {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    height: 146px;
}
#img_face {
	border: 1px solid #DDDDDD;
	height: 256;
	width:182;
	text-align:center;
	display: inline-block;
	position: relative;
	z-index: -2;
}
#mg_face {
	height: 100%;	
	width:100%;
	overflow: hidden;
    float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: #92AD40;
	color: #FFFFFF;
	font-weight: bold;
}
#logo_fade {
	border: 1px solid #DDDDDD;
	height: 256;
	width:182;
	text-align:center;
	display: inline-block;
	position: relative;
	z-index: 3;
}
#mg_fade {
	height: 100%;	
	width:100%;
	overflow: hidden;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    background-color: #92AD40;
    color: #FFFFFF;
    font-weight: bold;
}
#logo_bg_image {  
	float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
#bg_image {  
	float: left;
    position: absolute;
    left: 0px;
    top: 0px;
	z-index: -1;
}
.grid-ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, 130px);
	grid-gap: 1rem;
	justify-content: space-between;
	align-content: flex-start;
    /* boring properties: */
	list-style: none;
	margin: 4vh auto;
	border: 5px solid #84b4ba;
	padding: 0;
	overflow: auto;
}
.grid-li {
	background: #99cad0;
	height: 120px;
}
.insta-padding{
	display:inline-block;
	margin: 0 10px;
}
.insta-style5{
	transition: filter 0.5s ease-in-out;
	filter:brightness(50%);
}
.insta-padding:hover .insta-style5{
	filter:brightness(100%);
}
#contentRow2{
	display:table-row;
}
.cIC{
	display:table-cell;
	padding-bottom:10px;
}
.cIR{
	display:table-row;
}
.cII{
	display:table-column;
}
.cIT{
	display:table;
}
#contentCell1{
	display:table-cell;
	vertical-align:top;
}
.mNavWrap a:hover{
	color: hotpink !important;
}
.mNavWrap{
	position:absolute;
	left:-280px;
	width:280px;
	background-color:#ddd;
	height:100%;
	padding:10px 20px;
	font-weight: 500;
}
.mActive{
	color:#fff !important;
}
.mIT{
	text-decoration:none;
	color:#333;
	
}
.mNavWrap>ul>li{
	position:relative;list-style-type: none;
}
.mNavWrap>ul>li:before{
		background-image:url('images/menu/tree-node-first.png');
		content: "";
		display: inline-block;
		width: 21px;
		height: 24px;
		background-repeat: no-repeat;
		position:absolute;	
		left:-25px;
		top:0px;
}
.mNavWrap>ul>li>ul>li{
	position:relative;list-style-type: none;left:-32px;
}
.mNavWrap>ul>li>ul>li:before,.mNavWrap>ul>li>ul>li>ul>li>span:before{
		background-image:url('images/menu/tree-node.png');
		content: "";
		display: inline-block;
		width: 21px;
		height: 24px;
		background-repeat: no-repeat;
		position:absolute;	
		left:-25px;
		top:0px;
}
.mNavWrap>ul>li>ul>li>ul>li{
	position:relative;list-style-type: none;left:-15px;
}
.mNavWrap>ul>li>ul>li>ul>li:before{
		background-image:url('images/menu/tree-main.png');
		content: "";
		display: inline-block;
		width: 21px;
		height: 24px;
		background-repeat: no-repeat;
		position:absolute;	
		left:-42px;
		top:0px;
}
.mNavWrap>ul>li>ul>li:last-child:before,.mNavWrap>ul>li>ul>li>ul>li:last-child>span:before{
		background-image:url('images/menu/tree-node-last.png');
}
#googleAdBottom{
	padding:0px 5px;
	margin:0 auto;
	width:90vw;
}

/*Bottom bar stuff*/

.newBtmBar{
	width:100%;
	background-color:#84b3b8;
	box-shadow:0 0 5px 7px rgba(0,0,0,0.4);
}
.newBtmBar a{
	text-decoration: none;
}
.newBtmBar>.container>.row>div{
	text-align: center;
	padding:8px;
}
.newBrand{
	text-align: center;
	border-radius:20px;
	filter: hue-rotate(0deg);
	box-shadow:0 0 2px 3px rgba(0,0,0,0.2);
}
.webMaster{
	text-align: center;
	font-size: larger;
	font-weight: 600;
	color: #303030;
}
.socialTbl>table{
	height: 76px; 
	width: 188.317px; 
	margin:0 auto;			
}
.socialTbody>tr>td>a{
	color:#4149e0;
	text-shadow:1px 2px rgba(0,0,0,.2);
	transition: ease-in-out, all .35s ease-in-out;
	filter:hue-rotate(0deg);
}
.socialTbody>tr>td>a:hover{
	filter:hue-rotate(20deg);
	transform:scale(1.2);
}
.socialTbody>tr>td {
	width: 40px;
	text-align: center;
}

@media only screen and (max-width: 1260px) {
  /* For old PCs: */
	#navBar{
		width:1040px;
	}
	#contentArea{
		width:1040px;
	}
	#contentCol1{
		display:table-column;width:800px;
	}
	#contentCol2{
		display:table-column;width:240px;
	}
	#tSliderFrm{
		width:680px;
	}
	#tSliderFrm section div a img{
		width:680px;
	}
	#btmNavBar{
		width:1040px;
	}
}
@media only screen and (max-width: 1040px) {
  /* For older PCs: */
	#navBar{
		width:800px;
	}
	#contentArea{
		width:800px;
	}
	#contentCol1{
		display:table-column;width:400px;
	}
	#contentCol2{
		display:table-column;width:300px;
	}
	#tSliderFrm{
		width:540px;
	}
	#tSliderFrm section div a img{
		width:100%;
	}
	.link{
		padding:0px 10px 4px 10px;
	}
	#btmNavBar{
		width:900px;
	}
	.venu-slider div a,.venu-slider div a div   { 
		height: 146px;
	}	
	.slider .slick-center img,.venu-slider .slick-center img { 
	   transform: scale(1.1);}
	* {
	  box-sizing: border-box;
	}
	.slider {
		width: 100%;
		margin: 0px auto;
	}
	.slider .slick-slide {
	  margin: 0px 10px;
	}
	.slider .slick-slide img {
		width: 100%;
	}
	.slider .slick-prev:before,
	.slider .slick-next:before {
		color: black;
	}
	.slider .slick-slide {
		transition: all ease-in-out .3s;
		opacity: .2;
	}
	.slider .slick-active {
		opacity: .5;
	}
	.slider .slick-current {
		opacity: 1;
	}
	.slider a div {
	 }
	.slider a div img { 
		transition: all linear .4s;
	 }
}
@media only screen and (max-width: 905px) {
	#tSliderFrm{
    width: calc(100vw - 342px
);
	}

}
@media only screen and (max-width: 810px) {
	#btmNavBar{
		width:800px;
	}
	.dropdown{
		padding:0;
	}
}
@media only screen and (max-width: 769px) {
	#menuTab{
		display:block;
	}
	body{
		transition: left 0.2s ease-out;
		position: relative;
		left: 0;
		width:100%;
	}
	#contentRow2{
		display:block;
	}
	.contentCell1{
		display:block;
		margin:10px auto;
	}
	#contentArea{
		width:100%;
	}
	#tSliderFrm section div a img{
		width:100%;
	}
	#btmNavBar{
		width:100%;
	}
	#contentCol1{
		display:none;
	}
	#contentCol2{
		display:none;
	}
	#btmNavBar{
		width:100%;
	}
	#tSliderFrm{
		width:90vw;
		margin:0 auto;
		padding:0px 4px;
	}
	#fastAction{
		margin:0 auto;
		display:block;
	}
	.contCell{
		display:block;
		margin:10px auto;
	}
	#navBar{
		display:none;
	}
	#textv { 
		z-index: 100;
	}
	#textv { 
		margin: 0;
		position: relative;
		display: inline-block; overflow: hidden;
		width: 292px; height: 0; padding: 57px 0 0 0; border: 0;
		background: transparent url(images/screen_logo.png) no-repeat;
	}
	#lv-fxlayer1 {
		position: absolute; top: 0; left: 0; z-index: 200;
		width: 292px; height: 57px;
		background: transparent url(images/screen_logo.png) no-repeat 0 -60px;
	}
	#lv-fxlayer2 {
		position: absolute; top: 0; left: -250px; z-index: 100;
		transition: left 0.1s  ease 0s;
		width: 292px; height: 57px;
		background: transparent url(images/screen_logo.png) no-repeat 0 -120px;
	}
	.rt-block {
		margin:5px !important;
		padding:5px;
	}
	#label1 {
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	#logov  {
		display: none;
	}
	#logov a {
	}
}
@media only screen and (max-width: 479px){
	body{
		width:100%;
	}

	#contentArea{
		width:100%;
	}
	#tSliderFrm section div a img{
		width:100%;
	}
	#tSliderFrm{
		width:94vw;
	}
	.cIC, .cIR,.cII,.cIT{
		display:block;
	}
	
	.insta-style5{
		filter:brightness(100%);
	}

	.venu-slider div a,.venu-slider div a div   { 
		height: 146px;
	}
	#logo_bg_image {  
		display:none;
	}
 	#mg_fade {  
		display:none;z-index:-100;
	}
}