/*
* @package Mj Menu
* @copyright (C) 2012 by Dasinfomedia - All rights reserved!
*/
 
/* Clearfix CSS */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}

/*--------------------------------------- */	
 
body.site{
	font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.thumbnail {
	margin-bottom:9px;
}
.accordion-group {
	background:#fff;
}
.select[multiple], select[size] {
	height:28px;
}
.container {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

a.btn {
	color: #eef4ff;
	background-color: #7d9cd5;
	background-image: none;
	text-shadow: 0px 1px 0 #4c6ba2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: 0.5s!important;
	-moz-transition: 0.5s!important;
	-webkit-transition: 0.5s!important;
}
a.btn:hover,
a.btn:active,
a.btn.active {
	color: #fbfcff;
	background-color: #9eb5de;
}

.table tbody tr td, .table tbody tr th {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}


a.btn .icon-chevron-right {
	background-position: -456px -70px;
	height: 16px;
}
a.btn .icon-cog {
	background-position: -432px 2px;
}	
	
/* Header */
.jsn-header-wrapper {
	background-image: url(../images/gradient-header-bg.png), url(../images/header-pattern.png);
	background-position: left top;
	background-repeat: no-repeat, repeat;
	border-bottom: 1px solid #f0f0f0;
	border-top: 5px solid #374A5F;
	margin-bottom: 20px;
}
.jsn-header {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: 1px solid #fff;
}	
.navbar .container {
	width: 940px;
}
.jsn-header .finder {
	margin-top: 14px;
}
.jsn-header #jsn-pos-top, .jsn-header #jsn-pos-search {
	margin: 10px 10px 0 0;
}
.jsn-header #jsn-pos-search {
	margin-left: 20px;
}
.jsn-header #jsn-pos-search form {
	margin: 0;
}
.jsn-header #jsn-pos-search form input[type="text"] {
	margin: 3px 0;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
/* Logo */
#jsn-logo {
	float: left;
	margin: 10px 0;
}
h1.logo a {
	display: block;
}
/* Mainnav */

.jsn-mainnav {
	margin-bottom: 0;
}
.jsn-mainnav .jsn-mainnav-inner {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#jsn-pos-mainnav {
	clear: both;
}
.jsn-mainnav.navbar .nav > li > a {
	padding: 10px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:active {
	text-decoration: none !important;
	color:#FFFFFF;
	text-shadow:none;
}
.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover {
	
	color: #005580;
}
ul.nav-child {
	display: none;
	border-top: 1px solid #f0f0f0;
}
.jsn-mainnav.navbar .nav > li {
	position: relative;
}
/*for menu hover effect */
/*.jsn-mainnav.navbar .nav > li:hover
{
	border-radius:4px;
}
.jsn-mainnav.navbar .nav > li:hover a
{
	color:#FFFFFF;
}*/
.jsn-mainnav.navbar .nav > li:hover > ul.nav-child {
	display: block;
	position: absolute;
	z-index: 99999;
}

.jsn-mainnav.navbar .nav > li ul.nav-child li {
	position: relative;
	background:#FFFFFF;
}

.jsn-mainnav.navbar .nav > li ul.nav-child li  a {
	padding: 10px 20px;
	line-height: 20px;
	border: 1px solid #f0f0f0;
	border-top: none;
	display: block;
	width: 150px;
	text-transform:uppercase;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	font-family:oswald;
}
.jsn-mainnav.navbar .nav > li ul.nav-child li  a:hover, .jsn-mainnav.navbar .nav > li ul.nav-child li  a:active {
	color:#FFFFFF !important;
	text-decoration: none;
}
.jsn-mainnav.navbar .nav > li ul.nav-child li.active > a {
	color: #000;
}

/* Submenu lv2*/
ul.nav-child li:hover > ul.nav-child {
	display: block;
	position: absolute;
	z-index: 200;
	top: -1px;
	left: 191px;
}

.nav > li > a, .pager a {
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

/* Layout */

.container .row-fluid, #content, #position-left, #position-right {
	position: relative;
}

#content, #position-left {
	float: left;
}

#position-right {
	float: right;
}

#content.span6, #content.span9 {
	left: 25.968357881%; /* with margin left */
}

.promo, .top-users, .bottom-users {	
	margin-bottom: 20px;
}

.bottom-users {
	margin-top: 20px;
}

#position-left.span3 {
	margin-left: 0;
	left: -48.618784527%;
}

/* Modules */
.jsn-modulecontainer {
	margin-bottom: 20px;
	position: relative;
}
.jsn-modulecontainer:last-child {
	margin-bottom: 0;
}
h3.jsn-moduletitle {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5784ae;
	padding: 5px 0 10px;
	font-weight: normal;
	border-bottom: 1px solid #d9e6f2;
	margin-bottom: 10px;
}
.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-badge {
	display: none;
	width: 42px;
	height: 42px;
	position: absolute;
	top:0;
	right:0;
	z-index:50;
}

/* Module Styles */

