/** @package mj_vm* @copyright (C) 2012 by Dasinfomedia - All rights reserved!*/
/* General CSS */
body {
	color:#404040;
	font-family: 'Open Sans', sans-serif;
	font-size:13px
}

a {
	font-weight:400;
	outline:medium none;
	-webkit-transition:all .3s ease-in 0;
	-moz-transition:all .3s ease-in 0;
	-o-transition:all .3s ease-in 0;
	-ms-transition:all .3s ease-in 0
}

#mj-topbar,#mj-header,#mj-menu,#mj-slideshow,#mj-featured1,#mj-featured2,#mj-featured3,#mj-featured4,#mj-maincontent,#mj-footer,#mj-copyright,#mj-contenttop,#mj-contentbottom {
	display:inline;
	float:left;
	width:100%
}

#mj-topbar {
	text-transform:uppercase;
	margin-bottom:0;
	background:url(../images/topbar-bg.png) repeat-x scroll 0 0 transparent;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	padding:10px 0 9px;
	box-shadow:0 0 5px rgba(0,0,0,0.2) inset;
	position:fixed;
	top:0;
	left:0;
	z-index: 9999;
}

#mj-topbar p,#mj-topbar .moduletable {
	margin-bottom:0
}

#mj-topbar li {
	float:right;
	padding:0 20px 0 10px
}

/*#mj-topbar li a  {
        color:  #FFFFFF;
}
*/

/*  NEW HOMEPAGE 04-2017 */
/* love*/
.home-4 .hoSimpletext {
    background: #ececec;
    min-height: 525px;
    padding: 50px 30px 0;
    float: left;
    width: 58.33333333%;
}

.hoChronicles .hoSimpleBoxTitle,
.home-4 .hoSimpleBoxTitle,
.home-5 .hoSimpleBoxTitle {
	font-size: 38px;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 40px;
}

.hoChronicles .hoSimpleBoxTitle span,
.home-4 .hoSimpleBoxTitle span,
.home-5 .hoSimpleBoxTitle span {
    font-weight: 400;
}

.hoSimpleBoxDescription {
    font-size: 14px;
    line-height: 23px;
}

.home-4 .hoSimpleBoxTitle::after,
.home-5 .hoSimpleBoxTitle::after {
    display: block;
    width: 120px;
    height: 2px;
    content: " ";
    background: #000;
    margin: initial;
    margin-top: 15px;
}

.hoSignature {
    margin-top: 40px;
}

.home-4 .hoSimpleBoxImage {
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 0;
    width: 41.66666667%;
    float: left;
}

.home-4 .hoSimpleBg {
    background-position: center;
    background-size: cover;
    min-height: 525px;
}

.home-4 .ho-col-12 ,
.home-5 .ho-col-12 {
    padding: 0;
}

.home-4 ,
.home-5 {
    padding: 60px 0;
    background: #fff;
    float: left;
    width: 100%;
}

.home-4 .container ,
.home-5 .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1170px;
}

.home-5 .container .hoSimpleBox {
	background: #fffdf4;
    border: solid 1px #fafdeb;
}

.home-5 .hoSimpletext {
    min-height: 450px;
    padding: 50px 30px 0;
    float: left;
    width: 58.33333333%;
}

.home-5 .hoSimpleBoxImage {
    float: left;
    width: 41.66666667%;
    padding: 60px 0 0 0;
}

.home-5 .hoSimpleBoxButtonLink {
    border: solid 1px #000;
    background: none;
    padding: 10px 20px;
    display: block;
    float: left;
    margin: 20px 0;
}



.chronicles {
    float: left;
    width: 100%;
    background: #000 url(../images/chronicle-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    position: relative;
}
.hoChronicleBox {
    position: relative;
    left: -100px;
}
.hoChronicles {
    position: absolute;
    right: 0;
    width: 40%;
    top: 20%;
}
.hoChronicles > h3.hoSimpleBoxTitle {
    color: #fff;
    width: 250px;
    font-size: 42px;
    line-height: 48px;
}
.hoChronicles .yearBox {
    float: left;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin-right: 40px;
}
.hoChronicles .yearBox .yearLine {
    margin-bottom: 20px;
    display: block;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.hoChronicles .textBox {
    float: left;
    width: calc(100% - 120px);
    padding-right: 10%;
}
.hoChronicles .textBox .item {
    color: #fff;
    text-align: left;
	padding: 0 10px;
    font-size: 16px;
    line-height: 26px;
}
.hoChronicles .yearBox .yearLine.active:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: -40px;
    top: 15px;
}





/*contact*/

.contact-misc .map {
    width: 100% !important;
}
.contact-form dl {
	float: left;
	width: 50%;
	padding: 0 20px;
}
.contact-form legend {
	color: #999;
	font-size: 13px;
	margin: 0 0 24px;
}

.contact-form label#jform_captcha-lbl {
	display: none;
}

.contact-form input#jform_contact_email_copy {
	width: 14px;
}

.contact-form .button.validate {
	clear: both;
	margin: 20px 0 0;
}

.contact-form input {
	margin: 0 0 10px;
	width: 80%;
	border-color: #111;
	background-color: initial;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-color: #bcbcbc #dadada #e5e5e5;
	border-style: solid;
	border-width: 1px;
	color: #777;
	font-family: Arial,sans-serif;
	padding: 9px 20px !important;
	width: 100%;
	height: 40px;
}

.contact-form textarea {
	height: 202px;
	width: 100%;
}

dt.inline,dd.inline {
	display: inline-block !important;
	float: left !important;
	margin: 12px 0 0;
	width: auto !important;
}

.contact h3 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 32px;
	padding: 5px 0 16px;
}

.jicons-text {
	color: #444;
	font-size: 13px;
	font-weight: 500;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-address,.contact-contactinfo {
	float: left;
	width: 100%;
	margin: 0 92px 12px 0;
}



.contact-contactinfo div {
	float: left;
	margin: 0 52px 0 0;
}

.contact-miscinfo {
	border-top: 1px solid #E5E5E5;
	font-size: 14px;
	margin: 11px 0 0;
	width: 100%;
	padding: 24px 0 0;
	float: left;
}

#jform_contact_email_copy {
	margin-left: 10px;
	margin-top: 6px;
}

section.newsfeed > ol {
	list-style: none;
}

section.newsfeed > ol > li {
	border-top: 1px solid #e5e5e5;
	padding: 24px 0 0;
}

.contact h1,a.mapprint {
	display: none;
}

.contact-misc p {
	margin: 1em 0 2em;
}

.contact h2 {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	font-weight: 700;
	margin: 0 0 32px;
	padding: 5px 0 16px;
}

.contact-form legend {
	text-transform: uppercase;
	border-bottom: 0;
	padding: 0 20px;
}

.contact-miscinfo .jicons-text {
	display: none;
}

.contact button.button.validate {
	border: 1px solid #000;
	color: #000 !important;
	font-weight: 700;
	background: none;
	color: #000000 !important;
    height: 44px;
    line-height: 42px;
	padding: 0 20px;
	border-radius: 0px;
}

.contact-form button.button.validate:hover {
	background-color: #111;
	border-color: #111;
    color: #fff !important;
}

.contact {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 40px;
}

.catIteminside .catItemIntroText {
	height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.contact-form #jform_contact_emailmsg {
	width: 80%;
}
#contact-form fieldset{
    margin-left: -20px;
    margin-right: -20px;
}
#contact-form fieldset legend {
    padding: 0 20px;
}

.contact-form dl dt,.contact-form dl dd {
    width: 100%;
    float: left;
    display: block;
}
div.contact input[type="text"], 
div.contact input[type="email"] {
	width: 100% !important;
    color: #666;
    height: 40px;
    line-height: 40px; 
    margin: 5px 0;
}
div.contact label {
    float: left;
    margin: 1px 0;
    width: 100%;
    text-shadow: 0 1px 0 #FFF;
    padding-top: 10px;
}
.popover {
    display: none !important;
}
#mj-left  ul.menu > li {
    width: 100%;
}





@media screen and (max-width: 1180px) {
    .home-4 .hoSimpletext,
    .home-4 .hoSimpleBoxImage {
        width: 50%;
    }
    .hoChronicles {
        width: 60%;
    }
}
@media screen and (max-width: 800px) {
    .home-4 .hoSimpletext,
    .home-4 .hoSimpleBoxImage {
        width: 100%;
    }
    .home-4 .hoSimpleBoxImage {
        padding: 0;
    }
    .home-4 .hoSimpletext{
        min-height: auto;
        padding-bottom: 40px;
    }
    .hoChronicles {
        width: 100%;
    }
    .home-5 .hoSimpletext,
	.home-5 .hoSimpleBoxImage {
	    width: 100%;
	    min-height: auto;
	}
	.home-5 .hoSimpleBoxImage {
	    text-align: center;
    	padding: 20px 20px;
	}
	.chronicles {
	    overflow: hidden;
	}
	.hoChronicles > h3.hoSimpleBoxTitle {
	    width: 100%;
	    text-align: center;
	}
	.hoChronicleBox {
	    left: 20px;
	}
	.hoChronicles .textBox {
	    padding-right: 0;
	    width: calc(100% - 80px);
	}
	.hoChronicles .yearBox {
	    margin-right: 20px;
	}
	div#mj-footer .custom.social {
	    float: none;
	    text-align: center;
	}
	div#mj-footer .custom.social p {
	    display: inline-block;
	    float: none;
	}
	.contact-form dl {
	    width: 100%;
	}
}
@media screen and (max-width: 500px) {
    .home-4, 
    .home-5 {
	    padding: 20px 0;
	}
	div.hoImageSlider {
	    width: 180%;
	    margin-left: -40%;
	}
	div#mj-slidetitle {
	    padding: 10px 0;
	    overflow: hidden;
	}
    .home-4 .hoSimpleBg {
        min-height: 350px;
    }
	div#mj-header {
	    z-index: 10 !important;
	}
    div#mj-logo img {
	    height: auto;
	    width: 150px !important;
	    position: static;
	    margin: 0;
	    padding: 0;
	    float: none;
	}
	div#mj-logo span.logo_background {
	    text-align: center;
	    display: block;
	    width: 100%;
	}
	div#mj-header .mj-subcontainer,
	div#mj-logo {
	    width: 100% !important;
	}
	div.mj-navigation {
	    position: absolute;
	    display: block;
	    z-index: 2050;
	}
	.mobile .mj-navigation span.mobile-icon {
		width: 50px !important;
		height: 82px !important;
		margin: 0;
		padding: 0;
		background-position: 10px 30px;
	}
	div.mj-navigation .topnav {
	    width: 50px !important;
	}
	div.mj-navigation .lang01 {
	    position: absolute;
	    right: 0;
	    top: 30px;
	    width: 80px;
	}
	div.mj-navigation .mod-languages.lang01 {
	    width: 100%;
	    position: static;
	    height: auto;
	    margin: 0;
	    padding: 0;
	}
	div.mj-navigation .mj-subcontainer {
	    position: relative;
	}
	div.mod-languages ul.lang-inline li {
	    display: block;
	    float: left;
	    margin: 0 3px;
	}
	div.mod-languages ul.lang-inline li a {
	    display: block;
	    float: left;
	    width: 30px;
	    text-align: center;
	    padding: 6px 0;
	}
	div.mj-navigation .topnav ul.show {
	    width: 80vw;
	}



}









