@charset UTF-8;

/*

	Stylesheet layout

	#0 Initial Style
	#1 Header
	#2 Main Menu
	#3 Content
	#4 Sidebar
	#5 Footer
	#7 Additional style
	
*/


/* #0 Initial Style */

/*@import url(http://fonts.googleapis.com/css?family=Rambla:400,700);*/

html {
	display: block;
	min-height: 100%;
	height: 100%;
}

body {
	font: 13px Arial, sans-serif;
	color: #000;
	background: #f0e5ce url(../images/background.jpg) repeat center top;
	min-height: 100%;
	display: block;
	overflow-x: hidden;
}

#wrapper {
	background: transparent url(../images/top-shade.png) repeat-x center top;
}

a {
	color: #3a2a1d;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

a:hover {
	color: #232323;
	text-decoration: none;
}

a:active {
	color: orange;
	outline: 0;
}

.clear-float {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.wrapp {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}

.content-wrapper,
.inner-wrapper {
	display: block;
	width: 1000px;
	margin: 0px auto 0px auto;
}

i.fa {
	line-height: inherit!important;
	font-size: inherit;
	height: inherit!important;
	vertical-align: baseline!important;
}

h1, h2, h3, h4, h5, h6,
.content-wrapper, #footer {
	font-family: 'Rambla', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 15px;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.content-wrapper, #footer {
	font-size: 14px;
}

p {
	line-height: 150%;
}


/* #1 Header */

#header {

}

.upper-menu {
	display: block;
	border-bottom: 1px dotted #cac6c1;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.upper-menu:after {
	display: block;
	content: '';
	clear: both;
}

.upper-menu li {
	float: left;
	display: block;
	font-size: 12px;
}

.upper-menu .left li {
	margin-right: 15px;
}

.upper-menu .right li {
	margin-left: 15px;
}

.upper-menu li a {
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.upper-menu li a:hover {
	opacity: 100;
	filter: alpha(opacity=100);
}

.upper-menu li a i.fa {
	padding-right: 6px;
}

.header-content {
	display: table;
	margin-bottom: 25px;
	width: 100%;
	min-height: 110px;
}

.header-content > div {
	display: table-cell;
	vertical-align: middle;
}

.header-content .header-logo {
	text-align: left;
	width: 60%;
}

.header-content .header-logo h1 {
	font-size: 49px;
	margin: 12px 0;
}

.header-content .header-widget {
	text-align: right;
}

.upcomming-widget {
	display: block;
	text-align: center;
}

.upcomming-widget > span {
	font-size: 13px;
	font-family: 'Rambla', sans-serif;
	display: block;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.upcomming-widget > a {
	font-size: 16px;
	font-family: 'Rambla', sans-serif;
	display: block;
}

.upcomming-widget .ch-countdown {
	display: block;
	padding-top: 12px;
}

.upcomming-widget .ch-countdown .count-num {
	display: inline-block;
	position: relative;
	margin: 0 4px;
}

.upcomming-widget .ch-countdown .count-num:after {
	display: block;
	position: absolute;
	right: -8px;
	top: 6px;
	content: ':';
	font-size: 14px;
	font-weight: bold;

}

.upcomming-widget .ch-countdown .count-num:last-child:after {
	display: none;
}

.upcomming-widget .ch-countdown .count-num .count-flips {
	display: block;
	color: #fff;
}

.upcomming-widget .ch-countdown .count-num .count-flips i {
	display: inline-block;
	margin-right: 1px;
	background: red;
	font-style: normal;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid transparent;
	box-shadow: inset 0 130px 100px -100px rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
}

.upcomming-widget .ch-countdown .count-num > span {
	display: block;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
}



/* #2 Main Menu */

#main-menu {
	position: relative;
	z-index: 100;
	display: block;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	font-family: 'Rambla', sans-serif;
	margin-bottom: 25px;
	border: 1px solid transparent;
	box-shadow: inset 0 130px 100px -100px rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
}

#main-menu .no-menu {
	display: block;
	padding: 15px 18px;
	color: rgba(255,255,255,0.8);
}

#main-menu a {
	color: #fbf4e7;
}

#main-menu > ul > li {
	display: block;
	float: left;
}

#main-menu > ul > li > a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	padding: 19px 25px 20px 25px;
	display: block;
	box-shadow: inset -1px 0 0 rgba(255,255,255,0.06), 1px 0 0 rgba(0,0,0,0.13);
}

/*#main-menu > ul > li:hover > a {
	background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
	box-shadow: inset -1px 0 0 rgba(0,0,0,0.13), 1px 0 0 rgba(255,255,255,0.05);
}*/

