/**
* @author    JoomlaShine.com http://www.joomlashine.com
* @copyright Copyright (C) 2008 - 2011 JoomlaShine.com. All rights reserved.
* @license   JoomlaShine.com Proprietary License
*/
/* ============================== CUSTOM CSS ============================== */
/*Code to make User 5,6,7 Mobile Friendly from Joomlashine*/

div.jsn-modulecontainer.dmb.jsn-modulecontainer{
display:none ;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
.dmb.jsn-modulecontainer{
display:block !important;
}
}


/* =============== GENERAL LAYOUT =============== */
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	font-size: 1.2em;
}
.jsn-demo-page #jsn-mainbody {
	padding: 0;
}
/* =============== HOMEPAGE SLIDER =============== */
.homepage-slideshow .box_skitter .image {
	position: relative;
}
.homepage-slideshow .box_skitter .label_skitter {
	background: transparent;
	position: absolute;
	left: 100px;
	right: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 60%;
	max-height: 300px;
	opacity: 1;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-title {
	font-family: 'Abel', Verdana, Geneva, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
}
.homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-description {
	font-size: 1.3em;
	line-height: 1.7;
	color: rgba(255,255,255,0.8);
	background: rgba(0,0,0,0.75);
	display: inline-block;
	margin: 0;
	padding: 15px 30px;
}

.jsn-color-blue .homepage-slideshow .box_skitter .label_skitter p.jsn-themeslider-caption-title {
	background: rgba(16,92,123,0.75);
}
.homepage-slideshow .box_skitter [class*="_button"] {
	width: 56px;
	height: 56px;
	margin-top: -34px;
}
.homepage-slideshow .box_skitter .prev_button {
	left: -34px;
	background: rgba(0,0,0,0.7) url(../images/icons/icon-arrow-prev.png) center center no-repeat;
}
.homepage-slideshow .box_skitter .next_button {
	right: -34px;
	background: rgba(0,0,0,0.7) url(../images/icons/icon-arrow-next.png) center center no-repeat;
}

/* ========== TABULOUS CSS ========== */
#tabs_container {
	padding: 40px;
	overflow: hidden;
	position: relative;
	background: white;
}

#tabs_container div {
	margin-right: 40px;
}

.transition {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-ms-transition-delay: .2s;
	transition-delay: .2s;
}

.make_transist {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-ms-transition-delay: .4s;
	transition-delay: .4s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.tabulous_active {
	background: white;
	color: #655c89;
}

.tabulousclear {
	display: block;
	clear: both;
}

/* ========== DEMO ABOUT US ========== */
h3.main-heading {
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 2.5em;
	margin: 0 auto;
	padding: 40px 0;
	color: #111;
	letter-spacing: 2px;
	text-align: center;
}
h3.main-heading span {
	display: inline-block;
	position: relative;
}
h3.main-heading span:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	bottom: 0;
	left: 50%;
	margin-left: -25%;
	background-color: #111;
}
h3.main-heading + .main-heading-desc {
	text-align: center;
	text-transform: uppercase;
	color: #777;
	letter-spacing: 1px;
}
#aboutus-tabs {
	padding: 0 50px;
}
#aboutus-tabs ul.tab-title {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
#aboutus-tabs ul.tab-title li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
#aboutus-tabs ul.tab-title li a {
	color: #999;
	display: block;
	padding: 40px 30px;
	font-size: 1.2em;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
#aboutus-tabs ul.tab-title li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	width: 10px;
	height: 10px;
	background-color: #999;
	border: 10px solid #fff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 50;
}
#aboutus-tabs ul.tab-title li a.tabulous_active {
	color: #009aca;
}
#aboutus-tabs ul.tab-title li a.tabulous_active:after {
	background-color: #009aca;
	margin-left: -20px;
	margin-top: -20px;
	width: 20px;
	height: 20px
}

#aboutus-tabs #tabs_container {
	padding: 40px 0;
}

/* ========== DEMO OUR SERVICES ========== */
div.jsn-modulecontainer.our-services {
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/workingdesk.jpg) center center fixed no-repeat;
	background-size: cover;
	color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading {
	color: #fff;
}
div.jsn-modulecontainer.our-services h3.main-heading span:after {
	background-color: #fff;
}
#demo-our-services .ourservice-grid {
	padding: 30px 80px 100px;
}
#demo-our-services .ourservice-item .grid-col_inner {
	margin: 0;
	padding: 0 20px;
	text-align: center;
}
#demo-our-services .ourservice-item .icon {
	display: inline-block;
}
#demo-our-services .ourservice-item .icon a,
#demo-our-services .ourservice-item .icon a img {
	display: block;
}
#demo-our-services .ourservice-item .icon a {
	padding: 50px;
	background-color: rgba(255,255,255,0.1);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-our-services .ourservice-item .icon a img {
	background: none;
	width: 50px;
	height: 50px;
	transform: scale(0.8,0.8);
	-moz-transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.jsn-color-blue #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .grid-col_inner:hover .icon a {
	background-color: #ccc;
}
#demo-our-services .ourservice-item .grid-col_inner:hover .icon a img {
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}
#demo-our-services .ourservice-item .content .heading {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5em;
	letter-spacing: 2px;
}
.jsn-color-blue #demo-our-services .ourservice-item .content .heading {
	color: #009aca;
}
.jsn-color-red #demo-our-services .ourservice-item .content .heading {
	color: #bf0000;
}
.jsn-color-green #demo-our-services .ourservice-item .content .heading {
	color: #429e00;
}
.jsn-color-violet #demo-our-services .ourservice-item .content .heading {
	color: #9e0084;
}
.jsn-color-orange #demo-our-services .ourservice-item .content .heading {
	color: #e66000;
}
.jsn-color-grey #demo-our-services .ourservice-item .content .heading {
	color: #ccc;
}

