@import url('//fonts.googleapis.com/css?family=Noto+Serif&display=swap');
@import url('//fonts.googleapis.com/css?family=Lobster+Two&display=swap');
@import url('//fonts.googleapis.com/css2?family=Courgette&display=swap');
body {
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	color: #fff;
	background-image: url(../images/game-bck.jpg);
	background-color:#a30001;
	margin:0
}
div, p, table {color:#340015;}
h1, h2, h3 {
	font-family: 'Lobster Two', cursive;
	}
h1, h2 {
	color:#536b00;
	}
h3, h3 a, h3 a:link {
	color:#CC0000;
	}
a, a:link {
	color:#006aa7;
	transition: all 0.5s ease 0s;
}
a:hover {
	color:#660099
}
p {
    margin: 15px 0 15px;
}
.topStruc {
	margin:0 0 5px;
	border-top:4px solid #5895B5;	
	z-index: 2;
    position: relative;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.logoStrucMain {
	background-color: rgba(0, 148, 229, 0.9);
}
.logoStruc {
	overflow:hidden
}
@media (max-width:767px) {
	.logoStruc {
	text-align:center
}
.logoStruc img {
margin-left: auto;
    margin-right: auto;
	}
}
/*** NAVIGATION **/
.menuStruc {
	background-color: rgba(87, 128, 0, 0.9);
    border-top: 2px solid #4B6E00;
    border-bottom: 4px solid #4B6E00;;
	color:#FFFFFF;
	min-height:1px;
}
#cssmenu {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
  z-index:1000
}
#cssmenu > ul {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin:5px 0;  
  /*background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;*/
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgba(87, 128, 0, 0.9);
  border: 1px solid #4B6E00;
  border-bottom: 3px solid #4B6E00;
  border-top: 0 none;
  z-index:1000
}
#cssmenu > ul {
	z-index:1000
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('/images/caret2.png');
  background-repeat: no-repeat;
  background-position: 95% -98%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #ec5e00 url('/images/caret2.png') no-repeat;
  background-position: 95% 198%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 22px 11px 22px;
  text-decoration: none;
  color: #fff;
  font-size:1.8em;
  margin:0 2px;
  line-height: 100%;
  transition: all 0.5s ease 0s;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: rgba(255, 255, 255, .50);	
  color: #6D3860;
  text-shadow: 0px 1px 0px #000;
  transition: all 0.5s ease 0s;
}
@media (max-width: 992px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
	background: rgba(255, 255, 255, .10);	
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('/images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #084b6e;
    background-position: 95% 135%;
	color:#DFEFF9
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, .10);
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
	padding-left: 20px;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}
/*** end of NAVIGATION ***/
.top-img {
	-webkit-box-shadow: 0 7px 7px -6px black;
    -moz-box-shadow: 0 7px 7px -6px black;
    box-shadow: 0 7px 7px -6px black;
	background-color: #FFFFFF;
    overflow: hidden;
    padding: 0 6px 6px
	}
.contWrap {
	border:6px solid #fff;
	background-color: #EFEFEF;
	margin-top:15px;
	margin-bottom:25px;
	z-index: 1;
    position: relative;
	-webkit-box-shadow: 0 15px 45px rgba(124,0,41,.71);
    box-shadow: 0 15px 45px rgba(124,0,41,.71);
}
.introTxt {
	background: rgba(255, 254, 216, .40);
	padding:6px;
	box-shadow: 0 4px 8px -6px black;
	font-size:18px
}
a.trigger, .panel {
top:123px !important
}
@media (max-width:767px) {
	a.trigger, .panel {
	top:177px !important
	}
}
h1 {
	background-image: linear-gradient(to right, #940739, #d60032, #940739);
	text-align:center;
	font-size:36px;
	margin-top:0px;
	color:#fff;
	padding:1px 0 6px;
	text-shadow: 1px 1px #b32a00;;
	box-shadow: 0 4px 8px -6px black;
}
@media (max-width:767px) {
h1 {
	font-size:30px;
	}
}
.contMain {
	overflow:hidden;
	margin:15px 0px;
}
.lftCont, .rhtCont {
	min-height:1px;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.3);
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #fff;
	line-height:140%;
	background-color: rgba(239, 239, 239, 0.3);
}
.lftCont h2 {
	background-color:#265973;
    color: #fff;
    padding: 4px 10px;
    margin: 20px 0 20px;
    text-align: center;
    font-size: 34px;
	margin:0 -15px 20px;
	/*border-top-left-radius:10px;
	border-top-right-radius:10px;*/
}
/**.lftCont  h2:before {
    content: '';
    position: absolute;
	background-image:url(../images/header-star-02.png);
    height: 18px;
    width:97px;
    display: block;
    left: 0;
    right: 0;
	top: 48px;
    margin: auto;
}**/
.sub-cont {
	padding:10px;
	border:1px solid #e8e8e8;
	margin:15px 0;
	}