#main-menu > ul > li:hover > a {
	box-shadow: inset -1px 0 0 rgba(0,0,0,0.13), 1px 0 0 rgba(255,255,255,0.05), inset 0 110px 60px -60px rgba(0,0,0,0.2);
}

#main-menu > ul > li.double-row > a {
	padding: 13px 26px;
}

#main-menu > ul > li.double-row > a i {
	display: block;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main-menu:after {
	display: block;
	content: '';
	clear: both;
}


/* submenu */

#main-menu > ul li:hover > ul {
	display: block;
}

#main-menu > ul > li > ul {
	display: none;
	position: absolute;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	width: 250px;
	box-shadow: inset -10000px 0 0 rgba(0,0,0,0.095), inset -10000px 0 0 rgba(255,255,255,0.04);
	border-radius: 0 0 3px 3px;
}

#main-menu > ul > li > ul li {
	display: block;
	position: relative;
	border-bottom: 1px dotted rgba(255,255,255,0.12);
}

#main-menu > ul > li > ul li a {
	display: block;
	padding: 14px 27px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

#main-menu > ul > li > ul li a span {
	display: block;
	position: relative;
}

#main-menu > ul > li > ul li a span:after {
	display: block;
	position: absolute;
	content: '\f0da';
	font-family: 'FontAwesome';
	right: 0px;
	top: 0px;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
}

#main-menu > ul > li > ul li:hover > a {
	background: rgba(0,0,0,0.1);
}

#main-menu > ul > li > ul ul {
	display: none;
	position: absolute;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	width: 250px;
	box-shadow: inset -10000px 0 0 rgba(0,0,0,0.095), inset -10000px 0 0 rgba(255,255,255,0.04);
	border-radius: 0 3px 3px 3px;
	margin-left: 100%;
	top: 0px;
}




/* #3 Content */

#container {
	
}

#content {
	
}

.content-wrapper {
	margin-bottom: 30px;
	text-shadow: 0 1px #fff;
}

.content-wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.content-wrapper #container {
	width: 100%;
}

.content-wrapper.with-sidebar #container {
	width: 670px;
	float: left;
}

.simple-block {
	margin-bottom: 30px;
}

.light-block {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 211, 200, 177 );
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.06), inset 0 400px 300px -300px rgba(255,255,255,0.5);
	padding: 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.block-title {
	display: block;
	margin-bottom: 23px;
	padding-bottom: 23px;
	position: relative;
	font-size: 24px;
}

.post-pager:before,
.comments-pager:before,
.media-gallery .item:before,
#comments li:before,
.blog-list .item:before,
#sidebar .d-articles .item:before,
.item-split:before,
.media-gallery-block .item:before,
.event-list .item:before,
.post-list .item:before,
.block-title:before {
	display: block;
	position: absolute;
	content: '.............................................................................................................................................................................................................................................................................................';
	font-size: 12px;
	text-shadow: 0 1px #fff;
	left: 0px;
	width: 100%;
	bottom: -2px;
	overflow: hidden;
	line-height: 12px;
	letter-spacing: 1px;
	opacity: 0.2;
	font-weight: bold;
}

.main-split:after {
	display: block;
	clear: both;
	content: '';
}

.main-split > div {
	width: 48%;
	margin-left: 4%;
	float: left;
}

.main-split > div:nth-child(2n+1) {
	margin-left: 0px;
}

.post-a {
	display: inline-block;
	margin-right: 14px;
	font-size: 13px;
}

.post-a i.fa {
	margin-right: 7px;
}

.post-list {
	display: block;
}

