body,h1,h2,ul,li,p {
	margin: 0;
	padding: 0;
}
body {
	background-color: #b3cff3;
	font-family: sans-serif, Calibri, Arial, Verdana, "Times New Roman";
	font-size: 16px;
	font-family: Arial, sans-serif;
    padding: 20px;
}
#wrapper {
	width: 100%;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#header {
	float: left;
	width: 100%;
	max-width: 950px;
	height: 100%;
	max-height: 125px;
	margin-top: 15px;
	background-color: #fff;
}
#content {
	float: left;
    width: 100%;
    max-width: 950px;
	background-color: #fff;
	line-height: 1.3;
}
.col-md-4s {
	float: left;
	width: 29.333%;
	min-height: 1px;
	text-align:center;
	
}
.col-md-8 {
	float:left;
	width: 65.66666667%;
	position: initial;
    min-height: 1px;
    /*text-align:center;*/
	padding: 0px 15px 0px 15px;
}
#search-form {
	/* width: 430px; */
	height: 50px;
	margin: 35px auto 0 auto;;
	padding: 1px 0 0 0;
	
}
.search-field {
	float: left;
	width: 250px;
	height: 34px;
	margin: 6px 0 0 8px;
	padding: 0 8px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	color: #888;
	font-style: italic;
	font-weight: 400;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#ffffff));
	
	/* background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
	background-image: linear-gradient(top, #f5f5f5, #ffffff); */
	-moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
}

.search-field:focus {
	outline: 0;
	color: #666;
	border-color: #aaa;
	-moz-box-shadow: 0 1px 1px #dadada inset;
	-webkit-box-shadow: 0 1px 1px #dadada inset;
	box-shadow: 0 1px 1px #dadada inset;
}

.submit-container {
	float: left;
	width: 60px;
	height: 32px;
	margin: 7px 0 0 7px;
	padding: 0;
	cursor: pointer;
	background: #e63c0d;
	border: 1px solid #d62700;
	border-radius: 6px;
	
	
}

.submit {
	float: left;
	width: 60px;
	height: 32px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0px solid #000;
	background-color: #f58dbd;
	border-radius: 6px;
}
/*menu*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #f70368;
	border-radius: 2px;
    font-size: 14px;
	font-family: 'Noto Sans', Verdana, sans-serif;
	width: 80%;
    margin-left: auto;
    margin-right: auto;
}

li {
    float: left;
	width: 144px;
}

li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    border-right: 2px solid #f9f7f7;

}

li a:hover:not(.active) {
    background-color: transparent;
	color:#fff;
}


/*menu */

.topics_row {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    /* min-height: 180px; 
    border-bottom-width: thin;
    border-bottom-style: solid;*/
    padding-bottom: 5px;
    border-color: #4c98d8;
	overflow:auto;
}
.col-xs-4 {
	float: left;
    width: 23%;
    height: auto;
    margin: 10px 10px 2px 10px;
    text-align: center;
	
}
.col-xs-8 {
    float: left;
    width: 70%;
    height: auto;
	margin: 10px;
}
.popular_div {
	margin:10px;
	width: 22%;
	float: left;
}
.popular_div a {
	color:#0e3c90;
	text-decoration:none;
	font-size: 15px;
    font-weight: 600;
}
.col-sm-4 {
	float: left;
    width: 20%;
	margin: 10px 22px 15px 20px;
	text-align:center;
}
.extras_img {
    box-shadow: 0 0 10px #05ff63;
    width: 190px;
    height: 265px;
    background-color: white;
    border-radius: 5px;
}
.col-sm-4 p {
	margin: 5px;
    font-weight: bold;
 }
.col-sm-4  a {
	color: #008c8c;
	text-decoration:none;
}

.col-md-4 {
	float: left;
    width: 20%;
	margin: 10px 22px 15px 20px;
	text-align:center;
}
.col-md-4 p {
	margin: 5px;
    font-weight: bold;
 }
