body {
color:#777;
}
.theme-dropdown .dropdown-menu {
position: static;
display: block;
margin-bottom: 20px;
}
.theme-showcase > p > .btn {
margin: 5px 0;
} 

.image {
position:relative;
/* float:left; optional */
max-width:300px;
}
.image .ribbon {
position:absolute;
top:0px; /* in conjunction with left property, decides the text position */
left:10px;
/*width:300px;  optional, though better have one */
}
.image .vote {
position:absolute;
bottom:0px; /* in conjunction with left property, decides the text position */
left:10px;
/*width:300px;  optional, though better have one */
}
.ribbon {
cursor:pointer;
background: #44CC00;
height: 50px;
width: 50px;
position: relative;
text-align: center;
font: 600 25px sans-serif;
color: white;
line-height: 38px;
border: 0;
}
.ribbon:after {
content: "";
position: absolute;
bottom: -28px;
left: 0;
height: 0;
width: 0;
border: solid 25px #44CC00;
border-bottom-color: transparent;
}
.ribbon:hover {
background: #0099FF;
}
.ribbon:hover:after {
border-color: #0099FF;
border-bottom-color: transparent;
}

.number {
width:50px;
height:50px;
border-radius:25px;
font-size:40px;
color:#fff;
line-height:50px;
text-align:center;
background:#44CC00 ;
}

.formlogo {
background: #f2f2f2  url(http://www.iwax.com/images/iman32.png) 7px no-repeat ;
    }
    .navbar {
    background: #44CC00;
    background-image: -webkit-radial-gradient(25% 20%, circle, #66ff00, #44CC00 25%, #60ee00 30%, #44CC00 35%);
    background-image: -moz-radial-gradient(25% 20%, circle, #66ff00, #44CC00 25%, #60ee00 30%, #44CC00 35%); 
    background-image: -o-radial-gradient(25% 20%, circle, #66ff00, #44CC00 25%, #60ee00 30%, #44CC00 35%);
    background-image: radial-gradient(25% 20%, circle, #66ff00, #44CC00 25%, #60ee00 30%, #44CC00 35%);

    border-bottom: solid 1px #44CC00;
    
    }

    .input-lg{padding-left:40px;
    }
    
.jumbotron {
   /*  background: #f2f2f2  url(http://www.aimclearblog.com/wp-content/themes/aimclear/images/header-events.jpg) no-repeat ; */
}

  /*Footer*/
.footer {
	color: #777; 
	margin-top: 40px;
	padding: 20px 0 30px;
	background: #eee; /* #585f69; */

}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5 {
	text-shadow: none;
	font-weight: normal !important; 
} 

.footer p,
.footer a {
	font-size: 14px;
} 
.footer p {
	color: #777;
} 

.footer a {
	color: #44CC00;
}
.footer a:hover {
	color: #000;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.footer h2, 
.footer h3,
.footer h4 {
	color: #e4e4e4;
	background: none;
	text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Blog Posts*/
.footer .blog-list {
	margin: 0;
	padding: 0;
	color: #dadada;
	list-style: none;
}

.footer .blog-list li {
	padding: 0 0;
	margin-bottom: 7px; 
}
.footer .blog-list li span {
	color: #818488;
}



/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 11px 0 7px;
	/*background: #11CC00; 3e4753; 
	border-top: solid 1px #777;*/
	background: #555;
}

.copyright p {
	color: #000;
}

.copyright p.copyright-space {
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
	color: #fff; /* 72c02c*/
}
.copyright a:hover {
	color: #55ff00; /* a8f85f*/
}

.btn-u {
	background: #44CC00;
}

.btn-u:hover {
	background: #55ff00;
}


.smallnumber {
	width:45px;
        height:45px;
        border-radius:25px;
        font-size:20px;
        color:#fff;
        line-height:45px;
        text-align:center;
        background:#44CC00 ;
        float:left;
}
