@charset "utf-8";
/* CSS Document */

body{
	 margin:0;
	 padding:0;
	}
	
	
.logobox:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}


div .hovo:hover{background-color:#12C412; color:white;}
div .hovo{font-size:13px;}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

span .ask:hover{ color:gray;} 
span .art:hover{ color:gray;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color:rgb(0,0,0);
  background-color:rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  
  font-size: 15px;
  
  position: absolute;
  bottom: -50px;
  font-weight:bold;
  color:black;
  width: 99%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
	display:none;
  color:#555;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  right:0px;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 8px;
  width: 8px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.2s ease;
  
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-moz-animation-name: fade;
  -webkit-moz-animation-duration: 8s;
  animation-name: fade;
  animation-duration: 8s;
}

@-webkit-keyframes fade {
  from {opacity: 1}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 1}
  to {opacity: 1}
}

	
.footer  {
   
    left: 0;
    bottom: 0;
    width: 100%;
    background-color:black;
	clear:both;
	z-index:2;
	
    
	
	
}

.footer span{ font-size:13px; color:#12C412;}
.footer ul li a{ font-size:11px; color:#999; font-family:Arial, Helvetica, sans-serif; margin:0px; padding:0px; text-decoration:none;

}

.footer ul li a:hover{ color:white;}

.icon-bar {
    width: 50px; /* Set a specific width */
    background-color: #000; /* Dark-grey background */
}

.icon-bar ul{ list-style-type:none;}
.icon-bar ul li{ margin-top:5px;}
.icon-bar ul li a {
    
    text-align: center; /* Center-align text */
    padding: 0px; /* Add some padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: white; /* White text color */
    font-size: 16px; /* Increased font-size */
	
	
	
}

.icon-bar a:hover {
    background-color: #000; /* Add a hover color */
}

a:hover{color:#12C412; text-decoration:none;}
a:active{color:#12C412;}
.text a{color:black; font-weight:600; font-size:14px;}

.text a:hover{color:#12C412; text-decoration:none;}
.text a:active{color:#12C412;}
.active {
    background-color: #4CAF50; /* Add an active/current color */
}

.fa-facebook:hover {color:#006;}
.fa-twitter:hover {color:#06F;}
.fa-instagram:hover {color:brown;}
.fa-google:hover {color:#F03;}

#r_overlay{
	position: absolute;
    display: none;
    width: 36%;
    height:70%;
	overflow:auto;
   
    left: 15%;
    right: 0;
    background-color:white;
    z-index: 5;
    cursor: pointer;
	
	  
	  }

#q_overlay, #user_overlay, #user_login_overlay{
    position: absolute;
    display: none;
    width: 36%;
    height:70%;
	overflow:auto;
    top: 12%;
    left: 32%;
    right: 0;
   
    background-color:white;
    z-index: 5;
    cursor: pointer;
	
}
#ans_overlay, #art_overlay{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:black;
    z-index: 5;
    cursor: pointer;
	opacity:0.97;
}
#user_login_form, #user_form,#r_form, #q_form, #a_form, #ans_form, #art_form{
    position: absolute;
    top: 0.5%;
    left: 0.5%;
	bottom: 0.5%;
	right:0.5%;
	width:99%;
  
	background-color:#fff;
    color: black;
    opacity:1;
	font-size:14px;
	font-weight:700;
}
#close_login_user, #close_user, #close_a, #close_ans, #close_art,  #close_q, #close_r{
    position: absolute;
   
    right: -50px;
    font-size: 16px;
    
	
	float:right;
	
	
}

 #asy{
	 	width:43%;  height:35px; padding-top:4px; border-radius:3px; border:2px solid #222; font-size:18px; font-weight:500; color:#ccc; margin:auto;
	 }
 /*
 #close_q{
    
   margin-right:40px;
    font-size: 14px;
    color: black;
	background-color:white;
    text-align:right;
	float:right;
	border:1px groove white; 
	padding:2px 5px;
}*/
.lead{ color:black;  border-bottom:1px solid #ff6600; padding-bottom:15px; text-align:center;      padding-left:5px; font-weight:bold; margin-top:20px;}
   
.lead2{ color:black; width:200px; border-bottom:1px solid #ff6600; padding-bottom:5px; margin-top:15px; border-left:4px solid #ff6600;padding-left:5px; font-weight:bold; font-size:20px;}

.inpp:hover{ border-color:#666;}  
   
/* Sign up and login style */

/* Clear floats after the columns 
.row:after {
    content: "";
    display: table;
    clear: both;
}
*/
.ar a:hover{
	color:green;
	}
/* Full-width input fields */

/* Change styles for cancel button and signup button on extra small screens */

@media screen and (max-width: 620px) {
  .logobox{ padding-left:20%;}
  .icon-bar ul li{ display:inline; }
  #hotq{display:none;}
  #r_overlay{
	position: absolute;
    display: none;
    width: 100%;
    height:70%;
	overflow:auto;
   
    left: 0%;
    right: 0%;
    
    background-color:white;
    z-index: 5;
    cursor: pointer;
	
	  
	  }
 #q_overlay,  #user_overlay, #user_login_overlay{
    position: absolute;
    display: none;
    width: 100%;
    height:70%;
	overflow:auto;
    top: 13%;
    left: 0%;
    right: 0;
    
    background-color:white;
    z-index: 5;
    cursor: pointer;
	
}


#user_login_form, #user_form, #q_form, #r_form, #a_form, #ans_form, #art_form{
    position: absolute;
    top: 0.5%;
    left: 0.5%;
	bottom: 0.5%;
	right:0.5%;
	width:99%;
  	background-color:#fff;;
    color: black;
    opacity:1;
	font-size:14px;
	font-weight:700;
	
}
 #asy{
	 	width:100%;
	 }
 
 #close_login_user, #close_user, #close_a, #close_ans, #close_art,  #close_q, #close_r{
    position: absolute;
   
    left: -300px;
    font-size: 16px;
    
	
	float:right;
	
	
}

.clearing{
    clear:both; position:relative; top:60%
}
}

@media screen and (min-width: 420px) {
  
  #hot{display:none; margin-top:20px;}
  
}