/* =============== DEMO RESPONSIVE INTRO =============== */
#demo-responsive-intro {
	padding: 80px 0;
}
#demo-responsive-intro .iphone-wrapper {
	width: 300px;
	height: 639px;
	float: right;
	margin: 0 50px;
	background: url(../../../media/joomlashine/jsn-epic/custom-html/responsive-intro/iphone.png) no-repeat;
}
#demo-responsive-intro .iphone-wrapper .bx-wrapper {
	margin-left: 24px !important;
	padding-top: 90px !important;
}
ul#demo-responsiveintro-slider li {
	margin: 0;
}
#demo-responsive-intro .item {
	width: 350px;
	max-width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-responsive-intro .item .heading {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.6em;
}
.jsn-color-blue #demo-responsive-intro .item .heading {
	color: #009aca;
}
.jsn-color-red #demo-responsive-intro .item .heading {
	color: #bf0000;
}
.jsn-color-green #demo-responsive-intro .item .heading {
	color: #429e00;
}
.jsn-color-violet #demo-responsive-intro .item .heading {
	color: #9e0084;
}
.jsn-color-orange #demo-responsive-intro .item .heading {
	color: #e66000;
}
.jsn-color-grey #demo-responsive-intro .item .heading {
	color: #999;
}
#demo-responsive-intro .item .desc {
	letter-spacing: 1px;
	color: #555;
}

/* =============== DEMO OUR WORK =============== */
.jsn-modulecontainer.our-work {
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/our-work-bg.jpg) center center fixed;
	background-size: cover;
}
#demo-our-work {
	padding: 20px 0 80px;
}
#demo-our-work .grid-layout {
	width: 750px;
	max-width: 100%;
	margin: 0 auto 10px;
}
#demo-our-work .grid-layout .grid-lastcol .grid-col_inner {
	margin-right: 10px;
}
#demo-our-work .grid-layout .item a,
#demo-our-work .grid-layout .item a img {
	display: block;
}
#demo-our-work .grid-layout .item a {
	position: relative;
	overflow: hidden;
}
#demo-our-work .grid-layout .item a img {
	max-width: 100%;
	max-height: 240px;
}
#demo-our-work .grid-layout .item a .desc {
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	font-size: 1.3em;
	letter-spacing: 2px;
	height: 50px;
	line-height: 50px;
	left: 0;
	bottom: 0;
	transform: translate(0,50px);
	-moz-transform: translate(0,50px);
	-webkit-transform: translate(0,50px);
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 80;
	transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
	-moz-transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
	-webkit-transition: all 0.65s cubic-bezier(.04,.72,.39,1.45);
}
#demo-our-work .grid-layout .item a:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 50;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.jsn-color-blue #demo-our-work .grid-layout .item a:before {
	background-color: rgba(0,154,202,0.9);
}
.jsn-color-red #demo-our-work .grid-layout .item a:before {
	background-color: rgba(213,67,23,0.9);
}
.jsn-color-green #demo-our-work .grid-layout .item a:before {
	background-color: rgba(57,190,116,0.9);
}
.jsn-color-violet #demo-our-work .grid-layout .item a:before {
	background-color: rgba(185,100,208,0.9);
}
.jsn-color-orange #demo-our-work .grid-layout .item a:before {
	background-color: rgba(242,126,32,0.9);
}
.jsn-color-grey #demo-our-work .grid-layout .item a:before {
	background-color: rgba(10,10,10,0.9);
}
#demo-our-work .grid-layout .item a:after {
	content: '+';
	display: block;
	position: absolute;
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	font-size: 1.2em;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-top: -20px;
	text-align: center;
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: scale(0.2,0.2);
	-moz-transform: scale(0.2,0.2);
	-webkittransform: scale(0.2,0.2);
	z-index: 70;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-our-work .grid-layout .item:hover a .desc {
	transform: translate(0,0);
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-our-work .grid-layout .item:hover a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-our-work .grid-layout .item:hover a:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkittransform: scale(1,1);
}
/* =============== DEMO CUSTOM PROMO =============== */
div.jsn-modulecontainer.custom-promo-1 {
	margin-top: 0;
}
.demo-custom-promo-wrapper {
	padding: 60px 0;
	color: #fff;
}
.jsn-color-blue .demo-custom-promo-wrapper {
	background-color: rgba(0,154,202,1);
}
.jsn-color-red .demo-custom-promo-wrapper {
	background-color: rgba(213,67,23,1);
}
.jsn-color-green .demo-custom-promo-wrapper {
	background-color: rgba(57,190,116,1);
}
.jsn-color-violet .demo-custom-promo-wrapper {
	background-color: rgba(185,100,208,1);
}
.jsn-color-orange .demo-custom-promo-wrapper {
	background-color: rgba(242,126,32,1);
}
.jsn-color-grey .demo-custom-promo-wrapper {
	background-color: #393e40;
}
.demo-custom-promo-wrapper .desc {
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.demo-custom-promo-wrapper .mark {
	color: rgba(255,255,255,0.5);
}
/* =============== DEMO TESTIMONIALS =============== */
div.jsn-modulecontainer.testimobials-partners {
	margin-top: 0;
	color: #ddd;
	background: url(../../../media/joomlashine/jsn-epic/backgrounds/bridge.jpg) center top no-repeat;
}
#demo-testimonials-wrapper .testimonials {
	padding: 20px 0 60px;
}
#demo-testimonials-wrapper .main-heading {
	color: #fff;
}
#demo-testimonials-wrapper .main-heading span:after {
	background: #fff;
}
#demo-testimonials-wrapper .slide-item .person .avatar,
#demo-testimonials-wrapper .slide-item .person .avatar img {
	display: inline-block;
	overflow: hidden;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#demo-testimonials-wrapper .slide-item .person .avatar {
	margin: 30px 0;
}
#demo-testimonials-wrapper .slide-item .person .avatar img {
	display: block;
}
#demo-testimonials-wrapper .slide-item .text {
	color: #ddd;
	letter-spacing: 1px;
}
#demo-testimonials-wrapper .slide-item .text .desc {
	color: #999;
	font-style: italic;
	font-weight: bold;
}
#demo-testimonials-wrapper .bx-wrapper {
	text-align: center;
}
#demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider,
#demo-testimonials-wrapper .bx-wrapper ul#testimonials-slider li {
	margin: 0;
}
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-blue .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(0,154,202,1);
}
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-red .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(213,67,23,1);
}
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-green .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(57,190,116,1);
}
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-violet .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(185,100,208,1);
}
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-orange .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(242,126,32,1);
}
.jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-grey .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: rgba(255,255,255,1);
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/icons/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../images/icons/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../images/icons/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../images/icons/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../images/icons/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/* =============== LAYOUT - OVERALL PAGE ===============-color: #fff;solid #000000 */

