	h1,h2,p,li,body { font-family:Muli }
	h1,h2, h3, h4 { color:#358;font-weight:900 }
    a {text-decoration : none; color:#358;font-weight:bold }
    li.div.p {margin-top:0;margin-bottom:0; }
	a.imlink { white-space: nowrap;}
	html {
			position: relative;
			min-height: 100%;
			}
		footer {
		  width: 100%;
		  height: 35px;
		  background-color: #246;
		  color:white;
		}
	footer a {color:white; }
	
	.navbar-toggle, .dropdown-menu {
		background-color:#246;
		} 
	.dropdown-menu li > a {
		color:white;
		}
	.dropdown-menu li > span{
		color:silver; 
		margin-left:20px;
		}
		
	.dropdown-menu {
		-webkit-box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.25);
		-moz-box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.25);
		box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.25);
		}
		
	input[type="submit"] { 
		background-color:#246 !important;
		border:#246;
		border-radius:5px;
		box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.25);
		color:white !important; 
		}
	
	input[type="submit"]:hover { 
		background-color:#358;
		}
		
	@media (min-width:640px) {
		ul.nav li.dropdown ul.dropdown-menu{ opacity:0.0; display:block; transition:1.0s; max-height:0px; }   
		ul.nav li.dropdown:hover ul.dropdown-menu{ opacity:1.0; display:block; max-height:200px; }   
		}

		
		.animated {
			display:block;
            -webkit-animation-duration: 3s; 
            animation-duration: 3s; 
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; 
			}
         
         @-webkit-keyframes bounceInLeft {
            0% { opacity: 0; -webkit-transform: translateX(-2000px) rotateY(180deg); }
            60% { opacity: 1;-webkit-transform: translateX(30px) rotateY(90deg);}
            80% {-webkit-transform: translateX(-10px) rotateY(0deg);}
            100% {-webkit-transform: translateX(0) rotateY(0deg); }
			}
         
         @keyframes bounceInLeft {
            0% { opacity: 0;transform: translateX(-2000px) rotateY(180deg);}
            60% { opacity: 1; transform: translateX(30px) rotateY(90deg);}
       
            100% {transform: translateX(0) rotateY(0deg);}
			}
         
         .bounceInLeft {
            -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
         }
		 footer { margin-top:6px; }
		 footer p { padding-top:10px; }