/*
Theme Name: Grace
Theme URI: http://www.themeblossom.net/grace
Description: Grace is an elegant, premium WordPress theme built for churches and religious communities.
Version: 2.0
Author: Theme Blossom
Author URI: http://www.themeblossom.net
Tags: two-columns, white
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Form Buttons
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
	#Plugins
*/

/* @group Global Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 20;
		padding: 10;
		border: 0;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	q {
		line-height: 120%;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0; }
	table.pad td {
	padding: 10px;
	}
		
	pre,code {
		white-space: normal;
		background-color: #ededed;
		border-bottom: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		display: block;
		width: 100%;
		font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
		margin: 5px 0;
		padding: 5px;
}
p code {display: inline;}


body {
	line-height: 120%;
	-webkit-text-size-adjust: 100%;
}

.width100 {
	position: relative;
	width: 100%;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.nobckg {
	background: none !important;
}

.center {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.extraRounded {
	border-radius: 100px !important; -webkit-border-radius: 100px !important; -moz-border-radius: 100px !important;
}

.noshadow {
	box-shadow: none !important; -moz-box-shadow: none !important; -webkit-box-shadow: none !important;
}

/* @end */



/* @group Structural Customization */


#header {
	clear: both; margin: 0 !important; padding: 0 !important;
}


#header .inner {
	text-align: center;
}

#header .header_extras {
	float: right;
}

/* Content area */
#contentarea {
	background: #fff url('images/content.png') left top scroll repeat-x; overflow: hidden; position: relative; border-top: 0px solid #fff; padding-top: 0px; padding-bottom: 0px; z-index: 1;
}

.width100 #contentarea {
	border: none !important; padding-top: 150px; background: none !important;
}

.page-template-page-home-wide-slider-php .width100 #contentarea {
	border: none !important; padding-top: 0px; background: none !important;
}

.width100 #background {
	height: 120px;
}

.width100 #backgroundShadow {
	top: 121px;
}

.page-template-page-home-php .width100 #contentarea {
	padding-top: 0 !important;
}

.page-template-page-home-wide-slider-php .width100 #background, .page-template-page-home-wide-slider-php .width100 #backgroundShadow {
	display: none !important;
}

#contentarea a, #contentarea span.contactInfo, #footer a, #credits a, #promoLine a {
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

/* Footer Styles */
#footer {
	background: #fff url('images/footer.png') center bottom scroll repeat-x;
	overflow: hidden;
	padding-bottom: 0 !important;
	padding-top: 20px !important;
}

#footerShadow {
	height: 30px;
	background: url('images/footerShadow.png') center bottom no-repeat;
	margin: 10px 0;
}

#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h4 {
	line-height: 105% !important;
	margin-bottom: 4px !important;
}

#footer ul li:not(.widget-container) {
	margin-bottom: 4px !important;
}

#credits {
	font-size: 12px;
	color: #aaada5;
	border-top: 1px solid #eee;
	background: #eeee url('images/credits.png') center top scroll repeat-x;
	overflow: hidden;
	border-top: 1px solid #bcbcbc;
}

#credits > div {
	line-height: 15px;
}

#credits p {
	margin: 0 !important;
}

#credits a {
	color: #aaada5;
}

#credits a:hover {
	color: #555;
}
/* @end */

/* @group Header */
#site-title {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 55px;
	letter-spacing: -1px;
	text-align: center;
}

div#site-title a,
h1#site-title,
h1#site-title a {
	margin: 0 auto;
	padding: 0;
	line-height: 55px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -2px;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-transition: opacity 1s linear;
  	-moz-transition: opacity 1s linear;
  	-o-transition: opacity 1s linear;
  	transition: opacity 1s linear;
	opacity: 1;
}

#site-title a:hover {
	color: #3253ad;
}	

/* Header Tagline */

#header span.site-desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 28px;
	color: #7d7d7d;
	letter-spacing: -1px;
}

/* Image Header */
#site-title.graphic a {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	background-size:  100%;
}

#site-title a:hover {
	opacity: 0.75;
}

#header span.site-desc.graphic {
	display: none;
}

#navigation #site-title, #navigationarea.above2 #site-title {
	float: left;
}

/* @end */

/* @group Promo Line */
#promoLine {
	overflow: hidden;
	position: relative;
	min-height: 40px;
	line-height: 40px;
}

#promoLine .left, #promoLine .right {
	min-height: 40px;
}

#promoLine .bckg {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

#promoLine a {
	text-decoration: none;
}

#promoLine a:hover {
	text-decoration: underline;
}

#promoLine .iconLink {
	width: 20px; height: 20px;
	display: inline-block;
	float: left;
	margin: 0 0 0 6px;
	font-size: 15px;
}

#promoLine .iconLink span {
	width: 20px; height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

/* @end */

/* @group Background */
#background {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
}

#backgroundShadow {
	position: absolute;
	left: 0;
	background: url('images/backgroundShadow.png') left top scroll repeat-x;
	width: 100%; height: 38px;
}
/* @end */

/* @group Navigation Bar */
#navigationarea {
	position: relative;
	zoom: 1;
}

#wrap.container #navigationarea {
	float: left;
}

#navigation ul {
    position: relative;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

#navigation #navigationSearch {
	float: right;
	width: 32px; height: 32px;
	margin: 8px 20px 0px 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	background: transparent url('images/whitetranstop.png') center top repeat-x;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
	cursor: pointer;
}

#logoArea #navigationSearch {
	margin-top: 0 !important;
}

#navigationSearch span {
	line-height: 30px;
	width: 30px; height: 30px;
	font-size: 14px;
}

#navigation #navigationSearchForm {
	position: absolute;
	right: 10px;
	top: 34px;
	z-index: 10000;
	width: 264px; height: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 8px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	display: none;
}

#logoArea #navigationSearchForm {
	float: right;
}

#navigationSearchForm input[type=text] {
	width: 248px; height: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 4px 10px;
	line-height: 16px;
	font-size: 12px;
	color: #989898;
	font-style: italic;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	background: url('images/topgradient.png') center top repeat-x !important;
}

#logoArea #navigationSearchForm input[type=text] {
	height: 30px !important;
	float: left;
	margin-top: 1px !important;
}

#logoArea #navigationSearchForm button {
	float: right;
	width: 32px; height: 32px;
	margin: 0 0 0 10px;
	border-width: 1px;
	border-style: solid;
	border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	background: transparent url('images/whitetranstop.png') center top repeat-x;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
	cursor: pointer;
	text-shadow: none !important;
	padding: 0 !important;
}
/*
#logoArea #navigationSearchForm span {
	
	display: block;
	height: 11px;
}*/
	
#navigationarea.default #navigation.wide .menu-header {
	margin-left: 25px;
}

#navigation.wide .menu-header {
	float: left;
}