#jsn-page {
	color: #83501b; 
	margin: 0 auto;
	max-width: 960px;	
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	background-color: transparent;
}
#jsn-page-inner {
	background-color: transparent;
}
/* =============== LAYOUT - MENU AREA =============== background-color: #282828; background: url(../images/backgrounds/menu-background.png);
	background-size: 100% 100%;  */
#jsn-menu {
	z-index: 999;
	color: #f7efed;
	position: relative;
	background: transparent;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 88%;
	
}

#jsn-pos-toolbar {
	float: right;
}
#jsn-pos-toolbar div.jsn-modulecontainer {
	float: right;
	margin-left: 10px;
}
#jsn-pos-toolbar form {
	margin: 0;
}
/* =============== LAYOUT - CONTENT TOP AREA =============== */
#jsn-content-top {
	z-index: 88;
	color: #83501b;
	padding-top: 10px;
	position: relative;
	border-bottom: 0px solid #404040;
	background: transparent;
	
}

#jsn-content-top h3.jsn-moduletitle {
	color: #fff;
}
#jsn-pos-promo-left div.jsn-modulecontainer,
#jsn-pos-promo-right div.jsn-modulecontainer {
	margin: 15px;
}

/* =============== MENU - MAIN MENU =============== float: left;*/
/* ----- GENERAL ----- */
div.jsn-modulecontainer ul.menu-mainmenu {
	margin: 0;
	padding: 0;
	clear: both;
	
}
div.jsn-modulecontainer ul.menu-mainmenu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style-type: none;
	font-size: 1.2em;
}
div.jsn-modulecontainer ul.menu-mainmenu > li {
	border-right: 0px solid #404040;
}
div.jsn-modulecontainer ul.menu-mainmenu li a {
	color: #f7efed;
	display: block;
	cursor: pointer;
	padding: 10px 10px 8px 10px;
	font-family: Oswald,Droid Serif,"Palatino Linotype",Palatino,serif;
	
	
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	
	border-right: 0px solid #000;
}
div.jsn-modulecontainer ul.menu-mainmenu > li > a {
	padding: 11px 18px 6px 18px;
	
}
div.jsn-modulecontainer ul.menu-mainmenu li > a > span {
	display: block;
}
/* ----- RICH MENU STYLE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li a span.jsn-menudescription {
	display: none;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu li a span.jsn-menudescription {
	display: block;
	padding-top: 2px;
}
div.jsn-modulecontainer ul.menu-mainmenu.menu-richmenu > li > a.jsn-nodescription {
	padding: 10px 12px 10px 16px;
}
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul {
	margin: 0;
	padding: 0;
	width: 200px;
	left: -999em;
	position: absolute;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li {
	width: 200px;
}
div.jsn-modulecontainer ul.menu-mainmenu ul ul {
	top: 0;
	margin-left: 199px;
}
/* ----- PARENT ITEMS / ADD ARROW TO ITEMS HAVE SUBLEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.parent > a {
	padding-right: 16px;
	background: url(../images/icons/icon-arrow-white.png) 98% center no-repeat;
	background-color: #e5bf49;
	
}
/* ----- HOVER STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > a {
	color: #f2da84;
	text-decoration: none;
}
div.jsn-modulecontainer ul.menu-mainmenu > li:hover > a {
	background-color: transparent;
		
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu li.active > a {
	color: #f2da84;
	
	
}
div.jsn-modulecontainer ul.menu-mainmenu > li.active > a {
	background-color: transparent;
}
/* ----- ROLLOVER STATE / DISPLAY SUB-MENU OF SELECTED MENU ITEM ----- */
div.jsn-modulecontainer ul.menu-mainmenu li:hover > ul {
	left: auto;
	right: auto;
}