/* HO ADDONS 2017 --- END */









#mj-topbar .lof_vm_bottom_btn .vm_viewcart {
	background-image:url(../images/cart_img.png);
	background-repeat:no-repeat;
	background-position:4px center;
	border-radius:5px 5px 5px 5px;
	box-shadow:1px 1px 1px rgba(0,0,0,0.3);
	padding:5px 5px 5px 25px
}

#mj-topbar .mj-grid40,#mj-topbar .mj-grid16 {
	float:right;
	text-align:right
}

#mj-topbar .vm_viewcart:hover,#mj-topbar .lof_vm_bottom_btn .lofclose:hover {
	opacity:.8
}

#mj-header {
	background-color:#000;
	margin: 0 auto;
	padding: 30px 0;
	text-align:center;
	z-index: 10000;
}

#mj-logo {
	width: 255px;
	margin:0 auto
}

#mj-righttop {
	background:#000;
	float:left;
	width:100%
}

.navbar .nav > li.active > a,.navbar .nav > li.active > a:hover {
	background-color:#E5E5E5;
	text-decoration:none !important
}

.navbar .nav > li:hover {
	background-color:#E5E5E5
}

.readmore {
    border-radius: 0;
    color: #000;
    border:2px solid
}

.readmore a{
    
    color: #000;
    font-weight:bold

}

.navbar .nav > li > a {
	background:url(../images/menu-separator.png) no-repeat scroll 0 4px transparent
}

#mj-logo a {
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:45px;
	/* padding-left: 72px; */
	float:left;
	width:100%
}

#mj-logo .tagline {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	line-height:15px;
	text-transform:capitalize
}
span.logo_background {
    float: left;
}

#mj-logo img {
    margin: 0 auto 10px auto;
    height: 100px;
    position: absolute;
    top: -22px;
    z-index: 2000;
    padding-left: 30px;
}

#mj-slideshow {
	width:100%
}

#mj-slideshow p,#mj-slideshow .moduletable {
	margin-bottom:0
}

#mj-featured1 {
	padding:0;
	background:#000
}

#mj-featured3 {
	padding-top:0;
	padding-bottom:15px
}

#mj-footer {
	color:#FFF;
	padding-top:20px;
	padding-bottom:20px;
	font-size:14px;
/*background-image:  url(../images/pattern.png);
    */
	box-shadow:0 0 15px rgba(0,0,0,0.2) inset
}

#mj-footer a {
	color:#FFF
}

.wk-twitter article {
	background:url(../images/twit_bird.png) no-repeat scroll 0 15px transparent;
	border-top-style:dashed;
	border-top-width:1px;
	margin-top:10px;
	padding-left:40px;
	padding-top:10px
}

.wk-twitter-list article:first-child {
	background-position:0 5px;
	padding:0 0 0 40px
}

.wk-twitter article:last-child {
	border-bottom:none
}

#mj-footer .social_icons {
	margin-top:20px
}

#mj-footer .social_icons a {
	background:url(../images/social_icon.png) no-repeat scroll 0 0 transparent;
	float:left;
	font-size:0;
	height:25px;
	margin:0 5px;
	text-indent:-9999px;
	text-transform:capitalize;
	width:25px
}

.linkedin {
	background-position:0 -77px!important
}

.feed {
	background-position:0 -115px!important
}

.twitter {
	background-position:0 -38px!important
}

.facebook {
	background-position:0 0!important
}

#mj-footer .menu li a {
	background:url(../images/footer-bullet.png) no-repeat scroll right 13px transparent;
	float:left;
	padding:6px 0;
	width:100%
}

#mj-footer .menu li a:hover,#mj-footer .menu li a:active {
	background:url(../images/footer-bullet.png) no-repeat scroll right -22px transparent
}

#mj-footer .menu li:first-child {
	border-top:medium none
}

#mj-maincontent {
	padding:20px 0 24px;
/*margin-top:  7.5%;
    */
	display:block
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

#mj-copyright {
	background:url(../images/topbar-bg.png) repeat-x scroll center top #E3E5E7;
	font-size:12px;
	padding-bottom:6px;
	padding-top:6px
}

#mj-copyright .top {
	background:url(../images/backtotop.png) no-repeat scroll 0 0 transparent;
	float:right;
	font-size:0;
	height:25px;
	text-indent:-9999px;
	text-transform:capitalize;
	width:20px;
	cursor:pointer
}

#mj-copyright .moduletable,#mj-copyright p {
	margin-bottom:0
}

#mj-copyright .mj-grid88 {
	padding-top:3px;
	text-align:right;
	float:right
}

#mj-copyright .mj-grid8 {
	float:right
}

#mj-featured2 {
	padding-bottom:15px;
	padding-top:30px
}

.mj-greybox li {
	padding:0
}

.mj-greybox li ul {
	display:none!important;
	border:none!important
}

.mj-greybox li:hover ul {
	display:block!important
}

.VmArrowdown {
	display:none!important
}

.mj-greybox li a {
	color:#404040;
	display:block;
	font-size:14px;
	padding:5px 0
}

.mj-greybox li ul li a {
	font-size:13px!important
}

/*.mj-greybox li li a  {
        padding:  5px !important;
}
*/
.mj-mainnav li a {
	font-family: 'Open Sans', sans-serif;
}

.moduletable {
	margin-bottom:0
}

.navbar {
	float:left
}

.productdetails-view h1,.productrightview .vote,.manufacturer .bold,.product-price strong {
	font-size:16px
}

/* Home page article slider CSS Start  */
.nspTopInterface {
	float:left;
	position:absolute;
	right:0;
	top:-7px;
	width:100%
}

.nspMain {
	overflow:visible!important;
	position:relative;
	width:90%!important;
	margin-top:28px
}

.nspNext,.nspPrev {
	background:url(../images/scroll_arrows.png) no-repeat scroll 0 0 transparent;
	height:22px;
	width:13px;
	margin:0
}

.nspPrev {
	left:0;
	position:absolute
}

.nspNext {
	right:0
}

.nspNext:hover {
	background-position:0 0!important
}

.nspPrev:hover {
	background-position:0 -48px!important
}

.nspArt h4.nspHeader {
	display:none
}

.nspArt p.nspText {
	display:none;
	float:none
}

/* Home page article slider CSS End  */
.mj-grid80.mj-lspace > p {
	font-size:14px;
	margin-bottom:0
}

input {
	font-family: 'Open Sans', sans-serif;
}

.buttonBar-right .button {
	float:none
}

em,code {
	color:#D50
}

.img_caption p {
	font-size:15px;
	text-align:center
}

#mj-footer .mj-headcolor/*,.mj-random .mj-headcolor*/ {
	color:#FFF!important
}

.mj-latest .browseImage {
	float:left;
	width:25%
}

.mj-latest .productname {
	float:left;
	font-weight:700;
	margin-left:10px;
	text-align:left;
	width:68%
}

.mj-latest .productdescription {
	float:left;
	margin-left:10px;
	text-align:left;
	width:68%
}

.mj-latest .rating {
	display:none
}

.mj-latest ul {
	display:inline-block;
	border-top-width:1px;
	border-top-style:dashed;
	width:100%
}

.mj-latest ul:first-child {
	border:none
}

.contact h3 {
	display:none
}

.search .search-results {
	float:left;
	line-height:22px;
	width:100%
}

.search .search-results .result-title {
	font-size:15px;
	padding:4px 0
}

.breadcrumbs {
	text-align:center;
	font-size:16px
}

/*.breadcrumbs a.pathway  {
       color:  #FFFFFF;
}
*/
#mj-slidetitle .mj-title {
	float:left;
	font-size:36px;
	text-align:center;
	width:100%
}

.mj-featured {
	margin-bottom:0
}

/*.search  {
        line-height: 30px;
}
*/
/*.search label  {
        padding:  0px 7px;
}
*/
.pricep strong {
	color:#FFF
}

.category th {
	border-bottom:1px solid #C1C1C1;
	font-size:14px;
	padding:10px 5px
}

.category {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:15px
}

.category td {
	border-bottom:1px solid #C1C1C1;
	font-size:13px;
	padding:5px
}

.mj-table thead tr,.mj-table tfoot tr,.category thead tr {
	color:#FFF
}

#mj-slidetitle .mj-map h3,#mj-slidetitle .mj-map h3 .mj-headcolor {
	color:transparent!important
}

#mj-slidetitle .mj-map {
	margin-bottom:0
}

.profile {
	line-height:26px
}

.profile dt {
	float:left;
	width:14%
}

/*last menu css start*/
#mj-left .mj-greybox ul.menu li ul,#mj-left .mj-greybox ul.menu li li ul,#mj-left .mj-greybox ul.menu li li li ul,#mj-right .mj-greybox ul.menu li ul,#mj-right .mj-greybox ul.menu li li ul,#mj-right .mj-greybox ul.menu li li li ul {
	left:0!important;
	position:relative;
	top:0!important;
	width:100%
}

