/* ==================== JSN FIDEM CUSTOM CSS ==================== */
/* ===== GENERAL ===== */
.jsn-view-article .jsn-demo-thumbnail {
	display: none;
}
/**
 * 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;
	max-width: 100% !important;
}

.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;
}

/* ========== CUSTOMIZED BX SLIDER ========== */
.demo-bx-slider,
.demo-bx-slider li {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.item .product-img a,
.item .product-img a img {
	display: block;
}
.item .product-img a img {
	max-width: 100%;
}
.item .product-info .product-name {
	color: #222;
	font-size: 1.5em;
	line-height: 52px;
	float: left;
}
.item .product-info .product-price {
	float: right;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
}
.item .product-info .product-price .price {
	color: #000;
	font-size: 2.5em;
}
.item .product-info .product-price .old-price {
	font-size: 1.8em;
	margin-right: 10px;
	color: #999;
	text-decoration: line-through; 
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: -45px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 14px;
	height: 14px;
	margin: 0 3px;
}
.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: #00BBEA;
}
.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: #ef0009;
}
.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: #00ad5f;
}
.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: #92278f;
}
.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: #ff952e;
}
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a:hover,
.jsn-color-cyan .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #1abcb6;
}

/* ========== TABULOUS CSS ========== */
#demo-tabs ul.tab-title {
	list-style: none;
	margin: 0;
	padding: 0;
}
#demo-tabs ul li {
	float: left;
	margin: 0;
	margin-right: 2px;
}

#demo-tabs ul li a {
	display: block;
	padding: 17px 24px;
	text-decoration: none;
}

#demo-tabs ul li a:hover {
}

#tabs_container {
	padding: 30px;
	overflow: hidden;
	position: relative;
	background: white;
}

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

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

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

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s 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: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.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;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-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;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: white !important;
	color: #000;
}

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

/* ==================== CUSTOM CSS ==================== */
/* HIDDEN MENU ITEM */
.jsn-demo-page div.jsn-modulecontainer ul.menu-treemenu li.jsn-hidden {
	display: none;
}
/* ===== SANTA GET IT NOW ===== */
@keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-webkit-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-ms-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
@-moz-keyframes blinking {
	0% { opacity: 1; }
	50% { opacity: 0.2; }
	100% { opacity: 1; }
}
#santa-getitnow {
	position: relative;
	top: 100px;
}
#santa-getitnow .santa-img {
	position: absolute;
	left: -115px;
	max-width: none;
	animation: blinking 3s ease-in-out 2s 5;
	-ms-animation: blinking 3s ease-in-out 2s 5;
	-moz-animation: blinking 3s ease-in-out 2s 5;
	-webkit-animation: blinking 3s ease-in-out 2s 5;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#santa-getitnow .balloon-img {
	position: absolute;
	left: 105px;
	top: -30px;
	opacity: 0;
	transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	max-width: none;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#santa-getitnow .link:hover .santa-img {
	left: -45px;
	animation: none;
	-ms-animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
#santa-getitnow .link:hover .balloon-img {
	opacity: 1;
	transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-moz-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
	-webkit-transition: all 0.8s cubic-bezier(0,1.13,.72,1.25);
}
/* ===== DEMO PROMO-TOP ===== */
#demo-promo-top {
	padding: 130px 0 220px;
	text-align: center;
	
}
#demo-promo-top .main-heading {
	text-transform: uppercase;
	position: relative;
	color: #c8a92c;
	font-size: 2em;
	padding: 25px 0;
	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
}
#demo-promo-top .desc {
	margin: 25px 0;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
}