/* =============== LAYOUT - CONTENT BOTTOM AREA =============== */
#jsn-content-bottom {
	z-index: 85;
	position: relative;
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #404040;
	background: transparent;
	box-shadow: inset 0 0px #FFF;
	width: 100%;
}
#jsn-pos-content-bottom + #jsn-usermodules3 {
	padding-top: 0;
}

/* =============== LAYOUT - HEADER AREA =============== */
/*Custom code to center header when full width*/
#jsn-header {
	width: 100%;
	margin: auto;
}
#jsn-logo a {
	line-height: 100%;
	display: block;
	
}
#jsn-headerright {
	padding: 0px 20px 0px 20px;
}
#jsn-pos-top form {
	margin: 0;
}
#jsn-pos-top div.jsn-modulecontainer {
	float: left;
	margin: 0 0 0 20px;
}
#jsn-pos-top div.jsn-modulecontainer:first-child {
	margin-left: 0;
}
a img {
	border: none;
	display: block;
}

div.jsn-hasinnerright #jsn-content_inner6 {
border-left: 0px solid #DEDEDE;
}
/*video background*/
div._videobackground {
background-image: url(../images/backgrounds/video-background-.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}

/* =============== JOOMLA! EXTENSIONS - MOD_BREADCRUMB =============== */
span.breadcrumbs {
	display: block;
	font-size: 0.9em;
}
span.breadcrumbs a,
span.breadcrumbs span {
	color: #83501b;
	padding-right: 18px;
	text-decoration: none;
	background: url(../images/icons/icon-arrow-black.png) right center no-repeat;
}
span.breadcrumbs a {
	padding-left: 8px;
	float: left;
}
span.breadcrumbs a + span.current {
	margin-left: 8px;
}
span.breadcrumbs a.first {
	padding-left: 0;
}
span.breadcrumbs a:hover {
	text-decoration: underline;
}
span.breadcrumbs span.current {
	color: #83501b;
	font-weight: bold;
	background: none;
}
.breadcrumb {
	padding: 0;
	margin: 0;
	list-style: none;
	background: none;
	font-size: 0.9em;
}
.breadcrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}
.breadcrumb li a,
.breadcrumb li span {
	color: #83501b;
}
.breadcrumb li a,
.breadcrumb li span + span {
	display: inline-block;
}
.breadcrumb li span + span {
	font-weight: bold;
	background: none;
}
.breadcrumb a,
.breadcrumb li span {
	padding: 0 25px 0 0;
	background: url("../images/icons/icon-arrow-black.png") 95% center no-repeat;
}
.breadcrumb > li > .divider {
	padding: 0 !important;
}
.breadcrumb li.active:first-child span.divider {
	padding: 0 5px 0 0;
	background: none;
}
.breadcrumb .active {
	color: #999;
}

/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1 {
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 3.5em;
	font-family: Journal;
}
h3 {
	color: #83501b;
	font-weight: bold;
	font-size: 1.1em;
}
h4 {
	color: #83501b;
	font-size: 1.1em;
	
}

h5 {
	color: #545f1d;
	font-size: 1.2em;
	font-weight: bold;
}
h6 {
	color: #cd5a13;
	font-size: 1.1em;
	font-weight: bold;
}
h4, h6 {
	margin: 0.5em 0;
	font-weight: normal;
}
h1 {
	margin: 0.1em 0 0 0;
	
}
h2 {
	margin: 0.2em 0 0.3em 0;
	font-weight: normal;
	
}

h5 {
	margin: 0em 0 0.5em 0;
	font-weight: bold;
	line-height: 24px;
}

/* ============================== MODULE STYLES ============================== */
h3.jsn-moduletitle {
	margin: 0;
	color: #545f1d;
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}
h3.jsn-moduletitle span {
	display: block;
	line-height: 16px;
}


/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #545f1d;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a img {
	border: none;
}
/*Salsa enews*/
.enews, .enews:hover {
width: 88px;
height: 48px;
}
.enews {
background: url(../images/enews-signup-graphics/submit-button-yellow5.png);
}
.enews:hover {
background: url(../images/enews-signup-graphics/submit-button-yellow5.png);
}

.enewsbrown, .enewsbrown:hover {
width: 88px;
height: 48px;
margin-top: 10px;
margin-right: 15px;
}
.enewsbrown {
background: url(../images/enews-signup-graphics/submit-button-yellow5.png);
}
.enewsbrown:hover {
background: url(../images/enews-signup-graphics/submit-button-yellow5.png);
}

.signthepetitiondesktop, .signthepetitiondesktop:hover {
width: 92px;
height: 48px;
margin-right: 20px;
}

.signthepetitiondesktop {
background-image: url(../images/priority-action/go-now-yellow.png);
}

.signthepetitiondesktop:hover {
background-image: url(../images/priority-action/go-now-green.png);
}

.signthepetitionmobile {
width: 92px;
height: 48px;
margin-left: 10px;
}

.signthepetitionmobile {
background: url(../images/priority-action/go-now-yellow.png);
}

.signthepetitionmobile:hover {
width: 92px;
height: 48px;
background: url(../images/priority-action/go-now-green.png);
}



.emailfooter {
height: 30px !important;
width: 145px !important;
font-style:italic;

}
/*width: 178px !important;*/
.enteremailbrowndesktop {
height: 25px !important;
width: 150px !important;
font-style:italic;
margin-top: 10px;

}
.enteremailbrownmobile {
height: 25px !important;
width: 195px !important;
font-style:italic;

}
.entertheemailsignthepetitiondesktop {
height: 27px !important;
width: 180px !important;
font-style:italic;
margin-top: 5px;
padding-top: 3px;
}