#mj-left .mj-greybox ul.menu li,#mj-right .mj-greybox ul.menu li {
	border:none
}

#mj-left .mj-greybox ul.menu li a,#mj-left .mj-greybox ul.menu li.parent a,#mj-left .mj-greybox ul.menu li.parent li.parent a,#mj-right .mj-greybox ul.menu li a,#mj-right .mj-greybox ul.menu li.parent a,#mj-right .mj-greybox ul.menu li.parent li.parent a {
	padding-left:12px!important
}

/*.mj-greybox li.active li a  {
      background-position:  25px 7px !important;
}
*/
#mj-left .mj-greybox li ul li a:hover {
	color:#FFF!important
}

.mj-greybox li.active > div > a,.mj-greybox li.active li.active a li.active > div > a,.mj-greybox li.active li a:hover,.mj-greybox li a:hover {
	color:#FFF!important
}

/*last menu css End*/
.nspCol2 .nspArt.nspCol4 {
	padding:0!important;
	width:24%
}

/*#mj-topbar .mobcall > p  {
        color:  #FFFFFF !important;
}
*/
#mj-footer .vmgroup {
	margin-top:-25px
}

#mj-topbar .search {
	float:right;
	width:15%
}

#mj-topbar .search #mod_virtuemart_search {
	border:medium none;
	margin:0;
	padding:0 5px 0 20px;
	width:55%;
	float:right;
	border-radius:5px;
	background:url(../images/search.png) no-repeat scroll 5px center #FFF;
	-moz-transition:all .3s ease-in 0;
	-webkit-transition:all .3s ease-in 0;
	-o-transition:all .3s ease-in 0;
	-ms-transition:all .3s ease-in 0
}

#mj-topbar .search #mod_virtuemart_search:focus {
	width:90%
}

#mj-content #custom_parent_id {
	height:29px;
	margin:0 10px
}

#mj-content .virtuemart_search .button {
	float:none
}

.mj-slideshow-arrow {
	left:0
}

.mj-slideshow-arrow.mj-slideshow-arrow-next {
	right:0
}

#mj-right .bottom10 {
	float:left;
	margin-bottom:10px;
	width:100%
}

#mj-left .moduletable,#mj-right .moduletable {
	margin-bottom:25px;
	clear:both
}

.categories-list h1,.category-list h1,.contact-category h1,.contact h1,.login h1,.registration h1,.remind h1,.reset h1,.search h1 {
	font-size:20px
}

/* New */
.navbar .nav > li {
	margin-left:-1px
}

.mj-mainnav.navbar .nav > li > a {
	padding:10px 20px;
	border:none
}

#mj-header .mj-grid32 {
	width:22.233%;
	float:right;
	margin-top:18px
}

.search {
	margin:0;
	position:relative;
	width:100%
}

.search .button {
	background:none repeat scroll 0 0 #E3E5E7;
	border-radius:0 0 0 0;
	border-width:0;
	box-shadow:none;
	color:#444;
	cursor:pointer;
	font-size:15px;
	font-weight:700;
	height:25px;
	margin:-.5px 0 0 15px;
	padding:0 10px;
	position:relative;
	right:0;
	text-align:center;
	text-shadow:none;
	width:25%!important;
	float:right
}

.search .button:hover {
	opacity:1;
	background:none repeat scroll 0 0 #444;
	color:#E3E5E7
}

.mj-mainnav.navbar .nav .nav-child li.parent > a {
	background:url(../images/white-menuarrow.png) no-repeat scroll 160px 14px #FFF
}

#mj-featured1 .mj-grid16.mj-rspace.mj-lspace {
	border-radius:5px 0 0 5px;
	color:#FFF;
	font-size:24px;
	padding:10px;
	text-transform:uppercase
}

#mj-featured1 .mj-grid80 {
	background-color:#E3E5E7;
	border-radius:0 5px 5px 0;
	font-size:20px;
	padding:12.5px
}

#mj-featured1 .mj-grid96 {
	width:100%
}

.mj-grid16.mj-lspace.mj-left,.mj-grid16.mj-lspace.mj-rspace.mj-right {
	width:19.666%
}

.mj-grid64.mj-lspace.mj-contentarea {
	width:61.666%
}

.mj-left .moduletable > h3,.mj-right .moduletable > h3 {
	background:url(../images/sidebox-bg.png) repeat-x scroll 0 0 transparent;
	padding:10px;
	font-size:16px;
	margin:0;
	border-bottom:1px solid #D8D8D8
}

/* Tab Content */
.tabs {
	float:left;
	width:100%;
	margin-top:5px
}

ul.tabs li {
	display:inline;
	margin:0;
	margin-right:15px;
	float:left
}

ul.tabs li a {
	border-radius:5px 5px 5px 5px;
	box-shadow:0 1px 1px rgba(255,255,255,0.5) inset;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	outline:medium none;
	padding-top:5px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
	background:none repeat scroll 0 0 #DADDDF;
	height:30px;
	padding-left:5px;
	position:relative;
	top:0;
	color:#FFF!important
}

ul.tabs li a: visited {
	color:#000
}

div.tabcontent {
	display:block
}

div.tabcontents {
	padding-top:15px;
	background-color:#FFF;
	border-radius:0 2px 2px 2px;
	float:left;
	width:100%
}

/* Tab CSS Ends */
p.s_desc {
	padding:0 3%;
	text-align:center
}

.product_desc {
	float:left;
/* min-height:  50px;
    */
	text-align:center;
	width:100%
}

.category_heading h2 {
	font-size:17px;
	margin-bottom:14px;
	text-transform:uppercase
}

.product_name {
	font-size:16px;
	min-height:40px;
	padding:3%;
	text-align:center;
	text-transform:uppercase;
	width:94%;
	float:left;
}

.mj-left .moduletable,.mj-right .moduletable {
	border:1px solid #D8D8D8
}

/*.price_amount,  .product-price  {
        font-family:  Open Sans;
}
*/
.product-price {
	float:left;
	font-size:18px!important;
	text-align:left;
	width:85%
}

.propricemain .product-price {
    padding: 12px 0px 0px 0px;
    text-align: center;
    width: auto;
    float: none;
    height: 35px;
    margin: 0 auto !important;
    overflow: hidden;
}

.productmain .product-price {
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: auto;
    float: none;
    height: 35px;
    margin: 0 auto !important;
    overflow: hidden;
}

.browse-view .row .product .spacer .productmain .product-price > span {
    font-size: 12px !important;
    line-height: 24px;
    color: #585858 !important;
}

.featured-view .spacer span,
.latest-view .spacer span,
.topten-view .spacer span,
.related-products-view .spacer span,
.browse-view .row .product .spacer span {
	font-size:18px!important;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
}

.propricemain {
	background-color:#F7F7F7;
	border-top:4px solid #E9E9E9
}

.propricemain {
	border-radius:0 0 5px 5px;
	display:inline-block;
	min-height:50px;
	width:100%;
	float:left;
	display:none
}

.productbtn {
	float:right
}

.mj-productdetailimage {
/*height:  15px;
    */
	width:15px
}

.tabcontent .product:hover .cat-cart .addtocart-button input[type=submit],.browse-view .product:hover .cat-cart .addtocart-button input[type=submit] {
	background-position:10px 11.2px!important;
	transform:scale(1.35);
	-moz-transform:scale(1.35);
	-webkit-transform:scale(1.35);
	-o-transform:scale(1.35);
	-ms-transform:scale(1.35)
}

.cat-cart .addtocart-button input[type=submit]:hover,.mj-random .productDetailsbtn .addtobtn .addtocart-button input[type=submit]:hover {
	opacity:1
}

.cat-cart .addtocart-button input[type=submit],.mj-random .productDetailsbtn .addtobtn .addtocart-button input[type=submit] {
	float:right;
	font-size:0;
	height:86px;
	width:79px;
	border:medium none!important;
	padding:0!important;
	border-radius:0 0 0 0!important;
	margin:0;
	-webkit-transition:all .3s ease-in 0;
	-moz-transition:all .3s ease-in 0;
	-o-transition:all .3s ease-in 0;
	-ms-transition:all .3s ease-in 0;
	box-shadow:none
}

.mj-random .productDetailsbtn .addtobtn .addtocart-button input[type=submit] {
	height:64px
}

span.addtocart-button {
	float:none!important;
	margin:0!important;
	width:auto!important
}

.propricemain .mj-productdetailimage .addtocart-bar .quantity-box,.propricemain .mj-productdetailimage .addtocart-bar .quantity-controls.js-recalculate,.productmain .quantity-controls.js-recalculate,.productmain .quantity-box {
	display:none
}

.mj-newsletter .mj-newstext,.mj-storelocator .mj-storetext {
	font-size:23px;
	margin-bottom:0
}

.mj-newsletter a,.mj-storelocator a {
	color:#404040!important;
	font-size:23px
}

.mj-newsletter a,.mj-newsletter p,.mj-storelocator p,.mj-storelocator a {
	padding-left:60px
}

.mj-newsletter {
	float:left;
	width:61%
}

.mj-storelocator {
	float:left
}

.mj-newsletter {
	background:url(../images/newsletter.png) no-repeat scroll 0 0 transparent
}

.mj-storelocator {
	background:url(../images/store.png) no-repeat scroll 0 0 transparent
}

.moduletable.mj-stayintouch.mj-grid40.mj-lspace.mj-rspace {
	width:43.666%
}

.custom.mj-stayintouch.mj-grid40.mj-lspace.mj-rspace {
	width:100%
}

.moduletable.mj-grid24.mj-dotted.mj-latest .productbtn {
	float:none
}

#mj-footer .productname > a {
	font-weight:700
}

.mj-tweetmodule h3 .mj-headcolor {
	color:#FFF!important
}

/*.twitterSearchTitle  {
        background:  url("../images/sidebox-bg.png") repeat-x scroll 0 0 transparent !important;
}
*/
.joomla_flyingtweets > #twitter189 {
	border:0 none!important
}

/*.twitterSearchContainter  {
        background:  none repeat scroll 0 0 #E3E5E7 !important;
}
*/
.tweetauthor {
	display:none
}

