/* ==================== CUSTOM CSS ==================== */
*:focus {
	outline: none;
}
#jsn-menu .jsn-home-menuitem {
	display: none;
}
body.jsn-dona-ldp #jsn-header,
body.jsn-dona-ldp #jsn-footer,
body.jsn-dona-ldp #jsn-content-bottom {
	display: none;
}
body.jsn-dona-ldp #jsn-content {
	z-index: 999;
}
/* ===== LOGIN ===== */
#jsn-pos-top-right .display-dropdown {
	position: relative;
}
#jsn-pos-top-right .display-dropdown h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 3px 15px 1px;
	cursor: pointer;
	line-height: 40px;
}
#jsn-pos-top-right .display-dropdown:hover h2 {
	background: #5C656A;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: #5C656A;
	color: #fff;
	visibility: hidden;
	position: absolute;
	top: 44px;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer:hover .jsn-modulecontent {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form {
	width: 220px;
	padding: 0 10px;
	margin-top: 0;
	font-size: 13px;
	line-height: 35px;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form input.inputbox {
	width: 216px;
	padding: 3px 2px;
	display: block;
	border: none;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-username a,
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-password a {
	float: right;
}
#jsn-pos-top-right .display-dropdown.jsn-modulecontainer .jsn-modulecontent form ul li {
	list-style-type: none;
	line-height: 20px;
	margin: 5px 0 0;
}

/* -- POSITION MENU DROPDOWN -- */

#jsn-pos-mainmenu .display-dropdown {
	position: relative;
	float: right !important;
}
#jsn-pos-mainmenu .display-dropdown h2 {
	margin: 0;
	font-size: 12px;
	text-transform:uppercase;
	cursor: pointer;
	color: #333;
	padding: 1px 7px 0;
	line-height:50px;
	transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	font-weight: normal;
}
#jsn-pos-mainmenu .display-dropdown .jsn-modulecontainer_inner:hover h2 {
	color:#f8991f;
}
#jsn-pos-mainmenu .display-dropdown .jsn-modulecontainer_inner:hover h2:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 90%;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	margin: auto;
	background-color: rgba(255,255,255,0.1);
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	background: #fff;
	color: #fff;
	position: absolute;
	top: 40px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-o-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-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;
    border: 1px solid rgba(0,0,0, .1);
}
#jsn-pos-mainmenu .display-dropdown. .jsn-modulecontainer_inner:hover .jsn-modulecontent {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#jsn-header.jsn-menu-sticky .display-dropdown.jsn-modulecontainer .jsn-modulecontent {
	top: 43px;
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent form {
	padding: 30px 30px 5px;
	margin-top: 0;
	font-size: 13px;
	line-height: 35px;
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent form input.inputbox {
	padding: 3px 2px;
	display: block;
	border: none;
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-username a,
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent form #form-login-password a {
	float: right;
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer .jsn-modulecontent form ul li {
	list-style-type: none;
	line-height: 20px;
	margin: 5px 0 0;
}
#jsn-pos-mainmenu .display-dropdown.jsn-modulecontainer ul.menu-topmenu > li {
	width: 100%;
}
.customer-area ul.menu-topmenu {
	
}
.customer-area ul.menu-topmenu > li {
	width: 100%;
	float: none;
}
.customer-area ul.menu-topmenu li a {
	text-transform: none;
	font-size: 13px;
	color: #333;
	padding: 13px 16px;
	line-height: initial;
	border-bottom: 1px solid #eee;
}
.customer-area ul.menu-topmenu li:hover a {
	color: #f8991f;
	background: #fff;
}
/* ===== JSN LIGHTCART LOGIN ===== */
.lightcart-login a.login-text {
	padding: 15px 25px;
	margin: 18px 0 18px 15px;
	background-color: #ff7200;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	display: block;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	white-space: nowrap;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}
.lightcart-login #jsn-lc-login-authenticate {
	padding: 0;
}
.lightcart-login a.login-text:hover {
	background: #5C656A;
}
/* ====== REGISTER MENU ====== */
ul.register-menu {
	margin: 0;
}
ul.register-menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.register-menu li a {
	color: #fff;
	padding: 17px 15px 14px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
ul.register-menu li.jsnlc-button-register a:hover {
	background: #5C656A;
}
/* ==================== HOMEPAGE ==================== */
/* ===== MAIN PROMO MESSAGE ===== */
#main-message-heading {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}
#main-message-heading h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 2em;
	padding: 80px 0;
	margin: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#main-message-heading .desc,
#main-message-heading .sep {
	margin: 0 auto;
}
#main-message-heading .sep {
	width: 400px;
	max-width: 100%;
	border: none;
	background: url(../images/line.png) center no-repeat;
	height: 2px;
	background-size: 100% auto;
	border-bottom: none !important;
}
#jsn-maincontent,
#jsn-centercol {
	min-height: 0;
}
/* ===== HOMEPAGE SLIDE ===== */
.fullwidthbanner-container .fullwidthbanner ul li {
	margin: 0;
	padding: 0;
}
.fullwidthbanner ul li a {
	background: rgba(255,255,255,.2);
	color: #fff;
	border: 3px solid rgba(255,255,255,.8);
	border-radius: 20px;
}
/* ===== CLICKDESK CHAT BOX ===== */
#jsn-master .clickdesk-minimalistic .cd-bar {
	border: none !important;
	border-radius: 3px 3px 0 0 !important;
	padding-left: 50px !important;
	padding-right: 18px !important;
	position: relative !important;
	background-image: none !important;
	white-space: nowrap;
}
#jsn-master .clickdesk-minimalistic .cd-bar:before {
	content: '';
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 18px;
	top: 11px;
	background: url(../images/icons/icon-chat.png) no-repeat;
}
#jsn-master .clickdesk-minimalistic .cd-chat-inner .cd-chat-inner-top .cd-header-left {
	border-radius: 3px 3px 0 0 !important;
}
#jsn-master .clickdesk-minimalistic .cd-chat-inner .cd-chat-inner-top .cd-header-right .cd-header-right-bottom {
	border-radius: 0 3px 0 0 !important;
}
#jsn-master .clickdesk-minimalistic .cd-chat-inner .cd-form-sec p.cd-chat-buttons {
	text-align: left !important;
}
#jsn-master .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-chat-button{
	background: #333 !important;
	color: #ddd !important;
	border: none !important;
	text-transform: uppercase !important;
	border-radius: 3px !important;
	font-family: 'Roboto Light', Arial, Helvetica, sans-serif !important;
	padding: 10px 15px !important;
	box-shadow: none !important;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#jsn-master .clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-chat-button:hover {
	background: #000 !important;
	color: #fff !important;
}
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec select.cd-form-text,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec input.cd-form-text:focus,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec textarea:focus,
.clickdesk-minimalistic .cd-chat-inner .cd-form-sec select.cd-form-text:focus {
	border-radius: 3px !important;
}
/* ===== CONTENT BOTTOM PROMO ===== */
.jsn-homepage #jsn-pos-content-bottom.jsn-modulescontainer,
.jsn-homepage #jsn-pos-content-bottom-right.jsn-modulescontainer {
	padding: 20px 0;
}
.jsn-homepage #jsn-content-bottom-over_inner #jsn-pos-content-bottom.jsn-modulescontainer {
	padding: 20px 10px;
}
.jsn-homepage #jsn-content-bottom-over {
	padding: 0;
}
.bottom-newsletter {
	margin-top: 20px;
}
.bottom-newsletter p {
	color: #666;
	font-size: 13px;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container {
	background: #1f1f1f;
	border: none;
	border-radius: 5px;
	position: relative;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container .jsn-form-content {
	background: none;
	border: none;
	border-radius: 5px;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container .jsn-form-content .control-group {
	background: none;
	padding: 12px 8px;
	border: none !important;
}
.bottom-newsletter #jsn_form_2.jsn-master .control-group input.email {
	width: 185px !important;
	background: none !important;
	box-shadow: none !important;
	border: none;
	font-size: 15px;
	margin-bottom: 0;
}
.bottom-newsletter #jsn_form_2.jsn-master .control-group .help-block {
	position: absolute;
	bottom: -30px;
	left: 20px;
}
.bottom-newsletter #jsn_form_2.jsn-master .control-group.email:before {
	content: "\f003";
	display: inline-block;
	font: normal normal normal 20px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	float: left;
	margin: 3px 5px 0 12px;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container .form-actions {
	width: 100px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container .form-actions .btn-toolbar{
	margin-top: 0;
	margin-bottom: 0;
}
.bottom-newsletter #jsn_form_2.jsn-master .jsn-bootstrap .jsn-row-container .form-actions .jsn-form-submit {
	border: none;
	text-shadow: none;
	box-shadow: none;
	font-size: 15px;
	padding-top: 16px;
	background: #222;
	padding-bottom: 16px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.joomlashine-socials ul li {
	float: left;
	display: inline-block;
}
.joomlashine-socials ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: none;
	line-height: 32px;
/*	text-align: center;*/
}
.joomlashine-socials ul li a i {
	font-size: 18px;
}
/* ===== FACEBOOK LIKE BOX ===== */
#jsn-content #jsn-pos-user-bottom div.jsn-modulecontainer.facebook-like-box {
	margin-top: 0;
}
#bottom-social {
	position: relative;
}
#bottom-social .addthis_toolbox.addthis_default_style {
	position: absolute;
	top: 75px;
	right: -40px;
	width: 250px;
}
#bottom-social .addthis_button_tweet {
	width: 85px;
}
/* ===== NEWSLETTER ===== */
#news-letter-form h2 {
	margin: 0;
}
#news-letter-form p {
	margin-top: 0;
}
#news-letter-form a {
	display: inline-block;
	margin-top: 20px;
}
#news-letter-form a:focus {
	color: #fff;
}
/* ==================== TEMPLATES ==================== */
/* ===== LIGHTCART HOT-TEMPLATES MODULE ===== */
#jsn-promo .jsn-lc-filtered-wrapper {
	background: #282d30;
	padding: 30px 0 40px;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-container {
	position: relative;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-thumb {
	padding: 10px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-thumb img {
	display: block;
	width: 296px;
	max-width: 100%;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-thumb:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li:hover .item-thumb:after {
	opacity: 1;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-title,
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-button-contain {
	position: absolute;
	opacity: 0;
	z-index: 100;
	left: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li:hover .item-title,
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li:hover .item-button-contain {
	opacity: 1;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-title {
	top: 20px;
	width: 100%;
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-button-contain {
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-button-contain .link-button {
	display: inline-block;
	margin-bottom: 10px;
	width: 60%;
}
body.jsn-view-download #jsn-content,
body.jsn-view-download #jsn-centercol {
	position: static;
}
@media only screen and (max-width: 1690px) {
	#jsn-promo .jsn-lc-filtered-tags-product {
		padding: 0 20px;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li {
		width: 19.99%;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-thumb img {
		width: auto;
	}
}
/* ===== CUSTOM HOT-TEMPLATES SLIDER ===== */
#jsn-promo #jsn-templates-slide-wrapper,
#jsn-promo #jsn-testimonials-wrapper,
#jsn-promo #jsn-affiliate-wapper {
	background: #2a2d33 url(../images/backgrounds/template-detail-bg.png) left 0 no-repeat;
}
#jsn-promo #jsn-templates-slide-wrapper{
	padding: 90px 0;
}
#jsn-promo #jsn-templates-slide-wrapper .jsn-templates-slide-inner { 
}
#jsn-promo #jsn-templates-slide-wrapper .jsn-templates-slide-inner .jsn-title { 
	margin: 0;
	text-transform: uppercase;
}
#jsn-promo #jsn-templates-slide-wrapper .jsn-templates-slide-inner .jsn-title span { 
	margin-top: 10px;
}
#jsn-promo #jsn-templates-slide {
	height: 555px !important;
	overflow: hidden;
	clear: left;
	margin: 0px auto;
	padding: 30px 0px 40px;
	position: relative;
	background: url(../images/slider/loading.gif) no-repeat scroll 50% 50%;
}
#jsn-promo #jsn-templates-slide h2.jsn-title {
	line-height: 40px;
	margin-bottom: 30px;
}
#jsn-templates-slide .scroll_container {
	margin: 0px;
	visibility: hidden;
}
#jsn-promo #jsn-templates-slide div.item {
	padding: 10px;
	float: left;
	margin-right: 10px;
	width: 320px !important;
	height: 450px;
	background: #363636;
	opacity: 1;
}
.item-caption {
	line-height: 25px;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #666;
	background: rgba(255,255,255,.95);
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.item-caption .button-contain {
	bottom: 10px;
	left: 18px;
	position: absolute;
}
.item-caption:hover {
	opacity: 1!important;
}
.item-caption p.short-description {
	padding-left: 15px;
	padding-right: 15px;
}
#jsn-templates-slide .item-caption a.link-button {
	margin: 10px 5px;
	font-size: 18px;
	padding: 9px 10px;
	width: 110px;
}
.item-caption h3 {
	color: #666;
	margin-top: 30px;
}
#jsn-templates-slide div.item .item-overflow {
	overflow: hidden;
	position: relative;
}
#jsn-templates_thumbnails .scroll-buttons {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	display: block;
	width: 24px;
	height: 32px;
	text-indent: -999em;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
#jsn-templates-slide .ui-widget-content {
	background: none;
	border: none;
}
#jsn-templates-slide .ui-tabs .ui-tabs-nav {
	border: none;
	display: none;
}
.scroll-bar-wrap {
	display: none;
}
#jsn-templates_thumbnails {
	background: #fff;
	margin: 0px auto;
	padding: 30px 43px;
	position: relative;
	visibility: hidden;
	top: -30px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