@media (max-width:767px) {
	.lftCont, .rhtCont {
		margin:10px 6px;
		}
	.lftCont h2 {
		font-size:30px;
		margin: 0 0 61px;
		}
	.sub-cont {
		padding:10px 0;
		border:none;
		margin:0;
		}
}
@media (max-width:480px) {
	.lftCont h2 {
		font-size:24px;
	}
}
.ul-general li, .ul-star li {
	margin-top:10px;
	margin-bottom:15px;
	}
.ul-star li {
	list-style-image:url(../images/tiny-star-01.png);
	}
.cardWrap {
	overflow:hidden;
	border:6px solid #669a00;
	margin:15px 4px;
	line-height:normal;
	background:rgba(255, 255, 255, .20);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	min-height: 425px;
}
.cardWrap img{
	height: 255px;
    width: 100%;
	}
@media (max-width:767px) {
	.cardWrap {
		min-height: unset;
	}
	.cardWrap img{
	height: unset;
	}
}
@media (min-width:768px) and (max-width:992px) {
	.cardWrap {
		min-height:;
	}
	.cardWrap img{
		height:unset;
	}
}
.cardWrap > .row {
	margin:10px 0px !important;
}
.cardWrap a {
	color:#420017;
}

.cardNav, .cardNav2, .wallNav {
	/*width:94%;*/
	float:left;
	padding:10px;
	border:1px solid #c5b052;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	line-height: 155%;
	background: rgba(255, 225, 178, .90);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(223, 89, 0, 0.80) inset;
	transition: all 0.5s ease 0s;
}
.cardNav a, .cardNav2 a, .wallNav a {
color:#420017
}
.cardNav {
	height:202px;
	margin:10px 15px;
	max-width: 166px;
    min-width: 168px;
}
.cardNav img {
	clear:both
}
.cardNav2 {
	margin:10px 8px;
	max-width:392px;
	/*min-height:270px;*/
}
.cardNav:hover, .cardNav2:hover, .wallNav:hover {
	background: rgba(228, 255, 178, .90);
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(70, 106, 0, 0.80) inset;
	transition: all 0.5s ease 0s;
}
.cardNav img  {
	margin:8px 0px;
	border:5px solid #F1F1F1;
	min-width:115px
}
.cardNav2 img {
	border:5px solid #F1F1F1;
	height:227px;
	width:100%
}
.wallNav {
	text-align:center;
	margin-bottom:10px;
	min-width:100%
}
.rhtCont {
	margin:5px 4px;
	padding-bottom:10px;
	line-height: 150%;
	text-align:center
}

.bannWrap {
	width:92%;
	overflow:hidden;
	/*float:left;
	padding:10px;*/
	text-align:center;
	min-height:90px;
	margin:6px 15px;
}
.searchWrap {
	padding:16px 10px;
	text-align:center;
	margin:0 8px;
	line-height: 150%;
}

/*@media (min-width:320px) and (max-width:800px) {
.bannWrap2 {
	width:auto;
	max-width:200px;
	padding:4px;
}
.bannWrap {
	display:none;
}
}*/

/*********** FOOTER ***/
.footStruc {
	overflow:hidden;
	margin:5px 15px;
}
.bannerFoot {
	padding:6px;
	text-align:center;
	margin:15px 0px;
}
.bannerFoot2 {
	min-height:1px; max-width:735px; margin:10px auto
}