/* _menu suffix */
.jsn-modulecontainer.jsn_menu ul, .jsn-modulecontainer.menu ul {
	list-style: none;
	margin: 0;
}
.jsn-modulecontainer.jsn_menu ul li, .jsn-modulecontainer.menu ul li  {
	display: block;
}
.jsn-modulecontainer.jsn_menu ul li a, .jsn-modulecontainer.menu ul li a {
	padding: 5px 0;
	display: block;
	border-bottom: 1px dotted #d9e6f2;
	text-shadow: 0 1px 0 #fff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.jsn-modulecontainer.jsn_menu ul li a:hover, .jsn-modulecontainer.jsn_menu ul li a:active,
.jsn-modulecontainer.menu ul li a:hover, .jsn-modulecontainer.menu ul li a:active {
	color: #222;
	text-decoration: none;
}

/* blue suffix */

.jsn-modulecontainer.jsn_blue, .jsn-modulecontainer.blue {
	background-image: url(../images/light-grad-module-bg.png), url(../images/blue-pattern.png);
	background-color: #5087b1;
	background-position: center top, left top;
	background-repeat: no-repeat, repeat;
	padding: 15px;
	color: #eee;
	text-shadow: 0 1px 0 #1d4361;
}
.jsn-modulecontainer.jsn_blue a, .jsn-modulecontainer.blue a {
	color: #ddd;
	text-decoration:underline;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.jsn-modulecontainer.jsn_blue a:hover, .jsn-modulecontainer.blue a:hover {
	color: #fff;
	background: #598fb9;
}
.jsn-modulecontainer.jsn_blue h3.jsn-moduletitle, .jsn-modulecontainer.blue h3.jsn-moduletitle {
	border-bottom: none;
	color: #eee;
	padding: 0;
}
.jsn-modulecontainer.jsn_blue ul li a, .jsn-modulecontainer.blue ul li a {
	color: #e5e5e5;
	text-shadow: 0 1px 0 #1d4361;
	border-color: #7ca9cc;
	text-decoration:none;
}
.jsn-modulecontainer.jsn_blue ul li a:hover, .jsn-modulecontainer.blue ul li a:hover {
	color: #fff;
	background: #77a6c9;
}

/* red suffix */

.jsn-modulecontainer.jsn_red, .jsn-modulecontainer.red {
	background-image: url(../images/light-grad-module-bg.png), url(../images/red-pattern.png);
	background-color: #da4531;
	background-position: center top, left top;
	background-repeat: no-repeat, repeat;
	padding: 15px;
	color: #eee;
	text-shadow: 0 1px 0 #6a241a;
}
.jsn-modulecontainer.jsn_red a, .jsn-modulecontainer.red a {
	color: #ddd;
	text-decoration:underline;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.jsn-modulecontainer.jsn_red a:hover, .jsn-modulecontainer.red a:hover {
	color: #fff;
	background: #d3887d;
}
.jsn-modulecontainer.jsn_red h3.jsn-moduletitle, .jsn-modulecontainer.red h3.jsn-moduletitle {
	border-bottom: none;
	color: #eee;
	padding: 0;
}
.jsn-modulecontainer.jsn_red ul li a, .jsn-modulecontainer.red ul li a {
	color: #e5e5e5;
	text-shadow: 0 1px 0 #6a241a;
	border-color: #ed7666;
	text-decoration:none;
}
.jsn-modulecontainer.jsn_red ul li a:hover, .jsn-modulecontainer.red ul li a:hover {
	color: #fff;
	background: #ff8e7f;
}

/* green suffix */

.jsn-modulecontainer.jsn_green, .jsn-modulecontainer.green {
	background-image: url(../images/light-grad-module-bg.png), url(../images/green-pattern.png);
	background-color: #a3bc2e;
	background-position: center top, left top;
	background-repeat: no-repeat, repeat;
	padding: 15px;
	color: #eee;
	text-shadow: 0 1px 0 #535f1d;
}
.jsn-modulecontainer.jsn_green a, .jsn-modulecontainer.green a {
	color: #ddd;
	text-decoration:underline;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.jsn-modulecontainer.jsn_green a:hover, .jsn-modulecontainer.green a:hover {
	color: #fff;
	background: #b3cb42;
}
.jsn-modulecontainer.jsn_green h3.jsn-moduletitle, .jsn-modulecontainer.green h3.jsn-moduletitle {
	border-bottom: none;
	color: #eee;
	padding: 0;
}
.jsn-modulecontainer.jsn_green ul li a, .jsn-modulecontainer.green ul li a {
	color: #e5e5e5;
	text-shadow: 0 1px 0 #6a241a;
	border-color: #b8ce52;
	text-decoration:none;
}
.jsn-modulecontainer.jsn_green ul li a:hover, .jsn-modulecontainer.green ul li a:hover {
	color: #fff;
	background: #bfd35f;
}

/* hot suffix */

.jsn-modulecontainer.jsn_hot .module-badge, .jsn-modulecontainer.hot .module-badge {
	background: url(../images/hot-badge.png) no-repeat;
	display: inline-block;
}

/* new suffix */

.jsn-modulecontainer.jsn_new .module-badge, .jsn-modulecontainer.new .module-badge {
	background: url(../images/new-badge.png) no-repeat;
	display: inline-block;
}

/* round-corner suffix */

.jsn-modulecontainer.jsn_round-corner, .jsn-modulecontainer.round-corner {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* blank suffix */

.jsn-modulecontainer.jsn_blank, .jsn-modulecontainer.blank {
	border: 1px solid #ccc;
	padding: 15px;
}


/* Content */

h2.item-title {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #5784ae;
	font-weight: normal;
	font-size: 1.5em;
}

div.pagination {
	height: auto;
}
div.pagination p {
	margin: 9px 0;
}

/* Hero Banner Unit */
.hero-unit{
	background-color: #08C;
}
.hero-unit > *{
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Page Edit */
.page-edit {
	background:#555 url(../img/noise.png);
	-moz-box-shadow: 0px 0px 40px #111 inset;
	-webkit-box-shadow: 0px 0px 40px #111 inset;
	box-shadow: 0px 0px 40px #111 inset;
}
.page-edit-inner {
	padding:20px 0;
}
.page-edit h1,
.page-edit h2,
.page-edit h3,
.page-edit h4,
.page-edit h5,
.page-edit h6,
.page-edit legend,
.page-edit label,
.page-edit p{
	color: #F8F8F8;
	text-shadow: 1px 1px 1px #000;
}
.page-edit legend,
.page-edit hr{
	border: 0;
	border-bottom: 1px solid #333;
}
.page-edit .form-actions{
	background-color: transparent;
	border-top: 1px solid #333;
}

/* Single Item */
.item-title {
	margin-bottom:9px;
}
h3.item-title, .page-header, .page-header h1, .page-header h2, .page-header h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.item-content {
	margin:18px 0;
}
.item-subtitle {
	margin-bottom:9px;
}
.pull-right.item-image {
	margin:0 0 18px 20px;
}
.pull-left.item-image {
	margin:0 20px 18px 0;
}
.jsn-header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left:initial;
	right:0;
}
.article-index {
	margin:0 0 10px 10px;
}
/* List */
.list-item-title {
	margin-bottom:9px;
}
.list-item-content {
	margin:18px 0;
}
.list-item-subtitle {
	margin-bottom:9px;
}
/* More Items */
.items-more,
.content-links {
	padding: 15px 0;
}

/* Footer */
.jsn-footer-wrapper {
	margin-top: 30px;
}
.jsn-footnews {
	background-color: #577faa;
	background-image: url(../images/footnews-inner-bg-top.png), url(../images/gradient-footnews-bg-wide.png);
	background-position: left top, center top;
	background-repeat: repeat-x, no-repeat;
	border-top: 5px solid #374a5f;
	color: #eee;
	text-shadow: 0 1px 0 #295373;
}
.jsn-footnews a {
	color: #ddd;
	text-decoration: underline;
}
.jsn-footnews a:hover, .jsn-footnews a:active {
	color: #fff;
}
.jsn-footnews .jsn-footnews-inner {
	padding: 20px 0;
}
.jsn-footnews .jsn-modulecontainer h3 {
	border: none;
	padding: 5px 0;
	color: #fafafa;
}
.jsn-footnews .jsn-modulecontainer ul li a {
	color: #ddd;
	text-shadow: 0 1px 0 #28546d;
	border-color: #7590ac;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.jsn-footnews .jsn-modulecontainer ul li a:hover, .jsn-footnews .jsn-modulecontainer ul li a:active {
	color: #fff;
	background: #598fb9;
	text-shadow: 0 1px 0 #000;
}
.jsn-footnews .jsn-modulecontainer ul li:last-child a {
	border: none;
}
.jsn-footnews a.readmore {
	padding-left: 10px;
}
.jsn-footnews a.readmore  em.icon {
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-bottom: -3px;
	margin-right: 5px;
	background: url("../images/glyphicons-halflings.png") -145px -145px no-repeat;
}
.jsn-footer {
	color: #ddd;
	text-shadow: 0 1px 0 #000;
	border-top: 1px solid #222;
	background: #333 url(../images/footer-inner-bg-top.png) left top repeat-x;
}
.jsn-footer p {
	margin: 0;
}
.jsn-footer .jsn-footer-inner {
	
}
.jsn-footer .container {
	padding: 10px 0;
}

ul.stay-connect {
	list-style: none;
	margin: 0;
}

ul.stay-connect li {
	padding: 5px 0 5px 10px;
}
ul.stay-connect li span {
	margin-left: 10px;
}
ul.stay-connect li em.icon{
	background: url("../images/glyphicons-halflings.png") no-repeat;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-bottom: -2px;
}
ul.stay-connect li.address .icon {
	background-position: 0 -24px;
}
ul.stay-connect li.phone .icon {
	background-position: -241px -120px;
}
ul.stay-connect li.email .icon {
	background-position: -73px 0;
}
ul.stay-connect li.website .icon {
	background-position: -337px -144px;
}

/* Responsive banner */
.responsive-banner-link:hover {
	text-decoration: none;
}
.responsive-banner {
	background: url(../images/banner-j3.jpg) center center;
	overflow: hidden;
}
.responsive-caption {
	position: absolute;
	left: 5px;
	bottom: 2px;
	color: #333;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

/* Typography
----------------------------------------------------------- */

.article-item-heading {
	border-bottom: 1px solid #dc8247;
	margin: 10px 0;
	color: #dc8247;
}
pre {
	background-color: #e1ecf2;
	border-color: #adbac1;
	text-shadow: 0 1px 0 #fff;
	padding-left: 20px;
	max-height: 200px;
	overflow: auto;
}
blockquote {
	border: none;
	padding-left: 40px;
	font-style: italic;
	color: #555;
	min-height: 30px;
	background: url(../images/quote-icon.png) 0 5px no-repeat;
}
.text-dropcap::first-letter {
	float: left;
	font: 4em/0.8em "Times New Roman",Times,serif;
	font-weight: bold;
}
.text-highlight {
	background-color: #FFA;
	padding: .1em .3em;
}
.text-highlight-red {
	background-color: #f7c7ca;
	padding: .1em .3em;
}
.text-highlight-blue {
	background-color: #cce2f2;
	padding: .1em .3em;
}
.text-highlight-green {
	background-color: #d0e2b0;
	padding: .1em .3em;
}


/* Responsive CSS
------------------------------------------------------------------------------ */

@media (min-width: 1200px) {
	.jsn-header .container, .navbar .container {
		width: 1170px;
	}
	
	#content.span6, #content.span9 {
		left: 25.968357881%; /* with margin left */
	}

	
	#position-left.span3 {
		margin-left: 0;
		left: -48.618784527%;
	}
	
}
@media (max-width: 979px) {
	.jsn-header .container, .jsn-mainnav .jsn-mainnav-inner .container {
		width: 724px;
	}
	.jsn-header {
		padding-bottom:0;
	}
	.navbar-fixed-top {
		margin-bottom:0!important;
	}
	.jsn-mainnav .navbar-inner {
		padding: 0;
	}
	.jsn-mainnav .navbar-inner .container {
		width: 100%;
		text-align: center;
	}
	.navbar .mainnav-toggle {
		text-align: center;
		position: relative;
	}
	.navbar .btn-navbar {
		float: none;
		font-size: 12px;
		background-color: #444;
		width: 96px;
		padding: 5px 10px;
		margin: 5px auto;
		color: #ddd;
		text-transform: uppercase;
		text-shadow: 0 1px 0 #000;
	}
	.jsn-mainnav.navbar .nav-collapse .nav {
		margin: 0;
		border-top: 1px solid #ccc;
	}
	.jsn-mainnav.navbar .nav-collapse .nav > li > a {
		padding: 10px 20px;
		border: 1px solid #e0e0e0;
		border-top: none;
		font-size: 1em;
		background: #F9F9F9 ;
		text-shadow: 0 1px 0 #fff;
		border-radius: 0;
		margin: 0;
		font-weight: normal;
	}
	.jsn-mainnav.navbar .nav-collapse .nav > li  a:hover, .jsn-mainnav.navbar .nav-collapse .nav > li  a:active , ul.nav-child li > ul.nav-child li a:hover, ul.nav-child li > ul.nav-child li a:active {
		background: #474747;
		text-shadow: none;
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li.active >  a, .jsn-mainnav.navbar .nav-collapse ul.nav li.active >  a:hover {
		color: #0a2d4e;
		background-color: #6ea9e0!important;
		border-color: #6ea9e0;
		border-bottom-color: #4a87c0; 
		text-shadow: 0 1px 0 #8ebfed;
	}
	ul.nav-child  {
		display: block;
		position: relative!important;
		
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li > ul.nav-child li a {
		/*background: #f3f3f3;*/
		border-color: #ddd;
		width: auto;
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li.active > ul.nav-child li a {
		color: #aaa;
		text-shadow: 0 1px 0 #fff;
		border-bottom-color: #ddd;
	}
	ul.nav-child li:hover > ul.nav-child {
		left:0;
		top: 0;
	}
	ul.nav-child li > ul.nav-child li a {
		background: #fafafa !important;
	}
	/*.jsn-mainnav.navbar .nav-collapse ul.nav li ul.nav-child li a:hover, .jsn-mainnav.navbar .nav-collapse ul.nav li ul.nav-child li a:active {
		background: #474747!important;
	}*/
	
	#content {
		width: auto!important;
		left: 0!important;
	}
	div.pagination {
		border-bottom: 1px solid #F9F9F9;
		margin-bottom: 10px;
		padding-bottom: 18px;
	}
	
	#position-left.span3, #position-right.span3 {
		width: 48%;
		left: 0 !important;
		margin-bottom: 20px;
	}

	#position-right.span3 {
		margin-left: 0;
	}

	.item-comment .item-image{
		display:none;
	}
}
@media (max-width: 767px) {
  	body {
		padding-top: 0;
	}
	.container {
		width: 100%!important;
	}
	.jsn-header-wrapper {
		margin: 0 -20px 20px;
	}
	.jsn-header {
		padding-bottom:0;
	}
	.jsn-mainnav .jsn-mainnav-inner .container {
		text-align: center;
		position: relative;
	}
	
	.jsn-header .jsn-header-inner .container {
		text-align: center;
	}
	
	.jsn-header #jsn-logo  {
		margin: 20px auto;
		float: none;
	}
	
	.jsn-header #jsn-pos-top {
		margin: 20px 0;
	}
	.jsn-header #jsn-pos-search {
		margin: 10px auto;
	}
	.jsn-header #jsn-pos-search form input[type="text"] {
		width: 160px;
	}
	
	.jsn-header .social {
		display: table;
		margin: 0 auto;
	}
	
	h1.logo a.brand {
		margin: 0;
	}
	.navbar .mainnav-toggle {
		text-align: center;
		position: relative;
	}
	.navbar .btn-navbar {
		width: 100px !important;
	}
	.navbar-inner {
		background: none;
		box-shadow: none;
		padding: 0;
	}
	.navbar .nav-collapse ul.nav {
		float: none;
		width: 100%;
		border-top: 1px solid #e7e7e7;
	}
	.navbar .nav-collapse ul.nav li {
		float: none;
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li a {
		padding: 10px 20px;
		border: 1px solid #e0e0e0;
		border-top: none;
		/*color: #08C;*/
		font-size: 1em;
		background: #F9F9F9;
		text-shadow: 0 1px 0 #fff;
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li a:hover {
		background: #474747;
		text-shadow: none;
		color:#FFFFFF;
	}

	.jsn-mainnav.navbar .nav-collapse ul.nav li.active > a, .jsn-mainnav.navbar .nav-collapse ul.nav li.active > a:hover {
		color: #0a2d4e;
		background-color: #6ea9e0;
		border-color: #6ea9e0;
		border-bottom-color: #4a87c0; 
		text-shadow: 0 1px 0 #8ebfed;
	}
	ul.nav-child  {
		display: block;
		position: relative!important;
	}
	.jsn-mainnav.navbar .nav-collapse ul.nav li ul.nav-child li a {
		padding-left: 30px;
		/*background: #f3f3f3;*/
		border-color: #ddd;
	}
	/*.jsn-mainnav.navbar .nav-collapse ul.nav li ul.nav-child li a:hover, .jsn-mainnav.navbar .nav-collapse ul.nav li ul.nav-child li a:active {
		background:#474747 !important;
	}*/
	.items-row .item {
		margin-bottom: 20px;
		padding-bottom: 25px;
		border-bottom: 1px solid #eee;
	}
	hr.divider-vertical {
		display: none;
	}
	.items-leading hr.divider-vertical {
		display: block;
	}
	div.pagination {
		text-align: center;
		margin-top: 0;
		border-bottom: none;
	}
	div.pagination .pull-right {
		width: auto;
		float: none;
		margin: 0 auto 10px;
		text-align: center;
	}
	div.pagination ul li.disabled {
		cursor: pointer;
	}
	div.pagination ul li a {
		line-height: 20px;
		padding: 0 6px;
		font-size: 0.9em;
		transition: 0.5s;
		-moz-transition: 0.5s;
		-webkit-transition: 0.5s;
		text-shadow: 0 1px 0 #fff;
	}
	
	#jsn-pos-user1, #jsn-pos-user2, #jsn-pos-user3, #jsn-pos-user4, #jsn-pos-user5, #jsn-pos-user6 {
		margin-bottom: 20px;
	}
		
	#content, #position-left.span3, #position-right.span3 {
		width: 100%;
	}
	#content.span6, #content.span9 {
		left: 0;
	}

	#position-left.span3 {
		margin-left: 0;
		left: 0;
	}
	
	.jsn-footer-wrapper {
		margin: 30px -20px 0;
	}
	.jsn-footnews {
		background-image: url(../images/footnews-inner-bg-top.png), url(../images/gradient-footnews-bg.png);
	}
	.jsn-footnews, .jsn-footer {
		padding: 0 20px;
	}
	.jsn-footnews .jsn-footnews-inner {
		padding-bottom: 0;
	}
	.jsn-footnews .row-fluid [class*="span"] {
		margin-bottom: 10px;
		padding-bottom: 20px;
		border-bottom: 1px solid #344f6c;
		box-shadow: 0 1px 0 #6b92b9;
		-moz-box-shadow: 0 1px 0 #6b92b9;
		-webkit-box-shadow: 0 1px 0 #6b92b9;
	}
	.jsn-footnews .row-fluid [class*="span"]:last-child {
		border: none;
		box-shadow: none;
		margin-bottom: 0;
	}
	.jsn-footer a:hover, .jsn-footer a:active {
		color: #fff;
	}
	.row-fluid .offset1 {
	  margin-left: 0!important;
	}
	.row-fluid .offset2 {
	  margin-left: 0!important;
	}
	.row-fluid .offset3 {
	  margin-left: 0!important;
	}
	.row-fluid .offset4 {
	  margin-left: 0!important;
	}
	.row-fluid .offset5 {
	  margin-left: 0!important;
	}
	.row-fluid .offset6 {
	  margin-left: 0!important;
	}
	.row-fluid .offset7 {
	  margin-left: 0!important;
	}
	.row-fluid .offset8 {
	  margin-left: 0!important;
	}
	.row-fluid .offset9 {
	  margin-left: 0!important;
	}
	.row-fluid .offset10 {
	  margin-left: 0!important;
	}
	.row-fluid .offset11 {
	  margin-left: 0!important;
	}
	.jsn-header .brand {
		float:none;
		display:block;	
		text-align:center;
	}
	.jsn-header .nav.pull-right, .jsn-header .pull-right {
		float:none !important;
		display:block;
		clear:both;
	}
	.jsn-header .nav-pills > li > a {
		border: 1px solid #ddd;
		border-bottom:0;
		margin:0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.jsn-header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.jsn-header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom:1px solid #ddd;
	}
	.modal.fade {
		top:-100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li > a {
		border: 1px solid #ddd;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.nav-tabs > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom:1px solid #ddd;
	}
	.nav-tabs > li > a:hover {
		border-color: #ddd;
		z-index: 2;
	}
	.nav-tabs.nav-dark > li > a {
		border: 1px solid #333;	
	}
	.nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
		border-bottom:1px solid #333;
	}
	.nav-tabs.nav-dark > li > a:hover {
		border-color: #333;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
	}
	.nav-pills > li > a {
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float:none;
		display:block;
		margin-bottom:9px;
	}
	.responsive-banner {
		background: url(../images/banner-j3-mobile.jpg) center center;
		min-width: 282px;
		overflow: hidden;
		display: block;
		height: 145px;
		margin-bottom: 5px;
	}
	.responsive-caption {
		position: relative;
	}
	.responsive-banner img {
		visibility: hidden;
	}
}
@media (max-width: 480px) {
	.item-info > span {
		display:block;
	}
	.blog-item .pull-right.item-image {
		margin:0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin:0 0 18px 0;
		float:none;
	}
}


