.transparent{
	background-color: transparent !important;
    border:1px solid #fff !important;
    color:#fff;
}



.primary-color {
    background-color: #8ba25d !important;
    border-color: #8ba25d !important;
}
.text-primary-color { color: #8ba25d !important }



.secondary-color {
    background-color: #465a9f !important;
    border-color: #465a9f !important;
}
.text-secondary-color { color: #465a9f !important }



.gray {
    background-color:#717172 !important;
    border-color:#717172 !important;
}
.text-gray { color:#717172 !important }



.purple {
    background-color: #6e2e92 !important;
    border-color: #6e2e92 !important;
}
.text-purple { color:#6e2e92 !important }



.blue {
    background-color: rgb(0,120,230) !important;
    color: #fff !important;
    border-color:rgb(0,100,210) !important;
}
.text-blue { color:rgb(0,120,230) !important }



.green {
    background-color: #5a6a3c !important;
    border-color: #5a6a3c !important;
}
.text-green { color: #5a6a3c !important }



.red {
    background-color: #c04745 !important;
    border-color: #c04745 !important;
}
.text-red { color: #c04745 !important }



.black {
    background-color:#121212 !important;
}
.text-black { color:#121212 !important }



.white {
	background-color: #fff !important;
	border-color:#fff !important;
}
.text-white{ color:#fff !important }



.smoke {
	background-color: #3b3e47 !important;
	border-color:#3b3e47 !important;
}
.text-smoke{ color:#3b3e47 !important; }



.light {
    background-color:#f1f1f1 !important;
    border-color: #f1f1f1 !important;
}
.text-light { color:#d5d5d5 !important }



.pink {
    background-color:#f29ce3 !important;
    border-color: #f29ce3 !important;
}
.text-pink { color:#f29ce3 !important }



.gradient {
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    height:95%;
    background: none;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(99%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}



.facebook-color {
    color: #3b5998 !important;
}
.twitter-color {
    color: #00aced !important;
}
.google-color {
    color: #dd4b39 !important;
}
.linkedin-color{
    color: #007bb6 !important;
}
.pinterest-color{
    color: #cb2027 !important;
}
.email-color{
    color: #121212 !important;
}
a.at-icon-wrapper.at-share-btn.at-svc-facebook {
    background: #3b5998 !important;
    border: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-twitter {
    background: #00aced !important;
    border: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-google_plusone_share {
    background: #dd4b39 !important;
    border: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-linkedin {
    background: #007bb6 !important;
    border: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-pinterest_share {
    background: #cb2027 !important;
    border: none;
}
a.at-icon-wrapper.at-share-btn.at-svc-email {
    background: #121212 !important;
    border: none;
}