.twitterSearchText {
	color:#444;
	font-size:14px
}

.twitterSearchUser a,.twitterSearchText a {
	color:#000!important
}

/*.twitterSearchTitle,  .twitterSearchTweet  {
        border-bottom:  3px solid #808080;
}
*/
#mj-slidetitle {
	background-image:url(../images/pattern.png);
	box-shadow:0 3px 3px rgba(0,0,0,0.2) inset;
	float:left;
	min-height:40px;
	padding:20px 0;
	width:100%;
	z-index:11;
	border-bottom:3px solid #E3E3E3
}

.breadcrumbs .pathway {
	background:url(../images/icons/slategray-arrow.png) no-repeat scroll right center transparent
}

.mj-grid80.mj-lspace.mj-contentarea {
	width:76.333%
}

.vmicon.ratingbox {
	margin-top:5px
}

.proddetailright .product-price {
	width:100%
}

.productdetails-view .addtocart-bar {
	margin:0
}

.proddetailright .productquanty {
	margin-right:10px
}

.featured-view .spacer span,.latest-view .spacer span,.topten-view .spacer span,.recent-view .spacer span,.related-products-view .spacer span,.browse-view .row .product .spacer span {
	font-size:18px!important;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}

.category-view h1.categories_heading {
	border-bottom:1px solid #E9E8E8;
	margin-bottom:14px;
	padding-bottom:14px;
	padding-top:7px;
	text-transform:uppercase;
	font-size:26px
}

.subproduct_name {
	font-size:16px;
	padding:4%;
	text-align:center;
	text-transform:uppercase;
	min-height:40px
}

form.product:hover {
	border:0 none;
	box-shadow:none
}

.mj-navigation {
	position:relative;
	z-index:990;
	clear:both
}

.mj-navigation .mj-subcontainer {
	margin:0 auto;
	width:100%;
	max-width:inherit
}

label.inputLabel {
	float:left;
	margin: 8px 0;
	width: 85px;
	font-size:14px
}

.review_box {
	border:1px solid #CAC9C9;
	border-radius: 0;
	float:left;
	margin-bottom:8px;
	padding:2%;
	width:95.8%
}

#remember {
	float:none;
	margin-top:15px!important
}

#com-form-login-remember > label {
	color:#747474;
	float:right;
	font-size:12px;
	margin:14px 10px 0!important
}

/*.login_details .cartlogin .width30.floatleft  {
      width:  38%;
}
*/
/*.forgot_details  {
        float:  left;
        margin-top:  5px;
        width:  100%;
}
*/
.billto-shipto {
	border:medium none!important;
	margin:0!important;
	padding:5px 0!important
}

.cart_heading {
	float:left;
	padding-top:11px;
	width:100%
}

.coupon {
	width:120px
}
.productdetails .info-links i.fa.fa-truck {
    width: 100px;
}

.orderheading h1,.item-page h2,.blog-featured h2,.categories-list h1,.category-list h1,.contact-category h1,.contact h1,.login h1,.registration h1,.remind h1,.reset h1,.search h1,.blog h2,.profile h1,.profile-edit h1,.weblink-category h1,#paymentForm h1,.order_history h1 {
	border-bottom:1px solid #D2D2D2;
	font-size:18px;
	text-transform:uppercase
}

.twitterSearchContainter {
	padding:14px 14px 14px 10px
}

.twitterSearchTweet {
	border-left:3px solid gray;
	padding:0!important;
	margin-bottom:15px
}

#com-form-order {
	width:26%
}

#com-form-order input[type="submit"] {
	margin-top:10px
}

#mj-left ul.menu,#mj-right ul.menu {
	border:none
}

.mj-left .custom,.mj-right .custom {
	padding:6%;
	width:88%!important
}

#jform_contact_email_copy {
	width:auto;
	float:left;
	margin-top:4px;
	margin-right:15px
}

.search #searchForm .word .button {
	font-size:17px;
	height:29px;
	left:42%;
	margin-top:1px
}

.search #searchForm .inputbox {
	border:1px solid #D2D2D2;
	box-shadow:none;
	font-size:14px;
	width:250px
}

.search .word label {
	font-size:16px;
	font-weight:700;
	padding:0 7px 0 0
}

label.ordering {
	font-size:15px;
	margin-right:7px
}

.phrases-box {
	font-size:15px;
	margin-bottom:7px
}

.phrases > legend,.only > legend {
	font-size:16px;
	font-weight:700;
	margin-bottom:7px
}

.searchintro strong {
	font-size:16px;
	font-weight:600
}

fieldset.phrases,fieldset.word {
	margin-bottom:10px
}

label.radiobtn,.registration button[type="submit"] {
	margin-right:15px
}

.only > label {
	font-size:15px;
	margin-left:5px;
	margin-right:15px
}

.twitterSearchTitle {
	display:none
}

.mj-colorbox h3 .mj-headcolor {
	color:#FFF!important
}

.moduletable.mj-colorbox {
	margin:0
}

.lof_vm_bottom_btn a.vm_viewcart {
	color:#FFF!important
}

.profile-edit legend {
	font-size:14px;
	font-weight:700;
	margin-bottom:10px
}

.profile-edit dl dt {
	margin-bottom:5px
}

.profile-edit dl dd {
	margin-bottom:10px
}

.profile-edit select {
	width:203px
}

.profile-edit button[type="submit"] {
	margin-right:10px
}

#facebox .content {
	height:130px!important
}

h2.register-title {
	font-size:14px
}

#adminForm .control-buttons {
	float:left;
	margin-bottom:10px;
	text-align:left!important;
	width:100%
}

.vm-button-correct,.vm-button-correct:hover,.vm-button-correct:visited,input.highlight-button {
	/* box-shadow:0 1px 1px rgba(255,255,255,0.5) inset!important; */
	padding:5px 12px!important;
	font-size:16px!important
}

#jnews_module1 .button {
	margin:0
}

#jnews_module1 .inputbox {
	float:left;
	margin-right:10px;
	width:200px
}

.mj-grid32 {
	width:31.233%
}

#jnews_module1 .aca_list_name {
	float:left;
	margin-right:15px;
	margin-top:5px
}

.registration legend {
	font-size:14px;
	font-weight:700
}

.error {
	background:url(../images/box_warning.png) no-repeat scroll 10px center #F2B3B3;
	border-color:#EC9494;
	color:#632828;
	text-shadow:0 1px #EFD5D5;
	border-radius:5px 5px 5px 5px;
	box-shadow:0 -1px 2px #FFF inset;
	padding:10px 10px 10px 40px;
	margin:10px 0;
	text-align:justify
}

.virtuemart_search .inputbox {
	margin-right:10px
}

.browse-view .vm-search > h3,.virtuemart_search {
	margin-bottom:10px
}

.product_image {
	padding:5%;
	min-height:160px
}

/*slideshow*/
.flex-caption1 {
	font-family: 'Open Sans', sans-serif;
	font-size:66px;
	font-weight:700;
	line-height:85px
}

.flexslider .slides > li {
	display:none;
	padding-top:0!important;
	text-align:center
}

#mj-slideshow .content {
	left:3%;
	position:absolute
}

.flexslider .slides .caption_text {
	text-align:left
}

.flexslider .slides img {
	margin-top:0
}

.flexslider ol > li:before {
	content:none
}

.discount {
	float:left;
	font-size:25px;
	width:100%
}

.productinfoprice .PricebasePriceWithTax,.productinfoprice .PricepriceWithoutTax {
	display:none
}

/*.tabcontent .PricepriceWithoutTax  {
        text-decoration:  line-through;
}
*/
.mj-random .productprice {
	text-align:center
/*width:  180px;
    */
}

/*pagination */
.mj-pagination {
	width:100%;
	float:left;
	text-align:left
}

.mj-pagination ul {
	float:left;
	padding-top:10px;
	width:100%
}

/********facebook module*****/
.facebookOuter {
	background-color:#FFF;
	border:1px solid #D8D8D8;
	height:340px;
	padding-bottom:10px;
	width:100%
}

.facebookInner {
	height:250px;
/*margin:  0 14px;
    */
	overflow:hidden
}

.fb-like-box,.fb-like-box span,.fb-like-box span iframe[style] {
	width:100%!important
}

.clearfix.pvs.phm {
	display:none!important
}

/* currancy */
#mj-header .mj-grid48 {
	width:100%;
	float:right;
	margin-top:10px
}

#mj-header .mj-currancy .Currency {
	font-size:13px;
	padding:3px 9px
}

#mj-header .moduletable {
	width:auto
}

.search {
	margin:0;
	float:right;
	width:377px;
	right:45px;
	position:relative
}

.search input[type="text"] {
	width:210px;
	box-shadow:none;
	padding:5px 5px 5px 10px;
	line-height:20px;
	background:#fff url(../images/src/search-icon.png) no-repeat;
	background-position:95% 50%
}

.head-search .button.head-search {
	background:url(../images/src/search-icon-wh.png) no-repeat;
	background-position:8% 50%;
	color:#fff;
	border:solid 1px #fff;
	font-weight:400;
	width:80px!important;
	margin:1px 0 0;
	padding:7px 0 7px 20px;
	font-size:16px;
	line-height:19px;
	height:32px
}

.head-search .button.head-search:hover {
	background:#fff;
	color:#000
}

#mj-maincontent .search {
	float:left;
	width:1000px
}

#mj-maincontent .search .result-title a: hover {
	text-decoration:underline
}

#mj-maincontent .search .result-title a {
	font-weight:700
}

#mj-maincontent .search dd.result-created {
	display:none
}

#mj-maincontent .search dd.result-text {
	margin:0 0 10px
}

#mj-maincontent .search #searchForm {
	margin-top:13px
}

#mj-maincontent .search #searchForm label {
	margin-top:6px
}

#mj-maincontent .search #searchForm label,#mj-maincontent .search #searchForm .phrases .ordering-box label,#mj-maincontent .search #searchForm .inputbox,#mj-maincontent .search #searchForm .button {
	float:left
}

#mj-maincontent .search #searchForm .only label,#mj-maincontent .search #searchForm .phrases label {
	float:none
}