.event-list .item,
.post-list .item {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.event-list .item:after,
.post-list .item:after {
	display: block;
	clear: both;
	content: '';
}

.post-list .item .item-content {
	display: block;
	margin-left: 95px;
}

.event-list .item .item-content h3,
.post-list .item .item-content h3 {
	font-size: 19px;
	margin-bottom: 8px;
}

.event-list .item .item-content p,
.post-list .item .item-content p {
	margin-bottom: 12px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.event-list .item .item-head,
.post-list .item .item-head {
	display: block;
	float: left;
}

.post-list .item .item-head img {
	background: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 3px;
}

.event-list .item:last-child,
.post-list .item:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.event-list .item:last-child:before,
.post-list .item:last-child:before {
	display: none;
}

.item-list {
	display: block;
}

.item-list:after {
	display: block;
	clear: both;
	content: '';
}

.item-list > div {
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.item-list.items-2 > div {
	width: 50%;
}

.item-list.items-3 > div {
	width: 33.33%;
}

.item-list.items-4 > div {
	width: 25%;
}

.item-list > div.item {
	padding: 20px 20px;
	text-align: center;
}

.item-list > div.item i.fa {
	font-size: 60px!important;
	margin-bottom: 15px;
	color: #3a2a1d;
}

.item-list > div.item h3 {
	font-size: 23px;
	margin-bottom: 10px;
}

.item-list > div.item p {
	margin-bottom: 0px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.item-list-row {
	display: table;
}

.item-list-row > .item {
	display: table-cell;
}

.huge-title {
	font-size: 35px;
}

.link-item {
	display: block;
	padding: 13px 10px 13px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-left: 30px;
}

.link-item:last-child {
	border-bottom: 0px;
}

.item-list-row p:last-child {
	margin-bottom: 0px;
}

.link-item a {
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
}

.link-item a i.fa {
	padding-left: 8px;
	color: #cd8348;
	font-size: 14px;
}

hr {
	border: 0px;
	height: 1px;
	width: 100%;
	background: rgba(0,0,0,0.1);
	margin-bottom: 30px;
}

.event-list .item .item-content {
	display: block;
	margin-left: 78px;
}

.event-icon {
	display: inline-block;
	background: rgba(255,255,255,0.8);
	padding: 15px 12px 8px 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.1), 0 2px 0 1px rgba(0,0,0,0.08);
	text-transform: uppercase;
	text-align: center;
	width: 35px;
	position: relative;
}

.event-icon:before {
	display: block;
	content: '';
	top: -1px;
	left: -1px;
	right: -1px;
	height: 8px;
	background: #c5dd72;
	position: absolute;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);

}

.event-icon strong {
	display: block;
	font-size: 24px;
	line-height: 24px;
}

.event-icon span {
	display: block;
	font-size: 13px;
	line-height: 13px;
}

.donation-stats {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.progress-bar {
	display: block;
	margin-bottom: 40px;
}

.progress-bar .border-bar {
	display: block;
	border-radius: 7px;
	-moz-border-radius: 7px;
	height: 11px;
	padding: 1px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
	text-align: left;
}

.progress-bar .border-bar .the-progress {
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	height: 7px;
	padding: 1px;
	background-color: #87aa1e;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	border: 1px solid rgba(0,0,0,0.2);
	position: relative;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.progress-bar .border-bar .the-progress span {
	position: absolute;
	left: 0px;
	top: 100%;
	margin-top: 12px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.progress-bar .border-bar .the-progress strong {
	position: absolute;
	right: 0px;
	top: 100%;
	margin-top: 12px;
	width: 80px;
	text-align: center;
	margin-right: -40px;
}

.progress-bar .border-bar .the-progress strong:before {
	display: block;
	position: absolute;
	top: -10px;
	left: 47%;
	content: '\f0d8';
	font-size: 10px;
	font-family: "FontAwesome";
}

.media-gallery-block {
	display: block;
}

.media-gallery-block .item {
	display: block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.media-gallery-block .item .t-title {
	display: block;
	clear: both;
	padding-top: 10px;
}

.media-gallery-block .item .t-title h3 {
	margin-bottom: 0px;
}

.media-gallery-block .item .gallery-item {
	display: block;
	float: left;
	margin-right: 2.24%;
	width: 18.2%;
	padding: 0px;
}

.media-gallery-block .item .gallery-item.link-block {
	margin-right: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	position: relative;
}

.media-gallery-block .item .gallery-item.link-block img {
	background: rgba(0,0,0,0.08);
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 0 rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,0.8);
}

.media-gallery-block .item .gallery-item.link-block:hover img {
	background: rgba(0,0,0,0.12);
}

#comments .comment-avatar img,
.media-gallery-block .item .gallery-item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 79px;
	padding: 3px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.media-gallery-block .item:last-child {
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.media-gallery-block .item:last-child:before {
	display: none;
}

.media-gallery-block .item .gallery-item.link-block a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30%;
	height: 70%;
	vertical-align: middle;
}

.staff-block .item {
	display: block;
	float: left;
	width: 48%;
	margin-left: 4%;
	margin-bottom: 5px;
}

.staff-block:after,
.staff-block .item:after {
	display: block;
	clear: both;
	content: '';
}

.staff-block .item .item-photo {
	display: block;
	float: left;
	padding: 3px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.staff-block .item .item-content {
	display: block;
	margin-left: 148px;
}

.staff-block .item .item-content h3 {
	margin-bottom: 10px;
}

.staff-block .item .item-content p {
	margin-bottom: 0px;
}

.staff-block .item .item-content h3 span {
	display: inline-block;
	font-size: 12px;
	padding: 2px 7px;
	background: #3a2a1d;
	text-shadow: none;
	color: #fff;
	margin: 3px 0 0 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.staff-block .item .item-content .social-links {
	display: block;
	margin-bottom: 10px;
}

.staff-block .item .item-content .social-links a {
	display: inline-block;
	margin-right: 3px;
	padding: 4px 4px;
	background: transparent;
	color: rgba(0,0,0,0.7);
	font-size: 10px;
	line-height: 10px;
	text-shadow: none;
	width: 10px;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.7);
}

.staff-block .item .item-content .social-links a:hover {
	background: rgba(0,0,0,0.7);
	color: #fff;
}

.staff-block .item:nth-child(3n+1) {
	margin-left: 0px;
}

.item-split {
	display: block;
	clear: both;
	height: 5px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 25px;
}

.single-article .item-split {
	padding-top: 0px;
	margin-top: 25px;
}

h3 .value {
	color: #5b7e2a;
}

.blog-list .item:last-child:before {
	display: none;
}

.blog-list .item {
	padding-bottom: 30px;
	margin-bottom: 25px;
	position: relative;
}

.blog-list .item:last-child {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

.blog-list .item .item-header .header-a {
	margin-bottom: 15px;
}

.single-article .header-image {
	margin-top: -28px;
	margin-bottom: 20px;
}

.single-article .header-image,
.blog-list .item .item-header .header-image {
	margin-bottom: 15px;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.single-article .header-image {
	margin-top: -28px;
	margin-bottom: 20px;
}

.single-article .header-image:before,
.blog-list .item .item-header .header-image:before {
	display: block;
	position: absolute;
	content: '';
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12), inset 0 0 5px 1px rgba(0,0,0,0.12);
}

.pagination {
	clear: both;
	display: block;
	text-align: center;
	font-size: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination .page-numbers.next i.fa {
	padding-left: 7px;
}

.pagination .page-numbers.prev i.fa {
	padding-right: 7px;
}

.pagination .page-numbers.next, .pagination .page-numbers.prev {
	padding: 7px 11px;
	margin: 0px 10px;
}

.pagination .page-numbers {
	display: inline-block;
	color: #b61c50;
	text-shadow: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 8px 13px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: transparent;
	border: 1px solid #b61c50;
	margin: 0px 3px;
	text-shadow: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background: #b61c50;
	color: #fff;
}

.comment-form {
	display: block;
	width: 100%;
	max-width: 470px;
	margin-left: auto;
	margin-right: auto;
}

.comment-form p {
	text-align: center;
	display: block;
	margin-bottom: 10px;
}

.comment-form p.form-info {
	margin-bottom: 30px;
}

.comment-form p label {
	display: block;
	float: left;
	width: 20%;
	text-align: right;
	position: relative;
	line-height: 31px;
}

.comment-form p textarea, .comment-form p input {
	display: block;
	margin-left: 23%!important;
}

.comment-form p textarea, .comment-form p input[type=text] {
	width: 65%;
	margin-left: 29%!important;
}

textarea, input[type=password], input[type=text] {
	background: rgba(255,255,255,0.5);
	border: 1px solid #d3cac3;
	box-shadow: 0 1px 0 rgba(255,255,255,0.6), inset 0 1px 0 rgba(0,0,0,0.02);
	padding: 9px 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 13px;
	color: #5d4d43;
	font-family: Arial;
}

.comment-form .required {
	display: inline-block;
	padding-left: 5px;
	font-weight: bold;
	color: #c84c09;
	font-size: 17px;
	line-height: inherit;
}

.comment-form p textarea {
	height: 70px;
	margin-bottom: 15px;
}

.event-list .item-bottom {
	padding-top: 10px;
	padding-bottom: 8px;
	clear: both;
}

.event-header .item-top,
.event-list .item .item-top {
	display: block;
	margin-left: 78px;
}

.event-header .item-top.date-not-set,
.event-list .item .item-top.date-not-set {
	margin-left: 0px;
}

.event-header .item-top h3,
.event-list .item .item-top h3 {
	margin-bottom: 10px;
}

.event-header .item-head {
	display: block;
	float: left;
}

.event-header:after {
	display: block;
	clear: both;
	content: '';
	margin-bottom: 18px;
}

.event-calendar table {
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

.event-calendar .calendar-title {
	margin-bottom: 28px;
	text-align: center;
}

.event-calendar .calendar-title h3 {
	padding-top: 7px;
}

.event-calendar table {
	width: 100%;
}

.event-calendar table td {
	border: 1px solid #e0d6bc;
	width: 14%;
	height: 120px;
}

.event-calendar table tbody tr:last-child td {
	border-bottom: 0px;
}

.event-calendar table tr td:first-child {
	border-left: 0px;
}

.event-calendar table tr td:last-child {
	border-right: 0px;
}

.event-calendar table tr td {
	border-left: 0px;
}

.event-calendar table tr td:hover {
	background: rgba(255,255,255,0.2);
}

.event-calendar table tr td.today {
	background: rgba(255,255,255,0.3);
}

.event-calendar table tr th {
	padding: 15px 0px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.03);
}

.event-calendar td.notthismonth {
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.event-calendar .date-title {
	padding: 10px;
	text-align: right;
	display: block;
	font-weight: bold;
}

.event-calendar .cal-event {
	display: block;
	padding: 10px;
	padding-top: 0px;
}

.event-calendar .cal-event a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.event-calendar .cal-event a span {
	display: block;
	font-weight: normal;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-size: 12px;
	padding-top: 2px;
}

.media-gallery {
	
}

.media-gallery .item .item-header {
	display: block;
	width: 100%;
	height: auto;
	padding: 3px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.media-gallery .item .item-header img {
	width: 100%;
	height: auto;
}

.media-gallery .item .item-content h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}

.media-gallery .item {
	display: block;
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.media-gallery.row4 .item {
	width: 22.7%;
	margin-left: 3%;
}

.media-gallery.row4 .item:nth-child(4n+1) {
	clear: both;
	margin-left: 0px;
}

.media-gallery.row3 .item {
	width: 31.3%;
	margin-left: 3%;
}

.media-gallery.row3 .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0px;
}

.media-gallery.row2 .item {
	width: 48.5%;
	margin-left: 3%;
}

.media-gallery.row2 .item:nth-child(2n+1) {
	clear: both;
	margin-left: 0px;
}

.pagination {
	clear: both;
}

.read-more-link {
	display: inline-block;
	font-weight: bold;
	color: #c56213;
	font-size: 14px;
}

.read-more-link i.fa {
	padding-right: 8px;
}

.gallery-single {
	display: block;
	width: 840px;
	margin: 0 auto;
}

.gallery-navi {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.gallery-navi strong {
	display: inline-block;
	padding: 5px 20px;
	font-size: 18px;
}

.gallery-navi .button {
	padding: 7px 18px;
}

.gallery-container {
	display: block;
	text-align: center;
	margin-bottom: 25px;
}

.gallery-container img {
	max-width: 100%;
	height: auto;
}

.gallery-single .gallery-thumbs {
	display: block;
	padding: 20px 0;
}

.gallery-single .gallery-thumbs a {
	display: inline-block;
	padding: 3px;
	background: rgba(255,255,255,0.6);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-right: 10px;
}

.gallery-single .gallery-thumbs a.active {
	border: 1px solid #b61c50;
}

.gallery-single .gallery-thumbs img {
	display: block;
	width: 70px;
	height: 70px;
}

.main-slider {
	display: block;
	position: relative;
}

.main-slider .slider-content {
	display: block;
	position: relative;
	z-index: 1;
}

.main-slider .slide {
	display: none;
	/*position: relative;*/
	overflow: hidden;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: absolute;
	top: 0px;
}

.main-slider .slide.active {
	display: block;
	position: relative;
	top: 0px;
	z-index: 2!important;
}

.main-slider .slide:before {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.12), inset 0 0 5px 1px rgba(0,0,0,0.12);
}

.main-slider .slider-navi {
	display: block;
	position: absolute;
	z-index: 3;
	text-align: center;
	bottom: 20px;
	width: 100%;
	left: 0px;
}

.main-slider .slider-navi .slide-button {
	display: inline-block;
	overflow: hidden;
	text-indent: -1000px;
	font-size: 0px;
	width: 12px;
	height: 12px;
	background: rgba(0,0,0,0.4);
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 3px;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.4);
	position: relative;
}

.main-slider .slider-navi .slide-button:hover {
	background: rgba(0,0,0,0.7);
}

.main-slider .slider-navi .slide-button.active:before {
	display: block;
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	right: 3px;
	bottom: 3px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}

.main-slider .slide-layer {
	position: absolute;
	z-index: 2;
	background: #f5e9d9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	width: 350px;
	padding: 20px 25px;
	box-shadow: inset 0 90px 50px -50px rgba(255,255,255,0.6), inset 0 0 0 1px rgba(255,255,255,0.3), 0 0 3px rgba(0,0,0,0.3);
}

.main-slider .slide-layer strong {
	display: block;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-slider .slide-layer span {
	font-size: 15px;
	line-height: 150%;
}

.main-slider .slide-bg {
	position: relative;
	z-index: 0;
}



/* #4 Sidebar */

#sidebar {
	
}

#sidebar .d-articles .item .item-header {
	padding: 0px;
}

#sidebar .d-articles .item .item-header img {
	width: 60px;
}

#sidebar .d-articles .item .item-content {
	margin-left: 80px;
}

.d-articles .item.no-image .item-content {
	margin-left: 0px;
}

#sidebar .d-articles .item {
	position: relative;
}

#sidebar .d-articles .item:last-child:before {
	display: none;
}

.content-wrapper.with-sidebar #sidebar {
	width: 300px;
	float: right;
}

#sidebar > .widget > div > p:last-child {
	margin-bottom: 0px;
}

#sidebar > .widget {
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 211, 200, 177 );
	border-radius: 3px;
	-moz-border-radius: 3px;
	background: rgba(255,255,255,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.06), inset 0 300px 300px -300px rgba(255,255,255,0.7);
	margin-bottom: 20px;
}