#navigation ul li {
    position: relative; z-index: 10000;
}

#navigation ul li a {
	padding: 0px 5px;
	text-decoration: none;
	display: block;
}

#navigation > div > ul > li {
	background: transparent url('images/navspacer.png') left center no-repeat;
}

#navigation > div > ul > li:first-child {
	background: none;
}

#navigation > div > ul > li > a {
	text-transform: uppercase;
	border-style: solid;
	border-width: 0 1px;
	border-color: transparent;
	padding: 15px 25px;
}

#navigation > div > ul ul > li > a {
	font-size: 14px;
}

/* #navigation > div > ul > li:hover > a, */

#navigation > div > ul ul {	
	background: url('images/whitetranstop.png') center top repeat-x;
}

#navigation > div > ul ul a:hover {	
	background: url('images/whitetrans.png') center bottom repeat-x;
}

#navigation ul li a {	
	transition: color, background-color 200ms linear;
	-webkit-transition: color, background-color 200ms linear;
	-moz-transition: color, background-color 200ms linear;
	-o-transition: color, background-color 200ms linear;
}

/* Navbar Hover Links */
#navigation ul li:hover a,
#navigation ul li a:hover {
    position: relative;
}

#navigation ul li:hover li a {
	font-weight: normal;
}

/* Logo Area */
#logoArea, #logoAreaBorder {
	overflow: hidden;
}

#logoAreaBorder {
	height: 0; line-height: 0; zoom: 1; border-width: 1px 0; border-style: solid;
}

/* Ornament Line */
.ornamentLine {
	height: 9px;
	background-repeat: repeat;
	clear: both;
	line-height: 9px;
	zoom: 1;
}
/* @end */



/* @group Typography */

	h1, h2, h3, h4, h5, h6 {
		-ms-word-wrap: break-word; word-wrap: break-word;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none !important;
	}
	
	h2.entry-title a {
	font-weight: bold;
	}
	
	h1 {
		text-transform: uppercase;
	}
	
	h1 {line-height: 130%; margin-bottom: 14px;}
	h2 {line-height: 130%; margin-bottom: 10px; }
	h3 {line-height: 130%; margin-bottom: 8px; }
	h4 {line-height: 120%; margin-bottom: 8px; }
	h5 {line-height: 120%; margin-bottom: 8px;}
	
	h6 {
		font-size: 14px;
		line-height: 130%;
		margin-bottom: 8px;
		color: inherit;
		font-weight: bold;
		text-transform: uppercase;
		color: #375199;
	}
	
	.subheader { color: #777; }
	.normal {font-weight: normal;}
	.bolder {font-weight: bolder;}
	
	p { margin: 0 0 20px 0; zoom:1;}
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }
	
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }
	
/*	Blockquotes  */	
	blockquote p {
		margin-bottom: 7px !important; line-height: 150% !important;
	}
	
	blockquote { margin: 20px 0; padding: 7px 20px 0 20px; box-sizing: border-box; -moz-box-sizing: border-box; display: block; overflow: hidden; border: transparent solid 5px; border-width: 0 5px;}
	
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a, a:visited {text-decoration: underline; outline: 0; }
	a:hover, a:focus { text-decoration: none;}
	p a, p a:visited { line-height: inherit; }
	

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc, .entry-content ul { margin-left: 30px; }
	ul.disc, .entry-content ul { list-style: disc outside; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px;}
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }
	
/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* WP Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}


.wp-caption {
	background-color: #fff; border: 1px solid #e6e6e6; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; padding: 5px; display: inline-block; box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); height: auto; position: relative; color: #999; margin-bottom: 15px !important;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}

.entry-content {
	overflow: hidden;
}


/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}

table td {
	background-color: #fff;
	border: 1px solid #d1d1d1;
	padding: 10px;
}

/* @end */

/* @group Widgets */


.widget-container ul {
	list-style: none;
}

.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container select {
	max-width: 100%;
}

#searchform #s {/* This keeps the search inputs in line */
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border: 1px solid #ddd;
	text-align: left;
	padding: 7px 3px 6px 3px;
	margin-right: 3px;
}

#searchform {
	text-align: center;
}

#searchform label {
	display: none;
}

.widget-container {
	margin: 0 0 28px 0; overflow: hidden;
}

.widget-container ul {
	margin-left: 0;
}

.widget-title {
	text-transform: uppercase;
}

#footer .widget-title {
	font-size: 16px;
}

.textwidget {
	font-size: 110%;
	line-height: 150%;
}

.textwidget p {
	margin: 4px 0 !important
}

.textwidget .attendButton {
	text-align: center;
	margin: 20px 0;
}

.textwidget .attendButton .attend {
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04);	
	display: inline-block;
	text-decoration: none;
	padding: 3px 25px;
	text-transform: uppercase;
}

input#searchsubmit {
	margin: 0 auto;
}

.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
	text-decoration: underline;
}

.widget-container .entry-meta {
	font-size: 11px;
}

#wp_tag_cloud div {
	line-height: 1.6em;
}

.widget-icons {
	overflow: hidden;
	margin: 15px 0 10px 0;
}

.widget-info-box {
	overflow: hidden;
	margin: 10px 0;
}

.widget-info-box.small {
	font-size: 90%;
	margin: 5px 0;
}

a.widget-icon {
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	width: 26px; height: 26px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	margin: 0 5px 5px 0;
	background: url('images/tb_day.png');
	color: #777 !important;
	text-decoration: none !important;
}

a.widget-icon:hover {
	color: #333 !important;
	border-color: #777;
}

.widget-icon span {
	line-height: 24px;
	width: 24px; height: 24px;
	display: block;
	border: 1px solid #fff;
}

.one_fourth a.widget-icon {
	width: 22px; height: 22px;
	line-height: 22px;
	font-size: 14px;
}

.one_fourth a.widget-icon span {
	width: 20px; height: 20px;
	line-height: 20px;
}

/* WP Calendar Widget */

#wp-calendar {
	font-family: arial,helvetica,sans-serif;
	width: 100%;
	font-size: .85em;
}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}

#wp-calendar td.pad {
	background-color: #e5e5e5;
}

#wp-calendar td#today {
	color: #fff !important;
	background-color: #6e6e6e !important;
	text-shadow: 1px 1px 0px #333 !important;
}

#wp-calendar td#today a {
	color: #fff !important;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
	text-align: center;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Page Menus/Custom Menus */

li.page_item,li.menu-item {
	padding: 0;
	margin: 0;
	list-style: none;
}


li.page_item a,li.menu-item a {
	display: block;
}

/* Page Menus/Custom Menus - Sublevels */

li.page_item li a,li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #666;
	line-height: 175%;
	font-weight: normal;
}
li.page_item li a:hover,li.menu-item li a:hover {
	background: none;
}