#mj-maincontent .search #searchForm .button {
	background:#000;
	color:#fff;
	width:170px!important;
	font-weight:400;
	clear:right;
	left:0;
	padding:5px 10px;
	height:32px
}

#mj-maincontent fieldset.phrases,#mj-maincontent fieldset.only {
	border-bottom:solid 1px #d2d2d2;
	padding:15px 0
}

#mj-maincontent .form-limit {
	margin:20px 0
}

#mj-header .mj-grid48 {
	margin-top:-20px
}

#mj-header .moduletable.mj-currancy {
/*width:  295px!important;
    */
	margin-right:12px
}

/*.mj-currancy select  {
        background:  url(../images/icons/arrow_slategray.png) no-repeat scroll 120px 0 transparent !important;
}
.mj-currancy select  {
        border:  1px solid #E3E5E7;
        box-shadow:  none;
        font-size:  14px;
        height:  24px;
        margin:  0 0 3px;
        padding:  2px;
        width:  164px;
}
*/
/* currancy */
.tabcontent .PricesalesPrice {
	padding-left:8px;
	padding-top:4px
}

div.breadcrumbs.mj-grid96.breadcrumb {
	margin-bottom:-40px
}

div.moduletable.mj-grid16.mj-rspace {
	margin-top:-25px
}

div.moduletable.mj-grid40.mj-rspace {
	margin-top:-43px
}

div.moduletable.mj-grid24.mj-lspace {
	margin-top:8px
}

div#mj-content {
	margin-top:45px
}

dd.notice.message {
	display:none
/* margin-top:  10px;
     */
}

div#system-message-container {
	margin-bottom:18px
}

div#mj-topbar div.moduletable.mj-grid40.mj-rspace {
	margin-top:-20px
}

.frontpage ul li img {
	width:100%
}

#mj-slidetitle .flexslider p,#mj-slideshow .flexslider p {
	background:transparent;
	padding:13px 5px;
	margin:0;
	position:absolute;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:26px;
	border:solid 1px #000
}

#mj-slidetitle .flexslider:hover p,#mj-slideshow .flexslider:hover p {
	border:solid 1px #fff
}

#mj-slidetitle #flexslider-202 p,#mj-slideshow #flexslider-202 p {
	width:200px;
	right:16%;
	left:inherit;
	bottom:8%
}

#mj-featured1 .moduletable {
	float:left;
	border-top:0
}

#mj-featured1 .slide21,#mj-featured1 .slide23 {
	width:25%;
	height:100%
}

#mj-featured1 .slide22,#mj-featured1 .slide31,#mj-featured1 .slide32 {
	width:50%;
	height:100%
}

.moduletable ul li img {
	width:100%
}

#mj-featured1 .flexslider p {
	display:none;
	margin:0 0 20px;
	padding:15px 0;
	font-size:18px;
	z-index:9999
}

#mj-featured1 .flexslider:hover p {
	display:block
}

#mj-featured1 .flexslider p {
	width:100%
}

/* Arxiki  Color fix*/
.home #mj-maincontent {
	background:#000;
	display:none
}

.home .mj-subcontainer {
	width:100%;
	max-width:100%
}

.home #mj-header .mj-subcontainer {
	width:90%;
	max-width:1300px
}

.home #mj-footer .mj-subcontainer {
	margin:0 auto;
	width:90%;
	max-width:1300px
}

/* end arxiki fix*/
#mj-contentarea {
	min-height:1000px
}

#mj-content .additional-images img {
}

#mj-content .additional-images {
}

#mj-content .productrightview {
	width:48%;
	padding:0 0 0 2%
}

#mj-content .productdetails-view .spacer-buy-area {
	padding:0
}

#mj-content .productdetails-view .prodtitle > h3 {
	font-size:25px;
	font-weight:700;
	letter-spacing:3px;
	margin:12px 0 5px
}

#mj-content .productdetails-view .prodcat > h4 {
	font-size:18px;
	font-weight:700;
	letter-spacing:3px;
	margin:0 0 15px 1px
}

#mj-content .productdetails-view .prodsku-code {
	font-size:15px
}

#mj-content .product-description {
	float:left;
	width:100%;
	margin:50px 0!important
}

#mj-content .product-description p {
	padding:0 10px
}

#mj-content .product-description span.title {
	font-family: 'Open Sans', sans-serif;
	text-transform:capitalize;
	font-weight:700;
	letter-spacing:1px
}

#mj-content .back-to-cat {
	float:right;
	margin:-40px 5px 0 0
}

table.where-to-buy td {
    border: 1px solid #D2D2D2;
    text-align: center;
    padding: 10px;
    border-top: 0;
    border-right: 0;
}

table.where-to-buy {
    margin-top:40px;
    border-top: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
}

.wheretobuy  h2{

    display: none;
}


#mj-content .link-to-cat {
	text-transform:uppercase;
	color:#000;
	background:url(../images/src/back_to_list_travel.png) no-repeat;
	padding:0 0 0 20px;
	background-position:left center
}

#mj-content .link-to-cat:hover {
	color:#888
}

#bottom-pagination {
	margin-top:30px
}

.browse-view h3,.browse-view h3.cat_name {
	font-size:25px!important;
	font-weight:700;
	letter-spacing:3px;
	margin:-42px 0 30px;
	text-transform:capitalize
}

.browse-view .display-number {
	margin-top:10px
}

.browse-view .display-number select {
	margin:0 0 -5px 10px
}

.browse-view .row .product.floatleft.width33 {
	margin-bottom:4%!important
}

.productdetails-view .productdetails .main-image {
	float:left;
	margin-top:10px;
	width:98%;
	padding:3px;
	border:solid 1px #ccc
}

.productdetails-view .productdetails .floatleft {
	margin:4px 0
}

.productdetails .additional-images .floatleft1 {
	display:inline-block;
	width:25%;
	float:left
}

.productdetails .additional-images img {
	border:solid 1px #ccc;
	padding:3px;
	margin-right:0;
	width:88%;
	height:auto
}

.productdetails-view .productdetails .main-image img {
	max-height:none
}

#mj-maincontent .mj-subcontainer {
	width:1300px
}

.prod-share {
	margin:20px 0 0
}

a#fancybox-left,a#fancybox-right {
	visibility:visible;
	opacity:.5
}

a#fancybox-left:hover,a#fancybox-right:hover {
	opacity:1
}

a#fancybox-right span#fancybox-right-ico {
	left:inherit;
	right:20px
}

a#fancybox-left span#fancybox-left-ico {
	left:20px
}

td#fancybox-title-float-main {
	display:none
}

.product-description .addthis_toolbox {
	display:none!important
}

.productdetails-view .product-field.product-field-type-S {
	width:100%;
	clear:both;
	padding:0;
	margin-bottom:15px
}

.productdetails-view .product-fields {
	margin:0!important;
	padding:0;
	float:left;
	width:100%;
	font-size:14px
}

.productdetails-view .product-field span {
	padding:0!important
}

.productdetails-view .product-field span.product-fields-title {
	font-weight:400
}

.item-page .contact-form {
	margin-top:30px
}

#mj-footer input[type="text"],#mj-footer input[type="password"],#mj-footer input[type="email"] {
	box-shadow:none;
	width:250px!important;
	padding:5px 5px 5px 10px;
	margin:3px 0 6px 16px
}

#mj-footer .acysubbuttons input {
	background:#fff;
	opacity:1;
	border:solid 1px #000;
	border-radius:0;
	color:#000;
	text-shadow:none;
	font-weight:400;
	width:180px;
	margin:10px 0 0 16px;
	padding:7px 12px
}

#mj-footer .acysubbuttons input:hover {
	background:#000;
	opacity:1;
	border-radius:0;
	color:#fff;
	border:solid 1px #fff
}

#mj-footer .acymailing_module_form td {
	padding-left:15%
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
#mj-maincontent .mj-subcontainer {
	width:1150px
}

#mj-footer input[type="text"],#mj-footer input[type="password"],#mj-footer input[type="email"] {
	width:195px!important
}
}

@media only screen and (min-width: 800px) and (max-width: 1199px) {
#mj-maincontent .mj-subcontainer {
	width:90%
}

#mj-footer input[type="text"],#mj-footer input[type="password"],#mj-footer input[type="email"] {
	width:170px!important
}

.moduletable h3 {
	font-size:15px
}

#mj-footer .acysubbuttons input {
	width:160px
}
}

@media only screen and (min-width: 500px) and (max-width: 799px) {
#mj-maincontent .mj-subcontainer {
	width:90%
/*max-width:  700px;
        overflow:  hidden;
    */
}

.productdetails .additional-images .floatleft {
	width:50%!important;
	height:50%!important
}

#mj-left {
	/* display:none */
	width: 60%!important;
	margin: 0 20%;
}
}

/*------  COMPATIBILITY START  -------*/
.ff .head-search .button.head-search {
	padding:3px 12px
}

.ff .browse-view {
	margin-top:85px
}

.ie11 .head-search .button.head-search,.ie10 .head-search .button.head-search,.ie9 .head-search .button.head-search {
	padding:5px 12px
}

.ie10 .mj-random .browseImage,.ie9 .mj-random .browseImage {
	margin:0
}

/*------  COMPATIBILITY END  -------*/
/*------  SIZE GUIDE POPUP START  -------*/
.size-guide-none {
	display:none
}

.size-guide {
	display:block;
	position:absolute;
	width:900px;
	margin-top:-6%
}

.close-size-guide {
	height:40px;
	width:40px;
	display:block;
	position:absolute;
	top:-41px;
	right:0;
	background:#fff url(../images/src/close-map.png) no-repeat;
	cursor:pointer
}

.size-guide-pop-out {
	margin:20px 0 0 1px;
	font-size:14px;
	text-decoration:underline
}

div#bottom-pagination a:hover {
	color:#999
}

div#bottom-pagination span.pagenav {
	color:#999
}

/*-----    GRID  STYLE      -----*/
.home #mj-slidetitle .mj-title {
	display:none
}

.home #mj-slidetitle {
	padding:0;
	margin:0;
	border:0
}