#sidebar > .widget > h3 {
	display: block;
	padding: 13px 20px;
	font-size: 17px;
	color: #fbf4e7;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	font-family: 'Rambla', sans-serif;
	border: 1px solid transparent;
	box-shadow: inset 0 130px 100px -100px rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px #232323;
	margin-bottom: 0px;
}

#sidebar .donation-stats {
	width: 90%;
}

#sidebar > .widget > div > ul li,
#sidebar > .widget > ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-top: 5px;
}

#sidebar > .widget > div > ul li:before,
#sidebar > .widget > ul li:before {
	display: block;
	position: absolute;
	content: '\f101';
	font-family: "FontAwesome";
	left: 0px;
	top: 7px;
	font-size: 13px;
}

#sidebar > .widget > ul,
#sidebar > .widget > div {
	padding: 20px;
}

.widget .tagcloud a {
	font-size: 14px!important;
	background: rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.08), inset 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 6px 10px;
	display: inline-block;
	margin: 0 7px 7px 0;
	color: #f6eee0!important;
}

.widget .tagcloud a:hover {
	background: rgba(255,255,255,0.9);
	color: #232323!important;
	text-shadow: 0 1px #fff;
	box-shadow: 0 1px 0 rgba(0,0,0,0.08), inset 0 1px 1px #fff;
}