.col-md-4  a {
	color: #008c8c;
	text-decoration:none;
}
.topic_img {
	box-shadow: 0 0 10px #f760a6;
    width: 190px;
    height: 265px;
    background-color: white;
    border-radius: 5px;
}
h1 {
	font-size: 22px;
    font-style: normal;
    font-family: cursive;
    color: #f70368;
}
h2 {
	font-size: 22px;
    font-style: normal;
    font-family: cursive;
    color: #f70368;
}
.srch_div {
	float: left;
	width: 65%;
}
.cntlink_div {
	float: left;
	width: 35%; 
	text-align:center;
	margin: 55px auto 0 auto;
}
.cntlink_div a {
	font-family: 'Noto Sans', Verdana, sans-serif;
	color:#44b119;
	font-size:14px;
	font-weight:bold;
}
.menu_div {
	float: left;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 50px;
	margin: 10px 25px 17px 25px;
}
.intro_div {
	float: left;
	width: 100%;
	max-width: 900px;
	margin:25px;
	font-size: 14px;
	word-spacing: 4px;
	line-height:1.6;
}
.detailmenu_div {
	float: left;
	width: 100%;
	max-width: 900px;
	margin:0px 25px 25px 25px;
	font-size: 14px;
	background-color: #f9e7db; 
	border-radius: 10px;
}
.count_p {
	margin: 15px 15px 15px 0px;
}
.count_p a {
	color:#008c8c;
}
.orange_txt {
	color:#fd6804;
}
.mainpopular_div {
	float:left;
	margin:25px;
	width: 100%;
	max-width: 900px;
}
.mainpopular_div h2 {
	color:#fd6804;
}
.catpopular_div {
	float:left;
	width:100%;
	max-width:900px;
	border-radius:5px;
	background-color:#fff2e9;
}
.extras_maindiv {
	float:left;
	margin:25px;
	width: 100%;
	max-width: 900px;
}
.extras_maindiv h2 {
	color:#08ce52;
}
.extrascat_div {
	float:left;
	width:100%;
	max-width:900px;
	border-radius:5px;
	background-color:#edf5f0;
}
#footer {
	float: left;
    margin: 25px 25px 0px 25px;
    width: 100%;
    max-width: 880px;
    background: #562859;
    padding: 24px 10px 21px 9px;
}
#footer p {
	font-size:15px; 	
}
#footer a {
	margin-left: 25px;
    text-decoration: none;
    color: #f9f6f6;
}
.main_coloringdiv {
	float:left;
	width:100%;
	max-width:900px;
	border-radius:5px;
	background-color:#fdebf2;
	margin: 25px;
}
.head_div {
	float: left;
	width: 100%;
	max-width: 900px;
	height: 100%;
	max-height: 50px; 
	text-align:center;
	margin-top: 15px;
}
.related_div {
	float:left;
	margin:25px;
	width: 100%;
	max-width: 900px;
}
.related_div h2 {
	color:#08ce52;
}
.subrelated_div {
	float:left;
	width:100%;
	max-width:900px;
	border-radius:5px;
	background-color:#edf5f0;
}
.breadcrumb_div {
	float: left;
	width: 100%;
    max-width: 900px;
    margin:5px 25px 5px 25px;
}
.breadnew {
	font-size: 12px;
	text-align: left;
	padding: 0px 12px 10px 5px;
	list-style: none;
}
ol{
	display:inline;
}
.breadnew li a {
	display: inline-block;
}
.breadnew li {
	width:auto;
	padding:8px 15px;
}
ol.breadnew li a {
	color:#3657a7;
	font-size: 12px;
    padding: 7px;
	font-family: 'Noto Sans', Verdana, sans-serif;
}
ol li a span {
	color: #a1a3a6;
}
ol li a span:hover{
	color:#0d0746;
}
ol.breadnew li a:hover{
	color:red;
	background:none;
}
ol.breadnew  li{
	padding: 5px 2px 0px 0px;
}
.top_content_ad_div {
    float: left;
    width: 100%;
    max-width: 900px;
    border-radius: 5px;
    text-align:center;
    margin: 10px 25px 10px 25px;
}
.top_cnt_sub_div {
	width: 100%;
    text-align:center;
    max-width: 400px;
	margin-left: auto;
    margin-right: auto;
}
.horizon_top_ad {
	float: left;
    width: 100%;
    max-width: 900px;
    text-align:center;
    margin: 10px 25px 10px 25px;
}
/*new 06.12.2020*/
.popular_div div {
	margin: 15px 10px 15px 10px;
}
.orange_txt:hover {
	text-decoration: underline;
}
h4 {
	font-size: 18px;
	font-family:cursive;
}
.subnav-content {
  display: none;
  position: absolute;
  left: 325px;
  background-color: #ffe3ea;
  width: 52%;
  z-index: 1;
  box-shadow: 0 0 6px #f97092;
}
.subnav-content li{
	width:auto;
}
.subnav-content li a {
    display: block;
    color: #650343;
    text-align: center;
    padding: 20px 18px;
    text-decoration: none;
    font-size: 14px;
    border-right:none;
}
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}
.subnav-content li a:hover:not(.active) {
	background-color:transparent;
	color:black;
}
.subnav-content a:hover {
  background-color: transparent;
  color: black;
  text-decoration:underline;
}

.subnav:hover .subnav-content {
  display: block;
}