#jsn-templates_thumbnails ul {
	margin: 0px;
	display: none;
}
#jsn-templates_thumbnails li {
	list-style-type: none;
	float: left;
	margin: 0 5px;
}
#jsn-templates_thumbnails li a {
	float: left;
	padding: 5px;
	border: 2px solid #aaa;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#jsn-templates_thumbnails li:last-child {
	margin-right: 0;
}
#jsn-templates_thumbnails li span {
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -999em;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#jsn-templates_thumbnails li:hover span {
	background-color: #ccc;
}
#jsn-templates_thumbnails li.current span {
	background-color: #ec4e1b;
}
#jsn-templates_thumbnails .scroll-buttons {
	background: #ff7200 url(../images/backgrounds/sprites.png) -243px 12px no-repeat;
	padding: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 30px;
	height: 30px;
	top: 25px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#jsn-templates_thumbnails .prev {
	left: 10px;
}
#jsn-templates_thumbnails .next {
	background-position: -362px 12px;
	right: 10px;
}
#jsn-templates_thumbnails .scroll-buttons:hover {
	background-color: #444;
}
div.grid-layout.grid-layout3 div.grid-lastcol div.grid-col_inner {
	margin-right: 10px;
}
body.jsn-download div.grid-layout.grid-layout3 div.grid-lastcol div.grid-col_inner {
	margin-right: 15px;
}
.grid-col .item {
	margin: 10px 10px 0;
	text-align: center;
	padding: 15px;
}
.grid-col .item .template-item {
	padding: 10px;
	background: #fafafa;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.grid-col .item .template-item .template-thumb {
	position: relative;
}
.grid-col .item img {
	max-width: 100%;
	width: 100%;
	display: block;
}
.grid-col .item h3 {
	text-transform: uppercase;
}
.grid-col .item .mark,
#slides .item .mark {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
#slides .item {
	position: relative;
}
.grid-col .item .mark {
	background: rgba(255,255,255,.95);
	height: 100%;
	top: 0;
	left: 0;
}
#slides .item .mark {
	background: rgba(0,0,0,0.9);
	bottom: 0;
	text-align: center;
	left: 10px;
	right: 10px;
}
.grid-col .item:hover .mark,
#slides:hover .mark,
#slides .slidesjs-container:hover .mark {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.grid-col .item .mark p.short-description,
#slides .item .mark p.short-title {
	font-size: 15px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 10px;
}
.grid-col .item .mark p.short-description {
	color: #666;
}
#slides .item .mark p.short-title {
	color: #fff;
	font-size: 18px;
	padding: 18px 15px 20px;
	margin-top: 0;
}
.grid-col .item .mark a.link-button {
	margin: 10px 5px;
	font-size: 18px;
	padding: 6px 10px;
	text-shadow: none;
	width: 35%;
	line-height: 28px;
}
.grid-col .item .mark a.modal {
	position: relative;
}
.grid-col .item .mark .button-contain {
	bottom: 10px;
	width:100%;
	position: absolute;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col {
	padding-top: 150px;
	text-align: center;
	margin: 30px 0 0;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col.power-full {
	background: url(../images/icons/icon-customize.png) center 0 no-repeat;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col.free {
	background: url(../images/icons/icon-support.png) center 0 no-repeat;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col.money-back {
	background: url(../images/icons/icon-money.png) center 0 no-repeat;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col .item {
	background: #f1f3f4;
	margin: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.jsn-templates div.grid-layout.grid-layout3 .grid-col .item h3 {
	background: url(../images/backgrounds/sprites.png) -411px 38px no-repeat;
	margin: 0 -20px;
	padding-bottom: 25px;
	text-transform: uppercase;
	color: #2a3e47;
	font-size: 20px;
	font-weight: 600;
}
/* ==================== TEMPLATES DETAIL ==================== */
body.jsn-reta-detail #template-detail {
    background-image: none;
    padding-bottom: 60px;
}
body.jsn-reta-detail #jsn-promo {
	background-color: #fff;
	background-image: url(../images/backgrounds/template-detail-bg.png), url(../images/backgrounds/template-wrapper-bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, left top;
	padding-top: 50px;	
}
body.jsn-reta-detail #template-detail {
	background-color: transparent;
	padding-top: 0;
	position: static;
	border: none;
    padding-left: 45px;
}
body.jsn-reta-detail #template-detail .align-right,
body.jsn-reta-detail #template-detail-inner {
	width: auto;
	float: none;
}
body.jsn-reta-detail #template-detail .align-right .demo-template-info {
	bottom: 0;
	position: static;
	margin-top: 20px;
}
#template-detail {
	background-color: #fff;
	background-image: url(../images/backgrounds/template-detail-bg.png), url(../images/backgrounds/template-wrapper-bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: 0 0, left top;
	padding-top: 50px;
	float: left;
	width: 100%;
	padding-bottom: 50px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
#template-detail .align-right {
	width: 54%;
}
#template-detail .align-right .demo-template-info {
	position: absolute;
	bottom: 55px;
}
#template-detail .align-right .demo-buynow div.grid-layout2 div.grid-col {
	width: auto;
	margin-right: 15px;
}
#template-detail .align-right .demo-buynow div.grid-layout2 div.grid-col div.grid-col_inner {
	margin-right: 0;
}
#template-detail .align-right div#template-information.grid-layout2 div.grid-col {
	width: 45%;
}
div#template-intro h1 {
	position: relative;
}
div#template-intro h1 img {
	position: absolute;
	top: -35px;
	left: 50%;
}
#box-images {
	position: relative;
	width: 470px;
	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03) inset;
}
.aggregateRating {
	display: inline-block;
	margin-right: 15px;
	color: #aaa;
	text-indent: -9999px;
}
.aggregateRating div {
	display: inline-block;
	margin-right: 15px;
	color: #aaa;
	text-indent: -9999px;
}
#box-images:before, #box-images:after {
	content: "";
	position: absolute;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.65);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.65);
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
	top: 80%;
	bottom: 0;
	left: 10px;
	right: 10px;
	-moz-border-radius: 30%;
	border-radius: 30%;
} 
#box-images:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}
#slides {
	text-align: center;
	position: relative;
	overflow: visible !important;
	width: 470px;
	height: 510px !important;
	z-index: 999;
	background: #FFF;
	padding-top: 10px;
}
/*#slides .item {
	padding: 10px 10px 0;
	background-color: #fff;
	width: auto !important;
}
#slides .item img {
	width: 450px !important;
}*/
.slidesjs-pagination {
	margin: 8px 0 0;
	display: inline-block;
	list-style: none;
}
.slidesjs-pagination li,
.slidesjs-pagination li a {
	float: left;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.slidesjs-pagination li {
	margin-left: 5px;
}
.slidesjs-pagination li:first-child {
	margin-left: 0;
}
.slidesjs-pagination li a {
	display: block;
	width: 8px;
	height: 8px;
	background: #DDD;
	overflow: hidden;
	text-indent: -999em;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover {
	background: #9c9c9c;
}
#slides .slidesjs-navigation {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
#slides:hover .slidesjs-navigation {
	opacity: 1;
	visibility: visible;
}
#slides .slidesjs-previous {
	left: 12px;
}
#slides .slidesjs-next {
	right: 4px;
}
#slides .slidesjs-navigation i {
	background-image: url(../images/backgrounds/sprites.png);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,.6);
	width: 30px;
	height: 30px;
	padding: 8px;
	display: inline-block;
	text-indent: -999em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#slides .slidesjs-navigation i:hover {
	background-color: rgba(0,0,0,1);
}
#slides .slidesjs-previous i {
	background-position: -242px 11px;
}
#slides .slidesjs-next i {
	background-position: -364px 11px;
}
.navbar {
	overflow: hidden
}
#template-intro h1 span {
	display: block;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0 10px;
	line-height: 40px;
}
#template-intro h1 span + span {
	display: block;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-top: 20px;
}
#template-intro p {
	color: #aaa;
	line-height: 1.6;
	font-size: 14px;
	margin: 0 35px 15px 0;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
#template-detail .align-right {
	width: 54%;
}
#template-detail .align-right .demo-template-info {
	position: static;
	bottom: 0;
	margin-top: 25px;
}
#template-detail .align-right .demo-template-info .demo-buynow {
	margin-bottom: 45px;
}
#template-detail .align-right .jsn-lc-item-rating-wrap {
	vertical-align: middle;
}
#template-detail .align-right .jsn-lc-item-rating-wrap .iteam-rating-value {
    color: #000;
}
#template-detail .align-right #template-intro .demo-buynow .grid-col{
    width: initial;
    line-height: 42px;
    margin: 0px 20px 10px 0;
}
#template-detail .align-right #template-intro .demo-buynow .grid-col.grid-lastcol{
     margin: 0;
     width: 300px;
}
#template-detail .align-right #template-intro .demo-buynow .grid-col.grid-lastcol .link-button{
    margin: 0 10px 0 0;
}
#template-detail .align-right #template-intro .demo-buynow .grid-col.grid-lastcol .sub-desc{
    margin: 0;
}
#template-detail .align-right #template-intro .demo-buynow .grid-col .grid-col_inner{
    margin: 0;
}
#template-detail .align-right #template-intro .demo-buynow .link-button {
	padding: 0;
	line-height: 50px;
	float: left;
	width: 132px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.05);
}
#template-intro a:hover,
#template-intro a:focus {
	text-decoration: none;
}
div.demo-buynow a {
	font-size: 25px;
	text-align: center;
	min-width: 145px;
}
div.demo-buynow a.button-grey {
	text-align: center;
}
.extension-detail-ebook div.demo-buynow a.button-grey {
	width: 145px;
	margin: 0 auto;
	display: inherit;
}
div.demo-buynow a.button-orange {
	text-align: center;
}
div.demo-buynow a.link-button{
    min-width: initial;
    font-size: 16px;
    white-space: nowrap;
    font-weight: bold;
    padding: 13px 28px;
    color: #fff;
    text-decoration: none; 
}
div.demo-buynow a.button-orange.download {
	background-position: 35px -1711px;
	/*padding-left: 60px;*/
}
#template-information {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}
#template-information h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
}
#template-information ul {
	margin: 20px 0;
}
#template-information ul li {
	list-style-type: none;
	line-height: 20px;
	color: #333;
	display: inline-block;
	width: 100%;
	margin-left: 5px;
}
#template-detail .addthis_toolbox.addthis_default_style {
	position: absolute;
	bottom: 40px;
}
#template-information ul li > span {
	/*float: left;*/
	text-align: left;
	margin-right: 10px;
}
#template-information ul li a.modal:hover {
	color: #ff7200;
}
#template-information ul li span.left {
	width: 85px;
}
#template-information ul li span.j25,
#template-information ul li span.j30 {
	padding: 0 6px;
	background: #884FB4;
	color: #fff;
	font-size: 12px;
	margin-right: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#template-information ul li span.j30 {
	background-color: #316498;
	margin-left: 4px;
}
#template-information ul a.modal {
	position: inherit;
}
.addthis_button_facebook_like .fb-like iframe {
	width: 450px !important;
	height: 363px !important;	  
}
.addthis_default_style .fb-like{
	float:left;
}
.addthis_default_style .fb-like span{
    overflow: initial !important;
    float: left;
    width: 95px !important;
    height: 20px !important;
}
/* --------- TESTIMONIALS --------- */
#homepage-testimonials {å
	padding-bottom: 30px;
}
#homepage-testimonials .jsn-title{
	color:#80959e;
}
#homepage-testimonials .customer-testimonials {
	padding: 10px 20px 30px;
	position: relative;
}
#homepage-testimonials .customer-testimonials:before {
	content: "\f10d";
	font: normal normal normal 39px/1 FontAwesome;
	position: absolute;
	top: 25px;
	left: 30px;
	color: #e0e0e0;
}
#homepage-testimonials {
	margin: 10px 0 30px;
}
#homepage-testimonials .customer-testimonials > p {
	font-family: Helvetica;
	position: relative;
	border: 1px solid #eaeaea;
	padding: 20px 10px 20px 40px;
	margin-bottom: 25px;
	color: #666;
	font-style: italic;
	font-size: 13px;
	text-align: center;
}
#homepage-testimonials .customer-testimonials > p:after,
#homepage-testimonials .customer-testimonials > p:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#homepage-testimonials .customer-testimonials > p:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
#homepage-testimonials .customer-testimonials > p:before {
	border-color: rgba(234, 234, 234, 0);
	border-top-color: #eaeaea;
	border-width: 11px;
	margin-left: -11px;
}
#extension-features .jsn-title {
	color: #333333;
}
#extension-features ul li.list-iconbox4 {
	float: left;
	width: 23%;
	margin: 0 2% 15px 0;
	min-height: 106px;
}
#extension-features ul li.list-iconbox4 h3,
#extension-features ul li.list-iconbox3 h3 {
	padding: 0;
	margin: 0 0 10px;
}
#extension-features ul li.list-iconbox4 p,
#extension-features ul li.list-iconbox3 p {
	margin: 0 0 10px;
}
#extension-features ul li.list-iconbox4:nth-child(4n),
#extension-features ul li.list-iconbox3:nth-child(3n) {
	margin-right: 0;
}
#extension-features ul li.list-iconbox3 {
	float: left;
	width: 31.3%;
	margin: 0 2% 40px 0;
}
.customer-testimonials {
	text-align: center;
	font-family: Helvetica Neue, Times, serif;
	font-size: 14px;
	padding: 10px 60px 40px;
	line-height: 22px;
	color: #8d8d8d;
	min-height: 300px;
}
#homepage-testimonials h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	font-weight: 300;
}
#homepage-testimonials .jsn-container{
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.jsn-container {
	position: relative;
	margin: 25px auto 20px auto;
	/*width: 1170px;*/
	height: 300px;
}
.jsn-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.jsn-item {
	position: relative;
	float: left;
	width: 33%;
	height: 100%;
	text-align: center;
}
#homepage-testimonials .customer-testimonials p a {
	font-weight: bold;
	display: block;
	color: #363636;
	font-size: 14px;
	margin-bottom: 10px;
}
#homepage-testimonials .customer-testimonials > a {
	font-style: normal;
	color: #fc8f30;
	font-size: 12px;
}
#homepage-testimonials .customer-testimonials a:hover {
	color: #ff7200;
}
p.customer-name {
	font-size: 13px;
	font-style: normal;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
.customer-testimonials .customer-avatar,
.customer-testimonials .customer-avatar span,
.customer-testimonials .customer-avatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	display: block;
}
.customer-testimonials .customer-avatar span {
	display: inline-block;
}
.customer-testimonials .customer-avatar span:hover {
	border-color: #ff7200;
}
.customer-testimonials blockquote {
	background-position: 385px 0px;
}
.customer-testimonials a {
	text-decoration: none;
	font-size: 14px;
}
.customer-testimonials a:hover {
	color: #3d3d3d1070
}
#homepage-testimonials h3 {
	font-family: 'Roboto';
	font-weight: 300;
}
/* --------- PRICE TABLE --------- */
div.col-price {
	float: left;
	width: 32.2%;
	position: relative;
	padding-bottom: 25px;
	color: #777;
	border: 1px solid #ddd;
	background-color: #fff;
}
table.table-style.price-table th {
	padding: 14px;
}
.price-table .align-center > span {
	text-transform: uppercase;
	font-size: 18px;
	color: #333;
}
.price-table .align-center > span > span {
	display: block;

}
.price-table .price-button {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 20px;
}
div.col-price.pro-standard {
	margin: 0 -3px;
}
div.col-price.pro-unlimited {
	background: #fff;
	border: 1px solid #ddd;
}
div.col-price.pro-unlimited .price-head {
	position: relative;
	z-index: 999;
}
div.col-price.pro-unlimited .price-head .align-left h3,
div.col-price.pro-unlimited .price-head .align-center h3,
div.col-price.pro-unlimited .price-head .align-right {
}
div.col-price .price-head {
	float: left;
	width: 100%;
}
table.table-style.price-table tbody td {
	text-align: center;
}
table.table-style.price-table tbody th {
	padding-left: 25px;
	padding-right: 25px;
}
div.col-price .price-head .align-left,
div.col-price .price-head .align-center {
	padding: 10px 0 5px 20px;
}
div.col-price .price-head .align-left ul {
	margin-left: 10px;
}
.jsn-4col-table div.col-price .price-head {
	height: 120px;
	min-height: 120px;
}
div.col-price.pro-unlimited .price-head .align-left ul {
	margin-bottom: 2px;
}
.extension-pricing-table div.col-price .price-head .align-left ul {
	margin-bottom: 10px;
}
.extension-pricing-table div.col-price.pro-unlimited .price-head .align-left ul {
	margin-bottom: 7px;
}
.col-price .price-footer .align-center {
	color: #4F585D;
	padding: 10px 15px;
	font-size: 30px;
	font-weight: 400;
}
.price-table .align-center sup {
	font-size: 1.2em;
	bottom: 0.4em;
	color: #8cc63e;
	top: -1.2em;
}
.price-table .align-center .price-product > span {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	line-height: 70px;
	color: #8cc63e;
}
.price-table .align-center .free sup,
.price-table .align-center .price-product.free > span {
	color: #999;
}
.price-table .align-center .price-product span span {
	font-size: 14px;
	width: 100%;
	color: #999;
	line-height: 20px;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 15px;
	display: block;
}
div.col-price .price-footer .align-center span sup.strike-through {
	font-size: .4em;
	bottom: 1em;
	text-decoration: line-through;
}
div.col-price .price-footer a.modal.discount {
	color: #ff7200;
	display: block;
	margin: 10px 0 0;
	font-size: 15px;
	position: inherit;
}
div.col-price .price-footer a.modal.discount :hover {
	color: #444;
	text-decoration: none;
}
div.col-price .price-head ul li {
    color: #404040;
    font-size: 13px;
    margin: 5px 10px;
}
div.col-price.pro-unlimited .price-footer .align-center {
	color: #374F5A;
}
div.col-price .price-head .align-left h3 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
div.col-price .price-body {
	float: left;
	width: 100%;
}
div.col-price.pro-unlimited .price-body {
	border-color: #ddd;
}
div.col-price .price-body ul {
	padding: 15px;
	margin: 0;
	line-height: 30px;
}
div.col-price .price-body > ul:first-child {
}
div.col-price.pro-unlimited .price-body > ul:first-child {
	border-color: #ddd;
}
div.col-price .price-body ul.grey-text {
	color: #444444;
}
div.col-price.pro-unlimited .price-body ul.darkgrey-text {
	color: #222;
}
div.col-price .price-body ul li {
	list-style-type: none;
	margin: 5px 5px 4px 14px;
	font-size: 13px;
	color: #404040;
}
div.col-price .price-body ul.darkgrey-text li,
table.price-table tr span.jsn-icon-check {
	background: url(../images/icons/icon-sprites.png) -486px -105px no-repeat;
	padding-left: 18px;
}
#jsn-template-developer-package ul li a[data-toggle="tooltip"],
table.price-table tr a[data-toggle="tooltip"],
ul li a[data-toggle="tooltip"] {
	width: 17px;
	height: 16px;
	background: url(../images/icons/icon-sprites.png) 0 0 no-repeat;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.tooltip strong {
	font-weight: 600;
}
div.tooltip {
	background: none;
	border: none;
	font-size: 13px;
}
.tooltip.top .tooltip-arrow {
	margin-left: 1px !important;
}
#jsn-template-developer-package ul li a:hover,
div.col-price .price-body ul li a:hover,
ul li a[data-toggle="tooltip"]:hover {
	background-position: 0 -36px;
	text-decoration: none;
}
div.col-price .price-footer {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}
div.col-price .price-footer a.price-button {
	padding: 0 20px;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 42px;
}
div.col-price .price-footer a.price-button.modal {
	position: inherit;
}
div.col-price.free .price-footer a.price-button {
	margin-bottom: 34px;
}
.extension-pricing-table div.col-price.free .price-footer a.price-button {
	margin-bottom: 35px;
}
.extension-pricing-table div.col-price.free .price-footer a.price-button {
	margin-top: 0;
}
div.col-price .price-body ul li strong {
	font-weight: 400;
}
#pricing-table {
	display: inline-block;
}
#pricing-table strong.text-orange,
.extension-features strong.text-orange {
	color: #ff7200;
	font-weight: bold;
}
p.jsn-note-temp {
	margin: 50px 0 0;
	padding: 20px 0;
	background-color: #ffffeb;
}
/* --------- TEMPLATE PACKAGE --------- */
#template-pack {
	background: url(../images/backgrounds/hr-bg.png) center bottom no-repeat;
	padding-bottom: 60px;
	display: inline-block;
	width: 100%;
}
#template-pack ul li {
	list-style-type: none;
	padding-left: 15px;
	margin: 5px 0;
	background: url(../images/icons/icon-sprites.png) no-repeat -488px 12px;
}
#jsn-content #jsn-pos-user-bottom div.jsn-modulecontainer {
	margin-top: 0;
}
#jsn-content-top {
	background-color: #fff;
}
.jsn-pagebuilder-details #jsn-content-top {
	background-color: transparent;
	border-bottom: 1px solid #e6eff5;
	padding: 20px 0 90px;
}
body.jsn-templates-showcase #jsn-content,
body.jsn-extensions-showcase #jsn-content,
body.jsn-about #jsn-content,
body.jsn-dev-packages #jsn-content,
body.jsn-testimonials-page #jsn-content,
body.jsn-affiliate-page #jsn-content,
body.jsn-partners-page #jsn-content,
body.jsn-extensions-details #jsn-content,
body.jsn-template-details #jsn-content,
body.jsn-customers-showcase #jsn-content,
body.jsn-knowmorej34-page #jsn-content {
	background-color: transparent;
}
body.jsn-extensions-showcase #jsn-mainbody-content {
	padding: 30px 0 0;
}
/* --------- FAQ SALE --------- */
.faq-sale {
	width: 65%;
}
.moneyback > h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	color: #333;
}
.faq-sale > h3 {
	text-transform: uppercase;
	font-size: 30px;
	color: #2a3e47;
}
#menu-collapse h3,
#menu-collapse2 h3 {
	font-size: 15px;
	background: url(../images/icons/icon-plus.png) 0 14px no-repeat;
	padding-left: 14px;
	color: #333;
	cursor: pointer;
	margin: 0;
	line-height: 35px;
	text-transform: none;
}
#menu-collapse h3.ui-state-active,
#menu-collapse2 h3.ui-state-active {
	font-weight: bold;
}
#menu-collapse h3:hover,
#menu-collapse2 h3:hover{
	color: #fc8f30;
}
div.ui-accordion-content {
	border: 1px solid #E8ECED;
	background: #F9FAFB;
	position: relative;
}
div.content-faq {
	padding: 10px 18px;
	font-size: 13px;
	color: #555555;
}
h3.ui-state-default.ui-accordion-header-active.ui-state-active {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* --------- MONEY BACK --------- */
#jsn-pos-banner .row {
	margin-left: 0;
}
.moneyback {
	background: url(../images/icons/icon-moneyback.png) center 40px no-repeat #fff;
	border-radius: 4px;
	padding: 220px 0 0;
	text-align: center;
	width: 32%;
	border: 1px solid #e6eff5;
}
.moneyback h3 {
	text-align: center;
}
#moneyback-reason {
	padding: 0 25px 25px;
	text-align: left;
}
/* --------- PAYMENT --------- */
.payment {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
.payment .align-left {
	width: 33%;
}
.payment .align-left img {
	margin: 3px 3px 0 0;
}
.payment .align-right {
	width: 65%;
	color: #888;
	font-size: 12px;
}
/* ==================== DOWNLOAD ==================== */
/* --------- LOGIN TO DOWNLOAD --------- */
.user-top-box {
	background: #fffddd;
	border: 1px solid #e7d9a1;
	padding: 20px 10px 40px;
	text-align: center;
	font-size: 18px;
}
.user-top-box h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ff7200;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
}
.user-top-box h2 span {
	color: #444;
	font-weight: 600;
}
.user-top-box strong {
	font-weight: 600;
}
/* --------- TAB PRODUCT --------- */
#tab-product {
	display: inline-block;
	width: 100%;
	text-align: center;
}
#tab-product h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 400;
}
#tab-product #filters {
	list-style: none;
	display: inline-block;
	margin-bottom: 50px;
}
#tab-product #filters li {
	float: left;
	margin: 0;
	background: #f7f9fa;
	border: 1px solid #e3e7e9;
	padding: 12px 25px;
	border-right: none;
	border-left: none;
	min-width: 115px;
	display: inline-block;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