#footer .icon-line {
	color: #fbf4e7;
}

.icon-line {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: bold;
}

.icon-line i.fa {
	padding-right: 10px;
	width: 15px;
	text-align: center;
}

.d-articles > .item {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed rgba(255,255,255,0.12);
}

.d-articles > .item:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}

.d-articles > .item:after {
	display: block;
	content: '';
	clear: both;
}

.d-articles .item .item-header {
	display: block;
	float: left;
	padding: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background: rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(255,255,255,0.08), inset 0 1px 1px rgba(0,0,0,0.1);
}

.d-articles .item .item-content {
	display: block;
	margin-left: 95px;
}

.d-articles .item .item-content h4 {
	margin-bottom: 5px;
	font-size: 16px;
}

.d-articles .item .item-content p {
	margin-bottom: 0px;
	line-height: 130%;
}



/* #5 Footer */

#footer {
	display: block;
	background-color: #b61c50;
	background-image: url(../images/noise.png);
	background-repeat: repeat;
	color: #a69f95;
	position: relative;
	box-shadow: inset 0 1000px 0 rgba(255,255,255,0.02);
	margin-top: 45px;
}

#footer a {
	color: #f6eee0;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
	color: #f6eee0;
}

#footer .footer-top-decoration {
	display: block;
	position: absolute;
	top: 0px;
	height: 6px;
	left: 0px;
	width: 100%;
	background: rgba(255,255,255,0.07);
	border-bottom: 1px solid rgba(255,255,255,0.05);
	box-shadow: 0 1px 0 rgba(0,0,0,0.2), 0 5px 20px rgba(0,0,0,0.03);
}