.popular_div a:hover {
	text-decoration:underline;
	font-weight: bold;
}
.read_more_lnk {
	float: left;
    background-color: #5672c4;
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.06), 0 2px 2px 0 rgba(0,0,0,.12);
    padding: 6px 10px 6px 10px;
    margin-top: 20px;
    text-decoration: none;
}
.purple_txt {
	color:#f30694;
	font-size:26px;
}
/*new 06.12.2020*/
.tp_lft_top {
	margin-left:20px;
	margin-top:20px;
	font-size: 20px;
}
/*online coloring*/
.palette {
    margin-bottom: 20px;
  }
  .color-swatch {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;    
    cursor: pointer;
	border-radius: 3px;
  }  
  .color-swatch.selected {
    border: 4px solid black;
  }
  svg {
    width: 400px;
    height: 500px;    
  }
  svg circle {
    cursor: pointer;
    transition: fill 0.3s;
	border: 1px solid #ccc;
  }
   .outer-div {
            width: 816px;
            height: 1054px;
            border: 3px solid #cdcbd5;
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: repeat(2, 1fr);
            gap: 1px;
            background-color: #ddd;
			margin:0px auto;
			border-radius: 7px;
        }
        
        .cell {
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;            
        }
		text {
			cursor:pointer;
		}
		.classy-btn {
  padding: 12px 24px;
  background-color: white;
  color: #1f2a52;
  border: 1px solid #ccc;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-weight:600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: box-shadow 0.4s ease;;
  background-color:#ecb602;
  cursor: pointer;
}
.classy-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}
.btn_div {
	margin:20px auto;
    text-align:center;	
}
/*online coloring*/
/*alert*/
.colr_alrt {
   display:flex;
   position: sticky;
    top: 0;
    background-color: white;
}
  .palette { 
    float:left;
    width:430px;    
    text-align:center; 
    margin:15px;
  }
  .color-swatch {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;    
    cursor: pointer;
	border-radius: 3px;
    color: #e9dddd;    
    font-size: 18px;
    font-weight: bold;
  }  
  .color-swatch.selected {
    border: 2px solid black;
  }
  svg {
    width: 400px;
    height: 500px;    
  }
  svg path, svg circle, svg rect {
    cursor: pointer;
    transition: fill 0.3s;
	border: 1px solid #ccc;
  }
   .outer-div {
            width: 816px;
            height: 1054px;
            border: 3px solid #cdcbd5;
            display: grid;
            grid-template-rows: repeat(2, 1fr);
            grid-template-columns: repeat(2, 1fr);
            gap: 1px;
            background-color: #ddd;
			margin:0px auto;
			border-radius: 7px;
        }
        
        .cell {
            background-color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;           
        }
		text {
			cursor:pointer;
		}

#alrt-template {
  display:none;
  width:430px;
}
	
.selct-colr, .wrong-colr {
  width:400px;
  float:right;
  padding: 14px 20px 14px 7px;  
  border-radius: 6px;
  position: relative;
  opacity: 0;
  transform: translateY(-10px) scale(0.98);
  animation: alertPopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  background-color: #fef6f5;
  color: #d70606;
  border-left: 4px solid #ff6307;
  font-size: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  font-family: Verdana, sans-serif;
  overflow: hidden;
}

@keyframes alertPopIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.selct-colr.fade-out,.wrong-colr.fade-out {
  animation: alertFadeOut 0.25s cubic-bezier(0.6, -0.3, 0.735, 0.045) forwards;
}

@keyframes alertFadeOut {
  to {
    opacity: 0;
    transform: translateX(15px) scale(0.95);
  }
}
.close-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  color: #9a9a9a;
  font-size: 18px;
  transition: transform 0.3s ease, color 0.3s ease;
  will-change: transform; /* Optional performance boost */
}

.close-btn:hover {
  color: #666;
  transform: translateY(-50%) rotate(90deg); /* Combined transforms */
}

.warning-icon {
  position: relative;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 1.5s infinite ease-in-out;
  font-size: 20px;
}

@keyframes pulse {
  0%, 100% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.1); }
}

 .alrt-text {
  display: inline-block;
  position: relative;
}

.alrt-text::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #ff6307;
  animation: underlineExpand 1.7s 1.7s forwards;
  border-radius: 2px;
} 

@keyframes underlineExpand {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}

@keyframes subtlePulse {
  0%, 100% { background-color: #fef6f5; }
  50% { background-color: #fef0ee; }
}

.selct-colr,.wrong-colr  {
  animation: 
    alertPopIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards,
    subtlePulse 6s infinite;
}
/*alert*/
.colr-instr {
	margin:0px auto; 
	text-align:center; 
	margin:10px;
}
.clr-pink {
	background: #ef0eac;
}
.clr-blue {
	background: #2196f3;
}
.clr-green {
	background: #4caf50;
}
.clr-orange {
	background: #ff6a3b;
}
.clr-purple {
	background: #9c27b0;
}