/* Social Connect */

div.social {
	line-height: 0;
}

div.social a {
	width: 33px;
	height: 33px;
	margin-left: 10px;
	float: left;
	display: inline-block;
	background: url(../images/icon-social-33x33.png) no-repeat;
}

div.social a:first-child {
	margin-left: 0;
}

div.social a.social-icon-pinterest {
	background-position: -66px 0;
}
div.social a.social-icon-pinterest:hover {
	background-position: -66px -33px;
}
div.social a.social-icon-twitter {
	background-position: -33px 0;
}
div.social a.social-icon-twitter:hover {
	background-position: -33px -33px;
}
div.social a.social-icon-fb {
	background-position: 0 0;
}
div.social a.social-icon-fb:hover {
	background-position: 0 -33px;
}
div.social a.social-icon-youtube{
	background-position: -99px 0;
}
div.social a.social-icon-youtube:hover {
	background-position: -99px -33px;
}
/* Components Layout */
body.com_search fieldset {
	margin-bottom: 10px;
}
body.com_search label {
	display: inline;
	margin-right: 10px;
}
body.com_search .btn {
	height: 28px;
}
body.com_search input[type="checkbox"], body.com_search input[type="radio"] {
	margin: 10px 0 15px 0;
}
body.com_search .form-limit {
	margin-top: 10px;
}
/* Template Admin CSS
-------------------------------------------------------- */