#tab-product #filters li:last-child {
	border-right: 1px solid #e3e7e9;
}
#tab-product #filters li:first-child {
	border-left: 1px solid #e3e7e9;
}
#tab-product #filters li:last-child.selected,
#tab-product #filters li:last-child:hover {
	border-right: 1px solid #ff7200;
}
#tab-product #filters li:first-child.selected,
#tab-product #filters li:first-child:hover {
	border-left: 1px solid #ff7200;
}
#tab-product #filters li.selected,
#tab-product #filters li:hover {
	background: #ff7200;
	border-bottom-color: #ff7200;
	border-top-color: #ff7200;
}
#tab-product #filters li span {
	display: block;
	position: relative;
	opacity: 0;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
#tab-product #filters li:hover span,
#tab-product #filters li.selected span {
	opacity: 1;
}
#tab-product #filters li.selected span:after,
#tab-product #filters li:hover span:after {
	content: "";
	height: 0;
	width: 0;
	left: 50%;
	bottom: -28px;
	position: absolute;
	margin-left: -8px;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ff7300 transparent transparent transparent;
}
#tab-product #filters li.selected a,
#tab-product #filters li:hover a {
	color: #FFF;
}
#tab-product #filters li a {
	color: #2a3e47;
	font-size: 25px;
	text-decoration: none;
}
#product-container .element {
	width: 33%;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.jsn-download .grid-layout3 .grid-col .item .mark .button-contain {
	width: 100%;
	text-align: center;
}
.jsn-download .grid-layout3 .grid-col .item .mark a.link-button {
	white-space: nowrap;
	padding: 0 20px;
	line-height: 42px;
	width: initial;
}
/* ==================== CONTACT ==================== */
#contact-us {
	margin-bottom: 30px;
	display: inline-block;
}
#contact-us h2 {
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 300;
	margin-top: 20px;
}
#contact-us h2.contact-form-title {
	margin-top: 40px;
}
#contact-us h2 span {
	font-weight: 600;
}
#contact-us p.paragraph {
	margin-top: 30px;
}
#contact-us .button-green{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 42px;
    padding: 0 20px;
}
/* --------- CONTACT FORM --------- */
#contact-us div.jsn-uniform input[type="text"] {
	padding: 10px 5px;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	display: block;
	box-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #e8ebed;
}
.jsn-uniform.jsn-master .jsn-bootstrap select {
	height: 30px;
}
#contact-us div.jsn-uniform .controls input[type="text"] {
	height: 35px;
}
#contact-us div.jsn-uniform .recaptcha_input_area input[type="text"] {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	height: 20px;
}
#contact-us div.jsn-uniform textarea {
	border: 1px solid #e8ebed;
	width: 89.4%;
	display: block;
	box-shadow: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#contact-us div.jsn-uniform input[type="text"]:focus,
#contact-us div.jsn-uniform textarea:focus {
	border-color: rgba(82, 168, 236, 0.8) !important;
}
#contact-us .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
	padding: 10px 0;
}
#contact-us .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-label {
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
	font-size: 18px !important;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 8px;
}
#contact-us .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
	font-weight: 300;
	font-size: 15px;
	margin: 0 3px;
}
.jsn-master .jsn-bootstrap .form-actions,
.jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
	margin: 0 0 5px !important;
}
#contact-us .jsn-bootstrap .btn-toolbar {
	float: right;
	font-size: 25px;
	font-weight: 300;
	margin-right: 40px;
}
#contact-us .jsn-bootstrap .btn-toolbar button {
	background: #ff7200;
	color: #fff;
	cursor: pointer;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	border: none;
	float: left;
	text-transform: uppercase;
	padding: 0 20px;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 42px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: inherit;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
#contact-us .jsn-bootstrap .btn-toolbar button:hover {
	background-color: #444;
	border-color: #444;
}
#contact-us div.jsn-uniform.jsn-master .jsn-bootstrap .form-actions {
	float: left;
	padding: 10px 0;
}
#contact-us .jsn-master .jsn-bootstrap input[type="file"] {
	border: 1px solid #E9ECEE;
	box-shadow: none;
	padding: 10px 5px;
	width: 571px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important,
#jsn_form_3.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important .badge-important {
	display: inline-block;
	padding: 2px 3px;
	border-radius: 2px;
	margin-top: 5px;
}
#contact-us .jsn-master .jsn-row-container {
	margin-bottom: 0;
}
#contact-social ul li {
	display: inline-block;
	list-style-type: none;
	margin: 2px;
}
#contact-social ul li a {
	display: inline-block;
	background: #000 url(../images/icons/icon-socials-large.png) center center no-repeat;
	text-indent: -999em;
	width: 60px;
	height: 60px;
	padding: 14px;
	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%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
#contact-social ul li a:hover {
	opacity: 0.8;
}
#contact-social ul li.facebook a {
	background-position: center 0;
	background-color: #3b5998;
}
#contact-social ul li.google a {
	background-position: center -96px;
	background-color: #d73d32;
}
#contact-social ul li.twitter a {
	background-position: center -186px;
	background-color: #5ea9de;
}
#contact-social ul li.rss a {
	background-position: center -271px;
	background-color: #f57426;
}
#contact-social ul li.youtube a {
	background-position: center -356px;
	background-color: #cc181e;
}
/* ==================== AFFILIATE ==================== */
#jsn-affiliate-inner {
	padding-bottom: 50px;
}
#affiliate-reason div.grid-layout3 div.grid-col .item {
	background-color: #fff;
	min-height: 200px;
	border: 1px solid #ebebeb;
	margin: 0 5px;
}
#affiliate-reason div.grid-layout3 div.grid-col.earn-money .item {
	margin-left: 0;
}
#affiliate-reason div.grid-layout3 div.grid-col.grid-lastcol .item,
#affiliate-reason div.grid-layout3 div.grid-col.grid-lastcol .grid-col_inner {
	margin-right: 0;
}
#jsn-promo #jsn-affiliate-wapper .jsn-title {
	text-align: left;
	margin-bottom: 0;
}
#jsn-promo #jsn-affiliate-wapper .align-left img {
	text-align: left;
	padding: 80px 120px 0 85px;
}
#affiliate-reason h2 {
	font-size: 45px;
	color: #333;
	text-transform: uppercase;
	line-height: 50px;
	padding: 60px 0;
}
#affiliate-reason h2 span {
	display: block;
}
#jsn-promo .sub-desc i {
	color: #fff;
}
#jsn-promo .sub-desc a {
	margin: 0 5px;
}
#affiliate h2 span.text {
	font-size: 80px;
	color: #ff7200;
	font-weight: 800;
}
#affiliate h2 span.line2 {
	font-size: 60px;
	display: block;
	font-weight: 600;
}
#affiliate .align-left,
#affiliate .align-right {
	width: 49%
}
#affiliate .align-right {
	text-align: left;
}
#affiliate .align-right p {
	margin-bottom: 35px;
	line-height: 30px;
}
ul#join-affiliate {
	background: #F8FAFB;
	border: 1px solid #E9ECEE;
	padding: 30px;
	float: left;
}
ul#join-affiliate li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}
ul#join-affiliate li.login {
	margin-left: 25px;
}
ul#join-affiliate li a {
	padding: 15px 25px 15px 60px;
	text-decoration: none;
	color: #fff;
	line-height: 40px;
	font-size: 20px;
	display: inline;
	background-image: url(../images/icons/icons-uni-32.png);
	background-repeat: no-repeat;
}
ul#join-affiliate li.join a {
	background-position: 20px -963px;
}
ul#join-affiliate li.login a {
	background-position: 20px -807px;
}
div.grid-layout3 div.grid-col .item {
	text-align: center;
}
div.grid-layout3 div.grid-col .item h3 {
	color: #333;
	margin: 35px 0 0;
	font-size: 15px;
}
div.grid-layout3 div.grid-col div.aff-item {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	text-align: center;
	background-color: #0071bd;
	transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	padding: 20px;
	margin-top: -60px;
}
div.grid-layout3 div.grid-col div.item p {
	font-size: 13px;
}
div.grid-layout3 div.grid-col div.aff-item span {
	display: block;
	background: url(../images/icons/icon-80.png) center 0 no-repeat;
	width: 48px;
	height: 48px;
	transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
div.grid-layout3 div.grid-col.drive-traffic div.aff-item span {
	background-position: center -82px;
}
div.grid-layout3 div.grid-col.easy-start div.aff-item span {
	background-position: center -1202px;
}
#affiliate-program h2 {
	margin: 60px;
}
#affiliate-program table {
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}
#affiliate-program table td {
	border: 1px solid #ebebeb;
	padding: 18px 30px;
	text-align: center;
	font-size: 15px;
	color: #555;
	width: 34%;
}
#affiliate-program table td.background-color {
	text-align: left;
	width: 33%;
}
#affiliate-program table tr.text-big {
	font-size: 25px;
}
#affiliate-program table td span.text-green {
	font-size: 18px;
	font-weight: bold;
}
#affiliate-program {
	margin-top: 50px;
}
#affiliate-program .sign-up-btn {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 50px 0 10px;
}
#affiliate-program .sign-up-btn a {
	font-size: 15px;
	padding: 15px 25px;
	text-transform: uppercase;
	font-weight: bold;
}
body.jsn-affiliate #jsn-content #jsn-pos-mainbody-bottom div.jsn-modulecontainer {
	margin-top: 0;
}
#jsn-content-bottom-over #our-affiliate-list,
#jsn-content-bottom-over .faq-affiliate {
	padding: 90px 0;
}
#our-affiliate-list {
	text-align: left;
}
#our-affiliate-list ul {
	list-style-type: none;
	margin-top: 20px;
	line-height: 24px;
}
#our-affiliate-list ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/icons/icon-plus.png) no-repeat 0 center rgba(0, 0, 0, 0);
}
#our-affiliate-list ul li a {
	color: #3E464A;
	font-weight: 400;
	line-height: 31px;
}
#our-affiliate-list ul li a:hover {
	color: #ff7200;
}
.faq-affiliate h3,
#our-affiliate-list h3 {
	font-size: 30px;
	color: #333;
	text-transform: uppercase;
}
body.jsn-affiliate-page #jsn-content-bottom-over_inner {
	padding: 80px 0;
}
/* ==================== EXTENSIONS DETAIL ==================== */
#extension-detail {
	background-image: url(../images/backgrounds/bg-extensions-details.png), url(../images/backgrounds/bg-extensions-over.jpg);
	background-repeat: repeat, repeat;
	background-position: center top, left top;
	background-size: 4px 4px, cover;
	padding: 80px 0 90px;
	width: 100%;
	text-align: center;
}
#video-player {
	width: 120px;
	height: 90px;
	border: 1px solid rgba(255,255,255,0.12);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	left: 50%;
	margin-top: 60px;
	margin-left: -60px;
	margin-bottom: 55px;

}
#player {
	display: inline-block;
	background: rgba(0,0,0,0.12);
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.extension-detail-ebook #video-player {
	background: none;
	height: 340px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.extension-detail-ebook #video-player a.play {
	background: rgba(0,0,0,0.85) url(../images/icons/ebook-play.png) 26px 50% no-repeat;
	border: 3px solid #fff;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#video-player a.play {
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.12) url(../images/icons/icon-play.png) center 50% no-repeat;
	text-indent: -999em;
	display: inline-block;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#video-player:hover a.play {
}
#video-player .mark {
	background: rgba(255,255,255,.05);
	height: 330px;
	position: absolute;
	right: -3178px;
	width: 600px;
	top: 0;
	-moz-transform: skew(20deg);
	-webkit-transform: skew(20deg);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