li.page_item a:hover,
li.menu-item a:hover {
	text-decoration: none;
	color: #333;
}

/* WP Recent Posts / WP Meta / 

/* @end */

/* @group WP Blog Styles */

.entry-meta {
	font-size: 11px;
	color: #666;
	margin: 10px 0;
	overflow: hidden;
	zoom: 1;
}

.entry-meta h2.entry-title, .entry-meta h2.entry-title a {
	margin-bottom: 0 !important;
}

.cat-links,.comments-link,.meta-sep,.entry-utility {
	font-size: 11px;
	color: #666;
	overflow: hidden;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.post.single {
	border-bottom: none;
}

#home2 .post {
	margin-bottom: 0; padding-bottom: 0; border: none;
}

.sticky {
	overflow: hidden;
}

a.more-link {
	display: block;
	float: right;
	font-weight: bold;
}

.st_relatedposts h4 {
	border-bottom: 1px solid #ebebeb;
}

.st_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}

.st_relatedposts ul li {
}

p.entry-date {
	font-size: 18px;
	line-height: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	float: left;
	margin: 0 10px 10px 0;
	font-family: sans-serif;
}

p.entry-date span {
	display: inline-block;
	width: 100%;
	line-height: 25px;
}

p.entry-date span.month {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	padding-bottom: 3px;
}

#entry-author-info {
	overflow: hidden;
	margin: 10px 0;
	padding: 15px;
	font-size: 12px;
}

#entry-author-info h3 {
	font-size: 16px;
}

#author-avatar, .author-avatar {
	float: left;
	background-color: #fff;
	margin: 0px 20px 10px 0px;
	padding: 5px 5px 0px 5px; 
	border: 1px solid #ccc;
}

#breadcrumbs {
	clear: both;
	font-size: 11px;
	padding: 5px 0;
	margin: 5px 0 15px 0;
	border: 1px solid #eee;
	border-width: 1px 0 1px 0;
}

img.imageBorder, .mapHolder {
	background-color: #fff !important;
	border: 1px solid #e6e6e6 !important;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	padding: 5px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04);
	height: auto;
	box-sizing: border-box; -moz-box-sizing: border-box;
}

.one_half img.imageBorder.single-article, .one_third img.imageBorder.single-article, .one_fourth img.imageBorder.single-article {
	width: 100%; height: auto;
}

.wp-caption img.imageBorder {
	background: none; border: none; box-shadow: none; padding: 5px 0;
}

a.thumb {
	position: relative; overflow: hidden; line-height:0;
}

a.thumb.magn {
	display: inline-block; line-height: 0 !important;
}

a.thumb span.more {
	position: absolute; z-index:2; color: #fff; font-weight: bold; vertical-align: middle;
}

a.thumb span.more span {
	display: block; position: relative; background: url('images/paperClip.png') center center no-repeat; z-index: 10;
}

a.thumb.magn span.more span {
	background-image: url('images/video.png');
}

a.thumb.imageLink span.more span {
	background-image: url('images/magnifyingGlass.png');
}

img.bio_thumbnail_small {
	width: 100px; height: auto;
}

.widget_sermon_menu ul li.fulldp {
	height: 38px; padding: 0 !important;
}

#sidebar ul ul {
	overflow: hidden !important;
}

#sidebar ul li:not(.widget_sermon_menu) ul li {
	padding: 7px 12px !important;
}

#sidebar ul li ul li {
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 5px !important;
	position: relative;
}

#sidebar a.fulld {
	position: absolute; top: 0; left: 0;
	z-index: 4;
	padding: 7px 12px;
	width: 100%; height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -9999px;
	background: url('images/transparent.png');
}

ul ul li.fulldp {
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
	padding: 0 !important;
}

div.widget_sermon_menu {
	position: relative;
}

div.widget_sermon_menu ul {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-width: 0 4px;
	border-style: solid;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}

div.widget_sermon_menu ul li {
	float: left;
	margin: 0;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

#sidebar .widget_sermon_menu li.fulldp {
	width: 100%;
}

li.fulldp span.icon-stop {
	float: left;
	display: inline-block;
	width: 17px;
	line-height: 18px;
	font-size: 8px;
}

.widget_sermon_menu a.icon {
	padding: 7px 12px 7px 43px;
	width: 100%; height: 38px; line-height: 24px;
	font-size: 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-position: 12px center; background-repeat: no-repeat; text-transform: none !important;
	display: block;
	text-decoration: none;
}

.widget_sermon_menu a.video {
	background-image: url('images/icons/video2.png');
}

.widget_sermon_menu a.download {
	background-image: url('images/icons/download2.png');
}

.widget_sermon_menu a.listen {
	background-image: url('images/icons/listen2.png');
}

.widget_sermon_menu a.pdf {
	background-image: url('images/icons/pdf2.png');
}

.info13 {
	font-size: 13px; margin-top: 5px;
}

.widget-container select {
	width: 100%; padding: 5px 10px; box-sizing: border-box; -moz-box-sizing: border-box; border: 1px solid #ccc; height: 28px; line-height: 18px; font-size: 12px;
}

.tb_highlight {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.tb_highlight a.thumb {
	line-height: 0;
	display: block;
	overflow: hidden;
}

.tb_highlight img {
	width: 100% !important;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.tb_highlight p {
	margin: 1px 0 6px 0;
}

.tb_popular_posts img, .tb_latest_posts img {
	max-width: 70px; max-height: 70px; box-sizing: border-box; -moz-box-sizing: border-box;
}

.widget-container h4 {
	margin-bottom: 0 !important;
}

.widget-container h4 a {
	font-weight: normal !important;
}

.widget-container .listPost {
	overflow: hidden;
	padding-bottom: 8px;
	margin: 8px 0;
	border-bottom: 1px solid #eee;
	display: inline-block;
	width: 100%;
}

.tb_upcoming_events .listPost {
	padding-top: 8px; margin: 0;
	position: relative;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
	font-size: 13px; color: #566c84;
}

.tb_upcoming_events .listPost:hover {
	background-color: #fbfbfb;
}

.tb_upcoming_events .listPost a.fulld {
	position: absolute; top: 0; left: 0;
	z-index: 4;
	width: 100%; height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -9999px;
	background: url('images/transparent.png');
}

.tb_widget_image:hover {
	border-color: #999 !important;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

.tb_date_box {
	border: 1px solid #cfcfcf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 24px;
	line-height: 0;
	text-align: center;
	width: 42px;
	float: left;
	display: inline-block;
	margin: 3px 20px 3px 3px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04); -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04);
}

.tb_date_box span {
	width: 100%;
	box-sizing:	border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
}

.tb_date_box span.day {
	border: 1px solid #fff;
	background: #fff url('images/tb_day.png') bottom center repeat-x;
	line-height: 130%;
}

.tb_date_box span.month {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #cfcfcf;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url('images/texture_sand.png');
	line-height: 140%;
	box-shadow: inset 0 0 3px #fff; -moz-box-shadow: inset 0 0 3px #fff; -webkit-box-shadow: inset 0 0 3px #fff;
	transition: all 200ms ease-in-out; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out;
}

.flickrWidget {
	position: relative;
}

.flickrWidget img {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 3px;
	width: 100% !important; max-width: 100% !important;
	height: auto !important;
	opacity: 0.8;
    zoom: 1;
}

.flickrWidget img:hover {
	border-color: #ddd;
	opacity: 1;
}

.flickrWidget .flickr_badge_image {
	overflow: hidden;
	width: 32%;
	margin: 0 2% 2% 0;
	float: left;
	border: none !important;
}

.flickrWidget .flickr_badge_image:nth-child(3n+1) {
	margin-right: 0 !important;
}

#tb_gallery > .one_half, #tb_gallery > .one_third, #tb_gallery > .one_fourth {
	margin-left: 1% !important;
	margin-right: 1% !important;
	overflow: hidden;
	display: inline-block;
	height: auto;
	position: relative;
}