.home #gk-grid-227 .gkGridElement.gkGrid-grid2-1,.home #gk-grid-221 .gkGridElement.gkGrid-grid2-1 {
	height:33.3333%;
	width:25%;
	left:0;
	top:33.3333%;
	z-index:2;
	background: #000;
}

.home #gk-grid-227 .gkGridElement.gkGrid-grid3-1,.home #gk-grid-221 .gkGridElement.gkGrid-grid3-1 {
	height:33.3333%;
	width:50%;
	left:25%;
	top:33.3333%;
	z-index:3
}

.home #gk-grid-227 .gkGridElement.gkGrid-grid4-1,.home #gk-grid-221 .gkGridElement.gkGrid-grid4-1 {
	height:33.3333%;
	width:25%;
	left:75%;
	top:33.3333%;
	z-index:4
}

.home #gk-grid-227 .gkGridElement.gkGrid-grid5-1,.home #gk-grid-227 .gkGridElement.gkGrid-grid6-1,.home #gk-grid-221 .gkGridElement.gkGrid-grid5-1,.home #gk-grid-221 .gkGridElement.gkGrid-grid6-1 {
	top:66.6666%
}

#mj-slidetitle .acymailing_module,#mj-slideshow .acymailing_module {
	width:100%;
	height:100%;
	margin:0 auto!important;
	position:relative;
	top:5px;
	background: url(../images/bg1.jpg);
	background-size:100% 100%
}

#mj-slidetitle .acymailing_fulldiv,#mj-slideshow .acymailing_fulldiv {
	width:76%;
	margin:9% auto 10%!important;
	background: #fff;
	color: #e05477;
	padding: 12% 10px 3%!important;
	height: 81%;
	border: 2px solid #000!important;
}

#mj-slidetitle .acymailing_introtext h3,#mj-slideshow .acymailing_introtext h3 {
	font-size: 1.2em;
	width:100%;
	text-align:center;
	border:0;
	background:none!important;
	margin:0;
	padding:0;
	line-height:14px;
	font-weight: 900;
}

#mj-slidetitle .acymailing_introtext h2,#mj-slideshow .acymailing_introtext h2 {
	font-size: 1.8em;
	width:100%;
	text-align:center;
	border:0;
	background:none!important;
	margin:0;
	padding:0;
	line-height:45px;
	letter-spacing:1px;
	font-weight: 900;
}

#mj-slidetitle .acymailing_introtext p.above,#mj-slideshow .acymailing_introtext p.above {
	font-size: 1em;
	width: 100%;
	text-align:center;
	margin:10px 0;
	margin: 3px auto;
	color: #000;
	/* font-weight: 600; */
	display:block;
}

#mj-slidetitle .acyfield_name input,#mj-slidetitle .acyfield_email input,#mj-slideshow .acyfield_name input,#mj-slideshow .acyfield_email input {
	border: solid 1px #000;
	background: transparent;
	color: #e05477;
	font-size:16px;
	padding:5px 11px;
	width: 100%!important;
	margin:0 auto;
	float:none;
	margin-top: 10px;
}

#mj-slidetitle .acyfield_email input,#mj-slideshow .acyfield_email input {
	margin-top:10px
}

#mj-slidetitle .acysubbuttons input,#mj-slideshow .acysubbuttons input {
	width:100%;
	border: solid 1px #e05477;
	background: #e05477;
	color: #fff;
	border-radius:0;
	font-weight:700;
	padding:7px;
	margin-top:19%;
	text-shadow: none;
	box-shadow: none;
}

#mj-slidetitle .acysubbuttons input:hover,#mj-slideshow .acysubbuttons input:hover {
	border:solid 1px #fff;
	background:#000;
	color:#fff
}

#mj-slidetitle #flexslider-231 p,#mj-slidetitle #flexslider-208 p,#mj-slideshow #flexslider-208 p {
	left:37.5%;
	bottom:6%;
	width:25%
}

#mj-slidetitle #flexslider-232 p,#mj-slidetitle #flexslider-209 p,#mj-slideshow #flexslider-209 p {
	left:33.5%;
	bottom:14%;
	width:33%
}

#mj-slidetitle #flexslider-234 p,#mj-slidetitle #flexslider-210 p,#mj-slideshow #flexslider-210 p {
	left:37.5%;
	bottom:23%;
	width:25%
}

#mj-slidetitle #flexslider-235 p,#mj-slidetitle #flexslider-211 p,#mj-slideshow #flexslider-211 p {
	left:12.5%;
	bottom:22%;
	width:25%
}

#mj-slidetitle #flexslider-235 p,#mj-slidetitle #flexslider-211 p,#mj-slideshow #flexslider-211 p {
	background:#bfa898;
	padding:11px 5px;
	margin:0;
	position:absolute;
	font-size:22px;
	font-weight:700;
	text-align:center;
	line-height:26px;
	border:solid 1px #bfa898
}

#mj-slidetitle #flexslider-235:hover p,#mj-slidetitle #flexslider-211:hover p,#mj-slideshow #flexslider-211:hover p {
	background:#bfa898;
	padding:11px 5px;
	margin:0;
	position:absolute;
	font-size:22px;
	font-weight:700;
	text-align:center;
	line-height:26px;
	border:solid 1px #fff
}

/*------  MAIN NAVIGATION STYLE ------*/
.mj-navigation .topnav {
	width:60%;
	margin:0;
	float:left;
	text-align:center;
	padding:5px 0 15px;
	position:relative;
	left:20%
}

.mj-navigation .topnav ul {
	display:inline-block
}

.mj-navigation .topnav ul li {
	display:inline-block;
	height:auto;
	border-right:solid 2px #fff
}

.mj-navigation .topnav ul li:last-child {
	border:0
}

.mj-navigation .topnav ul li a {
	line-height:15px;
	font-size:14px;
	font-weight:700;
	padding: 10px 12px;
	display:block;
	color:#fff;
}

.mj-navigation .topnav ul li:hover a {
	background:#3A3A3A;
	-webkit-transition:all .5s ease-in 0;
	-moz-transition:all .5s ease-in 0;
	-o-transition:all .5s ease-in 0;
	-ms-transition:all .5s ease-in 0
}

/*------  TOP SEARCH STYLE   ------*/
.mj-navigation .head-search {
	width:25%;
	float:right;
	position:relative;
	right:2%
}

.mj-navigation .moduletable.head-search {
	width:25%;
	float:right;
	position:relative;
	right:2%
}

.mj-navigation .search.head-search {
	width:45%
}

.mj-navigation .search.head-search input {
	width:100%;
	padding:2px 5px 2px 10px;
	margin:11px 0 0;
	background:#292c35 url(../images/src/search-icon.png) no-repeat;
	background-position:95% 50%;
	color:#fff;
	border:0
}

/*------  FOOTER STYLE   ------*/
#mj-footer .foot-quote img {
	width:18%;
	float:left
}

#mj-footer .quote {
	padding:1%;
	float:left;
	width:72%;
	margin:2% 2% 0 5%;
	font-size:13px;
	border:solid 1px #454545
}

#mj-footer .custom.foot-quote {
	width:100%
}

#mj-footer .custom.social {
	clear:both;
	width:17%;
	margin:1% 0 0 6%;
	text-align:right;
	height:32px;
	float:left
}

#mj-footer p.cos-icon {
	margin:0 5px;
	float:left
}

#mj-footer p.cos-icon:hover img {
	opacity:.8
}

#mj-footer .moduletable.bot-menu {
	float:left
}

#mj-footer .bot-menu ul {
	display:inline-block;
	margin-top:15px;
	margin-left:-10px
}

#mj-footer .bot-menu .menu li {
	display:inline-block;
	width:auto
}

#mj-footer .bot-menu li a {
	background:none;
	padding:2px 12px;
	width:auto;
	border-right:solid 1px #fff
}

#mj-footer .bot-menu li:last-child a {
	border:0
}

#mj-footer .bot-menu li a:hover {
	background:#444
}

#mj-footer .custom.findus {
	width: 75%;
	float: left;
	margin-top:17px;
	text-align:left;
}

#mj-footer .custom.findus p {
	font-size:12px;
	float: left;
	/* display: block; */
	line-height: 40px;
}
#mj-footer .custom p.fright {
    float: right;
}
form#searchForm fieldset.only,form#searchForm .form-limit {
	display:none
}

@media screen and (min-width: 1300px) {
	.size-guide {
		display:block;
		position:absolute;
		width:900px;
		margin-top:0
	}
}

.mod-languages.lang01 {
	width:25%;
	position:absolute;
	right:2.5%;
	top:-35px
}

ul.lang-inline {
	float:right
}

ul.lang-inline li a {
	color:#fff;
	border:solid 1px #fff;
	padding:6px 7px
}

ul.lang-inline li.lang-active a,ul.lang-inline li:hover a {
	color:#000;
	background:#fff
}

ul.lang-inline li.lang-active:hover a {
	cursor:default
}

.mj-login form {
    padding:  10px 10px 59px;
}

.mj-login form fieldset p{
    width: 100%;
    float: left;
}
.mj-login form fieldset p > label, .mj-login form fieldset p > input {
    width: 80%;
    float: left;
}
.mj-login form p#form-login-remember {
    display: none;
}
.mj-login form input.button {
    margin: 10px 0px;
    font-size: 14px;
    padding: 10px 65px;
    display: block;
    float: left;
    font-weight: bold;
    border: solid 2px #000;
    background: #fff;
    color: #000;
    border-radius: 0;
    font-weight: bold!important;
    text-transform: uppercase;
    margin-top: 0;
}



/* HO CART ADDONS */