#video-player:hover .mark {
	right: 650px;
}
#extension-intro h1 {
	font-size: 22px;
	font-weight: 300;
	color: #ff7200;
	margin: 0;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
}
#extension-intro h1 span {
	display: inline-block;
	font-size: 50px;
	font-weight: 800;
	margin-top: -3px;
	color: #fff;
}
div#extension-intro h1 img {
	position: absolute;
	top: -50px;
	margin-left: 15px;
}
#extension-intro p {
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 40px;
}
#extension-intro .link-button.button-orange{
	margin: 0 0 10px 10px;
}
.extension-detail-poweradmin div.demo-buynow a.button-grey,
#jsn-poweradmin-content div.demo-buynow a.button-orange {
	background-position: 25px -1711px;
}
#jsn-poweradmin-content {
	padding-bottom: 50px;
}
#extension-intro a:hover,
#extension-intro a:focus {
	text-decoration: none;
}
#promo-bottom {
	padding: 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #fff;
}
#promo-bottom .row-fluid {
	width: 1170px;
	margin: 0 auto;
}
#promo-bottom .row-fluid ul.change-log {
	margin: 0;
	padding: 0;
	width: auto;
}
ul.change-log li {
	float: left;
	list-style-type: none;
	color: #3E464A;
	border-right: 1px solid #e8ebed;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
	line-height: 45px;
}
ul.change-log li:first-child {
	padding-left: 15px;
	border-left: 1px solid #e8ebed;
}
ul.change-log li:last-child {
    margin: 0;
}
#promo-bottom .row-fluid .social-share {
	float: right;
	margin-top: 15px;
}
.social-share .addthis_toolbox {
	float: right;
	display: inline-block;
	width: 370px;
}
/* --------- KNOWMORE J34 --------- */
#knowmore-detail-j34 {
	background-image: url(../images/backgrounds/bg-knowmore-promo.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: 100% cover;
	width: 100%;
  text-align: center;
}
#knowmore-detail-j34 > a {
	background-image: url(../images/backgrounds/white-logo.png);
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 38px;
	padding: 60px 0 0;
}
body.jsn-knowmorej34-page #jsn-footer {
	background: #f1f3f5;
	border-top: none;
}
body.jsn-knowmorej34-page #jsn-footer a {
	color: #fc8f30;
}
/* --------- TEMPLATE PRICING TABLE NEW 3-COL --------- */
div.template-features {
	width: 26%;
	float: left;
	margin-top: 140px;
}
div.template-features ul {
	background: #f7f9fa;
	border: 1px solid #e3e7e9;
	margin-right: -1px;
	margin-top: 0;
}
div.template-features ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #e3e7e9;
	line-height: 40px;
}
div.template-features ul li:last-child {
	border-bottom: none;
}
div.template-pricing-table {
	width: 74%;
	float: right;
	text-align: center;
}
div.template-pricing-table div.col-price {
	width: 32.8%;
}
div.template-pricing-table div.col-price .price-head .align-left h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0 5px 5px;
}
div.template-pricing-table div.col-price .price-head .align-left,
div.template-pricing-table div.col-price .price-head .align-center {
	padding: 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.template-pricing-table div.col-price .price-head ul li {
	list-style-type: none;
	margin: 0;
	display: block;
	font-weight: 400;
	line-height: 25px;
	font-size: 15px;
}
div.template-pricing-table div.col-price .price-body {
	min-height: 489px;
}
div.template-pricing-table div.col-price .price-body ul {
	margin: 0;
	padding: 0;
}
div.template-pricing-table div.col-price .price-body ul li {
	margin: 0;
	padding: 10px;
	line-height: 40px;
	border-bottom: 1px solid #e3e7e9;
}
div.template-pricing-table div.col-price .price-body ul li img {
	vertical-align: middle;
	padding: 8px 0 7px\0;
}
div.template-pricing-table div.col-price.pro-unlimited .price-body ul li {
	border-bottom: 1px solid #ecdd7c;
}
div.template-pricing-table div.col-price .price-body ul.green-text li,
div.template-pricing-table div.col-price .price-body ul.orange-text li {
	background: none;
}
/* --------- TEMPLATE PRICING TABLE NEW 4-COL --------- */
.jsn-4col-table div.template-features {
	margin-top:  125px;
	width: 24%;
}
.jsn-4col-table div.template-pricing-table {
	width: 76%;
}
.jsn-4col-table div.template-pricing-table div.col-price {
	width: 24.56%;
}
.jsn-4col-table div.template-pricing-table div.col-price .price-body {
	min-height: 853px;
}
.jsn-4col-table div.template-pricing-table div.col-price .price-body ul {
	border-bottom: none;
}
.jsn-4col-table div.template-pricing-table div.col-price .price-body ul li:last-child {
	border-bottom: none;
}
.jsn-4col-table div.template-pricing-table div.col-price .price-footer p {
	margin-bottom: 3px;
}
/* --------- EXTENSIONS PRICING TABLE --------- */
#extension-features {
	margin: 25px 0 50px;
}
#jsn-edition-price {
	margin: 55px 0 0;
	display: inline-block;
	width: 100%;
	min-height: 230px;
}
#jsn-edition-price .jsn-title{
    color: #2a2d33;
}
#jsn-edition-price #pricing-table + p {
	margin-top: 100px;
}
#jsn-edition-price #pricing-table + p i {
	background-color: #f3eeb2;
	padding: 10px 15px;
	font-size: 18px;
	border-top: 3px solid #fac470;
	border-bottom: 3px solid #fac470;
	display: block;
}
#jsn-edition-price table.style-greystripes thead th {
	width: 20%;
	padding: 20px 0 25px;
	vertical-align: top;
}
#jsn-edition-price table.style-greystripes thead tr th:nth-child(2n+4) {
	background: url(../images/backgrounds/bg-popular-badge.png) no-repeat right top;
}
#jsn-edition-price h2 {
	margin-top: 0;
}
div.extension-features {
	width: 35%;
	float: left;
	margin-top: 140px;
}
div.extension-features ul {
	background: #f7f9fa;
	border: 1px solid #e3e7e9;
	margin-right: -1px;
	margin-top: 0;
}
div.extension-features ul li {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #e3e7e9;
	line-height: 40px;
}
div.extension-features ul li:last-child {
	border-bottom: none;
}
div.extension-pricing-table {
	width: 65%;
	float: right;
	text-align: center;
}
div.extension-pricing-table div.col-price {
	width: 32.6%;
}
div.extension-pricing-table div.col-price .price-head .align-left h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0 5px 5px;
}
div.extension-pricing-table div.col-price .price-head .align-left,
div.extension-pricing-table div.col-price .price-head .align-center {
	padding: 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
div.extension-pricing-table div.col-price .price-head ul li {
	list-style-type: none;
	margin: 0;
	display: block;
	font-weight: 400;
	line-height: 25px;
	font-size: 13px;
}
div.extension-pricing-table div.col-price .price-body {
	min-height: 489px;
}
div.extension-pricing-table div.col-price .price-body ul {
	margin: 0;
	padding: 0;
}
div.extension-pricing-table div.col-price .price-body ul li {
	margin: 0;
	padding: 10px;
	line-height: 40px;
	border-bottom: 1px solid #e3e7e9;
}
div.extension-pricing-table div.col-price .price-body ul li img {
	vertical-align: middle;
	padding: 8px 0 7px\0;
}
div.extension-pricing-table div.col-price.pro-unlimited .price-body ul li {
	border-bottom: 1px solid #ecdd7c;
}
div.extension-pricing-table div.col-price .price-body ul.green-text li,
div.extension-pricing-table div.col-price .price-body ul.orange-text li {
	background: none;
}
#list_container {
	position: relative;
}
.ebook #list_container {
	float: left;
	width: 29%;
}
#list_container ul li {
	list-style-type: none;
}
.ebook #list_container ul li {
	margin-left: 0.5em;
}
#list_container ul li a {
	color: #2A2A2A;
	padding: 8px 0;
	display: inline-block;
}
#list_container ul li h3 {
	color: #333;
	padding: 8px 0;
	display: inline-block;
	font-size: 20px;
	line-height: 1.2;
}
#list_container ul li i {
	margin-right: 10px;
	color: #0071bd;
}
#list_container ul li.active a,
#list_container ul li a:hover {
	color: #ff7200;
	text-decoration: none;
}
#extension-features p {
	font-size: 13px;
}
#extension-features .tab_container {
	float: left;
	width: 70%;
	border-left: 1px solid #e8e8e8;
	z-index: -2;
}
.tab_content {
	margin-left: 50px;
	padding-bottom: 10px;
	min-height: 360px;
}
.uniform .tab_content {
	min-height: 445px;
}
#highlight {
	background: url(../images/icons/icon-hightlight.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	right: -11px;
	position: absolute;
	top: 15px;
	z-index: 2;
	-webkit-transition: -webkit-transform 1500ms cubic-bezier(1, 0, 1, 1), opacity 1500ms cubic-bezier(1, 0, 0, 1);
	-moz-transition: -moz-transform 1500ms cubic-bezier(1, 0, 0, 1), opacity 1500ms cubic-bezier(1, 0, 0, 1);
	-ms-transition: -ms-transform 1500ms cubic-bezier(1, 0, 0, 1), opacity 1500ms cubic-bezier(1, 0, 0, 1);
	-o-transition: -o-transform 1500ms cubic-bezier(1, 0, 0, 1), opacity 1500ms cubic-bezier(1, 0, 0, 1);
	transition: -o-transform 1500ms cubic-bezier(1, 0, 0, 1), opacity 1500ms cubic-bezier(1, 0, 0, 1);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
#list_container ul li a span {
	background: url(../images/icons/icons-extension-uni.png) 0 5px no-repeat;
	padding-left: 25px;
}
#list_container ul li.active a span,
#list_container ul li a:hover span {
	background: url(../images/icons/icons-extension-uni-orange.png) 0 5px no-repeat;
}
#list_container ul li a span.jsn-icon-form {
	background-position: 0 5px;
}
#list_container ul li a span.jsn-icon-security {
	background-position: 0 -52px;
}
#list_container ul li a span.jsn-icon-multipage {
	background-position: 0 -110px;
}
#list_container ul li a span.jsn-icon-validate {
	background-position: 0 -166px;
}
#list_container ul li a span.jsn-icon-drag {
	background-position: 0 -223px;
}
#list_container ul li a span.jsn-icon-setting {
	background-position: 0 -281px;
}
#list_container ul li a span.jsn-icon-notification {
	background-position: 0 -339px;
}
#list_container ul li a span.jsn-icon-mutilform {
	background-position: 0 -394px;
}
#list_container ul li a span.jsn-icon-mobile {
	background-position: 0 -449px;
}
#list_container ul li a span.jsn-icon-content {
	background-position: 0 -524px;
}
#list_container ul li a span.jsn-icon-animation {
	background-position: 0 -597px;
}
#list_container ul li a span.jsn-icon-background {
	background-position: 0 -652px;
}
#list_container ul li a span.jsn-icon-multi-image {
	background-position: 0 -708px;
}
#list_container ul li a span.jsn-icon-overlay {
	background-position: 0 -766px;
}
#list_container ul li a span.jsn-icon-caption {
	background-position: 0 -823px;
}
#list_container ul li a span.jsn-icon-resizability {
	background-position: 0 -881px;
}
#list_container ul li a span.jsn-icon-multi-present {
	background-position: 0 -942px;
}
#list_container ul li a span.jsn-icon-xhtml {
	background-position: 0 -1005px;
}
#list_container ul li a span.jsn-icon-os {
	background-position: 0 -1067px;
}
#list_container ul li a span.jsn-icon-load {
	background-position: 0 -1123px;
}
#list_container ul li a span.jsn-icon-view {
	background-position: 0 -1180px;
}
#list_container ul li a span.jsn-icon-style {
	background-position: 0 -1241px;
}
#list_container ul li a span.jsn-icon-joomla {
	background-position: 0 -1302px;
}
#list_container ul li a span.jsn-icon-docs {
	background-position: 0 -1365px;
}
/* STYLE FOR JSN DONA DETAIL PAGE*/
body.jsn-dona-detaills table.table-style {
	display: block;
	margin: 0 auto;
}
body.jsn-dona-detaills h2.title-small {
	font-size: 25px;
	margin-top: 60px;
	margin-bottom: -10px;
}
body.jsn-dona-detaills h2.title-large {
	margin-bottom: 20px;
	font-size: 20px;
	color: #555 !important; 
}
body.jsn-dona-detaills h2.title-large span {
	color: #555 !important; 
}
body.jsn-dona-detaills div.jsn-dona-detaills > .demo-buynow {
	margin-bottom: 30px !important;
}
/* ==================== TEMPLATE DEVELOPER PACKAGE ==================== */
body.jsn-dev-packages #jsn-content-top {
	background-color: #fff;
}
.developer-package-features div.col-price {
	border: none;
	text-align: center;
}
#developer-package-features #list_container ul li a span {
	background: transparent;
	padding-left: 10px;
}
#developer-package-features h2 {
	color: #222222;
}
#developer-package-features ul {
	text-align: left;
}
#developer-package-features #list_container ul li a i {
	color: #0071bd;
}
#developer-package-features #list_container ul li p {
	color: #666;
	font-size: 13px;
}
.jsn-dev-packages #list_container ul li a {
	margin-left: 0;
}
#jsn-packages-wrapper {
	background-image: url(../images/backgrounds/bg-extensions-details.png), url(../images/backgrounds/bg-devpackages.jpg);
	background-repeat: repeat, repeat;
	background-position: center top, left top;
	background-size: 4px 4px, cover;
	padding: 85px 0 70px;
	width: 100%;
	text-align: center;
}
#jsn-promo #jsn-packages-wrapper .jsn-title {
	margin: 0 0 30px;
}
#jsn-promo #jsn-packages-wrapper .jsn-content {
	margin-bottom: 0;
}
#jsn-promo .jsn-title span {
	margin-top: 24px;
}
#developer-package h2 {
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
}
#developer-package h2 span {
	font-weight: 600
}
#developer-package p img {
	margin-top: 50px;
}
#jsn-template-developer-package {
	text-align: center;
	font-weight: 400;
}
#jsn-template-developer-package h2 {
	margin-bottom: 50px;
}
#jsn-template-developer-package ul li {
	list-style-type: none;
}
span.orange-text {
	color: #ff7200;
}
span.green-text {
	color: #618706;
}
#template-developer-package-features {
	border: 3px solid #e3e7e9;
	margin: 40px 0 0;
}
#template-developer-package-features .span6 {
	width: 50%;
	margin-left: 0;
}
#template-developer-package-features ul li {
	list-style-type: none;
}
div.template-developer-package-head {
	background: #ff7200;
	color: #5a4817;
	color: #fff;
}
div.template-developer-package-head h3 {
	color: #fff;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
div.template-developer-package-head ul {
	margin: 0;
	padding: 0;
}
div.template-developer-package-head ul li {
	margin: 0;
	padding: 5px 20px;
	font-weight: 600;
}
div.template-developer-package-head ul li img {
	vertical-align: text-bottom;
	margin-right: 10px;
}
div.template-developer-package-body ul {
	margin-top: 0;
}
div.template-developer-package-body ul li {
	margin: 0;
	padding: 10px;
	line-height: 35px;
	border-bottom: 1px solid #e3e7e9;
}
.template-developer-package-foot p.price {
	font-size: 35px;
	color: #5a4817;
}
.template-developer-package-foot a.link-button.button-orange {
	font-size: 25px;
	padding: 10px 35px;
	font-weight: 300;
}
.template-developer-package-foot {
	font-size: 25px;
	padding-bottom: 15px;
	color: #3e464a;
}
.template-developer-package-foot a.discount.modal {
	color: #FF7200;
	display: block;
	font-size: 15px;
	margin: 10px 0 0;
	position: inherit;
}
.developer-package div.extension-pricing-table {
	width: 100%;
	border: 1px solid #e6eff5;
	border-top: none;
}
.developer-package div.extension-pricing-table div.col-price-wrapper {
	background: #fff;
}
.developer-package div.extension-pricing-table div.col-price {
	width: 33.33%;
	padding-bottom: 0;
	border: none;
}
.developer-package div.extension-pricing-table div.col-price .align-left {
	border-right: 1px solid #e6eff5;
}
.developer-package div.extension-pricing-table div.col-price:last-child .align-left {
	border-right: none;
}
.developer-package div.extension-pricing-table div.col-price.pro-unlimited,
.developer-package div.extension-pricing-table div.col-price:nth-child(3) {
	border-right: none;
}
.developer-package div.extension-pricing-table div.col-price .price-head {
	border-bottom: 0;
	background: none;
	height: auto;
}
.developer-package div.extension-pricing-table div.col-price .price-head .align-left {
	padding: 25px 0;
}
.developer-package div.extension-pricing-table div.col-price .price-head h3 {
	margin: 0;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
	padding: 22px 0 17px;
	color: #fff;
}
.developer-package div.extension-pricing-table div.col-price:first-child .price-head h3 {
	background-color: #555;
}
.developer-package div.extension-pricing-table div.col-price:first-child + .col-price .price-head h3 {
	background-color: #1a1a1a;
   	background-image: url("../images/backgrounds/bg-popular-badge.png");
    background-position: right top;
    background-repeat: no-repeat;
}
.developer-package div.extension-pricing-table div.col-price:last-child .price-head h3 {
	background-color: #333;
}
.developer-package div.extension-pricing-table div.col-price .price-head .align-center {
	font-size: 4em;
	font-weight: 600;
	position: relative;
	line-height: 50px;
	color: #8cc63e;
}
.developer-package div.extension-pricing-table div.col-price .price-head .align-center sup {
	top: -18px;
	font-size: 0.5em;
}
.developer-package div.extension-pricing-table div.col-price .price-head ul {
	margin: 10px 0;
}
.developer-package div.extension-pricing-table div.col-price .price-head ul li {
	color: #555;
}
.developer-package div.extension-pricing-table div.col-price .price-head ul li span {
	padding: 0 12px 2px;
	display: inline-block;
	margin: 5px 0;
}
.developer-package div.extension-pricing-table div.col-price .price-head a.jsnlc-add-to-cart {
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	padding: 0 20px;
	line-height: 42px;
}
.developer-package div.extension-pricing-table div.col-price .align-center + span {
	display: block;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	color: #cccccc;
}
.developer-package div.extension-features {
	width: 100%;
	float: none;
	margin-top: 0;
}
.developer-package div.extension-features ul {
	background: none;
	border: none;
	margin: 0;
	padding: 0 20px;
	font-size: 1.2em;
}
.developer-package div.extension-features ul li {
	list-style-type: none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #e3e7e9;
	line-height: 40px;
}
.developer-package div.extension-features ul li:last-child {
	border-bottom: none;
}
.developer-package ul li a.tool-tip {
	width: 16px;
	height: 16px;
	margin: 0 5px;
	background: url(../images/icons/icon-info.png) 2px 2px no-repeat;
	display: inline-block;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.developer-package-features {
	margin-top: 60px;
	display: inline-block;
}
.developer-package-features h2.jsn-title {
	color: #333;
}
.developer-package-features h2.jsn-title span {
	font-size: 40px;
	font-weight: 400;
}
.developer-package div.extension-pricing-table div.col-price p {
	width: 90%;
	margin: 10px auto;
	font-size: 14px;
}
.separate {
	margin: 35px auto;
	display: inline-block;
	height: 1px;
	background: #e3e7e9;
	width: 94%;
}
/* ==================== CUSTOMERS TESTIMONIALS ==================== */
#container {
	width: 100%;
	clear: both;
	margin-left: 15px;
}
.box {
	width: 568px;
	border: 1px solid #e6eff5;
	/*padding: 20px 30px;*/
	background-color: #fff;
	margin-bottom: 20px;
}
#container h4 {
	font-size: 14px;
	color: #363636;
}
#container p {
 	color: #666;
 	font-size: 13px;
 	font-style: italic;
 }
 #container .user-quote {
 	padding: 20px 30px;
 }