div.button2-left {
	float: left;
}

.navbar .nav > li.tab_active a
{
	color:#FFFFFF;
	text-shadow:none;
}
/**
* @package Mozen - Responsive Zencart Template
* @copyright (C) 2012 by Dasinfomedia - All rights reserved!
* CSS Document
* For tab Layout
*/
@charset "utf-8";
@media only screen and (max-width:1000px)
{
#jsn-pos-mainnav li a.current_parent{
	background:none;
}
}
@media screen and (min-width: 701px) and (max-width: 900px) {
	.mj-grid8 {
		width: 14.666%;
	}
	.mj-grid16 {
		width: 31.333%;
	}
	.mj-grid80 {
		width: 64.666%;
	}
	.mj-grid88 {
		width: 81.333%;
	}
	#mj-topbar .mj-grid16 {
    	color: #FFFFFF;
	}
}
@media only screen and (min-width:720px) and (max-width:1000px)
{
	#mj-topbar .mj-grid16
	{
		width:16%;
	}
	#mj-topbar .mj-grid24 
	{
    	width: 25%;
	}
	#mj-topbar .mj-grid72
	{
		width:42%;
	}
	#mj-logo 
	{
    	width: 35%;
		padding-top:10px;
	}
	#mj-header
	{
		padding:25px 0 5px;
	}
	#mj-header #mj-righttop 
	{
    	float: right;
    	width: 54%;
	}
	#mj-righttop .mj-search
	{
		margin-top:9px;
		float:right;
		padding:0px;
	}
	#mj-righttop .mj-language
	{
		padding: 0 11px 3px 0;
	}
	#mj-righttop .mj-currencies
	{
		padding: 0 10px;
	}
	.slidingDiv
	{
		width:60%!important;
	}
	#shopping_items .mj-grid64
	{
		width:100%!important;
	}
	.mj-typocolor a.button
	{
		font-size:14px;
	}
	.mj-typocolor , .mj-typobutton
	{
		margin-bottom:15px;
	}
}
@media only screen and (min-width:1001px) and (max-width:1050px)
{
	#mj-logo
	{
		width:24%;
	}
	#mj-topbar .mj-grid16
	{
		width:13%;
	}
	#mj-topbar .mj-grid72
	{
		width:70%;
	}
	#mj-topbar .mj-grid24
	{
		width:17%;
	}
	#mj-topbar .mj-grid24 .slidingDiv
	{
		width:90%;
	}
	.search .show_hide
	{
		width:10%;
	}
	#mj-topbar .mj-grid32
	{
		width:16%;
	}
	#mj-languagebar .mj-currencies
	{
		float:right;
	}
	#mj-languagebar .mj-language
	{
		width:52%;
	}
	#mj-languagebar {
		float: left;
		margin-left: 60px;
		width: 100%;
	}
	#mj-topbar .mj-grid40
	{
		margin-right: 0;
		margin-top: 0;
		width: 48%;
	}
	.cart_quantity {
		width: 36%;
	}
	.cart_button {
		width: 63%;
	}
	.review_box{
		width:95.2%;
	}
	.propricemain {
	 	min-height:80px;
	 }
	 .product_info_left{
	 	width:40%;
	 }
	 #accountLinksWrapper .product_info_left {
    	width: 70%;
	 }
	 .product_info_right{
	 	width:55%;
	 }
	 .list-reviews .mj-review {
	 	width:96.6%;
	 }
	 #google_translate_element {
		margin-left: 0;
	}
	#mj-left .leftBoxHeading a, #mj-right .rightBoxHeading a, #mj-left #categories h3{
		font-size:15px;
	}
	#mj-featured1 .mj-grid16{
		width:18%;
	}
	#mj-featured1 .mj-grid80 {
		width: 77.033%;
	}
	.sideBoxContent {
		padding: 10px 10px 10px 0;
	}
	.mj-stayintouch.mj-grid40.mj-lspace.mj-rspace {
		width: 53%;
	}
	.mj-brands.mj-grid56 {
		width: 46.333%;
	}
	.mj-emailadd > input, .mj-pass > input {
    	width: 160px;
	}
	.twtr-ft div {
    width: 90%;
	}
	#mj-footer
	{
 		padding: 46px 0 33px;	
 	}
	p.s_desc 
	{
    	padding: 1px;
	}
	.productListing-odd, .productListing-even	
	{
		width:29.8%;
	}
	.mj-prodcolorboxnote
	{
		width:37%;
	}
	.mj-prodcolorboxnotetop
	{
		width:42%;
	}
	.mj-typobutton
	{
		width:30%;
	}
	.mj-whitebutton, .mj-simplebutton, .mj-typocolor a.button
	{
		font-size:12px;
	}
	.mj-contact
	{
		width:18%;
	}
	.mj-message
	{
		width:71%;
	}
	.mj-sendmail
	{
		width:82.2%;
	}
	/*#mj-logo
	{
		width:21.9%\9 !important;
	}
	#mj-header #mj-righttop
	{
		width:76.1%\9 !important;
	}*/
	#mj-header .mj-grid16 {
		float: right;
		margin-right: -3px;
		width: 18%;
	}
	#mj-languagebar {
		margin-bottom: 10px;
		width: 97%;
		margin-left:0px;
	}
	#mj-languagebar .mj-currencies {
		float: right;
	}
	#mj-header .mj-grid32 {
		width: 35%;
	}
	/*#mj-topbar li:first-child {
		padding:0 0 0 10px;
	}*/
	.flex-caption{
		font-size: 48px;
		line-height: 65px;
	}
	.slide-description {
    	font-size: 21px;
	}
	.price-tag{
		left:0;
		width:21%;
	}
	.mj-brands.mj-grid56 li {
    	line-height: 30px;
	}
	.mj-brands.mj-grid56 > ul{
		margin-top:0px;
	}
	
	/* Category Special, New */
	
	#newProductsDefault #sorter, #featuredDefault #sorter, #allProductsDefault #sorter 
	{
    	width: 56%;
	}
	#newProductsDefault #sorter label, #featuredDefault #sorter label, #allProductsDefault #sorter label 
	{
    	width: 14%;
	}
	#newProductsDefault .buttonRow.forward, #allProductsDefault .buttonRow.forward
	{
		width:44%;
	}
	.mj-newproductname 
	{
    	padding: 5px 0 5px 17px;
    	width: 38.5%;
	}
	
	/* OSMART */
	
	.footer_productinfo .mj-productdescription
	{
		width:60%;
	}
	#mj-maincontent #specials
	{
    	margin-right: 0;
	}
	.mj-signupcontainer .content, .mj-logincontainer .content
	{
		width:84.8%;
	}
	.mj-signupcontainer
	{
		margin-left:10px;
	}
	.mj-logincontainer .mj-login
	{
		width:35%;
		margin-bottom:15px;
	}
	.mj-createaccount .acc_trigger
	{
		width:93.6%;
	}
	.mj-createaccount
	{
		margin-left:8px;
	}
	.tableHeading th
	{
		font-size:14px;
	}
	.mj-stayintouch p
	{
		font-size:13px;
	}
	.prodprice
	{
		width:78%;	
	}
	
	/* Slider */
	
	#wrapper
	{
		width:360px;	
		left:4.5%;
	}
	#carousel 
	{
    	width:355px;	
	}
	#carousel li
	{
		width:110px;	
	}
	
}