/* ===== DEMO PROMO ===== */
.demo-homepage-slider .label_skitter {
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 100;
}
.demo-homepage-slider .label_skitter .jsn-themeslider-caption-description {
	max-width: 70%;
	font-size: 16px;
	font-family: 'Lora', 'Lora', Georgia, serif;
	margin: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.demo-homepage-slider .box_skitter .next_button {
	background: #fff url(../images/icons/next.png) center center no-repeat;
	right: 15px;
	bottom: 15px;
}
.demo-homepage-slider .box_skitter .prev_button {
	background: #fff url(../images/icons/prev.png) center center no-repeat;
	right: 66px;
	bottom: 15px;
}
.demo-homepage-slider .box_skitter .next_button,
.demo-homepage-slider .box_skitter .prev_button {
	top: auto;
	left: auto;
	width: 50px;
	height: 50px;
	z-index: 200;
}

/* ===== DEMO PROMO-RIGHT ===== */
#demo-promo-right .sermon-item {
	padding: 0 0 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#demo-promo-right .sermon-item .heading {
	margin: 0 0 0;
}
#demo-promo-right .sermon-item .heading a {
	color: #fff;
}
#demo-promo-right .sermon-item .content > a {
	float: left;
	display: block;
}
#demo-promo-right .sermon-item .content > a img {
	display: block;
}
#demo-promo-right .sermon-item .content .text {
	padding-left: 95px;
	padding-top: 5px;
}
#demo-promo-right .sermon-item .content .text p {
	margin: 0 0 5px;
}
#demo-promo-right .sermon-item .content .text .speaker a {
	color: #fff;
	text-decoration: underline;
}
.jsn-direction-rtl #demo-promo-right .sermon-item .content .text {
	margin-left: 0;
	margin-right: 95px;
}
.jsn-direction-rtl #demo-promo-right .sermon-item .content > a {
	float: right;
}
/* ===== DEMO CONTENT-TOP ===== */
#demo-content-top {
	background-color: #ffffff;
	border-bottom: 5px solid #ffffff;
}
#testobjekt{
	background-color: #e6801d;
	
}

#demo-content-top.demo-content-top-blue {
	background-color: #0798BB;
	border-bottom: 5px solid #b4a827;
}

#demo-content-top .inner {
	padding: 30px 0 0 20px;
}
#demo-content-top .item .main-heading {
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
	line-height: 30px;
	border-right: 2px solid rgba(0,0,0,0.2);
}
#demo-content-top .item .content-block {
	padding: 0 0 0 20px;
}
#demo-content-top .item .content-block .img-link,
#demo-content-top .item .content-block .img-link img {
	display: block;
}
#demo-content-top .item .content-block .img-link {
	width: 70px;
	height: 70px;
	padding: 17px;
	background-color: rgba(240,126,0,1);
	text-align: center;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
#demo-content-top .item .content-block .content {
	padding-left: 90px;
}
#demo-content-top .item .content-block .content .heading {
	text-transform: uppercase;
	position: relative;
	color: #222;
	margin: 0;
	display: inline-block;
	font-size: small;
	line-height: 15px;
}
#demo-content-top .item .content-block .content .heading:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	bottom: -7px;
}

/* ===== DEMO USER-TOP ===== */
.jsn-demo-page #jsn-pos-user-top {
	border-bottom: none;
}
#demo-user-top {
	text-align: center;
	padding: 20px 0;
}



#demo-user-top .main-heading {
	text-transform: uppercase;
	color: #cc4d3d;
	font-size: 2.6em;
	padding: 0 0 40px;
	margin: 0 0 30px;
	position: relative;
}
#demo-user-top .main-heading:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 50px;
	background-color: rgba(0,0,0,0.4);
	left: 50%;
	bottom: 0;
	margin-left: -25px;
}
#demo-user-top .desc {
	width: 75%;
	max-width: 100%;
	font-size: 1.1em;
	margin: 0 auto;
}

/* ===== DEMO MAIN ARTICLE ===== */
.jsn-demo-thumbnail {
	margin-bottom: 15px;
	max-width: 100%;
}
.jsn-demo-page .page-header {
	text-align: center;
	overflow: hidden;
}
.jsn-demo-page .page-header h1 {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8em;
	position: relative;
	color: #b8b8b8;
	font-weight: normal;
}
.jsn-demo-page .page-header h1:before,
.jsn-demo-page .page-header h1:after {
	content: '';
	display: block;
	height: 2px;
	width: 800px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.jsn-demo-page .page-header h1:before {
	right: calc(100% + 20px);
}
.jsn-demo-page .page-header h1:after {
	left: calc(100% + 20px);
}

/* ===== DEMO USER-BOTTOM ===== */
.jsn-demo-page #jsn-pos-user-bottom {
	border-top: none;
}
#demo-user-bottom {
	text-align: center;
	overflow: hidden;
}
#demo-user-bottom .main-heading {
	display: inline-block;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.8em;
	position: relative;
	color: #b8b8b8;
	font-weight: normal;
}
#demo-user-bottom .main-heading:before,
#demo-user-bottom .main-heading:after {
	content: '';
	display: block;
	height: 2px;
	width: 800px;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