/*Module code from Joomlashine so the grass touches
#jsn-pos-user7 {
margin-right: 0;
margin-left: 0;
width: 334px;
} 
#jsn-pos-user6 {
margin-right: 0;
margin-left: 0;
width: 333px;
} 
#jsn-pos-user5 {
margin-right: 0;
margin-left: 0;
width: 333px;
} 

div.jsn-modulescontainer {
	padding: 15px 0px 15px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}*/
/*fonts*/
@font-face {

    font-family: 'Journal';

    src: url('../fonts/Journal_gdi.eot');

    src: url('../fonts/Journal_gdi.eot?#iefix') format('embedded-opentype'),

         url('../fonts/Journal_gdi.woff2') format('woff2'),

         url('../fonts/Journal_gdi.woff') format('woff'),

         url('../fonts/Journal_gdi.ttf') format('truetype'),

         url('../fonts/Journal_gdi.svg#steel_tongsregular') format('svg');

    font-weight: normal;

    font-style: normal;

}
#jsn-mainbody {
	padding: .2em 1.2em .3em 1.2em;
}
/*Title and body spacing from Joomalshine*/
.jsn-article-toolbar {
margin-bottom: 0px;
}

.page-header h2 {
line-height: 44px;
}
/*Rok Sproket*/
ul.sprocket-features-list li {
    margin: 0;
}

/* =============== DEFAULT HTML - TEXT STYLES =============== */
p, pre, blockquote, form, dl, ol, fieldset, address, table {
	padding: 0;
	margin: 15px 0 15px 0;
}

ul {
	padding: 0 0 0 0;
	margin: 15px 0 15px 30px;

}
/*Centering menu custom code from Joomlashine

@media only screen and (min-width: 960px) {
div.jsn-modulecontainer ul.menu-mainmenu li {
margin: 0;
padding: 0;
float: none;
text-align: center;
position: relative;
list-style-type: none;
display: inline-block;
} 
#jsn-menu div.jsn-modulecontainer {
float: none;
margin: 0;
text-align: center;
}
}*/

/*about us dark and mobile*/
div._aboutusdark {

}
div._aboutusdark p
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  
}
div._aboutuslightdesktop {
padding-bottom: 2px;
}
div._aboutuslightdesktop p
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  
}

div._aboutuslightmobile {

}
div._aboutuslightmobile p
{
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


/*Inner Right Padding */
#jsn-leftsidecontent_inner,
#jsn-rightsidecontent_inner,
#jsn-pos-innerleft_inner,
#jsn-pos-innerright_inner {
	padding: 0px 15px 0px 15px !important;
}
#jsn-pos-innerright_inner {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
} 
div.jsn-modulecontainer {
	margin-top: 20px;
}

div#jsn-pos-innerright_inner .jsn-modulecontainer {
margin-top: -5px;
}
/*Tooltip dotted underlinetext-decoration: none; border-bottom:1px dotted;*/
.tooltip-dotted { background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
background-position: bottom;
background-size: 3px 1px;
background-repeat: repeat-x; }

/* =============== LAYOUT - FOOTER AREA ===============background-image: url(../../../images/backgrounds/bfc-background-100x100.jpg); */ 
#jsn-footer {
	color: #83501b;
	font-size: 0.9em;
	
	border-top: 0px solid #b3b3b3;
	
background-image: url(../../../images/backgrounds/bfc-background-100x100.jpg);
background-repeat:repeat;
	
	
}
#jsn-footermodules {
	
}
#jsn-footer a {
	text-decoration: none;
}
#jsn-footer a:hover {
	text-decoration: underline;
}
#jsn-pos-bottom {
	text-align: right;
}
#jsn-brand {
	padding-top: 10px;
    display: block;
    padding: 3px 8px;
    color: #009ACA;
    text-align: center;
}
#jsn-brand a:hover {
	color: #fff;
	text-decoration: none;
}
/*  background module class suffix background background-image: url(../images/backgrounds/grass-background-1000.png) left top repeat-x; background-repeat:repeat-x;*/
div._footerbackground {
background-image: url(../images/backgrounds/grass-background-960.png);
background-repeat:no-repeat;
background-size:cover;
width: 100%;

}
/* User 5, 6, 7 hide on desktop from Joomlashine 

#jsn-content-bottom #jsn-pos-user5, #jsn-content-bottom #jsn-pos-user6, #jsn-content-bottom #jsn-pos-user7{
display: none;
}
@media only screen and (max-width: 767px), (max-device-width: 767px) {
#jsn-content-bottom #jsn-pos-user5, #jsn-content-bottom #jsn-pos-user6, #jsn-content-bottom #jsn-pos-user7 {
display: block !important;
}
}*/

/*Removes background image from home page for mobile@media only screen and (max-width: 960px) and (min-width: 0px) */
@media only screen and (max-width: 690px), (max-device-width: 690px) {
#jsn-master {
background-image: url(../../../images/backgrounds/bfc-background-100x100.jpg);
background:repeat-x;
background:repeat-y;
}
}