.footNav, .backNav {
	clear:both;
	overflow:hidden;
	padding:10px;
	display:table;
	margin:0 auto
}
	.footNav ul, .backNav ul {
		padding-left:0;
		text-align;center;
	}
	.footNav ul, .footNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.footNav li {
		background-color:#DC6F04;
		margin:4px;
		padding:4px 10px;
		color:#FCF2BB;
		font-weight:bold;
		transition: all 0.5s ease 0s;
		display:inline-block
	}
	.footNav li a {
		color:#FDF3C0
	}
	.footNav li:hover {
		background-color:#dc3704;
		color:#FFED00
	}
	.backNav ul, .backNav li  {
		list-style-type:none;
		display:inline-block;
		list-style:none;
	}
	.backNav li {
		background-color:#DC6F04;
		border-bottom:4px solid #993d00;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin:10px 0;
		text-align:center;
		font-size:1.5em;
		color:#FCF2BB;
		line-height: 150%;
		-webkit-box-shadow: 0 4px 6px -6px black;
		   -moz-box-shadow: 0 4px 6px -6px black;
				box-shadow: 0 4px 6px -6px black;
		transition: all 0.5s ease 0s;
	}
	.backNav li a {
		color:#FDF3C0;
		padding:10px 20px;
	}
	.backNav li:hover {
		background-color:#dc3704;
		border-bottom:4px solid #922200;
		color:#FFED00
	}