#footer .footer-top-decoration:before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0px;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(255,255,255,0.12);
	content: '';
}

#footer .footer-widgets {
	display: block;
	width: 100%;
	padding: 30px 0;
}

#footer .footer-widgets:after {
	display: block;
	clear: both;
	content: '';
}

#footer .footer-widgets > .widget {
	display: block;
	float: left;
	width: 31.3%;
	margin-left: 3%;
}

#footer .footer-widgets > .widget > h3 {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 18px;
	border-bottom: 1px dashed rgba(255,255,255,0.12);
	font-size: 23px;
	color: #e4bf79;
	text-shadow: 0 1px 0 #000;
	font-weight: normal;
	letter-spacing: 1px;
}

#footer .footer-widgets > .widget:nth-child(3n+1) {
	margin-left: 0px;
	clear: both;
}

#footer .copyright-bottom {
	display: block;
	background: rgba(0,0,0,0.15);
	text-align: center;
	font-size: 12px;
	padding: 13px 0;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.4), 0 -1px 0 rgba(255,255,255,0.07);
}

#footer .copyright-bottom p {
	font-size: 12px;
	margin-bottom: 0px;
}



/* #7 Additional style */

#comments {
	display: block;
}

#comments .comment-inner {
	display: block;
	position: relative;
}