/
/*News and Media Overview*/
div.two-columns       { width: 100%; } 
div.two-columns div   { width: 450px; height: 100px; float: left;  } 
div.grey          { background-color: #cccccc; } 
div.red           { background-color: #e14e32; } 
div.clear         { clear: both; }

div.overview-icon{ 
    display:table;
    padding:0px; 
    width:350px;
    margin:5px 0; /* you can change/remove margin */
}
div.text-icon{ 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
}
div.overview-icon .img-icon{
    vertical-align:middle;
    display:table-cell;
    padding-right:5px;
    width:100px; /* you can change width */
}
div.img-icon img-icon{ 
    width:100%;
    height:100px; /* you can change height */
    vertical-align:middle;
}
div.grid      { width: 100%; }
div.grid div  { float: left; height: 100px; }
div.col100    { width: 320px; }
div.col200    { width: 320px; }
div.col300    { width: 300px; }
div.grey      { background-color: #cccccc; }
div.red       { background-color: #e14e32; }
div.clear     { clear: both; }

/*center text*/
div.centered      { width: 100%; float: left;}
div.text-overview { width: 78%;  margin: 0 auto; float: left;}
div.columns div   { width: 300px; height: 100px; float: left; }
div.grey          { background-color: #cccccc; }
div.red           { background-color: #e14e32; }
div.clear         { clear: both; }


/*In the Field Centered*/
.in-the-field-center{
  text-align: center;
}
.in-the-field-center img{
  display: inline-block;
}
/*About Us Centered*/
div.about-us-centered      { width: 930px; }
div.about-us-columns       { width: 620px;  margin: 0 auto;}
div.about-us-columns div   { width: 310px; height: 100px; float: left; }
div.clear         { clear: both; }


/*News and Media Overview*/
div.overview-icons{ 
    border:solid black 0px;
    display:table;
    padding:5px; 
    width:100%;
    margin:5px 0; /* you can change/remove margin */
}
div.text{ 
    vertical-align:middle;
    display:table-cell;
    text-align:justify;
	width:100%;
}
div.overview-icons .img{
    vertical-align:middle;
    display:table-cell;
    padding-right:5px;
    width:width:100%;; /* you can change width */
}
div.img img{ 
    width:100%;;
    height:100px; /* you can change height */
    vertical-align:middle;
}
.photo-shadow{ -webkit-box-shadow: 10px 10px 28px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 28px 1px rgba(0,0,0,0.75);
box-shadow: 10px 10px 28px 1px rgba(0,0,0,0.75);
}
.photo-shadow-large { 
-webkit-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.4); 
-moz-box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.4); 
box-shadow: 5px 5px 14px 1px rgba(0,0,0,0.4); }

.photo-shadow-small { 
-webkit-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.36); 
-moz-box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.36); 
box-shadow: 3px 3px 10px 1px rgba(0,0,0,0.36); 

display: inline-block;
margin: auto;
text-align:center;
}

.photo-center { 
margin: 0 auto;
display:block;
text-align:center;

}

/*Centering-footer-mobile*/
div.centered-footer
{
    text-align: center;
}

div.centered-footer table 
{
    margin: 0 auto; 
    text-align: left;
}
/*BFC Stuff Tables*/
#container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }
.table { display: table; width:100%; }
.table-stuff { display: table; border: 2px solid #59452a; }
.row { display: table-row; width:100%;}
.cell { display: table-cell; margin:auto; text-align:center; height: 225px; vertical-align:middle; width: 432px;}
.cell-orange { display: table-cell; background-color: #cd5a13; height: 85px; margin:auto; text-align:center; vertical-align:middle;}
.cell-green { display: table-cell; background-color: #545f1d; height: 85px; margin:auto; text-align:center; vertical-align:middle;}
.cell-yellow { display: table-cell; background-color: #f3dd83; height: 85px; margin:auto; text-align:center; vertical-align:middle;}
.cell-brown { display: table-cell; background-color: #59452a; height: 85px; margin:auto; text-align:center; vertical-align:middle;}
.cell-space { display: table-cell; width: 10px;}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  Joomlashine Code to fix footer not showing in Amazon Fire 7"  
@media only screen and (max-width: 960px), (max-device-width: 960px)*/

/*About Us Dark Background Image Desktop*/
.about-us-dark {background-image: url(../images/backgrounds/about-us-dark-275-290-margin.png); background-image:no-repeat;  height: 290px; width: 275px; display: inline-block;
}

/*About Us Dark Background Image Mobile*/
.about-us-dark-mobile {background-image:url(../images/backgrounds/about-us-dark-275-245-mobile.png) ; height: 245px; width: 275px;
}
/*Centering-about-us-mobile*/
div.centered-about-us
{
    width: 275px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*About BFC Staff and Our Partners Alignment of Module*/

div._staff-desktop {
	margin-left: 175px;
}
div._our-partners-desktop {
	margin-right: 150px;
}
/*Search */
div._search {
	width: 275px;
	margin:auto;
}

/*#jsn-pos-footer .display-desktop.jsn-modulecontainer {
    display: none;
}
 ============================== DEFAULT HTML ==============================background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	background-color: #f9f5f2; 
#jsn-master {
	
	
	background-image: url(../images/colors/blue/bg-master.jpg);
	
}*/
/* =============== TYPOGRAPHY - LINK STYLES =============== */
a {
	color: #f57e35;
}

/* ----- ACTION LINK ----- */
.link-action {
	border-bottom: 1px solid #545f1d;
}
.link-action:hover {
	background-color: #545f1d;
}
/* ----- FONT STYLES ----- */
h3.jsn-moduletitle,
#jsn-content-top div[class*="box-"] h3.jsn-moduletitle,
#jsn-content-top div[class*="solid-"] h3.jsn-moduletitle,
.contentheading,
.componentheading,
.subheading {
	text-shadow: 0px 0px 0px #e5e5e5;
}
ul.menu-mainmenu > li.active > a,
div.box-grey h3.jsn-moduletitle,
div[class*="richbox-"] h3.jsn-moduletitle,
#jsn-content-top h3.jsn-moduletitle,
#jsn-content-top div.box-grey h3.jsn-moduletitle,
#jsn-content-top div[class*="richbox-"] h3.jsn-moduletitle {
	text-shadow: 0px 0px 0px #000;
}
/* =============== MENU - MAIN MENU From blue.css=============== */
/* ----- 1st LEVEL ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul,
#jsn-menu div.display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background-color: #83501b;
	color: #f7efed;
	font-size: 0.9em;
}
div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-top: 1px solid #83501b;
	border-bottom: 1px solid #83501b;
	border-left: 1px solid #83501b;
	background-color: #83501b;
	
}
body.jsn-direction-rtl div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-left: none;
	border-right: 1px solid #83501b;
}
#jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-right: 1px solid #83501b;
}
body.jsn-direction-rtl #jsn-pos-toolbar div.jsn-modulecontainer ul.menu-mainmenu ul li a {
	border-left: 1px solid #83501b;
}
/* ----- HOVER STATE -----background-color: #f2da84; */
div.jsn-modulecontainer ul.menu-mainmenu ul li:hover > a {
	border-top-color: #83501b;
	background-color: #e5bf49;
	color: #83501b;
}
/* ----- ACTIVE STATE ----- */
div.jsn-modulecontainer ul.menu-mainmenu ul li.active > a {
	border-top-color: #83501b;
	background-color: #e5bf49;
	color: #83501b;
}

/* Remove dotted lines */
#jsn-pos-user-bottom
 {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
}
#jsn-pos-breadcrumbs,
#jsn-pos-user-top,
#jsn-usermodules1,
#jsn-pos-mainbody-top,
#jsn-pos-mainbody-bottom,
#jsn-pos-banner,
#jsn-usermodules2
 {
	background-image:none;
	
}
/* Line 158 */
div.jsn-modulescontainer
{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
/* =============== DEFAULT HTML - GENERAL STYLES =============== */
html, body {
	line-height: 1.4;
	margin: 0;
	padding: 0;
	overflow: inherit !important;
	background-image: url(../../../images/backgrounds/bfc-background-100x100.jpg);
		background-repeat:repeat;
}
p, pre, blockquote, form, dl, ol, fieldset, address, table {
	padding: 0;
	margin: 15px 0;
}

/* footer class - terry - 11/18/15 */
.bfc-footer {
	text-align: center;
}

@media only screen and (min-width: 960px), (min-device-width: 960px)
{
	#jsn-page {
		width: 100%;
	}
}
@media only screen and (max-width: 959px), (max-device-width: 959px)
{
	#jsn-page {
		width: 100%;
	}
}
@media only screen and (max-width: 768px), (max-device-width: 768px)
{
	#jsn-page {
		width: 100%;
	}
	.disappear-small {
		display: none !important;
	}
	
}
#jsn-headerright {
    padding: 0px 20px 0px 0px;
}
@media only screen and (max-width: 894px), (max-device-width: 894px) 
{
	div.jsn-modulecontainer ul.menu-mainmenu li {    
    	font-size: 1.0em;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    	padding: 10px 8px 8px 10px;
    }
}
@media only screen and (max-width: 960px), (max-device-width: 960px)
{
	div.jsn-modulecontainer ul.menu-mainmenu li {    
    	font-size: 1.0em;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    	padding: 10px 8px 8px 10px;
    }
}

@media only screen and (max-width: 794px), (max-device-width: 794px) 
{
	div.jsn-modulecontainer ul.menu-mainmenu li {    
    	font-size: 0.95em;
	}
	div.jsn-modulecontainer ul.menu-mainmenu > li > a {
    	padding: 10px 8px 10px 8px;
    }
}

#take-action-form {
	padding-top: 30px;
}
.priority-action {
	background-image: url('./../../../images/priority-action/support-the-petition-desktop.png');
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 125px; 
	width: 90%;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
/* @media only screen and (max-width: 1200px), (max-device-width: 1200px) 
{
	.priority-action {
		width: 80%;
	}
}
@media only screen and (max-width: 1050px), (max-device-width: 1050px) 
{
	.priority-action {
		width: 90%;
	}
} */
@media only screen and (max-width: 945px) 
{
	.priority-action {
		width: 98%;
	}
}
@media only screen and (max-width: 860px) 
{
	.priority-action {
		background-image: url('./../../../images/priority-action/support-the-petition-mobile-180.png');
		text-align: center;
		padding-top: 35px;
		width: 300px;	
		height: 180px;	
		background-size: auto; 
	}
}
.sign-up-news {	
	 background-image: url('./../../../images/enews-signup-graphics/enews-signup-brown-desktop-558.png');
	 background-size: cover; 
	 background-repeat: no-repeat; 
	 height: 125px; 
	 text-align: right;	 
}
#sign-up-news {
	padding-top: 25px;
}

@media only screen and (max-width: 1140px), (max-device-width: 1140px) 
{
	.sign-up-news {		
		background-image: url('./../../../images/enews-signup-graphics/enews-signup-brown-mobile-final.png');
		text-align: center;
		padding-top: 50px;
		width: 300px;	
		height: 190px;	
		background-size: auto;
		background-position: center; 
	}
	#sign-up-news {
		padding-top: 50px;
		margin-left: auto;
		margin-right: auto;
	}
	.enewsbrown, .enewsbrown:hover {   
    	margin-right: 5px;
	}
	.enteremailbrowndesktop {
		margin-left: 5px;
	}
}
}
/* images/enews-signup-graphics/enews-signup-brown-mobile-final.png' */

.bfc_center {
	text-align: center;
}

/* main menu centered at larger screen sizes */
@media only screen and (min-width: 660px) {	
	#jsn-menu div.jsn-modulecontainer {
		float:none;
		}
	#jsn-pos-mainmenu {
		float: none;
		margin: 0;
		text-align:center;
	} 
	ul#bfc_mainmenu {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	div.jsn-modulecontainer ul.menu-mainmenu#bfc_mainmenu li  {
		float:none;
		display:inline-block;
		position: relative;
		list-style-type: none;
	}
	li.jsn-menu-mobile-control {
		display: none !important;
	}
}
.bfc_footer {
	max-width: 960px;
	margin-left: auto !important;
	margin-right: auto !important;
}
@media only screen and (max-width: 690px), (max-device-width: 690px) {
    #jsn-menu {
	z-index: 999;
	color: #f7efed;
	position: relative;
	background: url(../images/backgrounds/menu-background.png);
	background-size: 100% 100%; 	
	/* padding-bottom: 10px; */
	padding-left: 10px;
	font-size: 88%;	
	}
}
@media only screen and (min-width: 940px) {
	.bfc-desktop {
		display: block;
	}
	.bfc-tablet {
		display: none;
	}
}
@media only screen and (max-width: 939px) {
	.bfc-desktop {
		display: none;
	}
	.bfc-tablet {
		display: block;
	}
}
/*2014 non-profits*/
.logo-2014nonprofit {
	display: inline-block;
    width: 148px;
    height: 75px;
    
}
.logo-guidestar {
	display: inline-block;
    width: 101px;
    height: 75px;
    
}
.inlineblock {
	display: inline-block;
    
}
/* Horizonal Rule */
.jsn-joomla-30 hr
{
  margin-top: 0.1em;
  margin-right: 0px;
  margin-bottom: 1.0em;
  margin-left: 0px;
  color: #83501b;
  background-color: #83501b;
}

