 @charset "utf-8";
/* CSS Document */

.green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82b440+0,729e38+100 */
background: #82b440; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #82b440 0%, #729e38 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #82b440 0%,#729e38 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #82b440 0%,#729e38 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82b440', endColorstr='#729e38',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
.green_light {
	background: rgba(130, 180, 64, 0.65);
	}
.blue{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#056772+0,045254+100 */
background: #056772; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #056772 0%, #045254 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #056772 0%,#045254 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #056772 0%,#045254 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#056772', endColorstr='#045254',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	} 
.dark_gray {
	background:#969696;
	}
.we-do .do-wrap a{
	color:#969696;
}

.we-do .do-wrap a:hover{
	color:#056772;
}
.we-do .do-wrap:hover .top, we-do .do-wrap:focus .top, .we-do .do-wrap:hover span, .we-do .do-wrap:focus span{
	background:#056772;
}

.pricing_item.dark_gray {
    border-color: #969696;
}

.pricing_item.dark_gray .pricing_action{
    background: #969696;
}


.pricing_item.dark_gray:hover .pricing_action{
	border:1px solid transparent;
	background:#056772 !important;
}


	