#comments .comment-avatar {
	display: block;
	float: left;
	width: 70px;
	height: 70px;
	padding: 3px;
	margin-bottom: 40px;
}

#comments .comment-avatar img {
	width: 70px;
	height: 70px;
}

#comments .comment-content {
	display: block;
	margin-left: 95px;
	margin-bottom: 20px;
}

#comments .comment-content .comment-header h3 {
	margin-bottom: 8px;
}

#comments .comment-content p {
	margin-bottom: 8px;
}

#comments > li:first-child:before {
	display: none;
}

#comments > li:first-child {
	padding-top: 0px;
}

#comments li {
	padding-top: 30px;
	position: relative;
	display: block;
}

#comments li:before {
	bottom: auto;
	top: -4px;
}

#comments ul li {
	display: block;
	padding-left: 95px;
}

.main-slider {
	overflow: hidden;
}


.post-pager,
.comments-pager {
	position: relative;
	display: block;
	margin-top: 35px;
	padding-top: 15px;
	text-align: center;
}

.post-pager a,
.comments-pager .page-numbers {
	display: inline-block;
	background: transparent;
	border: 1px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
	text-shadow: none;
	padding: 5px 12px;
	margin: 0 2px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.post-pager > span {
	display: inline-block;
	background: transparent;
	border: 1px solid rgba(0,0,0,0.3);
	color: rgba(0,0,0,0.4);
	text-shadow: none;
	padding: 5px 12px;
	margin: 0 2px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.post-pager > span,
.comments-pager .page-numbers.current {
	background: rgba(0,0,0,0.5);
	color: #fff;
}

.post-pager a:hover,
.comments-pager a.page-numbers:hover {
	border: 1px solid rgba(0,0,0,0.5);
	color: rgba(0,0,0,0.6);
}

.post-pager:before,
.comments-pager:before {
	bottom: 100%;
}

#sidebar .widget .tagcloud a {
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-shadow: none;
}

#sidebar .widget .tagcloud a:hover {
	background: rgba(0,0,0,0.5);
	color: #fff!important;
	text-shadow: none;
	box-shadow: none;
}

.slide-bg {
	width: 100%;
}

.responsive-menu-link {
	display: none;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.dat-post-tags {
	display: block;
	margin-bottom: 15px;
	line-height: 150%;
}

.dat-post-tags .dat-tag-top {
	display: block;
	margin-bottom: 10px;
}

.dat-post-tags a {
	display: inline-block;
	padding: 0px 6px;
	font-size: 14px;
	line-height: 150%;
	background: rgba(0,0,0,0.07);
	margin-right: 9px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.17), inset 0 1px 0 rgba(0,0,0,0.02), 0 2px 0 rgba(255,255,255,0.7);
	margin-bottom: 9px;
}

.dat-post-tags a:hover {
	background: rgba(0,0,0,0.12);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.27), inset 0 1px 0 rgba(0,0,0,0.02), 0 2px 0 rgba(255,255,255,0.7);
}


.aq-first {
	clear: both;
}

.light-block > div::after {
	content: '';
	display: block;
	clear: both;
}

#main-menu > ul > li > a span {
	position: relative;
	display: block;
	padding-right: 14px;
}

#main-menu > ul > li > a span:after {
	display: block;
	position: absolute;
	content: '\f0d7';
	font-family: 'FontAwesome';
	right: 0px;
	top: 0px;
	font-weight: normal;
	font-size: 9px;
	line-height: 15px;
}

.post-list .item.no-image .item-content,
.staff-block .item.no-image .item-content {
	margin-left: 0px!important;
}

.gallery-single,
.gallery-container {
	max-width: 100%;
}

.gallery-container img {
	max-width: 100%!important;
	height: auto;
}





.omnomnom-slider {
	display: block;
	margin-bottom: 25px;
	width: 100%;
	height: auto;
}

.omnomnom-slider-inner {
	display: block;
	padding-bottom: 0px;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: auto;
	font-size: 1em;
}

.omnomnom-slider .om-slide {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	font-size: 1em;
}

