/* ==================== 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
===================================*/
.css-slideshow{
  position: relative;
  max-width: 350px;
  height: 440px;
}
.css-slideshow figure{
  margin: 0;
  max-width: 350px;
  height: 440px;
  background: #fff;
  position: absolute;
}

.css-slideshow-attr a{
  color: #666;
}
.css-slideshow figure{
  opacity:0;
}
figure:nth-child(1) {
  animation: xfade 10s 0s infinite;
}
figure:nth-child(2) {
  animation: xfade 10s 6s infinite;
}
figure:nth-child(3) {
  animation: xfade 10s 12s infinite;
}
@-webkit-keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: .8;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: .8;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: .8;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xfade{
  0%{
    opacity: 1;
  }
  25% {
    opacity: .8;
  }
  50%{
    opacity: 0;
  }
  75% {
    opacity: .8;
  }
  100% {
    opacity: 1;
  }
}


/* ========== 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 */
div.jsn-modulecontainer ul.menu-treemenu li.jsn-hidden {
	display: none;
}
body {
	display: block;
	position: relative;
}
/* ===== 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;
	left: -133px;
}
#santa-getitnow:hover {
	left: 20px;
}
#santa-getitnow .santa-img {
	position: absolute;
	left: -95px;
	padding-left: 150px;
	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;
	-ms-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;
	-ms-transition: all 0.3s ease-in-out;
}
#santa-getitnow .balloon-img {
	position: absolute;
	left: 105px;
	padding-left: 150px;
	top: -30px;
	opacity: 0;
	transform: scale(0.5,0.5);
	-moz-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	-ms-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;
	-ms-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);
	-ms-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);
	-ms-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: 5px 0 20px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
#demo-promo-right .sermon-item .heading {
	margin: 0 0 5px;
}
#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;
	width: 60%;
}
.jsn-direction-rtl #demo-promo-right .sermon-item .content > a {
	float: right;
}
.jsn-direction-rtl .demo-homepage-slider .label_skitter .jsn-themeslider-caption-description {
	float: left;
	max-width: 60%;
}
.jsn-direction-rtl.jsn-demo-page .page-header h1,
.jsn-direction-rtl #demo-user-bottom .main-heading {
	display: initial;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .img-link {
    text-align: left;
    float: right;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .img-link .date {
	right: 0;
	left: auto;
}
.jsn-direction-rtl #demo-user-bottom .row-fluid .events-list .item .content {
    padding-right: 310px;
    padding-left: 0;
}
.jsn-direction-rtl #demo-tabs ul li {
    float: right;
    margin-left: 2px;
    margin-right: 0;
}
.jsn-direction-rtl #tabs_container div {
    margin-left: 40px;
    margin-right: 0;
}
.jsn-direction-rtl .demo-newsletter .jsn-uniform .form-actions .btn-toolbar {
	float: right;
}
/* ===== DEMO CONTENT-TOP ===== */
#demo-content-top {
	background-color: #e7d61d;
	border-bottom: 5px solid #b4a827;
}
#demo-content-top .inner {
	padding: 30px;
}
#demo-content-top .item .main-heading {
	color: rgba(0,0,0,0.8);
	text-transform: uppercase;
	font-size: 1.8em;
	margin: 0;
	padding: 0;
	line-height: 40px;
	border-right: 2px solid rgba(0,0,0,0.2);
}
#demo-content-top .item .content-block {
	padding: 0 0 0 25px;
}
#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(20,40,55,0.6);
	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: 1.4em;
	line-height: 30px;
}
#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(../images/backgrounds/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;
	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;
}
#jsn-master .demo-newsletter [id^="jsn_form_"].jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: transparent !important;
    border-color: transparent !important;
}
.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;
}
/*=========================READMORE STYLE==========================*/
p.readmore a.btn {
	background: #111;
	background-color: #cc4d3d;
	color: #fff;
  	border: none;
 	font-size: 14px;
  	line-height: 27px;
  	padding: 10px 20px;
  	padding-left: 10px;
  	display: inline-block;
  	font-family: 'Cinzel', 'Lora', Georgia, serif;
}
p.readmore a.btn span{
	background: none;
}
p.readmore a.btn{
	transition: 0.3s ease-out;
  	-moz-transition: 0.3s ease-out;
  	-webkit-transition: 0.3s ease-out;
}
p.readmore a.btn:hover,
p.readmore a.btn.active {
	background-color: #a93627;
}
/* ========== 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;
	}
	.demo-homepage-slider .label_skitter .jsn-themeslider-caption-description{
		font-size: 11px;
	}
}
/*==================================Jomsocial==============================*/
.joms-popup__wrapper{
	top: 45px !important;
	padding-bottom: 90px !important;
}
.joms-popup .joms-form__group label input{
	margin: 0;
}
.joms-button--full{
	border: none;
}
.joms-page .joms-text--title{
	display: none;
}
.joms-toolbar--desktop .joms-popover{
	left: 0;
}
.joms-focus__date{
	padding: 4px;
}
.joms-focus__date span:last-child{
	margin-top: -25px;
}
.joms-list--table li{
	width: 40%;
	float: left;
	display: block;
}
.joms-list--card .joms-list__item{
	margin: 0;
}
/*====================JS Event module======================*/
.joms-list--event .joms-media--event .joms-media__body a{
	color: #fff;
}
.joms-list--event .joms-media--event{
	margin: 10px 0;
}
/*===================JS Video module========================*/
.joms-list--half .joms-list__item{
	width: 100%;
	margin: 10px 0;
}
@media only screen and (max-width: 480px), (max-device-width: 480px){
	.joms-input--append svg{
		top: 11px;
	}
	.joms-focus__link li.full{
		width: 90%;
	}
	.joms-focus__link li.half{
		width: 40%;
	}
	.joms-focus__header{
		padding: 0;
	}
}