@media only screen and (min-width:701px) and (max-width:900px)
{

	.product_attributes{
		width:70%;
	}
	h4.optionName{
		width:29%;
	}
	.slidingDiv
	{
		width:55%;
	}
	.search .show_hide {
		width:8%;
	}
	#mod-search-searchword {
		width:69%
	}
	#mj-topbar .mj-grid80 {
		width: auto !important;
	}
	.centerBoxWrapperContents{
		margin-top:-7px;
	}
	#mj-topbar .mj-grid24
	{
		width:32%;
	}
	#mj-topbar .mj-grid32
	{
		width:49%;
	}
	#mj-topbar .mj-grid40
	{
		width:60%;
	}
	/*#mj-topbar li:first-child {
   		padding: 0 0 0 10px;
	}*/
	#mj-header .mj-grid16 {
		float: right;
		margin-right: -3px;
		width: 24%;
	}
	#mj-header .mj-grid32 {
		width: 35%;
	}
	#mj-languagebar .mj-currencies
	{
		float:right;
	}
	
	.flex-caption {
    	font-size: 32px;
		line-height: 45px;
	}
	.slide-description {
    	font-size: 18px;
	}
	.price-tag {
		left: -15px;
    	padding: 20px;
		top: 50px;
    	width: 20%;
	}
	.a-btn {
		height: 30px;
		padding-left: 15px;
    	padding-right: 40px;
	}
	.a-btn-text {
		font-size: 14px;
    	padding-top: 6px;
	}
	.a-btn-slide-text {
		font-size: 14px;
		line-height: 32px;
		right: 34px;
	}
	.a-btn-icon-right {
		width: 32px;
	}
	.a-btn:hover .a-btn-slide-text {
		width: 90px;
	}
	.a-btn:hover {
		padding-right: 135px;
	}
	.tag{
		font-size: 22px;
	}
	.price{
		font-size: 26px;
	}
	.discount{
		font-size: 22px;
	}
	.centerBoxWrapperContents {
		margin-bottom: 0 !important;
	}
	.mj-grid8, .mj-grid16, .mj-grid24, .mj-grid32, .mj-grid40, .mj-grid48,
	.mj-grid56, .mj-grid64, .mj-grid72, .mj-grid80, .mj-grid88, .mj-grid96 {
		float:left;
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	.custom.mj-grid8, .custom.mj-grid16, .custom.mj-grid24, .custom.mj-grid32, .custom.mj-grid40, .custom.mj-grid48, 
	.custom.mj-grid56, .custom.mj-grid64, .custom.mj-grid72, .custom.mj-grid80, .custom.mj-grid88, .custom.mj-grid96 {
		border: none;
		margin-bottom: 0px;
	}	  	
	#mj-languagebar
	{
		width:100%;
		margin-bottom:10px;
	}
	#mj-righttop .mj-language
	{
		padding:0 22px;
	}
	#mj-righttop .mj-currencies
	{
		padding:0 22px;
		border-left:none;
	}
	.cart_quantity {
		width: 42%;
	}
	.search .searchbtn {
		width:16% !important;
	}
	#mj-header
	{
		padding:25px 0 25px;
	}
	/*---------------*/
	/*#mj-left div, #mj-right div{
		width:100% !important;
	}*/
	#bestsellersContent{
		width:94% !important;
	}
	#mj-featured1{
		padding-bottom:4px;
	}
	.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, 	
		.centerBoxContentsNew {
    	margin: 5px 0;
	}
	.centerColumn {
    	padding: 0;
	}
	#content, #position-left.span3, #position-right.span3 {
		display: none;
		width: 100%;
	}
	#moduleMenu-wrapper{
		width:100%;
	}
	#indexDefaultMainContent{
		margin-top:0px;
	}
	#mj-copyright .custom.mj-grid88{
		width:85% !important;
	}
	#mj-copyright .custom.mj-grid8{
		width:15% !important;
	}
	.centerBoxWrapper {
		margin-bottom: 0px;
	}
	#mj-topbar{
		padding:12px 0px 12px 0px;
	}