.inpageWrap{width:auto;overflow:hidden;text-align:center;margin-top:20px;clear:both}
.inpageWrap ul, .inpageWrap li{list-style:none;display:inline-block;text-align:center;padding-left:0;margin-left:0}
.inpageWrap a{display:block;text-transform:uppercase;background:#d95700;border:2px solid #e9f3ff;padding:6px 15px;line-height:110%;transition:all 0.5s ease 0s;margin:2px;color:#fff !important;-webkit-box-shadow:0 4px 6px -6px black;-moz-box-shadow:0 4px 6px -6px black;box-shadow:0 4px 6px -6px black;}
.inpageWrap a:hover{background:#fffdc4;border:2px solid #fff;color:#6dab00 !important}
.lftCont .inpageWrap {
	width:auto;
	overflow:hidden;
	text-align:center;
	margin-top:20px
}
.lftCont .inpageWrap li {
	list-style:none;
	display:inline-block;
	text-align:center;
	padding-left:0
}
.lftCont .inpageWrap a {
	display:block;
	font-size:14px;
	background: rgba(155, 33, 74, .70);
	color:#FFF;
	text-decoration:none;
	border:1px solid #9B214A;
	    padding: 4px 10px;
	line-height:110%;
	transition: all 0.5s ease 0s;
	margin:2px;
	-webkit-box-shadow: 0 4px 4px -6px black;
	   -moz-box-shadow: 0 4px 4px -6px black;
	        box-shadow: 0 4px 4px -6px black;
}
.lftCont .inpageWrap a:hover {
	background: rgba(255, 255,255, .70);
	border:1px solid #9B214A;
	color:#9B214A !important;
	text-decoration:none;
}
hr {border-top: 1px solid #627e00;}
.misc-box {border:2px solid #e27000; border-bottom:6px solid #97ab27; padding:6px;box-shadow: 0 4px 4px -6px black; margin-bottom:20px;background: rgba(255, 255, 255, .50);}
.misc-box span{color:#CC0000}
.ul-misc ul li {border-bottom:1px dotted #FF6600;padding: 13px 0px 13px 0; margin:0}

.video-container {
   height: 0;
   width: 100%;
   padding-bottom: 56.25%;
   overflow: hidden;
   position: relative;
   margin-bottom:20px
}
 
.video-container iframe {
    width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border:0
}
.searchStruc {
	margin:12px auto 0;
	background:rgba(255, 255, 255, .30);
	padding:5px;
	overflow:hidden;
	max-width:500px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.searchStruc input[type=submit] {
transition:all .5s ease 0;
	background-color:#b90039;
	color:#fff;
	border:1px solid #a10022;
	padding:2px 5px
}
.searchStruc input[type=submit]:hover {
	background-color:#6f0000;
	border:1px solid #6f0000
}
@media (max-width:640px) {
.searchStruc {
margin:6px auto;
width:99%;
max-width:none;
float:none;
text-align:center
}
.searchStruc input[type=text] {
width:70%
}
}
/*** GOOGLE TRANSLATOR **/
.google-translator {
	display:table;
	position: fixed;
	font-size: 14px;
	color:#000;
	bottom: 0;
	top:auto;
	left:50%;
	right:auto;
	transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	background: rgba(255, 255, 255, .90);
    z-index: 3;
    padding: 15px;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
}
	
#close {
    float:right;
    display:inline-block;
    padding:0 5px;
	z-index:3;
	color:#9e9e9e;
	margin:-14px;
	cursor:pointer
}
/*** end of GOOGLE TRANSLATOR **/
.nav-struc {
	background: rgba(255, 240, 154, .20);
	border-top:1px solid #FF3600;
	border-bottom:3px solid #FF3600;
	padding:5px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
	min-height:193px;
	-webkit-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, .15);
	}
@media (max-width:767px) {
.nav-struc {
	min-height:unset;
	}
}
.nav-struc a {
	display:block
	}
.nav-struc:hover {
	transition: all 0.5s ease 0s;
	background: rgba(255, 255, 255, .20);
	}
.nav-struc:hover a{
	text-decoration:none;
	}
.nav-struc img{
	border:2px solid #fff;
	width:100px;
	height:80px;
	}
.nav-struc p {
	margin-top:4px;
	}

/*** MISCELLENEOUS **/
.padd-0 {padding:0}
.padd-5 {padding:5px;}
.mt0{margin-top:0}
.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt25{margin-top:25px}
.mt30{margin-top:30px}
.mb0{margin-bottom:0}
.mb10{margin-bottom:10px}
.mb15{margin-bottom:15px}
.mb20{margin-bottom:20px}
.mb25{margin-bottom:25px}
.mb30{margin-bottom:30px}
.home-nav, .misc-nav {
	margin:10px 0;
	text-align:center;
	padding:10px;
	color:#484848;
	background-color:#DBDBDB;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(106, 106, 106, 0.50) inset;
	transition: all 0.5s ease 0s;
	line-height: 170%
}
.home-nav:hover, .misc-nav:hover {
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(88, 179, 199, 0.55) inset;
	transition: all 0.5s ease 0s;
	color:#4D4065;
	background-color:#DDECEF
}
.home-nav h3, .misc-nav h3{
	font-family: 'Courgette', cursive;
	color:#0077B4;
	margin-top:0
	}
.home-nav img, misc-nav img {
	margin-bottom:8px;
	}
.home-nav img a, .misc-nav a{display:block}
/** GAMES **/
.game-wrap .misc-nav {
	line-height:130%;
	min-height: 252px;
	}
.game-wrap .misc-nav a{
	color:#333333
	}
.game-wrap .misc-nav img{
	margin-bottom:5px;
	}
@media (max-width:480px) {
.game-wrap .misc-nav {
	font-size:15px;
	}
}
/** end of GAMES **/
.table-misc {
	width:100%;
	border-collapse:collapse;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:20px;
	font-size:18px;
	}
.table-misc td {border:1px solid #7A346E; padding:6px; vertical-align:top}
.table-misc tr:nth-child(odd){ 
		background: rgba(255, 255, 255, .20);
	}
.table-misc tr:nth-child(even){
		background: rgba(206, 206, 206, .20);
	}
.language-name {color:#193700; font-weight:700; text-align:left}
.table-misc .row-title td{ background-color:#76C239; color:#FFFFCC; font-weight:500; text-transform:uppercase}
.img-buttom {
	margin-bottom:0
	}
/*** ANIMATED BUTTON **/
.glow-on-hover {
    outline: none;
    cursor: pointer;
    position: relative;
    color: #fff !important;
    padding: 6px 18px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

/*** HOME **/
.intro-home {
	background-image:url(../images/home-intro-bg.jpg);
	background-color:#F33F3B;
	padding:30px 15px;
	}
.intro-home-text {font-size:22px;color:#fff}	
.intro-home-text h1{
	font-family: 'Berkshire Swash', cursive;
	background:none;
	color:#FFE063;
	font-size:76px;
	margin-bottom:20px;
	box-shadow:none;
	text-shadow:0 1px 1px #000
	}

@media (max-width:767px) {
.intro-home-text {font-size:20px; padding-bottom:20px}
.intro-home-text h1{
	font-size:55px;
	}
}
.intro-home-img img {
	border:8px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, .4);
	}
.home-nav {
	text-align:center;
	line-height: 130%;
	min-height:280px;
	}
@media (max-width:767px) {
	.home-nav {
		min-height:unset;
		}
}
.home-nav a, .home-nav a:link {
	font-weight:bold;
	font-size:18px;
	display:block
	}
.birthday-content {
	padding:30px 15px
	}
.birthday-content h2 {
	text-align: center;
    background-image: linear-gradient(#9A0000,#CE0000,#CE0000,#CE0000,#CE0000,#9A0000,#9A0000);
    display: table;
    margin: -30px auto 30px;
    padding: 12px 25px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 28px;
    position: relative;
    z-index: 2;
	}
.h2-border {
	height:10px;
	position:relative;
	z-index:1;
	background-color:#0099FF;
	background: rgba(0, 153, 255, .50);
	margin-top:40px;
	}
.home-nav img {
	border:4px solid #fff;
	}