#tb_gallery > .one_half {
	width: 47.8% !important;
}

#tb_gallery > .one_third {
	width: 31.2% !important;
}

#tb_gallery > .one_fourth {
	width: 22.9% !important;
}

.tb-gallery-margin {
	margin-left: 1% !important;
	margin-right: 1% !important;
}

.pn_pagination:before {
	clear: both;
}

.pn_pagination.filter ul {
	margin: 10px 0;
}

.pn_pagination.filter ul {
	float: right;
	text-transform: uppercase;
	font-size: 11px;
}

.pn_pagination li {
	float: left;
	padding: 3px;
}

.pn_pagination span, .pn_pagination a {
	padding: 4px 8px;
	text-decoration: none;
	font-weight: normal;
	display: block;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	transition: color 0 linear; -webkit-transition: color 0 linear; -moz-transition: color 0 linear; -o-transition: color 0 linear;
}

.pn_pagination span {
	font-weight: bold;
}

a.contactInfo, span.contactInfo {
	width: 2em; height: 2em;
	display: inline-block;
	text-decoration: none !important;
	line-height: 2em; text-align: center; padding: 0.5em;
	margin: 4px;
	cursor: pointer;
}

.borderContent {
	padding: 5px 0;
	margin: 0 0 10px 0;
}

.address_info {
	border-width: 2px 0;
	border-style: solid;
	margin-bottom: 10px;
	padding: 10px 0 0 0;
}

.address_info ul {
	list-style: none !important;
	margin-left: 0 !important;
}

.address_info li {
	margin: 0 20px 10px 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	float: left;
}

.address_info span {
	display: inline-block;
	line-height: 19px;
	font-size: 12px;
	margin-right: 3px;
}

.tb_buttons {
	margin: 10px 0;
	text-align: center;
}

.tb_buttons li {
	display: inline-block;
	float: none;
}

.tb_sermons .tb_widget_image {
	width: 70px !important;
	height: 70px !important;
}

.contentSpacer {
	clear: both;
	overflow: hidden;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;
}

.mapHolderWide {	
	margin: 0 10px 25px 10px;
}

.mapHolder {
	width: 100%;
	position: relative;
	overflow: hidden;
	line-height: 0 !important;
}

#oEmbedVideo iframe {
	width: 100% !important;
}

.listColumns {
	margin: 15px 0 0 0;
	overflow: hidden;
}

.listColumns .one_third {
	overflow: hidden;
}

.listColumns .one_third > div {
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-style: solid;
	border-width: 0 3px;
	text-align: center;
	margin-top: 8px;
}

#allOurMembers.listColumns .one_third > div {
	padding: 20px 10px;
}

#allOurMembers a.aligncenter {
	margin-bottom: 8px;
}

#allOurMembers h5 {
	margin: 0;
}

.listColumns .one_third > div img.imageBorder {
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.latest-item {
	margin-bottom: 20px;
}

#footer .tb_our_members img.imageBorder {
	max-width: 70px !important;
}

a:hover img.imageBorder {
	border-color: #bbb !important;
}

/* HOME PAGE */
#homeSlider {
	max-width: 100%; overflow: hidden; position: relative; margin-bottom: 0px;
}

#homeSlider .rev_slider_wrapper {
	border: none !important;
	padding: 0 !important;
	overflow: hidden;
}

.page-template-page-home-php #wrap.width100 #homeSlider {
	border: 7px solid #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	padding: 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.page-template-page-home-wide-slider-php #wrap.width100 #homeSlider {
	padding: 0 !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	padding-bottom: 40px !important;
	margin-bottom: 0;
	background: url('images/backgroundShadow.png') center bottom scroll repeat-x;
}

#promoText {
	margin: 0 0 20px 0;
	overflow: hidden;
	text-align: center;
}

#promoText h2 {
	text-transform: uppercase;
}

h3.homeTitle {
	margin-bottom: 20px;
	text-transform: uppercase;
}

#higlightArea {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

#highlightArea .thumb {
	margin-bottom: 7px;
}

#highlightArea .button {
	border-radius: 100px; -moz-border-radius: 100px; -webkit-border-radius: 100px;
}

.tp-bullets.tp-thumbs { z-index: 21 !important; }

a.attend, .button {
	float: none !important; text-decoration: none !important;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* DESCRIPTION PAGE */
h4.description-section-title a {
	float: right;
	width: 20px; height: 20px;
	display: block;
	text-indent: -9999px;
	background: url('images/backToTop.png') center center no-repeat;
	margin-top: 6px;
	opacity: 0.8;
}

h4.description-section-title a:hover {
	opacity: 1;
}



/* @end */

/* @group Form Buttons */

/* #Form Buttons
================================================== */

	form button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  padding: 4px 12px;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  display: inline-block;
	  font-size: 11px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: 21px;
	}
	  
	form button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
}
	  
  	form button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
	}
	
	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; }


/* @end */

/* @group Styled Buttons */
.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
	background-image: none;
	padding: 8px 1em 9px 1em !important;
	font-size: .95em;
	margin: 0;
	display: inline-block;
  	*display: inline;
	font-family: arial,helvetica,sans-serif;
	font-stretch: narrower;
	text-align: center;
  	vertical-align: middle;
  	cursor: pointer;
	text-decoration: none;
}


.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center,.button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}

.button-alt a,.button a,.button.small a {
	font-size: .9em;
	line-height: 14px;
}
.button.medium a {
	font-size: 1.2em !important;
	line-height: 20px !important;
}
.button.large a {
	font-size: 1.5em !important;
	line-height: 24px !important;
}
.button span.btn_caption {
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}

