/* ---------------------------- */
/*           Buttons
/* ---------------------------- */

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
a.comment-reply-link, #commentform input[type="submit"], .wpcf7 input.wpcf7-submit, a#cancel-comment-reply-link,
a.more-link, .older-entries a, .newer-entries a {
	background: #83BF29;
	background: -moz-linear-gradient(top, #83BF29 0%, #629C14 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83BF29), color-stop(100%,#629C14));
	background: -webkit-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: -o-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: -ms-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: linear-gradient(top, #83BF29 0%,#629C14 100%);
	border: 1px solid #578c10;
	color: #eee;
	padding: 4px 12px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px rgba(0, 0, 0, .2);
	cursor: pointer;
	margin: 0 2px 20px;
	line-height: 21px;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.comment-reply-link:hover, #commentform input[type="submit"]:hover, a#cancel-comment-reply-link:hover, 
a.more-link:hover, .older-entries a:hover, .newer-entries a:hover {
	border: 1px solid #578c10;
	background: #83BF29;
	color: #fff;
}

/* rounded buttons */
a.button.rounded,
button.rounded {
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

a.button.medium.rounded,
button.medium.rounded {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

a.button.large.rounded,
button.large.rounded {
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

/* blue1 button */
a.button.blue1, button.blue1, input[type="submit"].blue1, input[type="reset"].blue1, input[type="button"].blue1 {
	background: #52a9f2;
	background: -moz-linear-gradient(top, #52a9f2 0%, #3c89ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a9f2), color-stop(100%,#3c89ee));
	background: -webkit-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: -o-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: -ms-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	border: 1px solid #2765e7;
}

a.button.blue1:hover, button.blue1:hover, input[type="submit"].blue1:hover, input[type="reset"].blue1:hover, input[type="button"].blue1:hover {
	background: #52a9f2;
	border: 1px solid #2765e7;
	color: #fff;
}

/* blue2 button */
a.button.blue2, button.blue2, input[type="submit"].blue2, input[type="reset"].blue2, input[type="button"].blue2 {
	background: #089AB8;
	background: -moz-linear-gradient(top, #089AB8 0%, #046795 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#089AB8), color-stop(100%,#046795));
	background: -webkit-linear-gradient(top, #089AB8 0%,#046795 100%);
	background: -o-linear-gradient(top, #089AB8 0%,#046795 100%);
	background: -ms-linear-gradient(top, #089AB8 0%,#046795 100%);
	background: linear-gradient(top, #089AB8 0%,#046795 100%);
	border: 1px solid #035A82;
}

a.button.blue2:hover, button.blue2:hover, input[type="submit"].blue2:hover, input[type="reset"].blue2:hover, input[type="button"].blue2:hover {
	background: #089AB8;
	border: 1px solid #035A82;
	color: #fff;
}

/* red button */
a.button.red, button.red, input[type="submit"].red, input[type="reset"].red, input[type="button"].red {
	background: #e56442;
	background: -moz-linear-gradient(top, #e56442 0%, #db472f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56442), color-stop(100%,#db472f));
	background: -webkit-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: -o-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: -ms-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: linear-gradient(top, #e56442 0%,#db472f 100%);
	border: 1px solid #d43321;
}

a.button.red:hover, button.red:hover, input[type="submit"].red:hover, input[type="reset"].red:hover, input[type="button"].red:hover {
	background: #e56442;
	border: 1px solid #d43321;
	color: #fff;
}

/* yellow button */
a.button.yellow, button.yellow, input[type="submit"].yellow, input[type="reset"].yellow, input[type="button"].yellow {
	background: #FFC526;
	background: -moz-linear-gradient(top, #FFC526 0%, #F7B818 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC526), color-stop(100%,#F7B818));
	background: -webkit-linear-gradient(top, #FFC526 0%,#F7B818 100%);
	background: -o-linear-gradient(top, #FFC526 0%,#F7B818 100%);
	background: -ms-linear-gradient(top, #FFC526 0%,#F7B818 100%);
	background: linear-gradient(top, #FFC526 0%,#F7B818 100%);
	border: 1px solid #EDAF12;
}

a.button.yellow:hover, button.yellow:hover, input[type="submit"].yellow:hover, input[type="reset"].yellow:hover, input[type="button"].yellow:hover {
	background: #FFC526;
	border: 1px solid #EDAF12;
	color: #fff;
}

/* orange button */
a.button.orange, button.orange, input[type="submit"].orange, input[type="reset"].orange, input[type="button"].orange {
	background: #fea538;
	background: -moz-linear-gradient(top, #fea538 0%, #fe812a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea538), color-stop(100%,#fe812a));
	background: -webkit-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: -o-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: -ms-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: linear-gradient(top, #fea538 0%,#fe812a 100%);
	border: 1px solid #fd6b2f;
}

a.button.orange:hover, button.orange:hover, input[type="submit"].orange:hover, input[type="reset"].orange:hover, input[type="button"].orange:hover {
	background: #fea538;
	border: 1px solid #fd6b2f;
	color: #fff;
}

/* grey button */
a.button.grey, button.grey, input[type="submit"].grey, input[type="reset"].grey, input[type="button"].grey {
	background: #777;
	background: -moz-linear-gradient(top, #777 0%, #666 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777), color-stop(100%,#666));
	background: -webkit-linear-gradient(top, #777 0%,#666 100%);
	background: -o-linear-gradient(top, #777 0%,#666 100%);
	background: -ms-linear-gradient(top, #777 0%,#666 100%);
	background: linear-gradient(top, #777 0%,#666 100%);
	border: 1px solid #5a5a5a;
}

a.button.grey:hover, button.grey:hover, input[type="submit"].grey:hover, input[type="reset"].grey:hover, input[type="button"].grey:hover {
	background: #777;
	border: 1px solid #5a5a5a;
	color: #fff;
}

/* black button */
a.button.black, button.black, input[type="submit"].black, input[type="reset"].black, input[type="button"].black {
	background: #393939;
	background: -moz-linear-gradient(top, #393939 0%, #2a2a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(100%,#2a2a2a));
	background: -webkit-linear-gradient(top, #393939 0%,#2a2a2a 100%);
	background: -o-linear-gradient(top, #393939 0%,#2a2a2a 100%);
	background: -ms-linear-gradient(top, #393939 0%,#2a2a2a 100%);
	background: linear-gradient(top, #393939 0%,#2a2a2a 100%);
	border: 1px solid #222;
}

a.button.black:hover, button.black:hover, input[type="submit"].black:hover, input[type="reset"].black:hover, input[type="button"].black:hover {
	background: #393939;
	border: 1px solid #222;
	color: #fff;
}

/* button sizes */
a.button.medium,
button.medium,
input[type="submit"].medium,
input[type="reset"].medium,
input[type="button"].medium,
.wpcf7 input.wpcf7-submit {
	padding: 6px 16px;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}

a.button.large,
button.large,
input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large {
	padding: 8px 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 26px;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

/* ---------------------------- */
/*          Messages
/* ---------------------------- */

.message {
	background: #444;
	color: #d4d4d4;
	padding: 10px 20px;
	margin: 10px 0 20px;
}

.content .message a {
	color: #ee7821;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
	text-shadow: none;
}

.content .message a:hover {
	color: #444;
	background: none;
}

.message p {
	padding: 10px 0 10px 45px;
	margin-bottom: 0;
	font-size: 12px;
	text-shadow: 0 1px rgba(0, 0, 0, .2);
	color: #fff !important;
}

.success {
	background: #83BF29;
	background: -moz-linear-gradient(top, #83BF29 0%, #629C14 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83BF29), color-stop(100%,#629C14));
	background: -webkit-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: -o-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: -ms-linear-gradient(top, #83BF29 0%,#629C14 100%);
	background: linear-gradient(top, #83BF29 0%,#629C14 100%);
	border: 1px solid #578c10;	
}

.error {
	background: #e56442;
	background: -moz-linear-gradient(top, #e56442 0%, #db472f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56442), color-stop(100%,#db472f));
	background: -webkit-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: -o-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: -ms-linear-gradient(top, #e56442 0%,#db472f 100%);
	background: linear-gradient(top, #e56442 0%,#db472f 100%);
	border: 1px solid #d43321;
}

.warning {
	background: #fea538;
	background: -moz-linear-gradient(top, #fea538 0%, #fe812a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fea538), color-stop(100%,#fe812a));
	background: -webkit-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: -o-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: -ms-linear-gradient(top, #fea538 0%,#fe812a 100%);
	background: linear-gradient(top, #fea538 0%,#fe812a 100%);
	border: 1px solid #fd6b2f;
}

.info {
	background: #52a9f2;
	background: -moz-linear-gradient(top, #52a9f2 0%, #3c89ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52a9f2), color-stop(100%,#3c89ee));
	background: -webkit-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: -o-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: -ms-linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	background: linear-gradient(top, #52a9f2 0%,#3c89ee 100%);
	border: 1px solid #2765e7;
}

.success .icon {background: url(../images/messages/success.png) no-repeat left center;}
.error .icon {background: url(../images/messages/error.png) no-repeat left center;}
.warning .icon {background: url(../images/messages/warning.png) no-repeat left center;}
.info .icon {background: url(../images/messages/info.png) no-repeat left center;}

/* ---------------------------- */
/*        Fluid Columns
/* ---------------------------- */

.full_width_fluid {
	width: 100%;
	float: left;
}

.one_half_fluid {
	width:48%;
	margin-right:4%;
	float:left;
}

.one_half_fluid.last {
	width:48%;
	margin-right:0;
	clear:right;
}

.one_third_fluid {
	width:30.5%;
	margin-right:4%;
	float:left;
}

.one_third_fluid.last {
	width:30.5%;
	margin-right:0;
	clear:right;
}

.two_third_fluid {
	width:65.5%;
	margin-right:4%;
	float:left;
}

.two_third_fluid.last {
	width:65.5%;
	margin-right:0;
	clear:right;
}

.one_fourth_fluid {
	width:22%;
	margin-right:4%;
	float:left;
}

.one_fourth_fluid.last {
	width:22%;
	margin-right:0;
	clear:right;
}

.three_fourth_fluid {
	width:74%;
	margin-right:4%;
	float:left;
}

.three_fourth_fluid.last {
	width:74%;
	margin-right:0;
	clear:right;
}

.one_fifth_fluid {
	width:16.5%;
	margin-right:4%;
	float:left;
}

.one_fifth_fluid.last {
	width:16.5%;
	margin-right:0;
	clear:right;
}

.two_fifth_fluid {
	width:38.5%;
	margin-right:4%;
	float:left;
}

.two_fifth_fluid.last {
	width:38.5%;
	margin-right:0;
	clear:right;
}

.three_fifth_fluid {
	width:57%;
	margin-right:4%;
	float:left;
}

.three_fifth_fluid.last {
	width:57%;
	margin-right:0;
	clear:right;
}

.four_fifth_fluid {
	width:79%;
	margin-right:4%;
	float:left;
}

.four_fifth_fluid.last {
	width:79%;
	margin-right:0;
	clear:right;
}

.full_width_fluid, .one_half_fluid, .one_third_fluid, .two_third_fluid, .one_fourth_fluid, .three_fourth_fluid,
.one_fifth_fluid, .two_fifth_fluid, .three_fifth_fluid, .four_fifth_fluid {
	overflow: hidden;
}