.om-slide .om-layer {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	font-size: inherit;
	font-size: 1em;
}

.om-slide .om-layer > a,
.om-slide .om-layer p {
	font-size: 0.6em;
	display: block;
}

.omnomnom-slider .om-slide .om-layer img {
	display: block;
}

.om-is-responsive img {
	position: relative;
	width: 100%;
	height: auto;
}

.om-is-responsive > h1,
.om-is-responsive > h2,
.om-is-responsive > h3,
.om-is-responsive > h4,
.om-is-responsive > h6,
.om-is-responsive > a,
.om-is-responsive > span,
.om-is-responsive > p {
	position: relative;
	margin-bottom: 0px;
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 0px;
}
.om-is-responsive > div {
	position: relative;
	margin-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.om-slide a {
	color: inherit;
	font-size: inherit;
	display: block;
}

.om-slide .om-layer > h1 {
	font-family: 'Fauna One', serif;
	font-size: 1.2em;
}

.om-slide .om-layer > h2 {
	font-family: 'Fauna One', serif;
	font-size: 1.1em
}

.om-slide .om-layer > h3 {
	font-family: 'Fauna One', serif;
	font-size: 1em;
}

.om-slide .om-layer > h4 {
	font-family: 'Fauna One', serif;
	font-size: 0.9em;
}

.om-slide .om-layer > h5 {
	font-family: 'Fauna One', serif;
	font-size: 0.8em;
}

.om-slide .om-layer > h6 {
	font-family: 'Fauna One', serif;
	font-size: 0.6em;
}

.omnomnom-slider .om-slider-pager {
	display: block;
	text-align: center;
	padding-top: 20px;
	font-size: 0;
}

.omnomnom-slider .om-slider-pager > a {
	display: inline-block;
	font-size: 0px;
	line-height: 14px;
	height: 14px;
	width: 14px;
	border: 2px solid #5d4d43;
	text-decoration: none;
	color: transparent;
	border-radius: 50%;
	margin: 0 4px;
	position: relative;
}

.omnomnom-slider .om-slider-pager > a:hover:before {
	display: block;
	position: absolute;
	left: 4px;
	top: 4px;
	width: 6px;
	height: 6px;
	background: #5d4d43;
	content: '';
	border-radius: 50%;
}

.omnomnom-slider .om-slider-pager > a.active {
	background: #5d4d43;
}

.omnomnom-slider .om-is-href {
	cursor: pointer;
}

.om-slide {
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
	z-index: 0;
}

.om-slide img {
	max-height: 100%;
}

.om-slide {
	overflow: hidden;
}

.om-slide.isactive {
	overflow: visible;
}

.omnomnom-slider .om-slide > .om-layer.animated {
	display: none!important;
}

.om-slide.isactive {
	display: block!important;
	filter: alpha(opacity=100);
	visibility: visible;
	opacity: 1;
	z-index: 2;
}

.omnomnom-slider .om-slide.isactive > .om-layer.animated {
	display: block!important;
}

.omnomnom-slider-inner.inprocess {
	overflow: visible;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.omnomnom-slider.forceinitial {
	overflow: hidden;
}

.om-slider-pager > div {
	position: relative;
	display: inline-block!important;
	line-height: 20px;
	margin-left: 10px;
}

.om-slider-pager input {
	opacity: 0;
	padding: 0px;
	width: 0px;
	height: 0px;
}


.omnomnom-slider.om-preloading > .omnomnom-slider-inner {
	opacity: 0;
}

.omnomnom-slider > .omnomnom-slider-inner {
	opacity: 1;
}




.omnomnom-slider-inner {
	width: 1000px;
	height: 370px;
}

.om-slide-1 .om-layer-6 h6 {
	display: block;
	padding: 10px 15px;
	color: #fff;
	background: #A6BE29;
}

.om-slide-2 .om-layer-2 h3,
.om-slide-2 .om-layer-3 h6,
.om-slide-3 .om-layer-3 h3,
.om-slide-3 .om-layer-3 h6,
.om-slide-4 .om-layer-3 h6 {
	color: #fff;
	display: block;
	padding: 9px 15px;
	width:400px;
	background: rgba(0,0,0,0.8);
}

.om-slide-1 .om-layer-6 > h6 {
	font-size: 0.65em;
}

.om-slide-2 .om-layer-2 > h3,
.om-slide-2 .om-layer-3 > h6,
.om-slide-1 .om-layer-6 > h6,
.om-slide-1 .om-layer-4 > h1 {
	white-space: nowrap;
}

.om-slide-3 .om-layer-3 > h3 {
	font-size: 0.94em;
	white-space: nowrap;
}