#container .user-avt {
	padding: 0 30px 25px;
	overflow: hidden;
}
#container .user-avt a {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #fc8f30;
	padding-top: 8px;
}
#container .user-avt strong {
	color: #333;
	text-transform: uppercase;
}
#container .user-avt .align-right {
	float: left;
	margin-left: 15px;
}
#container .user-avt .align-left img {
	max-width: 60px;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
/* ==================== ABOUT US ==================== */
body.jsn-about {
	padding-left: 0 !important;
}
body.jsn-about .event-container {
	padding-bottom: 20px;
}
body.jsn-about #jsn-content-top {
	padding: 40px 0;
	background-color: transparent;
}
body.jsn-about #about-us-intro {
	margin-top: -265px;
	position: relative;
	z-index: 999;
}
body.jsn-about #jsn-promo #jsn-templates-slide-wrapper {
	min-height: 285px;
}
body.jsn-about #jsn-content-top #jsn-pos-content-top {
	margin: 0;
}
#about-video {
	position: relative;
	width: 494px;
	height: 278px;
	margin: 0 auto;
	overflow: hidden;
	border: 5px solid #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
#about-thumb {
	display: table;
}
#about-thumb a.play {
	outline: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icons/icon-play.png) center center no-repeat;
	text-indent: -999em;
	display: inline-block;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#about-thumb:hover a.play {
	opacity: 0.8;
}
#about-thumb .mark {
	background: rgba(255,255,255,.1);
	height: 330px;
	position: absolute;
	right: -450px;
	width: 600px;
	top: 0;
	-moz-transform: skew(25deg);
	-webkit-transform: skew(25deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#about-thumb:hover .mark {
	right: 650px;
}
#about-info {
	margin: 50px auto 0;
	width: 68%;
	text-align: center;
}
#joomlashine-timeline {
	margin-top: 30px;
}
#joomlashine-timeline h2.jsn-title {
	margin: 30px 0 70px;
}
#joomlashine-timeline h2.jsn-title span {
	font-weight: normal;
}
.years {
	display: none;
	margin: 50px 0;
}
.years a {
	background: #00B493;
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 5px;
	margin: 5px;
	float: left;
	border-radius: 50%;
	display: block;
	text-align: center;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
	color: #fff;
	font-weight: 600;
}
.years a:hover {
	background: #ff7200;
}
.event-container {
	width: 100%;
	position: relative;
	text-align: left;
	float: left;
	overflow: hidden;
	padding-bottom: 500px;
}
.event-center {
	text-align: center;
}
.event-container .event-center h2 {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	display: inline-block;
	margin: 0;
}
.event-container .event-center h2 span {
	background: #f5f8fa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	color: #999;
	display: inline-block;
	border: 1px solid #e6eff5;
}
.event-container:before {
	position: absolute;
	width: 4px;
	background: #e4ecf2;
	top: 0px;
	left: 50%;
	margin-left: -2px;
	content: '';
	height: 100%;
}
.event-row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	padding: 15px 0;
	background-image: url(../images/icons/icon-event.png);
	background-position: center 25px;
	background-repeat: no-repeat;
}
.event-row .event-right img {
	width: 90px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.event-row .event-left img {
	width: 90px;
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
.event-left,
.event-right {
	float: left;
	width: 48%;
	position: relative;
}
.event-right {
	padding-left: 2%;
}
.event-left {
	text-align: right;
	float: left;
	padding-right: 2%;
}
.jsn-bootstrap .event-container h3 {
	font-size: 23px;
	color: #333;
	margin: 5px 0 10px;
	font-weight: 300;
	text-align: left;
}
.event-container .event-row p {
	margin-top: 0;
}
.event-container .event-row .event-left p {
	text-align: left;
}
.event-container .event-row .event-right p {
	text-align: left;
}
.event-container .event-row .day {
	background: #f5f8fa;
	position: relative;
	display: inline-block;
	border: 1px solid #e6eff5;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 5px 0;
}
.event-container .event-left .day {
	right: 0;
}
.event-container .event-right .day {
	left: 0;
}
.event-container .event-row .day span {
	font-size: 15px;
	padding: 10px 30px;
}
.event-container .event-left .event {
	background-position: -100px 37px;
	opacity: 0.3;
	ransition: background-position 0s, opacity 0.4s ease;
	-moz-transition: background-position 0s, opacity 0.4s ease;
	-webkit-transition: background-position 0s, opacity 0.4s ease;
}

.event-container .event-left .event.event-circle-deco {
	position: relative;
	opacity: 1;
	z-index: 1000;
}
.event-container .event.event-circle-deco {
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #e6eff5;
	padding: 20px 30px;
}
.event-container .event-right .event.event-circle-deco:before,
.event-container .event-left .event.event-circle-deco:before {
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.event-container .event-right .event {
	background-position: 500px 37px;
	opacity: 0.3;
	ransition: background-position 0s, opacity 0.4s ease;
	-moz-transition: background-position 0s, opacity 0.4s ease;
	-webkit-transition: background-position 0s, opacity 0.4s ease;
}
.event-container .event-right .event.event-circle-deco {
	position: relative;
	opacity: 1;
	z-index: 1000;
}
.jsn-intro .jsn-intro-inner {
	width: 640px;
	transform: translate(26%);
	background-color: #fff;
	padding: 30px 70px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.jsn-intro .jsn-intro-inner p {
	font-size: 15px;
	margin-bottom: 20px;
}
.jsn-intro .jsn-intro-inner p span {
	width: 100px;
	display: inline-block;
	line-height: 24px;
	padding-left: 15px;
}
.jsn-intro .jsn-intro-inner p i {
	color: #fc8f30;
}
/* ==================== BLOGS ==================== */
body.jsn-com-easyblog #jsn-page {
	background: #fff;
}
body.jsn-com-easyblog #jsn-page #jsn-pos-content {

}
body.jsn-com-easyblog #jsn-page #jsn-maincontent,
body.jsn-customers-area #jsn-page #jsn-maincontent {
	padding-left: 0;
	border-right: 1px solid #d9d9d9;
	padding-right: 50px;
}
body.jsn-customers-area #jsn-page #jsn-maincontent {
	border-right: 1px solid #e6eff5;
}
#ezblog-head .component-links.float-r {
	display: none;
}
#recent-blog-post {
	margin-top: 0;
}
#recent-blog-post h2.jsn-title {
	margin-bottom: 0;
}
div.searchblogs form {
	background: #f7f9fa;
	border: 1px solid #e3e7e8;
	padding: 5px;
	float: left;
	width: 96%;
}
div.searchblogs form input {
	padding: 5px;
	background: #f7f9fa;
	border: none;
	width: 84%;
	float: left;
	font-size: 16px;
	box-shadow: none;
}
body #jsn-page .searchblogs .button {
	background: url(../images/icons/icons-uni-32.png) 4px -1129px no-repeat;
	display: inline-block;
	width: 12%;
	border: none;
	cursor: pointer;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	text-shadow: none;
	box-shadow: none;
	height: 36px;
}
div.latest_blogs h3.jsn-moduletitle {
	text-align: center;
	font-size: 50px;
	color: #ff7200;
	margin-bottom: 60px;
}
#ezb-mod {
	width: 100%;
	position: relative;
	height: 470px;
	overflow: hidden;
	border: none;
}
#ezb-mod ul.ui-tabs-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 435px;
	height: 495px;
	overflow: hidden;
	border-bottom: none;
	float: right;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#ezb-mod ul.ui-tabs-nav li {
	padding: 0;
	padding-left: 10px;
	color: #666;
	background: #fff;
	border-left: 8px solid #E4E4E4;
	border-radius: 0;
	height: 70px;
	top: 0;
	margin-left: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#ezb-mod ul.ui-tabs-nav li:first-child {
	margin-top: 0;
}
#ezb-mod ul.ui-tabs-nav li + li {
	margin-top: 10px;
}
#ezb-mod ul.ui-tabs-nav li:hover,
#ezb-mod ul.ui-tabs-nav li.ui-state-active {
	border-bottom: none;
	border-left-color: #ff7200;
}
#ezb-mod ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 5px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}
#ezb-mod li.ui-tabs-nav-item a {
	text-decoration: none;
	border: none;
	float: left;
	color: #333;
	background: #fff;
	line-height: 24px;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	height: 70px;
	margin: 0;
	padding: 0 15px;
}
#ezb-mod li.ui-tabs-nav-item a:hover {
	background: #f4f4f4;
	border-bottom: none;
	color: #ff7200;
}
#ezb-mod li.ui-tabs-nav-item a h3 {
	font-size: 15px;
	width: 402px;
	text-overflow: ellipsis;
	font-weight: 400;
	margin: 5px 0 5px;
	overflow: hidden;
	color: #3d3d3d;
	white-space: nowrap;
}
#ezb-mod li.ui-tabs-nav-item a span {
	margin-bottom: 5px;
	color: #838383;
	font-family: 'open sans', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
}
#ezb-mod li.ui-tabs-nav-item a span.category-name {
	color: #ff7200;
	text-transform: uppercase;
}
#ezb-mod li.ui-tabs-selected,
#ezb-mod li.ui-tabs-active {
}
#ezb-mod ul.ui-tabs-nav li.ui-tabs-selected a,
#ezb-mod ul.ui-tabs-nav li.ui-tabs-active a {
	background: #f4f4f4;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#ezb-mod .ui-tabs-panel {
	width: 500px;
	height: 495px;
	font-size: 16px;
	padding: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	float: left;
	overflow: hidden;
}
#ezb-mod .ui-tabs-panel h3 {
	font-size: 20px;
	margin: 15px 0 5px;
}
#ezb-mod .ui-tabs-panel h3 a:hover {
	color: #ff7200;
	text-decoration: none;
}
#ezb-mod .ui-tabs-panel .readmore {
	color: #ff7200;
	display: block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#ezb-mod .ui-tabs-panel .readmore:hover {
	color: #434343;
	text-decoration: none;
}
/* ==================== FORUM ==================== */
#Kunena div.kblock.kflat .kheader h3 {
	font-size: 16px;
	font-weight: 400;
	margin: 5px 5px 8px;
	color: #fff;
}
#Kunena div.kblock span.select-toggle {
	top: 6px;
	right: 12px;
}
/* ==================== ALL EXTENSIONS ==================== */
#jsn-uniform,
#jsn-imageshow,
#jsn-poweradmin,
#jsn-mobilize,
#jsn-pagebuilder {
	display: inline-block;
	width: 100%;
}
#all_extensions div.grid-layout3 div.grid-col {
	width: 33.3%;
}
#all_extensions p {
	margin: 5px 0;
	text-align: center;
	font-size: 13px;
}
#all_extensions img {
	vertical-align: bottom;
}
#all_extensions h2 {
	font-size: 18px;
	color: #333333;
	padding-top: 140px;
	background: url(../images/icons/extensions-logo.png) center 0 no-repeat;
	text-align: center;
}
#all_extensions #jsn-imageshow h2 {
	background-position: center 5px;
}
#all_extensions #jsn-uniform h2 {
	background-position: center -232px;
}
#all_extensions #jsn-pagebuilder h2 {
	background-position: center -957px;
}
#all_extensions #jsn-poweradmin h2 {
	background-position: center -479px;
}
#all_extensions #jsn-mobilize h2 {
	background-position: center -718px;
}
#all_extensions #jsn-easyslider h2 {
	background-position: center -1200px;
}
#jsn-imageshow .align-left {
	width: 55%;
}
#jsn-imageshow .align-right {
	width: 43%;
}
#jsn-pagebuilder .align-left{
	width: 45%;
}
#jsn-mobilize .align-left {
	width: 55%;
}
#jsn-mobilize .align-right {
	width: 43%;
}
#all_extensions div.demo-buynow {
	background: none repeat scroll 0 0 #F8FAFB;
	border: 1px solid #E9ECEE;
	float: left;
	padding: 30px;
}
#all_extensions div.demo-buynow a {
	font-weight: 300;
	padding: 0 20px;
	line-height: 42px;
}
#jsn-uniform .align-left {
	width: 52%;
}
#jsn-uniform .align-right {
	width: 46%;
}
#jsn-uniform .align-right img {
	margin-top: 50px;
}
#jsn-poweradmin .align-left {
	width: 54%;
}
#jsn-poweradmin .align-right {
	width: 45%;
}/* ==================== CUSTOMER AREA ==================== */
#jsnlc-component-layout .jsn-msg-create-forum,
#jsnlc-component-layout .jsn-msg-contactform-form {
	margin-top: 20px;
}
/* ==================== DOCUMENTATIONS ==================== */
body.jsn-documentation div#jsn-body {
	background: #fff;
}
#jsn-mainbody-content
#documentations {
	width: 100%;
	display: inline-block;
}
#templates-docs {
	margin-top: 50px;
}
#documentations h2 {
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
	line-height: 100%;
	padding: 0 0 15px 0;
	text-align: center;
}
#documentations #extension-docs h2 {
	margin-top: 60px;
}
#documentations .header-table {
	background: #384F5A;
	color: #fff;
	padding: 6px 15px;
}
#documentations .header-table h3 {
	color: #fff;
	margin: 0;
	padding: 0;
}
#documentations .header-table h3.pdf,
#documentations .header-table h3.video {
	background-image: url(../images/icons/icons-uni-white.png);
	background-position: 0 -2652px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