#demo-user-bottom .main-heading:before {
	right: calc(100% + 20px);
}
#demo-user-bottom .main-heading:after {
	left: calc(100% + 20px);
}
#demo-user-bottom .row-fluid {
	text-align: left;
	margin-top: 20px;
}
#demo-user-bottom .row-fluid .events-list .item {
	padding: 25px 0;
	border-bottom: 1px solid #e5e5e5;
}
#demo-user-bottom .row-fluid .events-list .item:first-child {
	padding-top: 10px;
}
#demo-user-bottom .row-fluid .events-list .item:last-child {
	border: none;
}
#demo-user-bottom .row-fluid .events-list .item .img-link {
	text-align: right;
	float: left;
	display: block;
	position: relative;
	height: 100px;
	width: 280px;
}
#demo-user-bottom .row-fluid .events-list .item .img-link img {
	display: inline-block;
	height: 100px;
}
#demo-user-bottom .row-fluid .events-list .item .img-link .date {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	margin: 0;
	padding: 20px;
	height: 100%;
	width: 100px;
	color: #fff;
	font-family: 'Baumans', 'Lora', Georgia, serif;
	font-size: 1.8em;
	line-height: 30px;
	text-align: center;
	background-color: #cc4d3d;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#demo-user-bottom .row-fluid .events-list .item .img-link .date span {
	display: block;
	font-size: 1.6em;
}
#demo-user-bottom .row-fluid .events-list .item .content {
	padding-left: 310px;
}
#demo-user-bottom .row-fluid .events-list .item .content .heading {
	margin: 0 0 5px;
	line-height: 20px;
	font-size: 1.3em;
	text-transform: uppercase;
}
#demo-user-bottom .row-fluid .events-list .item .content .desc {
	margin: 8px 0;
	line-height: 20px;
	font-size: 14px;
}

/* ===== DEMO CONTENT-BOTTOM ===== */
/* === TABULOUS === */
.jsn-demo-page #jsn-content-bottom-inner {
	position: relative;
	background: url(../../../media/joomlashine/jsn-fidem/custom-html/content-bottom/bg.jpg) center center no-repeat;
}
#demo-latest-updates {
	padding-top: 30px;
	padding-right: 1px;
}
#demo-latest-updates #demo-tabs ul li a {
	background: rgba(255,255,255,0.5);
	color: #222;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#demo-latest-updates #demo-tabs ul li a.tabulous_active,
#demo-latest-updates #demo-tabs ul li:hover a {
	background: #fff;
	color: #000;
}
#demo-latest-updates #demo-tabs ul li:hover a {
	background: #fdfdfd;
}
#demo-latest-updates #tabs_container {
	min-height: 215px;
}
/* === NEWSLETTER === */
.demo-newsletter .jsn-modulecontainer_inner {
	margin: -35px -35px -35px 0;
	padding: 35px;
	background-color: #272a2c;
}
.demo-newsletter .jsn-moduletitle {
	color: #fff;
}
.demo-newsletter .jsn-uniform {
	padding: 30px 0 0;
	font-family: 'Lora', 'Lora', Georgia, serif !important;
}
.demo-newsletter .jsn-uniform .jsn-bootstrap > p {
	color: #999;
	font-size: 15px;
	line-height: 27px;
}
.demo-newsletter .jsn-uniform .jsn-form-content label,
.demo-newsletter .jsn-uniform .jsn-text-center  {
	display: none !important;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group {
	border: none !important;
	padding: 0 !important;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group input {
	border: none;
	padding: 10px 5px;
	height: 50px;
	margin-top: 35px;
	margin-bottom: 0;
	border-radius: 0;
	color: rgba(255,255,255,0.5) !important;
	background: rgba(255,255,255,0.2) !important;
	width: 90% !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.demo-newsletter .jsn-uniform .form-actions {
	margin: 0 !important;
	padding: 0 !important;
}
.demo-newsletter .jsn-uniform .form-actions .btn-toolbar {
	margin: 0 !important;
}
.demo-newsletter .jsn-uniform .form-actions .btn-toolbar button[type="submit"] {
	margin-left: 0;
	margin-top: 20px;
	background: none;
	background-color: #cc4d3d;
	box-shadow: none;
	border: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 27px;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Cinzel', 'Lora', Georgia, serif;
}
.demo-newsletter .jsn-uniform .jsn-form-content .control-group.ui-state-highlight {
	border: none !important;
	background: none !important;
}

/* ===== DEMO DONATE US ===== */
#demo-donate-us {
	color: #fff;
}
#demo-donate-us .heading {
	text-transform: uppercase;
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	margin: 0 0 15px;
}
#demo-donate-us .heading,
#demo-donate-us .desc {
	width: 100%;
	max-width: 100%;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	line-height: 25px;
}
#demo-donate-us .link-button {
	float: right;
	margin: 22px 0;
}
.jsn-direction-rtl #demo-donate-us .heading,
.jsn-direction-rtl #demo-donate-us .desc {
	float: left;
	text-align: left;
}
/* ===== DEMO CONTENT-BOTTOM-BELOW ===== */
.demo-keep-in-touch .logo-foot {
	margin-bottom: 10px;
}
#demo-featured-speakers {
	padding: 20px 20px;
}
#demo-featured-speakers .row-fluid {
	margin-bottom: 20px;
}
#demo-featured-speakers .row-fluid [class*="span"] a,
#demo-featured-speakers .row-fluid [class*="span"] a img {
	display: block;
}
#demo-featured-speakers .row-fluid [class*="span"] a {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#demo-featured-speakers .row-fluid [class*="span"]:hover a {
	opacity: 1;
}