hr { 
color: #83501b; 
background-color: #83501b;
} 
/*Video Homepage*/
.video-homepage {
	display: inline-block;
	
	margin: auto;
	width:100%;
	}
/*Buffalo Habitat*/
#wrapper{
    display: inline-block;
    width: auto; 
	
}


#content {
    float:left;
    
}

#sidebar {
    float:left;
	margin-left: 30px;
	
    
}
@media only screen and (max-width: 480px) {
	#wrapper{
    display: inline-block;
    width: auto; 
	
}


#content {
    float:left;
    
}
	#sidebar {
    float:left;
	margin-left: 0px;
    
}
}
/* Paragraph indent 30px*/ 
#margin-30 {
    margin-left:30px;
	margin-right: 10px;
}
/*Float right*/
table.table-right {
    float: right; /* floats the table to the right,
                     allowing text to wrap around it */
    margin: 10px; /* adds buffer space around the table */
}
/* Red alink*/
a.red:link {color: #ff0000;}
a.red:active {color: #ff0000; }
a.red:visited {color: #ff0000; }
a.red:hover {color: #ff0000;}

/* Video */
/* Line 1 */
div.titlendesc h4
{
  font-size: 18px;
}
/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	color: #83501b;
	
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #83501b;
	font-size: 0.9em;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.0em;
	border-top: 0px solid #fff;
	color: #dedede;
	font-weight: normal;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #83501b;
	border-left: 1px solid #83501b;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: transparent;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #83501b;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #566c11;
	border-right: 1px groove #83501b;
}
/*Changes from upgrading template 10-22-17 */
#jsn-pos-mainbody-bottom
 {
	background-image:none;
	background-repeat: repeat-x;
}
.jsn-joomla-30 hr {
margin: 0.5em 0;
color: #83501b;		
background-color: #83501b;		
}
/* Fixed error mainbody background when resizing window */
#jsn-maincontent_inner4 > div {
	background: transparent;
}

/*Custom code from news.css*/
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:regular,bold);

@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Journal:regular,bold);

body {
	font-family: PT+Sans, "Times New Roman", Times, serif;
	font-size: 95%;
	background-color: #f9f5f2 !important;
}
#jsn-gotoplink,
.page-header,
.subheading-category,
#jsn-menu a,
#jsn-menu span,
.componentheading,
.contentheading {
	font-family: Oswald, Droid Serif, "Palatino Linotype", Palatino, serif;
	font-weight:bold;
	
}
h4
 {
	font-family: Oswald, Droid Serif, "Palatino Linotype", Palatino, serif;
}
h1,
h2,
h3,
h5,
h6
{
	font-family: PT+Sans, Droid Serif, "Palatino Linotype", Palatino, serif;
}
body.jsn-textstyle-news ul.menu-mainmenu ul li a {
	font-size: 1em;
	text-align:left;
}
blockquote {
	color: #83501b;
	min-height: 45px;
	font-style: italic;
	padding-left: 60px;
	background: url(../images/icons/icon-text-blockquote.png) no-repeat top left;
}
blockquote p {
	font-size: 1em;
	line-height: inherit;
}