#documentations .header-table h3.video {
	background-position: 0 -2553px;
}
#documentations .header-table p {
	margin-top: 0;
}
#documentations ul {
	margin: 0;
}
#documentations ul li {
	list-style-type: none;
	margin: 0;
	padding: 30px 10px 10px 0;
	margin-right: 20px;
	border-bottom: 1px solid #f2f2f2;
}
/*#documentations ul li:nth-child(2n-1) {
	background-color: #FAFAFA;
}*/
#documentations .power-admin ul li:last-child,
#documentations .uniform ul li:last-child {
	border-bottom: 1px solid #e8ebed;
}
#documentations ul li a {
	color: #333;
	font-size: 16px;
}
#documentations ul li a i {
	color: #ccc;
	font-size: 20px;
	padding-right: 8px;
}
#documentations ul li a:hover,
#documentations h4 a:hover {
	color: #ff7200;
	text-decoration: none;
}
#documentations ul.list-icon li .jsn-listbullet {
	top: 9px;
	left: 47px;
}
#documentations h4 {
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 15px 0;
	border-bottom: 1px solid #e8ebed;
	background: #FFF;
	text-transform: uppercase;
}
#documentations h4 a {
	color: #384F5A;
}
#extension-docs {
	margin-bottom: 40px;
}
#extension-docs h4 {
	text-align: left;
	padding-left: 50px;
}
#documentations .table-documents div.grid-layout3 div.grid-col:last-child .grid-col_inner {
	border-right: none;
}
/* ==================== PARTNRES ==================== */
#joomlashine-partners a {
	color: #222;
	font-size: 18px;
}
#joomlashine-partners a.partner-link {
	color: #fc8f30;
	font-size: 15px;
}
.partner-tab-wrapper p {
	font-size: 12px;
	color: #888;
}
.partner-content {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	min-height: 430px;
}
.partner-content .partner-tab-wrapper {
	padding: 0 20px 20px;
}
#joomlashine-partners a.modal {
	position: inherit;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	margin-left: 0;
}
#joomlashine-partners a.modal:focus {
	outline: none;
	text-decoration: none;
}
#joomlashine-partners > h2 {
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	margin: 50px 0;
}
.partner-wrapper {
	margin: 0 0 30px;
}
#joomlashine-partners .partner-title h3 {
	font-weight: 400;
	background-color: #F7F7F7;
	line-height: 20px;
	padding: 15px;
	margin-bottom: 20px;
}
.partner-logo {
	text-align: center;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
}
.partner-logo .partner-logo-img {
	width: 230px;
	height: 98px;
	margin: 0 auto;
	vertical-align: middle;
	line-height: 98px;
}
.partner-logo > .partner-link {
	position: absolute;
	left: 10px;
	bottom: 5px;
}
ul.partnerTab li {
	margin-left: 0;
}
ul.partnerTab li:first-child {
	margin-left: 10px;
}
#joomlashine-partners ul.partnerTab {
	display: inline-block;
	width: 100%;
}
#joomlashine-partners ul.partnerTab > li > a {
	color: #454545;
	border-radius: 0;
}
#joomlashine-partners ul.partnerTab > li.active > a {
	color: #ff7200;
}
#joomlashine-partners .tab-content {
	position: relative;
	min-height: 120px;
	overflow: hidden;
	margin-top: 50px;
}
#joomlashine-partners .tab-content > .tab-pane {
	display: block;
	position: absolute;
	top: 0;
	/* visibility: hidden; */
	/* opacity: 0; */
	/* transition: opacity 0.2s linear; */
	-moz-transition: opacity 0.2s linear;
	/* -webkit-transition: opacity 0.2s linear; */
}
#joomlashine-partners .tab-content > .active {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.6s ease-out;
	-moz-transition: opacity 0.6s ease-out;
	-webkit-transition: opacity 0.6s ease-out;
}
.tab-content a.jsn-lc-login-link strong {
	text-transform: uppercase;
}
/* ==================== EBOOK ==================== */
.customer-testimonials .author-avatar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#social-share {
	width: 292px;
	margin: 25px auto;
	text-align: center;
	margin-bottom: 0
}
#social-share .addthis_button_tweet {
	width: 88px;
}
#social-share .addthis_button_google_plusone {
	width: 60px;
}
#container .customer-testimonials {
	padding: 10px 10px 40px;
}
/* ==================== CHANGE LOG ==================== */
#documentations.changelog #extension-docs {
	margin-top: 50px;
}
#documentations.changelog h3 {
	text-align: center;
}
#documentations.changelog .table-documents .body-table {
	width: 99.8%;
}
#documentations.changelog .table-documents .body-table .span4 {
	border-right: 1px solid #e8ebed;
	width: 33.3%;
	margin-left: 0;
}
#documentations.changelog .table-documents .body-table .span4:last-child {
	border-right: none;
}
#documentations.changelog ul li {
	padding-left: 20px;
}
#documentations.changelog a {
	color: #ff7200;
}
/* --------- VENTURE --------- */
.jsn-4col-table  div.col-price {
	width: 24.65%;
}
.jsn-4col-table  div.col-price .price-head .align-left h3 {
	font-size: 25px;
}
.jsn-4col-table  div.col-price .price-head .align-left,
.jsn-4col-table  div.col-price .price-head .align-center {
	padding: 5px 0 5px 10px;
}
.jsn-4col-table  div.col-price .price-head ul li {
	font-size: 15px;
	margin: 3px 8px;
}
.jsn-4col-table  div.col-price.pro-unlimited {
	margin-left: -3px;
}
.jsn-4col-table  div.col-price .price-body ul li {
	margin: 5px 0 4px 6px;
}
.jsn-4col-table div.col-price .price-footer p {
	margin-bottom: 0;
}
.sub-desc {
	margin: 8px 25px 0;
	display: inline-block;
}
.sub-desc a {
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}
#template-intro div.demo-buynow .sub-desc a {
	color: #ff7200;
	font-size: 14px;
}
#template-intro div.demo-buynow .sub-desc a:hover{
	color:#999;
}
/* --------- TRANSLATOR --------- */
#jsn-translator h2 {
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #ff7200;
}
#jsn-translator p {
	text-align: center;
}
#jsn-translator .row-fluid {
	border: 1px solid #e8ebed;
	border-bottom: none;
}
#jsn-translator .row-fluid.last {
	border-bottom: 1px solid #e8ebed;
	margin-bottom: 40px;
}
#jsn-translator .row-fluid h4 {
	font-size: 17px;
	line-height: 30px;
	margin: 6px 0 6px 15px;
}
#jsn-translator .row-fluid .span4 {
	vertical-align: middle;
}
#jsn-translator .row-fluid .span8 {
	border-left: 1px solid #e8ebed;
}
#jsn-translator .row-fluid .span4 img {
	vertical-align: bottom;
	margin-right: 10px;
}
#jsn-translator .row-fluid .span8 ul,
#jsn-translator .row-fluid .span8 ul li {
	margin: 0;
}
#jsn-translator .row-fluid .span8 ul li {
	width: 33%;
	float: left;
	padding: 9px 20px;
	list-style: inside;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#jsn-translator .row-fluid:hover {
	background: #FAFAFA;
}
/* --------- PRODUCTS TOUR --------- */
.joomlashine-product-tour #jsn-promo #jsn-title-promo {
	padding: 35px 0 45px;
}
.joomlashine-product-tour #jsn-promo #jsn-title-promo h1 {
	font-size: 30px;
}
.joomlashine-product-tour #jsn-promo #jsn-title-promo h1 span {
	font-size: 32px;
	line-height: 35px
}
#jsn-product-tour .row-fluid .span12 {
	text-align: center;
}
#jsn-product-tour h2 {
	font-size: 45px;
	font-weight: 400;
}
#jsn-product-tour .row-fluid {
	border-bottom: 1px solid #e5e5e5;
	padding: 50px 0;
}
#jsn-product-tour .row-fluid:nth-child(1) {
	padding: 30px 0 0;
}
#jsn-product-tour .row-fluid:nth-child(1) .span12 img {
	vertical-align: bottom;
}
#jsn-product-tour .row-fluid:nth-child(1) .span12 h2 {
	font-family: 'Roboto';
	font-weight: 400;
}
#jsn-product-tour .row-fluid:nth-child(2) .span7 {
	text-align: right;
}
#jsn-product-tour .row-fluid:nth-child(3) .span6:nth-child(1) {
	text-align: center;
}
#jsn-product-tour .row-fluid:nth-child(4) .span6:nth-child(1) {
	text-align: right;
}
#jsn-product-tour .row-fluid:nth-child(4) .span6:nth-child(2) {
	text-align: center;
}
#jsn-product-tour .row-fluid:nth-child(6) .span5 {
	text-align: right;
}
#jsn-product-tour .row-fluid:nth-child(7) .span5 {
	text-align: left;
}
#jsn-product-tour .row-fluid:last-child {
	border-bottom: none;
}
.joomlashine-product-tour .jsn-product-tour-bottom {
	text-align: center;
	padding: 20px 0 100px;
}
#jsn-content-bottom-over {
	  background: #282d30 url(../images/backgrounds/bg-content-bottom-over.png) center 0 no-repeat; 
	  background-size: 100% 100%;
}
body.jsn-homepage #jsn-content-bottom-over {
	background: transparent;
}
body.jsn-affiliate #jsn-content-bottom-over {
	background: #fff;
}
.joomlashine-product-tour #jsn-content-bottom-over {
	background: #f5f5f5;
	border-top: none;
}
.jsn-dev-packages {
	padding: 45px 0;
}
body.jsn-dev-packages {
	padding: 0;
}
.jsn-dev-packages .link-button {
	padding: 10px 39px 5px;
	font-weight: bold;
	font-size: 18px;
	margin-left: 50px;
}
body.joomlashine-product-tour #jsn-content,
body.jsn-policy-page #jsn-content,
body.jsn-support #jsn-content,
body.jsn-com-kunena #jsn-content,
body.jsn-free-ebook #jsn-content {
	background: #FFF;
}
body.joomlashine-product-tour  #jsn-content-bottom-over .jsn-modulescontainer {
	padding: 0;
}
.joomlashine-product-tour .jsn-product-tour-bottom h2 {
	font-size: 25px;
	margin-bottom: 10px;
	display: inline-block;
	line-height: 40px;
	margin-bottom: 40px;
}
.joomlashine-product-tour .jsn-product-tour-bottom h2 span {
	display: block;
	font-size: 40px;
}
/* --------- TEMPLATE DETAIL SHOWCASE --------- */
#template-showcase {
	text-align: center;
}
.ca-container {
	position: relative;
	margin: 20px auto 20px auto;
	width: 960px;
	height: 500px;

}
.ca-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.ca-item {
	position: relative;
	float: left;
	width: 320px;
	height: 100%;
	text-align: center;
}
.ca-item-main {
	padding: 28px;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #fff;
	overflow: hidden;
	border: 1px solid #e8ebed;
}
.ca-icon {
	width: 250px;
	height: 350px;
	position: relative;
	margin: 0 auto;
}
.ca-icon img {
	max-width: 100%;
}
.ca-item {
	font-family: "Georgia", "Times New Roman", serif;
	font-style: italic;
	font-size: 13px;
}
.ca-item h4 {
	font-family: "Georgia", "Times New Roman", serif;
	font-size: 13px;
	line-height: 24px;
	margin: 10px 0 0;
}
.ca-item h4 span {
	display: block;
}
.ca-item p {
	margin: 0;
}
.ca-nav span {
	width: 25px;
	height: 38px;
	background: transparent url(../images/arrows.png) no-repeat top left;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -40px;
	text-indent: -9000px;
	opacity: 0.7;
	cursor: pointer;
	z-index: 100;
}
.ca-nav span.ca-nav-next {
	background-position: top right;
	left: auto;
	right: -40px;
}
.ca-nav span:hover {
	opacity: 1.0;
}
/* --------- MODAL FOR IE11--------- */
#sbox-overlay,
#jsn-lc-sbox-overlay {
	width: 100%\0;
	height: 100%\0;
}
/* --------- JSN PAGE BUILDER --------- */
.jsn-pagebuilder h1 {
	margin: 25px 0 5px;
	color: #2a3e47;
}
.jsn-pagebuilder h1 sup {
	color: #fff;
	border-radius: 3px;
	padding: 0 5px 3px;
	background: #ff5a00;
	text-transform: none;
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	line-height: 24px;
}
.jsn-pagebuilder #jsn-promo #jsn-title-promo h2 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 5px;
	text-transform: none;
}
.jsn-pagebuilder p {
	margin: 0;
}
.jsn-pagebuilder p a {
	margin: 15px 10px 0 0;
}
#jsn-pagebuilder .slidesjs-container {
	margin: 30px 0;
}
#jsn-pagebuilder .slidesjs-pagination {
}
#jsn-pagebuilder a.link-button {
	padding: 8px 25px;
	font-weight: 300;
}
#jsn-pagebuilder a.link-button:focus {
	color: #fff;
}
#more-content .button-orange {
	width: 180px;
	margin-top: 32px;
}
.content-hide {
	-webkit-transition: all .8s ease-in-out;
   	-moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
 	-o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.content-hide.more {
	margin-top: 125px;
	height: auto;
	opacity: 1;
	visibility: visible;
}
.content-hide h2 span {
	color: #ff7200;
	display: block;
	font-weight: 400;
	font-size: 40px;
}
.content-hide h2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 45px;
	font-weight: 300;
}
.content-hide h3 {
	font-size: 22px;
	margin-top: 0;
	font-weight: 300;
}
#jsn-pagebuilder .features {
	width: 650px;
	margin: 0 auto;
	display: inline-block;
}
#jsn-pagebuilder .features ul.left {
	float: left;
}
#jsn-pagebuilder .features ul.right {
	float: right;
}
#jsn-pagebuilder .features ul li {
	text-align: left;
	background: url(../images/icons/icon-sprites.png) -486px -105px no-repeat;
	padding-left: 18px;
	list-style-type: none;
}
.jsn-article-content .jwDisqusArticleCounter {
	display: none;
}
#jsn-pagebuilder-content {
	width: 100%;
	height: 485px;
	padding-bottom: 15px;
}
#jsn-pagebuilder-content h2 {
	font-size: 26px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-align: center;
}
#jsn-pagebuilder-content .row-fluid {
	margin: 30px 0 50px;
	text-align: center;
}
#jsn-pagebuilder-content h3 {
	margin: 10px 0 0;
	font-size: 18px;
	color: #ff7200;
}
#discuss-link {
	margin-bottom: 50px;
}
#discuss-link h3 {
	color: #ff7200;
	font-size: 35px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	margin: 20px 0 0;
	text-align: center;
	text-transform: uppercase;
}
#discuss-link p {
	text-align: center;
}
.jsn-article-content .jwDisqusForm #disqus_thread {
	border-radius: 0;
	padding: 15px;
	border: 1px solid #e8ebed;
	background: #fff;
}
#jsn-pos-mainbody-top.jsn-modulescontainer {
	padding: 0;
}
#jsn-pos-mainbody-top.jsn-modulescontainer div.jsn-modulecontainer_inner {
	margin: 0;
}
#jsn-content div.jsn-modulecontainer {
	margin-top: 20px;
}
#jwDisqusFormFooter {
	display: none;
}
.jsn-pagebuilder #jsn-content-top {
	background: #f8f8f8;
	padding: ;
}
.jsn-pagebuilder #jsn-content-top div.jsn-modulescontainer div.jsn-modulecontainer_inner {
	margin: 0;
}
/* --- JSN PAGEBUILDER DETAILS PAGE --- */
.jsn-pagebuilder-process span {
	display: inline-block;
	padding: 44px 34px 41px;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 1px solid #e7e7e7;
}
.jsn-pagebuilder-process div.grid-col_inner {
	text-align: center;
	position: relative;
}
.jsn-pagebuilder-process div.grid-col_inner:before {
  background-image: url(../images/backgrounds/dash.png);
  background-repeat: repeat-x;
  background-position: center 30%;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  top: 85px;
  left: 73%;
}
.jsn-pagebuilder-process .grid-lastcol div.grid-col_inner:before {
	background-image: none;
}
.jsn-pagebuilder-process div.grid-col_inner h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 0;
	line-height: 22px;
}
.jsn-pagebuilder-process div.grid-col_inner p {
	font-size: 18px;
	color: #333;
	font-family: "Helvetica Neue";
	font-weight: 300;
	padding: 0 70px;
}
#jsn-pb-other-features {
	text-align: center;
	border: 1px solid #e0e0e0;
	position: relative;
	padding: 30px 0 50px;
	margin-top: 30px;
}
#jsn-pb-other-features h3.jsn-sub-title {
	position: absolute;
	top: -23px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}