.addtocart-area {
    width: 100%;
    float: left;
    border-top: solid 1px #000;
    padding-top: 20px;
}
.addtocart-bar span.addtocart-button {
    display: block;
    float: left !important;
    width: 100% !important;
}
.addtocart-area form {
    float: left;
    width: 100%;
}
.productdetails-view .addtocart-bar {
    width: 100%;
}
div.productdetails span.addtocart-button input.addtocart-button, 
div.productdetails span.addtocart-button input.notify-button {
    color: #000 !important;
    background: #fff !important;
    border: solid 1px #000 !important;
    border-radius: 0;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    padding: 0px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
    text-shadow: none;
    box-shadow: none;
}
div.productdetails span.addtocart-button input.addtocart-button:hover {
    background: #000 !important;
    color: #fff !important;
    opacity: 1;
    outline: 0;
}
.productdetails .info-links {
    float: left;
    width: 100%;
    border-top: solid 1px #000;
    padding: 20px 0 10px 0px;
    margin: 20px 0 0 0;
}
.productdetails .info-links .span4 {
    float: left;
    width: 33.3333%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    border-right: solid 1px #000;
}
.productdetails .info-links .span4.l-size {
    width: 26%;
}
.productdetails .info-links .span4.l-ship {
    width: 38.333%;
}
.productdetails .info-links .span4 i {
    font-size: 20px;
    display: inline-block;
    float: left;
    height: 36px;
    width: 86px;
    text-align: center;
    padding: 0px 9px 0 0;
    line-height: 30px;
}
.productdetails .info-links .span4.l-size a:hover {
    text-decoration: underline;
}
.productdetails .info-links .span4:last-child {
    border: 0;
}
div.productdetails-view .product-field .product-fields-title {
    font-size: 14px;
    display: block;
    float: left;
    width: 28%;
    line-height: 36px;
}
.productdetails-view .product-field .product-field-display {
    float: left;
    display: block;
    width: 30%;
}
.productdetails-view .product-field .product-field-display select {
    height: 32px;
    width: 100%;
}
.productdetails-view .available {
    float: left;
    width: 100%;
}
.productdetails-view .available span.available-label {
    font-size: 14px;
    display: block;
    float: left;
    width: 28%;
    line-height: 36px;
}
.productdetails-view .available span.available-value {
    float: left;
    display: block;
    width: 53%;
    line-height: 34px;
    font-weight: 700;
}
.productdetails-view .available-value span.green {
    color: #468847;
}
.productdetails-view .available-value span.yellow {
    color: #E2A73F;
}
.productdetails-view .available-value span.red {
    color: #E23F3F;
}
.proddetailright .product-price {
    float: left;
}
.proddetailright .product-price > div {
    float: left;
}
.proddetailright .product-price .PricebasePrice {
    font-size: 18px;
    font-weight: bold;
    color: #b77979;
    height: 28px;
    padding-top: 9px;
    padding-right: 4px;
}
.proddetailright .product-price .PricesalesPrice {
    font-size: 24px !important;
    font-weight: bold;
    color: #000;
    padding-top: 1px;
}
.browse-view .PricebasePrice,
.browse-view .PricesalesPrice {
    display: inline-block !important;
    font-size: 18px;
    font-weight: 700;
    padding-left: 5px;
    margin: 0 !important;
}
.browse-view .row .product-price div.PricebasePrice > span {
    color: #b77979 !important;
    text-decoration: line-through;
	font-size: 16px !important;
}
.product:hover .productmain .productbuttonprice {
    background-color: #e1e1e1;
}


/* TOPBAR */

div#mj-topbar {
    padding: 0;
    margin: 0;
    background-color: #282828;
    height: 50px;
}
div#mj-topbar .mj-subcontainer {
    width: 100%;
    max-width: none;
    padding: 0 20px;
}
div#mj-topbar .col-md-6 {
    float: left;
    width: 50%;
}

div#mj-topbar .col-md-8{
    float: left;
    width: 75%;
}
div#mj-topbar .col-md-4{
    float: left;
    width: 25%;
}
div#topbarLeft a {
    line-height: 50px;
    font-size: 14px;
}
div#mj-topbar #topbarRight .box {
    float: right;
}
div#mj-topbar #topbarRight .box1 ,
div#mj-topbar #topbarRight .box2,
div#mj-topbar #topbarRight .box2 a,
div#mj-topbar #topbarRight .box3 .total_products{
    line-height: 50px;
	font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div#mj-topbar #topbarRight .box.box1 {
    text-align: right;
    padding: 0px 20px;
    border-right: solid 1px #000;
}
div#mj-topbar #topbarRight .box.box2 {
    text-align: right;
    padding: 0px 20px;
    border-right: solid 1px #000;
}
div#mj-topbar #topbarRight .box.box3 {
    padding: 0 30px 0 20px;
}
div#mj-topbar #topbarRight .box.box3 .mj-grid16 {
    width: 100%;
    margin: 0;
}
div#mj-topbar #topbarRight #vmCartModule > div {
    float: left;
}


/* TOP CART */
#topbarRight #vmCartModule {
	background: url(../images/cart.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 30px;
	position:relative;
}
#topbarRight .vm_cart_wrap {
    display: none;
    position: absolute;
    width: 350px;
    top: 50px;
    right: -8px;
	line-height: 1;
    background: #fff;
    border: solid 1px #efefef;
    color: #000;
	text-transform:none;
    padding: 5px 20px;
    box-sizing: content-box;
}
#topbarRight #vmCartModule:hover .vm_cart_wrap {
    display: block;
}
#topbarRight .vmCartModule .product-image {
    float: left;
	width: 30%;
}
#topbarRight .vmCartModule .product-image img {
    max-width: 95px;
    border: solid 1px #efefef;
}
#topbarRight .vm_cart_products .container {
    clear: both;
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: solid 1px #000;
    padding: 15px 0;
    font-size: 14px;
}
#topbarRight span.product_name, 
#topbarRight span.product_name a {
    font-weight: bold;
    font-size: 16px;
    padding-right: 6px;
    display: block;
    padding: 0;
    min-height: auto;
    float: left;
    width: 70%;
    text-align: left;
	margin-bottom: 3px;
}
#topbarRight .product_row {
    float: left;
	line-height: 1.4;
}
#topbarRight .prices {
    float: left;
    font-size: 16px;
	font-weight:bold;
    line-height: 1.2;
}
#topbarRight .product_attributes {
    float: left;
    width: 70%;
    margin-top: 5px;
}
#topbarRight .product_sku {
    font-size: 13px;
    margin-bottom: 3px;
}
#topbarRight .vm_cart_products a{
	color: #000;
	text-transform:none;
}
#topbarRight .vmCartModule .show_cart {
	margin: 15px 0 0 0;
	float: left;
	text-decoration: none;
	width: 50%;
}
#topbarRight .vmCartModule .show_cart a {
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
    width: 80%;
    padding: 12px 0;
    border: solid 1px #000;
    color: #000;
    display: block;
    text-align: center;
}
#topbarRight .vmCartModule .show_cart a:hover {
    background: #000;
    color: #fff;
}
#topbarRight .vmCartModule .total_products {
	padding-left: 50px;
	padding-right: 10px;
}
#topbarRight .vmCartModule .total{
	text-transform: none;
    font-size: 14px;
    line-height: 40px;
    float: left;
    text-decoration: none;
    width: 50%;
	text-align:left;
    padding: 15px 0 10px 0;
}

.vm-customfield-cart span {
 
    width: 74%;
}

.priceColor2 {
    text-align: center;
}
td.cartsku.col-sku {
    text-align: center;
}

td.col-price {
    text-align: center;
}

div#system-message-container {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
dd.info.message {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    font-size:14px
}

dt.info {
    display: none;
}


.vmCartModule .cartInfo {
	float: left;
    padding: 10px 20px 0 20px;
	width: 200px;
}
.vmCartModule .cartInfo > div {
    float: left;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 0px 0px 4px 0px;
}
.vmCartModule .cartProductName a {
    font-weight: bold;
    font-size: 16px;
    padding-right: 6px;
}




div#fancybox-content {
    padding: 10px 6px;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0;
}
div#fancybox-content > div {
    width: 100% !important;
    padding: 0;
}
div#fancybox-content a {
    padding: 10px 0px;
    display: block;
    width: 40%;
    float: left;
	font-weight: bold;
    border: solid 2px #000;
}
div#fancybox-content a:hover {
    text-decoration: none;
	background: #000;
	color: #fff;
}
div#fancybox-content h4 {
    float: left;
    width: 100%;
	font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
div#fancybox-content div {
    font-size: 14px;
    text-align: center;
    clear: both;
}
div#fancybox-content a.showcart.floatright {
    float: right;
}

.mj-subcontainer.head1, div#mj-logo  {
    float: left;
    position: relative;
}

i.top.fa, .topbar-logo 
  {
    display:none
}