/* ===== DEMO CONTACT INFO ===== */
#demo-contact-info {
	padding: 20px 0 60px;
	color: rgba(255,255,255,0.4);
}
#demo-contact-info a {
	color: rgba(255,255,255,0.4);
	text-decoration: underline;
}
#demo-contact-info a:hover {
	color: #fff;
}
#demo-contact-info .item [class*="icon"] {
	float: left;
	margin-right: 10px;
	line-height: 25px;
	color: #cc4d3d;
}
#demo-contact-info .item p {
	line-height: 28px;
	padding-left: 30px;
}
/* ========== ON DESKTOP VIEW ========== */
.jsn-desktop-on-mobile #demo-promo-right .sermon-item .heading,
.jsn-desktop-on-mobile #demo-user-bottom .row-fluid .events-list .item .content .heading,
.jsn-desktop-on-mobile #demo-content-top .item .content-block .content .heading {
	font-size: 1em;
}
/* ========== RESPONSIVE ========== */
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	.jsn-mobile #demo-promo-top {
		padding: 0 0 40px;
	}
	.jsn-mobile #jsn-mainbody {
		padding: 0 0 20px;
	}
	.jsn-mobile #jsn-content-bottom-inner,
	.jsn-mobile #jsn-footermodules {
		padding: 20px;
	}
	.jsn-mobile .demo-newsletter .jsn-modulecontainer_inner {
		margin: -10px;
		padding: 20px;
	}
	.jsn-mobile #demo-donate-us {
		padding: 0 20px;
	}
	.jsn-mobile #demo-featured-speakers .row-fluid .span4 {
		width: 31.623931623931625%;
		display: inline-block;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .span8,
	.jsn-mobile #demo-user-bottom .row-fluid .span4 {
		width: 100%;

	}
	.jsn-mobile #demo-user-bottom .row-fluid .img-slider{
		margin-left: 170px;
	}
	.jsn-mobile #jsn-pos-content-bottom-mid,
	.jsn-mobile #jsn-pos-content-bottom-below,
	.jsn-mobile #demo-contact-info {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	.jsn-mobile #demo-content-top .item .main-heading {
		border: none;
		padding-bottom: 20px;
	}
	.jsn-mobile #demo-content-top .item .content-block {
		padding: 0 0 20px;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .events-list .item .img-link {
		float: none;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .events-list .item .content {
		padding-left: 0;
		padding-top: 20px;
	}
	.jsn-mobile .demo-newsletter .jsn-modulecontainer_inner {
		margin: 30px 0 0;
		padding: 20px;
	}
	.jsn-mobile #demo-donate-us .heading,
	.jsn-mobile #demo-donate-us .desc {
		width: 100%;
		max-width: 100%;
	}
	.jsn-mobile #demo-donate-us .link-button {
		float: none;
	}
	.jsn-mobile #demo-user-bottom .row-fluid .img-slider{
		margin-left: -10px;
	}
}