/*------To display the products first-------------*/	
	#mj-contentarea {
		right: 0 !important;
	}
	#mj-right {
		position: relative !important;
	}
/*-------------------*/	
	#indexDefault {
		margin-top: 0px;
	}
	#shopping_items .mj-grid16 {
		float: left;
		margin-left: 8px;
		margin-right: 15px;
		width: 46.666%;
	}
	#mj-footer .moduletable.mj-grid24.mj-dotted{
		width:21.5%;
		margin-bottom:20px;
		margin-left: 15px;
	}
	#mj-contentarea {
		right: 0 !important;
	}
	#mj-right {
		position: relative !important;
		right:0% !important;
	}
	.list-reviews .mj-review {
  	  width: 97.2%;
	}
	#createAccountForm, #checkoutPayment, #checkoutConfirmDefault, #checkoutShipping, #shoppingCartDefault {
		margin-bottom: 10px;
	}
	#twittersideboxContent .twtr-widget{
		width:94% !important;
	}
	#twittersideboxContent .twtr-ft div {
		width: 70% !important;
	}
	.alsoPurchased .centerBoxWrapperContents {
		margin-top: 0px;
	}
	#mj-left #reviews .reviewsContent {
		width: 94% !important;
	}
	#mj-featured1 .mj-grid16 {
		margin-bottom: 20px;
	}
	#mj-maincontent
	{
		padding:0 0 20px!important;
	}
	#mj-contentarea h2
	{
		margin:1px 1px 12px;
	}
	#mj-featured1 .mj-grid16 {
		margin-top: 0;
		width: 22%;
		font-size:23px;
		margin-left:5px;
	}
	#mj-featured1 .mj-grid80{
		width: 68.9% !important;
		font-size: 17px;
    	padding: 13.5px;
	}
	.navbar .nav{
		width:100%;
	}
	.navbar .nav > li.tab_active a {
		background: none repeat scroll 0 0 #404040 !important;
		color: #FFFFFF;
		text-shadow: none !important;
	}
	.mj-stayintouch.mj-grid40.mj-lspace.mj-rspace, .mj-brands.mj-grid56 {
		width: 100%;
	}
	.mj-brands.mj-grid56 {
		margin-bottom:20px;
	}
	
	/* Category Special, New */
	
	.mj-newproductimage 
	{
    	font-size: 16px;
	}
	.mj-newproductname 
	{
    	font-size: 16px;
    	width: 39%;
		padding:5px 0 5px 22px;
	}
	.mj-alldefaultproductprice 
	{
    	font-size: 16px;
    	padding: 5px 0 5px 25px;
	}
	.slide-description p {
    	font-size: 18px;
	}
	.price-tag{
		width:23%;
	}
	.search input[type="text"]{
		padding: 2px 0 3px 0;
	}
	
	/* OSMART */
	
	#mj-maincontent .mj-grid64, .footer_productinfo .mj-productname a
	{
		width:100%;
	}
	#mj-maincontent #mj-right 
	{
    	float: left;
		width:47.166%;
	}
	#mj-maincontent #mj-left 
	{
    	margin-right: 20px;
    	width: 46.866%;
		margin-left:7px;
	}
	#mj-footer
	{
		font-size:13px;
	}
	#mj-contentarea .tabs 
	{
    	margin-top: 20px;
	}
	.tabcontents #view1 > h2 
	{
    	margin-bottom: 0;
	}
	.footer_productinfo .mj-productdescription
	{
		margin-top:0;
		width:58%;
	}
	.cart_quantity > strong
	{
		 width:59.5%;
	}
	.cart_button 
	{
		width: 58%;
	}
	#mj-contentarea h1
	{
		margin-top:15px;
	}
	#mj-contentarea #specials 
	{
    	margin-bottom: 15px;
	}
	#mj-maincontent .mj-grid64.mj-lspace 
	{
    	margin-right: -1%;
	}
	#mj-contentarea #specials
	{
		margin-left:0;
	}
	#mj-contactus .buttonSet
	{
		margin-bottom:10px;
	}
	#mj-contactus
	{
		width:98%;
		margin-left:0;
	}
	.mj-signupcontainer 
	{
    	margin: 25px 21px 25px 0;
    	width: 46.8%;
		margin-left:0;
	}
	.mj-logincontainer
	{
		margin:25px 0;
	}
	.mj-signupcontainer .content, .mj-logincontainer .content
	{
		width:86.7%;
	}
	.mj-createaccount
	{
		width:98%;
		margin-bottom:15px;
		margin-left:0;
	}
	.mj-createaccount .acc_trigger
	{
		width:93.6%;
	}
	.mj-createaccount .acc_container
	{
		width:97%;
	}
	#mj-createaccountsucess 
	{
		margin-left:0px;
	}
	.tableHeading th
	{
		font-size:15px;
	}
	#mj-advancesearchresult, .list-reviews, .pagination_container
	{
		margin-bottom:15px;
	}
	#my_account, #account_edit, #address_book, #account_password, #account_history, #account_newsletters, #account_notifications, #checkoutShipping, #checkoutPayment,
	#checkoutConfirmation, #checkoutsucess, #history_info, #mj-logoff, #reviewsWrite, #mj-shippingreturns, #mj-privacynotice, #mj-condition, #mj-reviewsInfo, 
	#mj-contentarea #products_new
	{
    	float: left;
    	margin-bottom: 15px;
    	width: 97%;
	}
	.review_prodinfo, #reviewsWrite
	{
		margin-top:20px;
	}
	.alsoPurchased .also_purchased_products .purchased_products .mj-pname a
	{
		font-size:12px;
	}
	.mj-grid80{
		width:100% !important;
	}
	.mj-productinfo {
		margin: 30px 0 40px 0;
	}
}