nav#siteNav {
    display: none;
}
.buttonBar-right .button {
    float: none;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    border: solid 2px #000;
    font-weight: bold;
}
/* for demo purposes */ 
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body { font-size: 100%; }
body { font-family: 'Open Sans', sans-serif; }
a { color: #000; text-decoration: none; }
a:hover { color: #262626; text-decoration: none; }
ul { list-style: none outside none; }

/* the visibility toggler */
#menuToggler { display: none; }

/* our menu (Typical horizontal menu) */
ul.menu { backround: #fff; margin: 0; padding: 0; font-size: 0.9em;  }

	/* second level */
	ul.menu ul { left: -9999em; opacity: 0; position: absolute; width: 300px; background: #e6e6e6; margin: 0; padding: 0; top: 40px; }
	ul.menu ul ul { background: #cccccc; }

	ul.menu > li { display: inline-block; vertical-align: middle; position: relative; /* top level links only in order to avoid overriding */ }
	ul.menu > li > a { display: inline-block; vertical-align: middle; padding: 8px 10px; }
	ul.menu > li > a:hover,
	ul.menu > li:hover > a { background: #e6e6e6; }

	/* setting the visibility */
	ul.menu > li:hover > ul { opacity: 1; top: 30px; left: 0; }
	ul.menu > li > ul > li:hover ul { opacity: 1; top: 36px; left: 300px; }

		/* second and third level */
		ul.menu ul > li { display: block; display-display: block; display-padding: 10px 15px; }
		ul.menu ul > li a { display: block; padding: 10px 15px; }
		ul.menu ul > li a:hover,
		ul.menu ul > li:hover a { background: #bfbfbf; }
		ul.menu ul ul li a:hover { background: #a6a6a6; }

		/* Active and parent classes- using Joomla! menu classes - use the :after pseudo-classes to add images or icon fonts. You can safely remove this part since it's completely optional - remove at will */
		/* active states */
		ul.menu > li.parent > a { }
		ul.menu > li.active { }
			/* lower levels */
			ul.menu > li.active > a { }
			ul.menu > li.active > ul > li.active > a { }
			ul.menu > li.active > ul > li.active > ul > li.active > a { }
			
			
 .custom.mj-random.fbbox {
    width: 100%!important;
}
.login-greeting {
    padding-bottom: 10px;
}

.facebookInner {
    height: 230px!important;
   
    overflow: hidden;
}

div#mj-content ul {
    list-style: disc;
    padding-left: 30px;
}

span.vmCartPaymentLogo img {
    float: right;
    
}

@media screen and (max-width: 800px) {
	
	nav#siteNav {
	    display: block;
	    padding-left: 40px;
	}
  	#menuToggler { display: block; }
	#menuToggler .icon { display: inline-block; vertical-align: middle; padding-right: 5px; }
	#menuToggler span { display: inline-block; vertical-align: middle; font-weight: 800; font-size: 12px; line-height: 28px; }
	#menuToggler a:hover { text-decoration: none; }
	nav#siteNav ul.menu {
		left: -300px; width: 200px; z-index: 10009;
		line-height: 1.8; position: absolute; z-index: 9999;
		background: #282828; border: 1px solid #f2f2f2; 
	}
	nav#siteNav ul.menu.menuIsActive { left: 0; }
	nav#siteNav ul.menu ul { display: block; position: static; opacity: 1; }
	nav#siteNav ul.menu ul li { text-indent: 15px; font-size: 0.9em; border-bottom: 1px solid #f2f2f2; }
	nav#siteNav ul.menu > li, ul.menu li,
	nav#siteNav ul.menu a,nav#siteNav ul.menu li > a { display: block; }
	nav#siteNav ul.menu a:hover,nav#siteNav ul.menu li:hover a { background: none !important; }
	div#topbarLeft a#menuToggler { font-size: 25px; }
}



@media (min-width: 801px) and (max-width: 1030px) {
	
	#mj-logo img {
	    margin: 0 auto 10px auto;
	    height: 68px;
	    position: absolute;
	    top: -7px;
	    z-index: 2000;
	    padding-left: 13px;
	}

	.home .flexslider {
		width:100%
	}

	#mj-slidetitle #flexslider-232 p,#mj-slidetitle #flexslider-209 p,#mj-slideshow #flexslider-209 p {
		bottom:16%!important
	}

	#mj-footer .mj-subcontainer .bot-menu li a {
		padding:2px 8px;
		font-size:13px
	}

	#mj-footer .mj-subcontainer .custom.social {
		width:23%;
		margin:1% 0 0
	}

	#mj-slidetitle .acymailing_introtext h3,#mj-slideshow .acymailing_introtext h3 {
		line-height:10px;
		font-size:1.5em
	}

	#mj-slidetitle .acymailing_introtext h2,#mj-slideshow .acymailing_introtext h2 {
		line-height:35px;
		font-size:2.1em
	}

	#mj-slidetitle .acymailing_introtext p.above,#mj-slideshow .acymailing_introtext p.above {
		font-size:1em
	}

	#mj-slidetitle .acymailing_fulldiv,#mj-slideshow .acymailing_fulldiv {
		height:74%;
		margin:3% auto!important
	}

	#mj-slidetitle .acymailing_module,#mj-slideshow .acymailing_module {
		top:9px
	}

	.home .mj-navigation .topnav ul li a {
		line-height:15px;
		font-size:13px;
		padding:6px 9px
	}

	.mj-navigation .search.head-search input {
		margin:5px 0 0
	}
}

@media screen and (max-width: 1400px) {
	#mj-slidetitle .acysubbuttons input,#mj-slideshow .acysubbuttons input {
		width:97%;
		margin-left:-2%;
		/* border:solid 1px #000; */
		/* background: #fff; */
		/* color: #000; */
		border-radius:0;
		font-weight:700;
		padding:7px;
		margin-top:5%
	}

	#mj-slidetitle .acyfield_name input,#mj-slidetitle .acyfield_email input,#mj-slideshow .acyfield_name input,#mj-slideshow .acyfield_email input {
		/* border: solid 1px #fff; */
		/* background: transparent; */
		/* color: #fff; */
		font-size:16px;
		padding:5px 11px;
		width: 100%!important;
		margin:0 auto;
		float:none;
	}
	
	

}
@media screen and (max-width: 1100px) {
#com-form-login-remember > label {
    color: #747474;
    float: right;
    font-size: 12px;
    padding: 0;
    margin: 15px 0 !important;
}

.review_box .cartlogin input[type="text"], .review_box .cartlogin input[type="password"] {
    font-size: 11px;
    padding: 2px 5px;
    width: 143px;
	    margin-bottom: 10px;
}

.review_box {

    margin-bottom: 16px;
  
}

table.user-details {
  
    margin-top: 20px;
}

span.userfields_info {
    padding-top: 10px;
    display: block;
}
h1 {
    font-size: 24px;
}

.user-details select {
  
    height: 40px;
}
}


@media screen and (max-width: 800px) {
	
	nav#siteNav#mj-topbar li {
    float: right;
    padding: 0 20px 0 10px;
    width: 100%;
}
	
	div#mj-topbar #mj-logo img {
    position: static;
    height: 53px;
	padding-left: 0;
}

div#mj-topbar span.logo_background {
    float: none;
}

div#mj-topbar div#mj-logo {
    width: 60% !important;
    text-align: center;
}
	i.top.fa  {
    display:block;
    font-size: 30px;
    line-height: 50px;
    float: left;
    
}

.topbar-logo {
display:block;}

div#mj-topbar span.text {

    display:none;
}

#topbarRight #vmCartModule {
    background: none;
}

.total_products {
    display: none;
}
	
div#mj-topbar #topbarRight .box.box3 .mj-grid16{
    
    width: 100%!important;
}

 #mj-topbar nav#siteNav li {
    background: none;
}

#mj-topbar li {
    float: right;
    padding: 0 10px 0 10px;
    width: 100%;
}

nav#siteNav ul.menu a {
    padding: 10px 0px !important;
    line-height: 20px;
}

}


@media screen and (max-width: 650px) {
	
	
	
	div#mj-topbar div#mj-logo {
    width: 56% !important;
    text-align: center;
}
	#mj-slidetitle .acymailing_module,#mj-slideshow .acymailing_module {
		width:100%;
		height:100%;
		margin:0 auto!important;
		position:relative;
		top:5px;
		/* background:url(../images/newsletter.png); */
		/* background-size:100% 88% */
	}
}

@media screen and (max-width: 450px) {
	div#mj-topbar .col-xs-3{
	    float: left;
	    width: 20%;
	}
	div#mj-topbar .col-xs-9{
	    float: left;
	    width: 80%;
	}

	div#mj-topbar div#mj-logo {
	    width: 49% !important;
	    text-align: center;
	}


	div#mj-content table.cart-summary tr th {
	   
	    font-size: 12px;
	   
	}

}

@media screen and (max-width: 380px) {
	
	div#mj-topbar div#mj-logo {
	    width: 45% !important;
	    text-align: center;
	}	
		
	.terms-of-service span.terms-of-service {
	    padding: 5px 0 20px;
	    font-size: 10px!important;
	}

	.cart-view .continue_link {
	    padding-bottom: 20px!important;
	}

	#mj-footer .bot-menu li a {
	    width: 100px!important;;
	}

	#topbarRight span.product_name, #topbarRight span.product_name a {
	    font-size: 13px;
	    width: 62%; 
	}
		
	#topbarRight .vmCartModule .product-image {
	    float: left;
	    width: 36%;
	}


	.billto-shipto .details, span.details-button input.details-button, 
	.control-buttons button.default, button.default, 
	input.highlight-button, .vm-button-correct, 
	.vm-button-correct:hover, .vm-button-correct:visited, .profile a {
	    font-size: 12px!important;
	    
	}

	.terms-of-service span.terms-of-service {
	    width: 80%!important;
	}

	.cart-summary tr {
	    float: left;
	    width: 97%!important;
	}

	div#mj-content table.cart-summary tr th {
	    font-size: 13px;
	}

	#com-form-login-remember {
	    width: 294px!important;
	}

	td.mj-prdname.col-name {
	    padding-right: 0;
	    padding-left: 0;
	}
	td.col-price {
	    padding-left: 0;
	    padding-right: 0;
	}

	.cart-summary td.mj-prdname a {
	    font-size: 11px;
	    padding-left: 0!important;
	    padding-right: 0!important;
	}

	td.col-price {
		width: 64px!important;
	    padding: 0 0px 0px 13px!important;
	}

	.cart-summary td a, .cart-summary td {
	    font-size: 14px;
	    padding: 4px 5px!important;
	}

	td.col-total {
	    width: 69px;
	    padding-left: 0!important;
	    padding-right: 0!important;
	}
}

@media screen and (max-width: 340px) {
	
	div#mj-topbar div#mj-logo {
	    width: 41% !important;
	    text-align: center;
	}	

	#mj-footer .bot-menu li a {
	    width: 91px!important;
	}
		
	.productdetails-view .available span.available-label {
	    font-size: 14px;
	    display: block;
	    float: left;
	    width: 33%;
	    line-height: 36px;
	}
	.productdetails .info-links .span4 {
	    font-size: 9px;
	}
	.cart-view .continue_link {
	    font-size: 15px!important;
	}
	div#mj-content table.cart-summary tr th {
	    font-size: 10px;
	    padding: 0 14px !important;
	}
	.cart-summary td a, .cart-summary td {
	    font-size: 11px;
	    padding: 4px 10px;
	}

	.PricesalesPrice {
	    font-family: 'Open Sans', sans-serif;
	    font-weight: bold;
	    font-size: 15px;
	}

	.PricesalesPrice {

	    font-size: 12px!important;
	}

	.billto-shipto .details, span.details-button input.details-button, .control-buttons button.default, button.default, input.highlight-button, .vm-button-correct, .vm-button-correct:hover, .vm-button-correct:visited, .profile a {
	    font-size: 10px!important;
	}
}