#jsn-pb-other-features h3.jsn-sub-title span {
	padding: 0 20px;
	background: #fff;
}
#jsn-pb-other-features .grid-layout {
	text-align: left;
	margin: 20px auto 0;
	width: 90%;
}
#jsn-pb-other-features .grid-layout .item p {
	padding-left: 38px;
	line-height: 28px;
	background: url(../images/icons/icon-check-big.png) left top no-repeat;
}

#jsn-pb-page-building-process .grid-layout .grid-col_inner {
	margin: 0;
	position: relative;
	overflow: hidden;
}
#jsn-pb-page-building-process {
	margin-bottom: 70px;
}
#jsn-pb-page-building-process .grid-layout [class*="step"] {
	text-align: center;
}
#jsn-pb-page-building-process h3.step-title {
	text-transform: uppercase;
	font-size: 22px;
}
#jsn-pb-page-building-process .grid-layout .step-img {
	margin-bottom: 70px;
}
#jsn-pb-page-building-process .grid-layout .grid-col_inner:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 60%;
	margin-left: -7px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	border: 5px solid #eaeaea;
	background: #eee;
	z-index: 100;
}
#jsn-pb-page-building-process .grid-layout .step1 .grid-col_inner:before {
	background: #eb9633;
}
#jsn-pb-page-building-process .grid-layout .step2 .grid-col_inner:before {
	background: #89c067;
}
#jsn-pb-page-building-process .grid-layout .step3 .grid-col_inner:before {
	background: #4a95c5;
}
#jsn-pb-page-building-process .grid-layout .grid-col_inner:after {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #eaeaea;
	top: calc(60% + 8px);
	left: 0;
}
#jsn-pb-page-building-process .grid-layout .step1 .grid-col_inner:after {
	left: 50%;
}
#jsn-pb-page-building-process .grid-layout .step3 .grid-col_inner:after {
	left: auto;
	right: 50%;
}
/* --------- SUPPORT FORUM --------- */
#jsn-content-top-below {
	background: #FFF;
	padding-top: 55px;
}
#jsn-content-top-below div.jsn-modulescontainer div.jsn-modulecontainer_inner {
	margin: 0;
}
#jsn-content-top-below div.jsn-modulescontainer {
	padding: 0;
}
#time-support {
	border: 1px solid #e8ebed;
	font-size: 16px;
	text-align: center;
}
#time-support h3 {
	font-size: 30px;
	margin: 0;
}
#time-support p {
	margin: 0;
}
#time-support p strong {
	font-weight: bold;
	font-size: 20px;
}
#time-support-header {
	padding: 10px;
	border-bottom: 1px solid #e8ebed;
	text-align: center;
}
#time-support .row-fluid {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#time-support .row-fluid .span6 {
	padding: 10px;
}
#time-support .row-fluid .span6:first-child {
	border-right: 1px solid #e8ebed;
}
/* --------- FILTER PAGE OVERRIDE LIGHTCART --------- */
#jsnlc-topscroll {
	position: relative;
	top: -50px;
	height: 0;
	width: 0;
}
#jsnlc-component-layout {
	padding: 30px 0 0;
}
div.jsnlc-filteredproduct div.grid-layout {
    margin: 0 -25px;
}
div.jsnlc-filteredproduct div.grid-layout div.grid-col div.grid-col_inner {
    margin-right: 0;
}
#jsnlc-component-layout.jsnlc-filteredproduct div.grid-col .jsnlc-item h3 {
    font-family: Helvetica,Arial,sans-serif;
    text-transform: capitalize !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
}
#jsnlc-component-layout.jsnlc-filteredproduct div.grid-col .jsnlc-item h3 a {
	color: #222;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-button-contain{
    width: 80% !important;  
    margin: 0 auto;
}
#jsnlc-tags-container .jsnlc-tags ul {
	text-align: center;
}
.jsnlc-tags li a {
	background-color: #666;
	border: 1px solid #666;
	border-radius: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #f1f1f1;
	padding: 8px 15px;
	font-size: 13px;
	text-transform: none;
	margin-right: 5px;
	line-height: normal;
	font-weight: bold;
}
.jsnlc-tags ul li.active a,
.jsnlc-tags ul li:hover a {
	background-color: #2baaff;
	border-color: #2baaff;
	color: #fff;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item {
	background-color: #fff;
	padding: 15px 15px 5px;
	margin: 15px;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark,
#all_extensions div.grid-col .item-mark {
	background: rgba(0,0,0,0.5);
    position: absolute;
    opacity: 0;
    width: 100%;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    height: 100%;
    top: 0;
    left: 0;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark {
    visibility: hidden;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item:hover .item-mark {
	visibility: visible;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item h3 {
	color: #222 !important;
	margin: 25px 5px 8px !important;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-description {
	color: #888;
}
#all_extensions div.grid-col div.jsn-ex-item {
	position: relative;
	background-color: #fff;
	padding: 40px 50px 20px;
	margin-bottom: 30px;
	min-height: 260px;
}
#all_extensions div.grid-col div.jsn-ex-item .item-mark {
	visibility: hidden;
	display: none;
}
#all_extensions div.grid-col div.jsn-ex-item:hover .item-mark,
#all_extensions div.grid-col div.jsn-ex-item:focus .item-mark,
#all_extensions div.grid-col div.jsn-ex-item:active .item-mark,
#all_extensions div.grid-col div.jsn-ex-item:visited .item-mark {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    display: block;
    cursor: pointer;
    	-moz-user-select: auto;
-webkit-touch-callout: auto;
-webkit-user-select: auto;
-khtml-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper {
	border: none;
	background-color: inherit;
	padding: 0;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-new,
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-hot,
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-freemium {
	position: absolute;
	top: -15px;
	right: -15px;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-new {
	background: url(../images/backgrounds/badge-new.png) top right no-repeat;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-hot {
	background: url(../images/backgrounds/badge-hot.png) top right no-repeat;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .jsnlc-item-wrapper .item-thumb .badge-freemium {
	background: url(../images/backgrounds/badge-freemium.png) top right no-repeat;
	width: 90px;
	height: 90px;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark .item-button-contain {
	width: 80% !important;
	margin: 105px auto 0;
	position: static;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark .item-button-contain a.link-button {
	display: inline-block;
}
#all_extensions div.grid-col .item-mark .item-button-contain {
	top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark a.link-button,
#all_extensions div.grid-col .item-mark a.link-button {
	display: inline-block;
	float: none;
	margin-bottom: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	font-size: 15px;
	padding: 10px 20px;
	margin: 0 5px 10px;
	width: auto;
}
.jsnlc-tag-description {
	color: #555;
	margin: -5px 0 15px;
	font-size: 12px;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item {
	text-align: left;
	height: auto;
	min-height: 335px;
}
div.jsnlc-filteredproduct div.grid-col .jsnlc-item .item-mark a.link-button.button-grey,
#all_extensions div.grid-col .item-mark a.link-button.button-grey {
    float: right;
}
#jsn-mainbody #jsnlc-item-wrapper .link-button.button-orange:hover {
	background: #fda559 !important;
}
.item-description {
	font-size: 13px;
}
#jsnlc-component-layout div.list-footer {
	text-align: center;
}
#jsnlc-component-layout div.counter {
	display: inline-block;
	vertical-align: middle;
	color: #787878;
	font-weight: 300;
}
#jsnlc-component-layout .pagination a,
#jsnlc-component-layout .pagination span {
	display: inline-block;
	border: 1px solid #ccc;
	font-weight: normal;
	box-sizing: border-box;
	margin-bottom: 5px;
	border-radius: 4px;
	background: #fff;
}
#jsnlc-component-layout .pagination ul {
	box-shadow: none;
}
#jsnlc-component-layout .pagination ul.jsn-pagination > li > span,
#jsnlc-component-layout .pagination ul.jsn-pagination > li > a {
	height: 34px;
}
#jsnlc-component-layout ul.jsn-pagination > span {
  padding: 5px 15px;
  background: #555;
  color: #FFF;
  border-color: #555;
}
#jsnlc-component-layout div.counter {
	margin-top: 0;
}
#jsnlc-component-layout div.list-footer ul li {
	margin-bottom: 0;
}
#jsnlc-component-layout div.list-footer ul.jsn-pagination li > span {
	color: #aaa;
}
#jsnlc-component-layout .pagination a:hover, #jsnlc-component-layout .pagination li.navigation-page span {
	background-color: #f1f1f1;
	border-color: #CCC;
	color: #000;
}
/* -------------  ORDER -------------*/
.select2-container .select2-choice span {
	font-size: 13px;
	color: #666;
}
#jsnlc-component-layout #jsnlc-order-detail h3.jpane-toggler-down {
	background-color: #555;
}
#jsnlcFormOrder .select2-container .select2-choice,
#jsnlc-component-layout .jsnlc-order-toggle a#expand-all,
#jsnlc-component-layout .jsnlc-order-toggle {
	border-color: #ccc;
}
#jsnlc-component-layout #jsnlc-order-detail div.panel {
	background-color: #555;
}
#jsnlc-component-layout #jsnlc-order-detail h3.title {
	padding: 4px;
}
#jsnlc-component-layout .jsnlc-order-toggle a,
.jsnlc-button-style span, #jsnlc-component-layout .jsnlc-button-style span,
table.jsnlc-table td.item-name {
	color: #666666;
	font-size: 13px;
}
#jsnlc-component-layout {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}
table.jsnlc-table, table.jsnlc-table td {
	font-weight: normal;
	color: #666;
}
#jsnlc-component-layout span.jsnlc-purchaseunit-upgrade-name {
	font-weight: normal;
	font-size: 12px;
}
table.jsnlc-table td.item-name div:not(.jsnlc-upgrade-panel) {
	margin: 5px 0 0 10px;
}
#jsnlc-component-layout #jsnlc-order-detail table tr:not(.jsnlc-order-get-invoice) td {
	border-bottom: 1px dashed #ccc;
}
#jsnlc-component-layout #jsnlc-order-detail table td {
	border-top: none;
	font-size: 13px;
}
#jsnlc-component-layout .jsnlc-upgrade-title .jsnlc-link-action:link,
#jsnlc-component-layout .jsnlc-upgrade-title .jsnlc-link-action:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #ff7200;
}
.jsnlc-table,
.jsnlc-button-style,
#jsnlc-component-layout .jsnlc-button-style,
#jsnlc-component-layout .jsnlc-button-lgrey,
#jsnlc-component-layout .jsnlc-button-lgrey:link,
#jsnlc-component-layout .jsnlc-button-lgrey:visited {
	border: 1px solid #dceaf2;
}
.jsnlc-button-style,
#jsnlc-component-layout .jsnlc-button-style,
#jsnlc-component-layout .jsnlc-order-get-invoice .jsnlc-link-action,
#jsnlc-component-layout .jsnlc-order-get-invoice .jsnlc-link-action:link,
#jsnlc-component-layout .jsnlc-order-get-invoice .jsnlc-link-action:visited {
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#jsnlc-component-layout #jsnlc-order-detail h3.title {
	border: none;
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
}
#jsnlc-component-layout #jsnlc-order-detail h3.title span.date {
	top: 5px;
	right: 20px;
}
table.jsnlc-table {
	padding: 30px;
	border-collapse: inherit;
}
#jsnlc-component-layout #jsnlc-order-detail table thead {
	color: #333;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 12px;
}
table.jsnlc-table td {
	padding: 15px 0;
}
#jsnlc-component-layout #jsnlc-order-detail table th {
	padding-left: 0;
	padding-right: 0;
}
#jsnlc-component-layout #jsnlc-order-detail h3.title span.jsn-paid-price {
	background: #8cc63e;
	color: #fff;
}
/* -------------  PROFILE -------------*/
#jsnlc-component-layout.jsnlc-customer-profile table td.thead-profile {
	background: transparent;
}
#jsnlc-component-layout p.jsnlc-icon-note {
	font-style: italic;
}
#jsnlc-component-layout.jsnlc-customer-profile input {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 5px;
}
#jsnlc-component-layout.jsnlc-customer-profile select {
	height: 39px;
}
#jsnlc-component-layout.jsnlc-customer-profile table tr {
	background-color: #fff;
	border-left: 1px solid #e8ebed;
	border-right: 1px solid #e8ebed;
	display: block;
	width: 100%;
}
#jsnlc-component-layout.jsnlc-customer-profile table tr td:first-child,
#jsnlc-component-layout.jsnlc-customer-profile table tr td:first-child,
#jsnlc-component-layout.jsnlc-customer-profile table tr td:first-child {
	width: 130px;
}
#jsnlc-component-layout.jsnlc-customer-profile table tr.user-profile,
#jsnlc-component-layout.jsnlc-customer-profile table tr.contact-profile,
#jsnlc-component-layout.jsnlc-customer-profile table tr.billing-profile {
	border-top: 1px solid #e8ebed;
	border-bottom: 1px solid #e8ebed;
	margin-top: 20px;
	background-color: #f5f8fa;
	width: 100%;
}
#jsnlc-component-layout.jsnlc-customer-profile table tr.user-last,
#jsnlc-component-layout.jsnlc-customer-profile table tr.contact-last,
#jsnlc-component-layout.jsnlc-customer-profile table tr.billing-last {
	border-bottom: 1px solid #e8ebed;
}
#jsnlc-component-layout.jsnlc-searchcustomerorder table td,
#jsnlc-component-layout.jsnlc-customer-profile table td {
	border: none;
	color: #666;
	font-size: 13px;
	font-weight: bold;
}
/*------- DISCOUNT --------*/
#jsnlc-component-layout .jsnlc-discount-option-heading {
	padding: 15px 5px 15px 10px;
	background: #555555;
}
#jsnlc-component-layout .jsnlc-discount-option-select .jsnlc-discountoption-block {
	border: none;
}
#jsnlc-component-layout .jsnlc-discount-option-item {
	background-color: transparent;
}
#jsnlc-component-layout .jsnlc-discount-option-total {
	padding: 15px 0 25px;
	border-top: 1px dashed #e8ebed;
	margin: 0 20px;
}
#jsnlc-component-layout .jsnlc-discount-option-total .jsnlc-button-orange {
	font-size: 13px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}
