﻿
body
			{

               font-family:'LathaRegular' !important;
               background-image:url('../img/paint.png');
              
           
           /*  background-color: #004ec2; background-color:#4a76c2; */
          /* background-color: #0b1791; */
			}


label {
    color: rgba(1,1,1,0.7) !important;
    
}
			
input ,select, textarea
			{
				border:1px solid black;
				border-top :0px solid #0f4480;
				background-color:transparent;
				border-radius: 0px !important;
				color:black !important;
				text-align:left;
                font-family:sans-serif !important;
			}
			
button
			{
				width:100%;
                border: 0px solid black !important;
				border-radius:0px !important;
				padding:10px;
				color: white !important;
				  font-family:sans-serif !important;
			
              background: transparent linear-gradient(to bottom, #1A85FF 0%, #1A85FF 29%, #0063E6 55%, #0063E6 100%) repeat scroll 0% 0% !important;
			}

    button:hover {

       background:  transparent linear-gradient(to bottom, #FCEBBA 0%, #FCD14F 1%, #FAD578 35%, #F5BD24 53%, #F5BD24 100%) repeat scroll 0% 0% !important;
        color:black !important;
    }

.btndiv {
     background:  transparent linear-gradient(to bottom, #FCEBBA 0%, #FCD14F 1%, #FAD578 35%, #F5BD24 53%, #F5BD24 100%) repeat scroll 0% 0% !important;
}
			

			
			.err
			{
				color:red !important;
				font-weight:bold;
			}
			
			.nerr
			{
				color:#010305 !important;
				font-weight:bold;
			}
			
			
			.topmenu
			{
					background-color:#1972d9;
				color:white;
				margin-top:5px;
				cursor:pointer;
				
			}
			
			.topmenu>div
			{
				color:white;
				text-align:center;
				font-weight: bold;
						
				padding: 10px;
			   
			}
			
			.topmenu>div:hover{
						
			
				background-color: #1769c7;
			}
			  
			.menubtn
			{
				border-radius:0px !important;
        		font-weight:bold !important;
        		 font-family:'LathaRegular' !important;
        		color: white;
         		background: transparent linear-gradient(to bottom, #1A85FF 0%, #1A85FF 29%, #0063E6 55%, #0063E6 100%) repeat scroll 0% 0% !important;
         		border-color: #499bea ;
         		padding:8px;
         		text-align:center;
         		float:left;
			}
			

            
/*****************************************************************************************************************************/

#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(54,133,194);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(47,123,181);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(47,123,181);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(47,123,181);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(47,123,181);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(47,123,181);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

    .shadow {

     -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

   #sTag {

 -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);

    padding:5px;
 background: transparent linear-gradient(to bottom, #1A85FF 0%, #1A85FF 29%, #0063E6 55%, #0063E6 100%) repeat scroll 0% 0% !important;
    color:white !important;
    font-weight:bold;
  

        }

        .circular {
   
    padding: 1px;
    border-radius: 150px !important;
   
}

          #sideMenu > div:hover  {
            background: transparent linear-gradient(to bottom, #1A85FF 0%, #1A85FF 29%, #0063E6 55%, #0063E6 100%) repeat scroll 0% 0% !important;
            color:white !important;
        }

