@CHARSET "UTF-8";
.navbar-brand > a > img {
	margin-top: -8px;
}

a.textCenter{
	text-align: center;
}

body {
	background: rgb(231, 214, 75,1);
	/* background: -moz-linear-gradient(-45deg, rgba(97,40,140,1) 0%, rgba(124,68,166,1) 38%, rgba(192,156,219,1) 64%, rgba(124,68,166,1) 88%, rgba(97,40,140, 1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(97,40,140, 1)), color-stop(38%, rgba(124,68,166,1)), color-stop(64%, rgba(192,156,219,1)), color-stop(88%, rgba(124,68,166, 1)), color-stop(100%, rgba(97,40,140, 1)));
	background: -webkit-linear-gradient(-45deg, rgba(97,40,140,1) 0%, rgba(124,68,166,1) 38%, rgba(192,156,219,1) 64%, rgba(124,68,166,,1) 88%, rgba(97,40,140, 1) 100%);
	background: -o-linear-gradient(-45deg, rgba(97,40,140,1) 0%, rgba(124,68,166,1) 38%, rgba(192,156,219,1) 64%, rgba(124,68,166,1) 88%, rgba(97,40,140, 1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(97,40,140,1) 0%, rgba(124,68,166,1) 38%, rgba(192,156,219,1) 64%, rgba(124,68,166,1) 88%, rgba(97,40,140, 1) 100%);
	background: linear-gradient(135deg, rgba(97,40,140,1) 0%, rgba(124,68,166,1) 38%, rgba(192,156,219,1) 64%, rgba(124,68,166,1) 88%, rgba(97,40,140, 1) 100%); */
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.div-radius
{
    border-radius: 15px;
}

.bg-pink
{
	background-color: #ffc1c1;
}

.button-blue
{
	background-color: #0072bb;
}

.zero-padding
{
	padding-left: 0px;
	padding-right: 0px;
	min-height: 0px;
}

.zero-margin
{
	margin-left: 0px;
	margin-right: 0px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop80 {
	margin-top: 80px;
}

.marginRight5 {
	margin-right: 5px;
}

.marginLeft5 {
	margin-left: 5px;
}

.marginBot80 {
	margin-bottom: 80px;
}

figcaption{
	font-weight: bold;
	text-align: left;
}

.button_example{
	border:1px solid #e7d64b; -webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #e7d64b; background-image: -webkit-gradient(linear, left top, left bottom, from(#e7d64b), to(#e7d64b));
	/* background-image: -webkit-linear-gradient(top, #C262DA, #ED32CE);
	background-image: -moz-linear-gradient(top, #C262DA, #ED32CE);
	background-image: -ms-linear-gradient(top, #C262DA, #ED32CE);
	background-image: -o-linear-gradient(top, #C262DA, #ED32CE);
	background-image: linear-gradient(to bottom, #C262DA, #ED32CE);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C262DA, endColorstr=#ED32CE); */
}

.category_button{
	border:1px solid #eee1f2; -webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #f8e8fc; background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e8fc), to(#ffe2fa));
	background-image: -webkit-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -moz-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -ms-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -o-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: linear-gradient(to bottom, #f8e8fc, #ffe2fa);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8e8fc, endColorstr=#ffe2fa);
	width:30%;
}

.monthly_button{
	border:1px solid #eee1f2; -webkit-border-radius: 12px; -moz-border-radius: 12px;border-radius: 12px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #f8e8fc; background-image: -webkit-gradient(linear, left top, left bottom, from(#f8e8fc), to(#ffe2fa));
	background-image: -webkit-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -moz-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -ms-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: -o-linear-gradient(top, #f8e8fc, #ffe2fa);
	background-image: linear-gradient(to bottom, #f8e8fc, #ffe2fa);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f8e8fc, endColorstr=#ffe2fa);

}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 85px auto 100px; /* the bottom margin is the negative value of the footer's height */
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 10px;
}

.wrapper2{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 85px auto; /* the bottom margin is the negative value of the footer's height */
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 80%;
}


.footer {
    height:2px; /* .push must be the same height as .footer */
}

.shadow {
	-moz-box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px#888;
	box-shadow: 0 0 15px #888;
}

.icon {
    color: black;
}