#jsnlc-component-layout .jsnlc-discount-option-total {
	font-weight: 500;
	font-family: Helvetica Neue;
}
#jsnlc-component-layout .jsnlc-discount-option-total .discount,
#jsnlc-component-layout .jsnlc-discount-option-total .total-pay {
	color: #222;
}
#jsnlc-component-layout .jsnlc-discount-option-total .discount {
	font-size: 24px;
}
#jsnlc-component-layout .jsnlc-discount-option-total span.last {
	margin-top: 8px;
}
#jsnlc-component-layout .jsnlc-discount-option-total .left-direction span {
	margin-right: 5px;
}
#jsnlc-component-layout .jsnlc-discount-option-total .amount {
	color: #999;
	font-size: 18px;
}
#jsnlc-component-layout .jsnlc-discount-option-total .amount + span {
	color: #999;
	font-weight: normal;
}
#jsnlc-component-layout .jsnlc-discount-option-total .total-pay {
	font-size: 15px;
	color: #ff4f58;
	font-weight: bold;
}
/*------- DOMAIN -------*/
#jsnlc-component-layout.jsnlc-add-domain .jsnlc-pageheading {
	padding: 5px 10px;
	text-align: center;
}
#jsnlc-component-layout .jsnlc-pageheading {
	color: #333;
	background-color: #F8f8f8;
}
#jsnlc-component-layout {
	color: #555555;
}
#jsnlc-component-layout.jsnlc-add-domain .jsnlc-div-scroll td {
	border-bottom: 1px dashed #ccc;
}
#jsnlc-component-layout.jsnlc-add-domain .jsnlc-div-scroll form table {
	padding: 0 20px;
}
#jsnlc-component-layout.jsnlc-add-domain .jsnlc-div-scroll td:first-child {
	padding-left: 0;
	padding-right: 0;
}
#jsnlc-component-layout.jsnlc-add-domain #suppport_domain {
	padding: 15px 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#jsnlc-component-layout.jsnlc-add-domain #form-adddomain .jsnlc-button-container .jsnlc-button-style {
	padding: 14px 30px;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	#jsn-content-bottom #jsn-pos-content-bottom .jsn-modulecontainer.jmoddiv {
		float: left;
		width: 46%;
		margin-left: 20px;
	}
	.jsn-mobile #jsn-pos-content-bottom-right .jsn-modulecontainer {
		margin-left: 20px;
	}
	.jsn-mobile #jsn-content-bottom #jsn-pos-content-bottom {
		margin-left: 10px;
	}
	.jsn-mobile #jsn-content-bottom .row-fluid [class*="span"]:first-child {
		margin-left: 20px;
	}
	.jsn-mobile #jsn-content-bottom .row-fluid [class*="span"]:first-child .modulecontainer_inner {
		margin-left: 0px;
	}
	body.jsn-com-easyblog #jsn-page #jsn-content {
		background: #fff;
	}
	body.jsn-com-easyblog #jsn-page #jsn-maincontent {
		padding-left: 50px;
	}
	body.jsn-com-easyblog #jsn-page #jsn-rightsidecontent {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
	}
	body.jsn-desktop-on-mobile #template-detail .align-right {
		width: 49%;
	}
	body.jsn-desktop-on-mobile #template-detail .align-right .demo-template-info {
		bottom: 45px;
	}
	body.jsn-desktop-on-mobile #template-information {
	 	margin-top: 20px;
	}
	body.jsn-desktop-on-mobile .partner-content {
		min-height: 475px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
	#sbox-window {
		left: 10px !important;
	}
}
@media only screen and (max-width: 800px) {
	#homepage-testimonials .jsn-item {
		width: 100%;
	}
	#affiliate-reason .grid-layout .grid-col {
		margin-bottom: 80px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	#sbox-window {
	    margin: 20px;
	    max-width: 600px !important;
	    width: 100%;
	}
	#homepage-testimonials .jsn-item {
		width: 100%;
	}
}

@media only screen and (min-width: 568px) and (max-width: 639px) {
	#sbox-window {
	    margin: 20px;
	    max-width: 528px !important;
	    width: 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 567px) {
	#sbox-window {
	    margin: 15px;
	    max-width: 450px !important;
	    width: 100%;
	}
	iframe {
		overflow-y: scroll;
	}
	#jsn-footer ul.menu-divmenu li {
		margin-bottom: 15px;
	}
	#extension-features ul li.list-iconbox4 {
		min-height: 110px;
		margin-left: 10px;
	}
	#extension-features {
		margin: 25px 15px 50px;
	}
	body.jsn-com-easyblog #jsn-page #jsn-maincontent {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	#jsn-footer ul.menu-divmenu li {
		margin-bottom: 15px;
	}
	#extension-features ul li.list-iconbox4 {
		min-height: 110px;
		margin-left: 10px;
	}
	#extension-features {
		margin: 25px 15px 50px;
	}
	#jsn-promo #jsn-affiliate-wapper .align-left {
		margin-bottom: 39px;
	}
	#jsn-promo #jsn-affiliate-wapper .jsn-title,
	#jsn-promo #jsn-affiliate-wapper .jsn-content-aff {
		padding: 0 20px;
	}
	#template-detail .align-right .demo-template-info {
		position: static;
	}
	#template-detail .align-right #template-intro h1 {
		margin-top: 30px;
	}
	#template-detail .align-right #template-intro h3 span i {
		color: #555;
	}
	#template-detail .align-right .demo-template-info .link-button {
		width: 200px;
		margin-bottom: 10px;
	}
	#jsn-menu .display-dropdown.customer-area.jsn-modulecontainer {
		margin-right: 0;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-thumb{
		margin: 0 5px !important;
	}
	.jsn-bootstrap .event-container h3 {
		font-size: 18px !important;
	}
	.event-container .event.event-circle-deco {
		padding: 20px 10px !important;
	}
	#about-video {
		width: 95%;
		height: auto;
	}
	#about-info {
		margin-top: 110px;
	}
}
@media only screen and (max-width: 479px) {
	#sbox-window {
	    margin: 10px;
	    max-width: 100% !important;
	    width: 100%;
	   	height: auto !important;
	}
	iframe {
		overflow-y: scroll;
	}
	.box {
		width: 270px;
	}
	.box .align-left {
		float: none;
		text-align: center;
	}
	#container .user-avt .align-right {
		float: none;
		text-align: center;
		margin-top: 10px;
	}
	#jsn-footer ul.menu-divmenu li {
		margin-bottom: 15px;
	}
	body.jsn-com-easyblog #jsn-page #jsn-maincontent,
	body.jsn-com-easyblog #jsn-page #jsn-rightsidecontent {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (max-width: 800px), (max-device-width: 800px) {
	.content-bottom-promo p {
		font-size: 14px;
	}
	.content-bottom-promo h2, .content-bottom-promo h3 {
		font-size: 13px;
	}
	.content-bottom-promo {
		height: 175px;
		max-height: 175px;
	}
	.content-bottom-promo.jsn-force p,
	.content-bottom-promo.jsn-force h2 {
		margin-left: 8px;
	}
	.content-bottom-promo.jsn-force img {
		left: 130px;
	}
	.content-bottom-promo.jsn-force p {
		margin-top: 23px;
	}
	.content-bottom-promo.jsnpb img {
		-webkit-transform: scale(0.65, 0.65);
		-moz-transform: scale(0.65, 0.65);
		-ms-transform: scale(0.65, 0.65);
		-o-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
		bottom: -35px;
		right: -10px;
	}
}
#free-extensions .list-free-extensions .grid-col,
#list-freebies .grid-col{
    width: 33.3%;
    float: left;
}
#free-extensions .template-item .button-contain{
    width: 236px !important;  
    left: 50%;  
    margin: 0 0 0 -118px;
}
#free-extensions .template-item .button-contain a.link-button {
    text-transform: uppercase;
    line-height: 42px;
    padding: 0;
    margin: 0;
    width: 110px;
    float: left;
}
#free-extensions .template-item .button-contain a.link-button.button-light {
    float: right;
    position: initial;
}

#list-freebies .grid-col .button-contain .link-button{
	white-space: nowrap;
	padding: 0 15px;
	line-height: 42px;
	width: 90%\9\0;
	margin: 0;
}
. ie10 #list-freebies .grid-col .button-contain .link-button{
	width: 90%;
}
_:-ms-fullscreen, :root #list-freebies .grid-col .button-contain .link-button {
	width: 90%;	
}
.link-button.button-green:hover {
	background: #a3d165;
}
.link-button.button-orange:hover {
	background: #fda559;
}
#jsn-content-bottom h2.jsn-moduletitle, #jsn-content-bottom h3.jsn-moduletitle {
	color: #EEE;
	margin-bottom: 5px;
	font-size: 13px;
}
#jsn-footer {
	padding: 5px 0 10px;
}
#jsn-footer div.jsn-modulecontainer {
	margin-top: 0;
}
div#jsn-footer-inner,
div.jsn-modulescontainer div.jsn-modulecontainer_inner {
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 1024px), (max-device-width: 1024px) {
	div#template-intro h1 img {
		left: 62%;
	}
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
	.lightcart-login a.login-text,
	#jsn-menu .display-dropdown.customer-area.jsn-modulecontainer {
		margin-right: 15px;
	}
	#jsn-promo .jsn-lc-filtered-tags-product {
		padding: 0 !important;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-title{
		font-size: 20px !important;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .link-button{
		padding: 5px;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li .item-button-contain{
		bottom: 0 !important;
	}
	div#template-intro h1 img {
		left: 58%;
	}
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list{
		text-align: center;
		width: 100%;
	}
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li{
		width: 32% !important;
		display: inline-block;
		float: initial;
		margin: 15px 0 0 0;
	}
	.jsn-mobile #homepage-testimonials .jsn-item {
		width: 100%;
	}
}
@media only screen and (max-width: 568px), (max-device-width: 568px) {
	#jsn-promo .jsn-lc-filtered-tags-product ul.filtered-product-list li{
		width: 49% !important;
	}
}
/**/
#jsn-menu .display-dropdown .jsn-modulecontent {
	margin-top: 10px;
	width: 220px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	border: 1px solid #ccc;
	-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;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form #form-login-username,
#jsn-menu .display-dropdown .jsn-modulecontent #login-form #form-login-password {
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 3px;
	width: 236px;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form input.input-small {
	width: 180px;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form #form-login-remember .control-label {
	color: #333;
	float: l;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form #form-login-remember .inputbox {
	margin: 10px 5px 0 0;
	display: inline-block;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .input-append {
	position: relative;
	width: 236px;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .input-append span.add-on ,
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .input-append a.btn,
#jsn-menu .display-dropdown .jsn-modulecontent #login-form input {
	border: none;
	background: none;
	padding: 10px;
	box-shadow: none;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .input-append a.hasTooltip{
	position: absolute;
	top:0;
	right: -30px;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .jsn-modulecontent #login-form input:focus {
	box-shadow: none;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form.input-append input {
	border: none;
	background: none;
	width: 180px;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form #form-login-submit .btn-primary {
	border: none;
	margin-top: 5px;
	background: #fc8f30;
	padding: 10px 25px;
	text-shadow: none;
	font-size: 16px;
	font-weight: bold;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .unstyled i {
	display: none;
}
#jsn-menu .display-dropdown .jsn-modulecontent #login-form .unstyled a:hover {
	text-decoration: underline;
	color: #fc8f30;
}
/*VIDEO EXPAND PLAY*/
.evcontainer {
    width:100%;
    border:1px solid #d3d3d3;
}
.evcontainer div {
    width:100%;
}
.evcontainer .evheader {
    background-color:#d3d3d3;
    padding: 2px;
    cursor: pointer;
    font-weight: bold;
}
.evcontainer .evcontent {
    display: none;
    padding : 5px;
}
div.videotoggler {
	margin: 10px 0 30px;
	cursor:pointer;
}
div.videotoggler div { display:none; }
div.videotoggler div.video-content { display:block; }
#jsn-lc-login-btn {
	text-transform: capitalize !important;
	padding: 10px 25px !important;
}
#jsn-lc-login-btn:hover {
	color: #fc9a44;
}
.full-width {
	margin: 0 -1000px !important;
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	div#template-intro h1 img {
	top: -115px;
	left: 70%;
	}
}

/*JSN DONA LANDDING PAGE*/
.box-statistic {
	width: 60%;
	margin: 10px auto 45px;
	background: #8dc63f;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	padding: 5px 0;
}
.box-statistic .box-contents {
	padding: 12px 20px;
}
.box-statistic .grid-col:last-child .box-contents {
	border-left: 1px solid rgba(255,255,255,0.2);
}
.box-statistic .box-contents span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.box-statistic .box-contents .box-title {
	font-size: 15px;
}
.box-statistic .box-contents .box-number {
	font-size: 42px;
	font-weight: bold;
}
.box-statistic .box-contents .box-description {
	font-size: 14px;
}
.heading-title {
	text-align: center;
}
.heading-title h3 {
	color: #555;
	display: inline-block;
	font-size: 30px;
	line-height: 36px;
	position: relative;
	margin: 90px 0 50px;
	padding: 0 50px;
	text-transform: uppercase;
}
.heading-title h3:before,
.heading-title h3:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 80px;
	position: absolute;
	top: 0;
}
.heading-title h3:before {
	background: url(../images/backgrounds/patten-left.png) no-repeat center center;
	left: 0;
}
.heading-title h3:after {
	background: url(../images/backgrounds/patten-right.png) no-repeat center center;
	right: 0;
}
.textInclude {
	margin-bottom: 15px;
}
body.jsn-dona-ldp  #jsn-body .jsn-es-container .jsn-es-item.jsn-es-item-image {
	left: 50% !important;
	margin-left: -39px !important;
}
.textInclude #share-content {
	width: 50%;
	margin: 0 auto;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #d7d7d7;
	padding: 15px 20px; 
	color: #111;
}
.groupBtn a {
	color: #fff;
	width: 180px;
	height: 195px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 15px;
}
.groupBtn a i {
	font-size: 88px;
	width: 100%;
	height: 145px;
	line-height: 150px;
}
.groupBtn a span {
	display: block;
	text-transform: uppercase;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 15px;
	font-size: 14px;
}
.groupBtn a.facebook:not(.btn) {
	background: #3b5999;
	box-shadow: 0 5px 0px #324c89;
}
.groupBtn a.tweet {
	background: #5eaade;
	box-shadow: 0 5px 0px #4795d5;
}
.groupBtn a.facebook:not(.btn):hover {
	background: #3b5999;
}
.groupBtn a.tweet:hover {
	background: #5eaade;
}
.footer-links  {
	text-align: center;
}
.footer-links a {
	color: #a1a1a1;
	display: inline-block;
	width: 300px;
	text-decoration: underline;
	margin: 50px auto;
}
.footer-links a:hover {
	color: #555;
}
/*.jsn-dona-detaills .price-table .align-center sup {
	color: #fc8f30 !important;
}
.jsn-dona-detaills .price-product span {
	font-weight: normal !important;
	color: #fc8f30 !important;
}*/
@media only screen and (max-width: 480px), (max-device-width: 480px) {
	div#template-intro h1 img {
	top: -115px;
	left: 70%;
	}
	body.jsn-dona-detaills table.table-style {
		display: table;
	}
	body.jsn-dona-detaills h2.title-large span {
		font-size: 18px;
		line-height: 1.2;
	}
	body.jsn-dona-detaills #jsn-edition-price {
		min-height: inherit;
	}
	body.jsn-dona-detaills #jsn-edition-price table {
		display: none;

	}
	body.jsn-dona-detaills #jsn-edition-price h2 {
		font-size: 22px;
		margin-bottom: 5px;
	}
	body.jsn-dona-detaills h2.title-small {
		margin-top: 0px;
	}
	.box-statistic .grid-col:last-child .box-contents {
		padding-top: 15px;
		border-top: 1px solid rgba(255,255,255,0.2);
	}
	body.jsn-dona-detaills div.col-price {
		width: 100%;
		margin: 60px 0 80px;
	}
}


/*Hot fix*/
.jsn-homepage #jsn-mainbody-content {
	display: none;
}
.jsn-homepage #jsn-promo i.fa {
	margin-right: 0;
}

/*Popup form*/
.popup-form {
	position: relative;
	margin-bottom: 50px;
	width: 320px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.popup-form {
	position: relative;
	margin-bottom: 50px;
	width: 290px;
	background-color: #fff;
	padding: 15px 15px 0;
	box-shadow: 0 0 4px #666!important;
	border-radius: 3px 0 0 3px !important;
}
.jsn-master .jsn-bootstrap .popup-form h2.popup-title {
	text-transform: none;
	margin: 10px 0 0 10px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
}
.jsn-uniform.jsn-master .popup-form .jsn-bootstrap .jsn-form-content .control-group {
	padding: 0 !important;
}
.jsn-uniform.jsn-master .popup-form .jsn-form-content .control-group .control-label .required,
.jsn-uniform.jsn-master .popup-form .jsn-form-content .control-group .control-label i {
	display: none;
}
#jsn_form_11.jsn-master .jsn-bootstrap .popup-form .jsn-form-content .control-group.ui-state-highlight {
	background-color: transparent !important;
    border-color: transparent !important;
}
 #jsn_form_11.jsn-master .jsn-bootstrap .popup-form .jsn-column-item.jsn-uniform-others textarea.jsn-value-Others{
	width: 255px !important;
	height: 20px;
}
 #jsn_form_11.jsn-master .jsn-bootstrap .popup-form .form-actions {
	padding: 0;
}
 #jsn_form_11.jsn-master .jsn-bootstrap .popup-form .form-actions .btn-toolbar {
	margin-top: 0;
}
 #jsn_form_11.jsn-master .jsn-bootstrap .popup-form .form-actions .btn-toolbar .jsn-form-submit {
	width: 270px;
	background: #2baaff;
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin-left: 0;
	margin: -20px 0 20px 10px;
	padding: 10px 0;
	font-weight: bold;
}
.popup-form .close-div {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #222;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.popup-form .close-div i {
	color: #eee;
	margin: 0;
}