/* @group Default (Blue)  */
a.button {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	*zoom: 1;
	position: relative;	
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin: 4px !important;
}
a.button:hover {
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/* @end */

/* @group White  */
a.button.white {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e3e3e3));
  background-image: -webkit-linear-gradient(#ffffff, #e3e3e3);
  background-image: -moz-linear-gradient(#ffffff, #e3e3e3);
  background-image: -o-linear-gradient(#ffffff, #e3e3e3);
  background-image: linear-gradient(#ffffff, #e3e3e3);
  border: 1px solid #dbdbdb;
  -moz-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: #333333;
  text-shadow: 0 1px 0 white;
  position: relative;
}
a.button.white:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dbdbdb), color-stop(100%, #f2f2f2));
  background-image: -webkit-linear-gradient(#dbdbdb, #f2f2f2);
  background-image: -moz-linear-gradient(#dbdbdb, #f2f2f2);
  background-image: -o-linear-gradient(#dbdbdb, #f2f2f2);
  -moz-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.white:active {
  -moz-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #d4d4d4, inset 0 0 8px 4px #d4d4d4, 0 1px 1px 0 #eeeeee;
  border: 1px solid #c2c2c2;
}
a.button.white span.btn_caption {
  color: gray;
  text-shadow: 0 1px 0 white;
}

/* @end */
/* @group Gray  */
a.button.gray {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #c9c9c9));
  background-image: -webkit-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -moz-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -o-linear-gradient(#e6e6e6, #c9c9c9);
  border: 1px solid #c2c2c2;
  -moz-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 white, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: #333333;
  text-shadow: 0 1px 0 #f1eeee;
  position: relative;
}
a.button.gray:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2c2c2), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -moz-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -o-linear-gradient(#c2c2c2, #d9d9d9);
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #f2f2f2, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #f2f2f2, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.gray:active {
  -moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
  color: #666666;
  text-shadow: 0 1px 0 #f1eeee;
}

/* @end */
/* @group Black  */
a.button.black {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #404040), color-stop(100%, #242424));
  background-image: -webkit-linear-gradient(#404040, #242424);
  background-image: -moz-linear-gradient(#404040, #242424);
  background-image: -o-linear-gradient(#404040, #242424);
  border: 1px solid #1c1c1c;
  -moz-box-shadow: inset 0 1px 0 0 #595959, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #595959, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #595959, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #595959, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #150f0f;
  position: relative;
}
a.button.black:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c1c1c), color-stop(100%, #333333));
  background-image: -webkit-linear-gradient(#1c1c1c, #333333);
  background-image: -moz-linear-gradient(#1c1c1c, #333333);
  background-image: -o-linear-gradient(#1c1c1c, #333333);
  -moz-box-shadow: inset 0 1px 0 0 #4d4d4d, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #4d4d4d, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #4d4d4d, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #4d4d4d, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.black:active {
  -moz-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #141414, inset 0 0 8px 4px #141414, 0 1px 1px 0 #eeeeee;
  border: 1px solid #030303;
}
a.button.black span.btn_caption {
  color: #bfbfbf;
  text-shadow: 0 1px 0 #150f0f;
}

/* @end */
/* @group Light Blue  */
a.button-alt,a.button.lightblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5aa1d8), color-stop(100%, #2489d6));
  background-image: -webkit-linear-gradient(#5aa1d8, #2489d6);
  background-image: -moz-linear-gradient(#5aa1d8, #2489d6);
  background-image: -o-linear-gradient(#5aa1d8, #2489d6);
  border: 1px solid #258cda;
  -moz-box-shadow: inset 0 1px 0 0 #85b9e0, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #85b9e0, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #85b9e0, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #85b9e0, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #1976be;
  position: relative;
}
a.button-alt:hover,
a.button.lightblue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2380c7), color-stop(100%, #4a95cf));
  background-image: -webkit-linear-gradient(#2380c7, #4a95cf);
  background-image: -moz-linear-gradient(#2380c7, #4a95cf);
  background-image: -o-linear-gradient(#2380c7, #4a95cf);
  -moz-box-shadow: inset 0 1px 0 0 #75acd7, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #75acd7, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #75acd7, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #75acd7, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button-alt:active,
a.button.lightblue:active {
  -moz-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  border: 1px solid #2280c9;
}
a.button.lightblue span.btn_caption {
  color: #acd3f1;
  text-shadow: 0 1px 0 #1976be;
}

/* @end */
/* @group Blue  */
a.button.blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #597db1), color-stop(100%, #3a6198));
  background-image: -webkit-linear-gradient(#597db1, #3a6198);
  background-image: -moz-linear-gradient(#597db1, #3a6198);
  background-image: -o-linear-gradient(#597db1, #3a6198);
  border: 1px solid #3b639b;
  -moz-box-shadow: inset 0 1px 0 0 #7d99bf, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #7d99bf, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #7d99bf, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #7d99bf, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #2a4f83;
  position: relative;
}
a.button.blue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #365a8c), color-stop(100%, #51719e));
  background-image: -webkit-linear-gradient(#365a8c, #51719e);
  background-image: -moz-linear-gradient(#365a8c, #51719e);
  background-image: -o-linear-gradient(#365a8c, #51719e);
  -moz-box-shadow: inset 0 1px 0 0 #728cb1, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #728cb1, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #728cb1, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #728cb1, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.blue:active {
  -moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  border: 1px solid #355a8d;
}
a.button.blue span.btn_caption {
  color: #9ab5da;
  text-shadow: 0 1px 0 #2a4f83;
}

/* @end */
/* @group Dark Blue  */
a.button.darkblue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3054a1), color-stop(100%, #1c3b7d));
  background-image: -webkit-linear-gradient(#3054a1, #1c3b7d);
  background-image: -moz-linear-gradient(#3054a1, #1c3b7d);
  background-image: -o-linear-gradient(#3054a1, #1c3b7d);
  border: 1px solid #1d3d81;
  -moz-box-shadow: inset 0 1px 0 0 #416ac3, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #416ac3, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #416ac3, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #416ac3, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #122c63;
  position: relative;
}
a.button.darkblue:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1a3570), color-stop(100%, #2e4b8a));
  background-image: -webkit-linear-gradient(#1a3570, #2e4b8a);
  background-image: -moz-linear-gradient(#1a3570, #2e4b8a);
  background-image: -o-linear-gradient(#1a3570, #2e4b8a);
  -moz-box-shadow: inset 0 1px 0 0 #3e61ac, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #3e61ac, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #3e61ac, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #3e61ac, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.darkblue:active {
  -moz-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #183063, inset 0 0 8px 4px #183063, 0 1px 1px 0 #eeeeee;
  border: 1px solid #193570;
}
a.button.darkblue span.btn_caption {
  color: #6087dc;
  text-shadow: 0 1px 0 #122c63;
}

/* @end */
/* @group Light Green  */
a.button.lightgreen {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #80bf4f), color-stop(100%, #63a72f));
  background-image: -webkit-linear-gradient(#80bf4f, #63a72f);
  background-image: -moz-linear-gradient(#80bf4f, #63a72f);
  background-image: -o-linear-gradient(#80bf4f, #63a72f);
  border: 1px solid #65ab30;
  -moz-box-shadow: inset 0 1px 0 0 #9bcb76, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #9bcb76, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #9bcb76, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #9bcb76, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #529122;
  position: relative;
}
a.button.lightgreen:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c9a2d), color-stop(100%, #73af46));
  background-image: -webkit-linear-gradient(#5c9a2d, #73af46);
  background-image: -moz-linear-gradient(#5c9a2d, #73af46);
  background-image: -o-linear-gradient(#5c9a2d, #73af46);
  -moz-box-shadow: inset 0 1px 0 0 #8ebf69, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #8ebf69, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #8ebf69, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #8ebf69, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.lightgreen:active {
  -moz-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #558d2a, inset 0 0 8px 4px #558d2a, 0 1px 1px 0 #eeeeee;
  border: 1px solid #5c9b2c;
}
a.button.lightgreen span.btn_caption {
  color: #b8e297;
  text-shadow: 0 1px 0 #529122;
}

/* @end */
/* @group Green  */
a.button.green {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #668b46), color-stop(100%, #4a6d2c));
  background-image: -webkit-linear-gradient(#668b46, #4a6d2c);
  background-image: -moz-linear-gradient(#668b46, #4a6d2c);
  background-image: -o-linear-gradient(#668b46, #4a6d2c);
  border: 1px solid #4d702e;
  -moz-box-shadow: inset 0 1px 0 0 #7fa95b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #7fa95b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #7fa95b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #7fa95b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #39571e;
  position: relative;
}
a.button.green:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #436129), color-stop(100%, #5a7641));
  background-image: -webkit-linear-gradient(#436129, #5a7641);
  background-image: -moz-linear-gradient(#436129, #5a7641);
  background-image: -o-linear-gradient(#436129, #5a7641);
  -moz-box-shadow: inset 0 1px 0 0 #739457, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #739457, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #739457, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #739457, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.green:active {
  -moz-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #3c5625, inset 0 0 8px 4px #3c5625, 0 1px 1px 0 #eeeeee;
  border: 1px solid #436228;
}
a.button.green span.btn_caption {
  color: #9bc874;
  text-shadow: 0 1px 0 #39571e;
}

/* @end */
/* @group Dark Green  */
a.button.darkgreen {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #497c22), color-stop(100%, #2f5511));
  background-image: -webkit-linear-gradient(#497c22, #2f5511);
  background-image: -moz-linear-gradient(#497c22, #2f5511);
  background-image: -o-linear-gradient(#497c22, #2f5511);
  border: 1px solid #315912;
  -moz-box-shadow: inset 0 1px 0 0 #61a22f, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #61a22f, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #61a22f, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #61a22f, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #1e3909;
  position: relative;
}
a.button.darkgreen:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #28480f), color-stop(100%, #3e651f));
  background-image: -webkit-linear-gradient(#28480f, #3e651f);
  background-image: -moz-linear-gradient(#28480f, #3e651f);
  background-image: -o-linear-gradient(#28480f, #3e651f);
  -moz-box-shadow: inset 0 1px 0 0 #568a2e, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #568a2e, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #568a2e, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #568a2e, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.darkgreen:active {
  -moz-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #213b0d, inset 0 0 8px 4px #213b0d, 0 1px 1px 0 #eeeeee;
  border: 1px solid #28480f;
}
a.button.darkgreen span.btn_caption {
  color: #7ad733;
  text-shadow: 0 1px 0 #1e3909;
}

/* @end */
/* @group Light Red  */
a.button.lightred {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da5858), color-stop(100%, #d82222));
  background-image: -webkit-linear-gradient(#da5858, #d82222);
  background-image: -moz-linear-gradient(#da5858, #d82222);
  background-image: -o-linear-gradient(#da5858, #d82222);
  border: 1px solid #dd2222;
  -moz-box-shadow: inset 0 1px 0 0 #e28383, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #e28383, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #e28383, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #e28383, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #c01616;
  position: relative;
}
a.button.lightred:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca2121), color-stop(100%, #d14747));
  background-image: -webkit-linear-gradient(#ca2121, #d14747);
  background-image: -moz-linear-gradient(#ca2121, #d14747);
  background-image: -o-linear-gradient(#ca2121, #d14747);
  -moz-box-shadow: inset 0 1px 0 0 #d97373, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #d97373, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #d97373, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #d97373, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.lightred:active {
  -moz-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bc2020, inset 0 0 8px 4px #bc2020, 0 1px 1px 0 #eeeeee;
  border: 1px solid #cb2020;
}
a.button.lightred span.btn_caption {
  color: #f2abab;
  text-shadow: 0 1px 0 #c01616;
}

/* @end */
/* @group Red  */
a.button.red {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d81818), color-stop(100%, #ae0a0a));
  background-image: -webkit-linear-gradient(#d81818, #ae0a0a);
  background-image: -moz-linear-gradient(#d81818, #ae0a0a);
  background-image: -o-linear-gradient(#d81818, #ae0a0a);
  border: 1px solid #b20a0a;
  -moz-box-shadow: inset 0 1px 0 0 #e73c3c, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #e73c3c, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #e73c3c, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #e73c3c, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #900404;
  position: relative;
}
a.button.red:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9e0a0a), color-stop(100%, #bc1a1a));
  background-image: -webkit-linear-gradient(#9e0a0a, #bc1a1a);
  background-image: -moz-linear-gradient(#9e0a0a, #bc1a1a);
  background-image: -o-linear-gradient(#9e0a0a, #bc1a1a);
  -moz-box-shadow: inset 0 1px 0 0 #de2b2b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #de2b2b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #de2b2b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #de2b2b, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.red:active {
  -moz-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #8f0a0a, inset 0 0 8px 4px #8f0a0a, 0 1px 1px 0 #eeeeee;
  border: 1px solid #9f0909;
}
a.button.red span.btn_caption {
  color: #f76464;
  text-shadow: 0 1px 0 #900404;
}

/* @end */
/* @group Dark Red  */
a.button.darkred {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #981010), color-stop(100%, #6b0606));
  background-image: -webkit-linear-gradient(#981010, #6b0606);
  background-image: -moz-linear-gradient(#981010, #6b0606);
  background-image: -o-linear-gradient(#981010, #6b0606);
  border: 1px solid #6f0606;
  -moz-box-shadow: inset 0 1px 0 0 #c41717, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #c41717, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #c41717, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #c41717, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #4b0202;
  position: relative;
}
a.button.darkred:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5c0505), color-stop(100%, #7e1010));
  background-image: -webkit-linear-gradient(#5c0505, #7e1010);
  background-image: -moz-linear-gradient(#5c0505, #7e1010);
  background-image: -o-linear-gradient(#5c0505, #7e1010);
  -moz-box-shadow: inset 0 1px 0 0 #a91919, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #a91919, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #a91919, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #a91919, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.darkred:active {
  -moz-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #4d0505, inset 0 0 8px 4px #4d0505, 0 1px 1px 0 #eeeeee;
  border: 1px solid #5c0505;
}
a.button.darkred span.btn_caption {
  color: #f41f1f;
  text-shadow: 0 1px 0 #4b0202;
}

/* @end */
/* @group Yellow  */
a.button.yellow {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1c81a), color-stop(100%, #a79f0c));
  background-image: -webkit-linear-gradient(#d1c81a, #a79f0c);
  background-image: -moz-linear-gradient(#d1c81a, #a79f0c);
  background-image: -o-linear-gradient(#d1c81a, #a79f0c);
  border: 1px solid #aca40c;
  -moz-box-shadow: inset 0 1px 0 0 #e4dc3a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #e4dc3a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #e4dc3a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #e4dc3a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #8a8305;
  position: relative;
}
a.button.yellow:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98910b), color-stop(100%, #b6ae1b));
  background-image: -webkit-linear-gradient(#98910b, #b6ae1b);
  background-image: -moz-linear-gradient(#98910b, #b6ae1b);
  background-image: -o-linear-gradient(#98910b, #b6ae1b);
  -moz-box-shadow: inset 0 1px 0 0 #dbd229, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #dbd229, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #dbd229, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #dbd229, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.yellow:active {
  -moz-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #89830b, inset 0 0 8px 4px #89830b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #99910b;
}
a.button.yellow span.btn_caption {
  color: #f5ed61;
  text-shadow: 0 1px 0 #8a8305;
}

/* @end */
/* @group Orange  */
a.button.orange {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1911a), color-stop(100%, #a7710c));
  background-image: -webkit-linear-gradient(#d1911a, #a7710c);
  background-image: -moz-linear-gradient(#d1911a, #a7710c);
  background-image: -o-linear-gradient(#d1911a, #a7710c);
  border: 1px solid #ac740c;
  -moz-box-shadow: inset 0 1px 0 0 #e4a83a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #e4a83a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #e4a83a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #e4a83a, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #8a5b05;
  position: relative;
}
a.button.orange:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98670b), color-stop(100%, #b6801b));
  background-image: -webkit-linear-gradient(#98670b, #b6801b);
  background-image: -moz-linear-gradient(#98670b, #b6801b);
  background-image: -o-linear-gradient(#98670b, #b6801b);
  -moz-box-shadow: inset 0 1px 0 0 #db9d29, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #db9d29, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #db9d29, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #db9d29, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.orange:active {
  -moz-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #99670b;
}
a.button.orange span.btn_caption {
  color: #f5c161;
  text-shadow: 0 1px 0 #8a5b05;
}

/* @end */
/* @group Brown  */
a.button.brown {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #775e28), color-stop(100%, #513e15));
  background-image: -webkit-linear-gradient(#775e28, #513e15);
  background-image: -moz-linear-gradient(#775e28, #513e15);
  background-image: -o-linear-gradient(#775e28, #513e15);
  border: 1px solid #554116;
  -moz-box-shadow: inset 0 1px 0 0 #9b7b36, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #9b7b36, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #9b7b36, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #9b7b36, 0px 0px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 0 #37290c;
  position: relative;
}
a.button.brown:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #443512), color-stop(100%, #614d24));
  background-image: -webkit-linear-gradient(#443512, #614d24);
  background-image: -moz-linear-gradient(#443512, #614d24);
  background-image: -o-linear-gradient(#443512, #614d24);
  -moz-box-shadow: inset 0 1px 0 0 #836a34, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 0 #836a34, 0px 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 1px 0 0 #836a34, 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 0 #836a34, 0px 0px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
a.button.brown:active {
  -moz-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #382b0f, inset 0 0 8px 4px #382b0f, 0 1px 1px 0 #eeeeee;
  border: 1px solid #453512;
}
a.button.brown span.btn_caption {
  color: #cea03b;
  text-shadow: 0 1px 0 #37290c;
}

/* @end */

/* @end */

/* End Button Styles */

	
/* @group Tabs */

	*:not(div.type-product) ul.tabs { 
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #ddd; }
	*:not(div.type-product) ul.tabs li { 
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; }
	*:not(div.type-product) ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 29px; 
		padding: 0px 20px; 
		line-height: 30px; 
		border: solid 1px #ddd;
		border-width: 1px 0 0 1px; 
		margin: 0;  
		background: #f5f5f5;
		font-size: 13px; }
	*:not(div.type-product) ul.tabs li a.active { 
		background: #000; 
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		color: #111;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	*:not(div.type-product) ul.tabs li:first-child a {
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	*:not(div.type-product) ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	
	*:not(div.type-product) ul.tabs-content { margin: 0; display: block; }
	*:not(div.type-product) ul.tabs-content > li { display:none; }
	*:not(div.type-product) ul.tabs-content > li.active { display: block; }
		
	/* Clearfixing tabs for beautiful stacking */
	*:not(div.type-product) ul.tabs:before,
	*:not(div.type-product) ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	*:not(div.type-product) ul.tabs:after {
	  clear: both; }
	*:not(div.type-product) ul.tabs {
	  zoom: 1; }
	  
	*:not(div.type-product) ul.tabs a {
		transition: none !important; none !important; -webkit-transition: none !important; -moz-transition: none !important; -o-transition: none !important;
	}


/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	margin-bottom: 1px;
	background-color: #fff;
}


p.trigger {
	display: block;	
	padding:  8px 8px 8px 16px;
	margin: 0;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 175%;
}

/* Up Toggle State */

p.trigger {
	background: #f8f8f8 url(images/icons/16_expand.png) no-repeat 10px center;
	border-top: 1px solid #e5e5e5;
	padding-left: 34px;
}

p.trigger a {
	color: #2774ae;
	text-shadow: #fff 1px -1px 0;
	text-decoration: none;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #fff url(images/icons/16_expand.png) no-repeat 10px center;
}

p.trigger a:hover,p.trigger.active a:hover {
	color: #2774ae;
	text-shadow: #fff -1px 1px 0;
}

/* Active Toggle State */

p.trigger.active {
	background: #fff url(images/icons/16_collapse.png) no-repeat 10px center;
	border-top: 1px solid #ebebeb;
}

p.trigger.active a {
	color: #000;
	text-shadow: #fff 1px 1px 0;
}

/* @end */

/* @group Callouts */

/* Callout Box */

.cta {
	margin: 10px auto 10px auto;
	padding: 10px 20px;
	background-color: #f2f2f2;
	border: 1px solid #dcdcdc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-shadow: #fff 1px 1px 0;
	 box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
	position: relative;
}

.cta p {
	margin: 0;
	padding: 0;
}

.cta h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}


/* @end */


/* @group Comments */

/* Needs RWD Check */
#respond {margin:0px;float:left; padding-top: 10px;width: 100%;}

#respond input[type=text], #respond textarea, #respond input[type=email] { padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box; border: 1px solid #ccc; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

#respond input[type=text], #respond input[type=email] {
	width: 300px;
}

#respond textarea {height:120px; width: 100%; }
#comments { float:left; margin:0;}

#comments {border: 0;width: 100%;}

#comments h3 {display: block; border-bottom: 1px solid #d6d6d6;}
#comments h6 {font-family: "Times New Roman", Times, serif;letter-spacing: normal;text-transform: uppercase;margin: 10px 0px;}

#comments .comment-meta { margin:0px 0px 20px 0px; display:block;}
#comments .commentlist { margin:0px; float:left; list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; clear:both; }
#comments .commentlist li {margin:0; padding:0;  display:block;}



#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}

#comments .single-comment { margin-bottom:20px; position: relative;}
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 10px 20px 0;
	position: relative;
}
#comments .vcard img.avatar {
	border: 1px solid #ddd;
	padding: 5px;	
	background-color: #fff;
	margin: 0 10px 10px 0;
	position: relative;
	z-index:0;
}

#comments .vcard a {
	z-index: 1;
}

#comments .vcard {
	background:url(images/light/comment_author_bg.png) no-repeat top right;
}

.comment-meta, .comment-meta cite a {
	color: #545454;
	font-size: 13px;
	text-decoration: none;
}

.comment-meta cite {
	font-style: normal;
	width: 100%;
	display: block;
}

.comment-meta cite a:hover {
	color: #000;
	text-decoration: underline;
}

.comment-meta span {
	color: #999;
	font-size: 11px;
}

a.comment-reply-link {
	position: absolute; left: 0; top: 50px; display: block; padding: 4px 7px; color: #fff !important; text-decoration: none; font-size: 90%;
}

a.comment-edit-link {
	float: right; font-size: 90%;
}

a.comment-reply-login {
	font-size: 80%;
}

#respond h3 {
	margin-top: 30px;
}

#respond {
	z-index: 10; position: relative;
}

/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0 1% 15px 1%;
	text-align: center;
	list-style: none;
	padding: 0;
	display: inline-block;
}

.gallery.gallery-columns-2 .gallery-item {
	width: 48%;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 31%;
}

.gallery.gallery-columns-4 .gallery-item {
	width: 23%;
}

.gallery.gallery-columns-5 .gallery-item {
	width: 18%;
}

.gallery.gallery-columns-6 .gallery-item {
	width: 14.66%;
}

.gallery.gallery-columns-7 .gallery-item {
	width: 12.28%;
}

.gallery.gallery-columns-8 .gallery-item {
	width: 10.5%;
}

.gallery.gallery-columns-9 .gallery-item {
	width: 9.11%;
}

.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 98% !important;
	height: auto;
	margin: 0;
	background-color: #fff;
    position: relative;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; padding: 5px;
	display: inline-block;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.04);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

.gallery-icon a.alignleft {
	margin-right: 0 !important;
}


/* Attachment Page */

#nav-below {
	width: 100%;
	clear: both;
	padding: 5px 0;
	margin: 5px 0 20px 0;
	border: 1px solid #eee;
	border-width: 1px 0 1px 0;
	overflow: hidden;
	font-size: 90%;
}

#nav-below .nav-previous a {
	float: left;
	
}
#nav-below .nav-next a {
	float: right;
}
.entry-caption {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}


/* @end */

/* @group Misc */





/* Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest,
body.logged-in li.guest {
	display: none;
}
	
/* #Images
================================================== */

img.scale-with-grid { 
	max-width: 100%;
	height: auto; }

			
/* #Forms (see formalize.css)
================================================== */


	label,legend {
	font-weight: bold;font-size: 13px;
	display: inline-block;
	}
	
	input[type="checkbox"] {display: inline; }

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.add-top { margin-top: 20px !important; }

.bypostauthor,.gallery-caption {}

/* @end */


/* @group Plugins */

/* Visual Composer */
.vc_text_separator div {
	font-size: 80%;
	color: #666;
}

#content h4.wpb_toggle {
	font-size: 120%;
}

.wpb_content_element div.ui-tabs .ui-tabs-nav li {
	background-color: #fff !important;
}

li.ui-state-default {
	background-image: none !important;
	background-image: none !important;
}

.wpb_tabs li.ui-state-default {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.wpb_tour li.ui-state-default {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ui-tabs-nav {
	position: relative;
	z-index: 1;
}

.wpb_tabs .ui-tabs .ui-tabs-panel {
	position: relative;
	margin-top: -1px;
	border: 1px solid #aaa;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
}

h3.ui-state-default {
	background-image: none !important;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h3.ui-state-default a {
	font-size: 120% !important;
	font-weight: bold;
}

.wpb_accordion .ui-accordion .ui-accordion-content {
	border: 1px solid;
	border-top: none !important;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.wpb_accordion_section {
	margin: 0 0 2px 0;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
	margin-bottom: 0 !important;
}

.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active {
	border-radius: 3px 3px 0 0 !important;
	-moz-border-radius: 3px 3px 0 0 !important;
	-webkit-border-radius: 3px 3px 0 0 !important;
}

/* CONTACT FORM & */

form.wpcf7-form {
	width: 88%;
	position: relative;
}

form.wpcf7-form input[type=text], form.wpcf7-form input[type=email], form.wpcf7-form input[type=password], form.wpcf7-form textarea {
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

span.wpcf7-not-valid-tip {
	top: 2px !important; left: 0 !important; padding: 3px 3px 4px 3px !important;
}

span.wpcf7-form-control-wrap {
	overflow: hidden; display: inline-block; width: 100%; position: relative;
}

div.wpcf7-validation-errors {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* EWDP */
form.ewd_form input[type=text], form.ewd_form input[type=email], form.ewd_form input[type=password], form.ewd_form textarea {
	padding: 5px 10px !important;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	position: relative !important;
	margin-left: 4px !important;
}

form.ewd_form label {
	margin-left: 4px;
}

p.donation label {
	font-size: 18px !important;
}

p.donation label.padding5 {
	padding: 5px 0 !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

p.donation label.padding5 input[type=text] {
	width: 95% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none !important;
}

/* MEJS */
.mejs-button button {
	background-color: none;
}
/* @end */	