@media only screen and (min-width:1001px) and (max-width:1500px)
{
	#mj-slideshow{
		min-height:375px;
	}
	.flexslider .slides > li{
		height:350px;
	}
}
@media only screen and (min-width:1000px) and (max-width:1100px)
{
#mj-featured1 .mj-grid16{font-size:21px!important; padding:12px 7px!important;}
#mj-header .mj-grid16 {width: 15.866%!important;}
#mj-logo {float: left;height: auto !important;margin-right: 1%;width: 24%!important;}
.mj-grid32.mj-lspace > form{width:100%!important;}
.price-tag{width:20.2%!important;}
#carousel , #wrapper{width: 400px!important;}
}
@media only screen and (min-width:850px) and (max-width:1000px)
{
#mj-featured1 .mj-grid16{font-size:21px!important; padding:12px 7px!important;}
#mj-header .mj-grid16 {width: 15.866%!important;}
#mj-logo {float: left;height: auto !important;margin-right: 1%;width: 28%!important; margin-bottom:10px;}
.mj-grid32.mj-lspace > form{width:100%!important;}
.price-tag{width:24.2%!important;}
.mj-grid32.mj-lspace {margin-right: 60px!important;}
.caption_text{width:49%!important;}
.mj-grid16.mj-rspace.mj-lspace {width: 17% !important;}
.mj-grid80.mj-rspace.mj-lspace {width: 78% !important;}
#carousel , #wrapper{width: 400px!important;}
.flex-caption{line-height:75px!important;}
}
@media only screen and (min-width:1150px) and (max-width:1300px)
{
.mj-grid80.mj-rspace.mj-lspace {
    width: 81% !important;
}
}