/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DEFAULT JOOMLA STYLES ***********************/ 

/**registration, login**/

span.star, strong.red, .invalid {
    color: #ff0000;
}

div.login fieldset {
    border: none;
}

div.registration fieldset, 
div.profile fieldset, 
div.profile-edit fieldset, 
div.remind fieldset, 
div.reset fieldset, 
div.login fieldset,
div.edit fieldset {
    margin: 0 0 10px 0;
	border: 1px solid #18862d;
	padding: 10px;
}

div.registration fieldset legend, 
div.profile fieldset legend, 
div.profile-edit fieldset legend,
div.edit fieldset legend {
    font-weight: bold;
}

div.registration form#member-registration fieldset dt, 
div.profile form#member-profile fieldset dt,
div.profile fieldset#users-profile-core dt,
div.profile fieldset#users-profile-custom dt,
div.profile-edit form#member-profile fieldset dt, 
div.remind fieldset dt, 
div.reset fieldset dt {
    float: left;
    clear: both;
    padding: 2px;
	margin: 0;
	min-width: 200px;
	min-height: 26px;
	line-height: 26px;
}

div.registration form#member-registration fieldset dd, 
div.profile form#member-profile fieldset dd, 
div.profile fieldset#users-profile-core dd,
div.profile fieldset#users-profile-custom dd,
div.profile-edit form#member-profile fieldset dd, 
div.remind fieldset dd, div.reset fieldset dd {
    float: none;
    padding: 2px;
	margin: 0;
	min-height: 26px;
	line-height: 26px;
}

.registration dl dt:first-child {
    width: 100% !important;
}

div.formelm label,
div.formelm-area label {
    display: inline-block;
    min-width: 200px;
}

div.formelm img {
	vertical-align: middle;
	margin: 0 5px;
}

div.formelm-buttons {
	padding: 10px 0;
}

div.login-fields {
    padding: 5px 0;
}

fieldset.userdata {
    border: none;
    padding: 0;
    margin: 0;
}

div.registration label {
    display: inline-block;
    min-width: 200px;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
	min-width: 100px;
	display: inline-block;
}

/**buttons, inputs**/

input.button, button.validate, button {
	border: 1px solid #c01122;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0x;
	-webkit-border-radius: 0px 0px 0px 0px;
    color: #fff;
    font-size: 11px;
    margin: 0 5px;
    padding: 0 5px;
    vertical-align: middle;
	font-weight: normal;
    cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	background: #c01122; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2MmQ1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDIwM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d01325 0%, #c01122 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01325), color-stop(100%,#c01122)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d01325 0%,#c01122 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d01325 0%,#c01122 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d01325 0%,#c01122 100%); /* IE10+ */
	background: linear-gradient(top, #d01325 0%,#c01122 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='d01325', endColorstr='#c01122',GradientType=0 ); /* IE6-8 */
	height: 22px;
	line-height: 22px;
}

input, select, textarea {
	border: 1px solid #464646;
	border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
    font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
    font-weight: normal;
    margin: 2px 0;
    padding: 0 5px;
    vertical-align: middle;
}

select {
	padding: 2px 5px;
}

input {
	height: 20px;
	line-height: 20px;
}

input#remember {
    padding: 0;
    border: 0;
    background: none;
}

input#modlgn-remember {
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    background: none;
}

#form-login-username label,
#form-login-password label {
	width: 100px;
	display: inline-block;
}

div.login-greeting {
	padding-bottom: 10px;
}

.userdata input.button {
	margin: 10px 0;
}

/**page navigation**/

ul.pagenav {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0 0;
}

ul.pagenav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul.pagenav {
	display: inline-block;
}

/* Hides from IE-mac \*/ * html ul.pagenav {
    height: 1%;
}

ul.pagenav {
    display: block !important;
}

ul.pagenav li {
    display: inline;
    padding: 0px;
    margin: 0;
	background: none;
}

ul.pagenav li a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
    padding: 2px 5px;
    margin: 0 2px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    color: #fff;
	background: #c01122; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg2MmQ1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDIwM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d01325 0%, #c01122 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d01325), color-stop(100%,#c01122)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d01325 0%,#c01122 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d01325 0%,#c01122 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d01325 0%,#c01122 100%); /* IE10+ */
	background: linear-gradient(top, #d01325 0%,#c01122 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01325', endColorstr='#c01122',GradientType=0 ); /* IE6-8 */
	border: 1px solid #c01122;
	text-decoration: none;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li.pagenav-next {
    float: right;
}

/**pagination**/

div.pagination {
	text-align: center;
	clear: both;
}

p.counter {
    text-align: center;
	margin: 10px 0;
}

/**search**/

fieldset.word, 
fieldset.phrases, 
fieldset.only {
    padding: 10px;
    margin: 0 0 10px 0;
	border: 1px solid #18862d;
}

fieldset.phrases {
	border: 1px solid #18862d;
}

fieldset.only {
	border: 1px solid #18862d;
}

div.searchintro {
    font-size: 12px;
}

fieldset.only legend, 
fieldset.phrases legend {
    font-weight: bold;
}

/****content****/

div.items-leading {
	display: inline-block;
	width: 100%;
}

div.items-row {
	display: inline-block;
}

.item-separator {

	display: block; 
	width: 100%; 
	height: 1px; 
	margin: 10px 0;
	background: none
}

/**blog featured single**/

div.blog h2, 
div.item-page h2, 
div.blog-featured h2 {
    font-size: 22px;
	line-height: 21px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
	color: #c01122;
}

div.blog h1, 
div.blog-featured h1, 
div.item-page h1, 
div.archive h1, 
div.contact-category h2, 
div.categories-list h1, 
div.category-list h1, 
div.search h1 {
    font-size: 26px;
	line-height: 32px;
    font-weight: normal;
    text-align: left;
	background: none;
	padding: 0;
	margin: 0 0 30px 0;
	color: #426a08;
}

div.blog-featured h2 a:link, 
div.blog-featured h2 a:visited, 
div.blog h2 a:link, 
div.blog h2 a:visited, 
div.item-page h2 a:link, 
div.item-page h2 a:visited,
ul#archive-items li.row0 h2 a:link,
ul#archive-items li.row0 h2 a:visited {
    font-size: 22px;
	line-height: 21px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
	color: #c01122;
	font-weight: bold;
}

div.blog-featured h2 a:link, 
div.blog-featured h2 a:visited, 
div.blog h2 a:link, 
div.blog h2 a:visited, 
div.item-page h2 a:link, 
div.item-page h2 a:visited {
	text-decoration: none;
}

div.contact h2 span.contact-name {
    font-size: 15px;
	line-height: 21px;
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
	color: #6b6754;
}

div.items-more h3 {
    font-size: 15px;
	line-height: 21px;
    font-weight: bold;
    padding: 0;
    margin: 0;
	color: #6b6754;
}

/**blog layout**/

.item { 
	display: block;
}

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1, 
.cols-3 .column-2, 
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
	padding: 0 3%;
}

.cols-4 .column-1, 
.cols-4 .column-2, 
.cols-4 .column-3, 
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
	padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
	padding: 0 2% 0 1%;
}

.items-more {
    padding: 10px 0;
}

.items-more h3 {
    font-weight: normal;
}

/**single article**/

ul.actions {
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
    width: 100%;
}

ul.actions li {
    display: inline;
	background: none;
}

.actions img {
    border: none;
}

.article-info {
    margin: 0 0 10px 0;
	font-size: 11px;
	line-height: 15px;
}

.article-info-term {
    font-weight: bold;
}

.archive .article-info dd, 
.article-info dd {
    margin: 0;
    color: #A39D81;
}

/**article categories**/

.categories-list ul {
    list-style: none;
    margin: 0;
}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

dl.article-count dt, 
dl.article-count dd {
    display: inline;
    margin: 0;
}

/**archive**/

fieldset.filters {
    padding: 10px;
    margin: 0 0 20px 0;
	border: 1px solid #18862d;
}

fieldset.filters legend {
    font-weight: bold;
	color: #375807;
}

ul#archive-items .row0,
ul#archive-items .row1 {
	background: none;
}

ul#archive-items h2 a:link,
ul#archive-items h2 a:visited {
	text-decoration: none;
}

/**contact, article category list**/

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

table.category th {
    font-weight: bold;
    padding: 8px;
	color: #fff;
	border: none;
	background: #6B6754;
}

table.category th a {
	color: #fff;
    text-decoration: none;	
}

table.category td {
	padding: 8px;
}

table.category .cat-list-row1 td {
	background: #E1E8D2;
}

/**single contact slider**/

div.panel {
	margin: 0 0 1px;
	border: 1px solid #D7E0C4;
}

div.panel h3.title {
    border: none;
    padding: 8px;
    font-size: 12px;
	margin: 0;
	background: #D7E0C4;
	text-align: center;
}

div.panel h3.title a:link, 
div.panel h3.title a:visited {
    text-decoration: none;
    color: #6B6754;
	font-family: Arial;
}

div.panel h3.title.pane-toggler-down a:link,
div.panel h3.title.pane-toggler-down a:visited,
div.panel h3.title a:hover {
	font-weight: bold;	
}

div.pane-down {
    padding: 10px !important;
}

form#contact-form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
	margin: 0;
}

/**details**/

.tip {
    background: #FFFFFF;
    border: 1px solid #CFCCCC;
    padding: 10px;
	position: relative;
	z-index: 999;
}

.tip-title {
	font-weight: bold;
}

.img_caption {
    font-size: 10px;
    background: none;
    margin: 0px;
    padding: 0px 35px 0px 0px;
    border-top: none;
}

p.readmore {
	text-align: right;
}

p.readmore a:link, p.readmore a:visited {
    padding: 2px 20px 2px 5px;
	margin: 0;
    font-weight: normal;
	text-decoration: none;
    font-size: 12px;
    line-height: 18px;
	outline: none;
	overflow: hidden;
	text-align: center;
	background: url(../images/li.png) no-repeat 100% 3px;
	color: #375807;
}

p.readmore a:hover {
    text-decoration: underline;
}

/************************ plugin page break ******************/

hr.system-pagebreak  {
	display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #6B6754;
}

/************************ Presentation Style: pages ******************/

div#article-index { 
	padding: 10px 5px;
    border: 1px solid #6B6754;
}

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
	background: none;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #6B6754;
    border: 1px solid #6B6754;
	color: #fff;
}

div#article-index h3 { 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div#article-index ul li a.active {
	text-decoration: none;
	font-weight: bold;
}

/************************ Presentation Style: sliders ******************/

div#sliders div.panel {
	margin: 0 0 1px 0;
	border: 1px solid #D7E0C4;
}

div#sliders .panel h3#basic-details.title { 
	font-size: 12px;	
	text-align: center;
	padding: 8px;
	margin: 0;
	border: none;
	background: #D7E0C4;
}

div#sliders .panel h3#basic-details.title a:link,
div#sliders .panel h3#basic-details.title a:visited {
	text-decoration: none;
	font-weight: normal;
}

div#sliders .panel h3#basic-details.title.pane-toggler-down a:link,
div#sliders .panel h3#basic-details.title.pane-toggler-down a:visited {
	font-weight: bold;
}

div#sliders .panel h3#basic-details.title a:hover {
	font-weight: bold;
}

div#sliders .panel div.pane-slider { 
	padding: 5px;
}

/************************ Presentation Style: tabs ******************/

dl#tabs.tabs { 
	display: inline-block;
	padding: 10px 0 0;
}

dl.tabs {
	margin: 0;
} 

.tabs dt.tabs {
	float: left;
	padding: 5px 10px 6px 10px;
	margin: 0 5px -1px 0;
	background: #E1E8D2;
	border-right: solid 1px #6B6754;
	border-left: solid 1px #6B6754;
	border-top: solid 1px #6B6754;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.tabs dt.tabs.closed {
	background: #6B6754;
	padding: 5px 10px;
	border: solid 1px #6B6754;
}

.tabs dt.tabs.basic-details h3 {
	font-size: 11px;
	margin: 0;
}

.tabs dt.tabs.basic-details.open h3 a:link,
.tabs dt.tabs.basic-details.open h3 a:visited  {
	color: #6B6754;
}

.tabs dt.tabs.basic-details h3 a:link,
.tabs dt.tabs.basic-details h3 a:visited {
	text-decoration: none;
	color: #ffffff;
}

dd.tabs { 
	clear:both;
	background: #E1E8D2;
	margin: 0; 
	padding: 10px;
	border: solid 1px #6B6754;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px;
}

/********** Unpublished **********/

.system-unpublished {
    background: transparent;
}

/********** System Messages **********/

#system-message {
    margin: 20px 0;
    padding: 0;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}

/********** System Standard Messages **********/

#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
	background: #18862d;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
}

/********** System Error Messages **********/

#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #fff;
	background: #c71b1b;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/********** System Notice Messages **********/

#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
	background: #18862d;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* Slides: Hover state */
div.slider_slide.categoryvm a:hover {
    text-decoration: underline;
}

/* Slides: Active state */
div.slider_slide.active.categoryvm a,
div.slider_slide.active.categoryvm a:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Content area */
div.slider_content_wrapper.categoryvm div.slider_content {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

/* Rounded corners */
div.slider_container.rounded div.slider_slide.categoryvm a,
div.slider_container.rounded div.slider_slide.categoryvm a:hover,
div.slider_container.rounded div.slider_content_wrapper.categoryvm div.slider_content {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

div.slider_slide.categoryvm a,
div.slider_slide.categoryvm a:hover {
	display: block;
	width: auto;
	_width: 0%; /* IE hack */
	font-size: 14px;
	line-height: 1em !important;
	font-weight: bold;
	border: solid 0px #B4B4B4;
	background: transparent url(../images/gradient.png) repeat-x 0 -100px;
	text-decoration: none !important;
	/* for dynamic height titles */
	padding: 0px 0px 0px 0px;
	/* for fixed height titles */
	/*padding: 5px 10px 0 10px;
	height: 20px;
	_height: 25px;
	white-space: nowrap;*/
}


/* Slides: Hover state */
div.slider_slide.curlcorner a:hover {
    text-decoration: underline;
}

/* Slides: Active state */
div.slider_slide.active.curlcorner a,
div.slider_slide.active.curlcorner a:hover {
    background-color: #c01122;
    padding: 7px;	
    color: #ffffff;
}


/* Content area */
div.slider_content_wrapper.curlcorner div.slider_content {
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
}

div.sealsProduct{padding-bottom:80px; width:400px;}
div#jflanguageselection{display:none;}
div.HLCategoryContainer {width: 100%; height: 300px;}
div.HLProduct {width:33%;height:auto;float:left;border-right-width:2px;border-right-style:dotted;border-right-color:#ff9900;}
div#login_stretcher{height: 180px !important;}
div#homepage-slider{width: 950px; height: 340px;}
.categoryBox{width:100%; height: auto; overflow:auto; margin-left:auto; margin-right:auto;}
.categorySlider{width:230px;height:auto;padding-top:0px;padding-bottom: 20px;float:left;margin-left:auto;margin-right:auto;}
img.center{display:block; margin-left:auto; margin-right:auto;}
div#category-slider{width: 965px; height: 203px; box-shadow: 1px 1px 4px #1c1c1c;margin-left: auto; margin-right: auto;margin-bottom: 15px;background:#fff url(../images/loader.gif) center center no-repeat;}
h3.productH3{color: #c01122}
p.productDescription{margin-top:0px;margin-bottom:8px;}
questTitle{font-weight:bold;font-style:italic;display:block;}
div.tabbieContainer{margin-top: 18px;width: 100%;}
img.center { display: block; margin-left: auto; margin-right: auto;}
.purechat-widget-collapsed {width: 180px !important;margin-bottom: -10px;}
div#social-footer{width:100%; margin-left: auto; margin-right: auto; margin-top: 15px;}
.social-footer-icons{width:25px; height:25px;margin: 2px;}
ul.footer-menu-col li a {text-decoration: none; !important;}
ul.footer-menu-col li a:hover {text-decoration: underline;}
img.category-image{width:965px;height:203px;}
table.fancy {margin-left: auto;margin-right: auto;width:600px;}
div.videosliderbox {margin-left: auto;margin-right: auto;}
h2.videotitle{margin-top: 7px !important;margin-bottom: 7px !important;margin-left:55px !important;}
p.faqq{margin-bottom: 25px;}
div.social-footer{height: 50px;}
p.educationlink{margin-left: 55px;}
h2.educationtitle{margin-top: 4px !important;margin-bottom: 25px !important;}
div.educationsliderbox{margin-top: -5px;margin-bottom: 30px;}

h2.educationtitle-2 {
	margin-top: 30px !important;
}

.education-content {
	width: 95%;
	height: 150px;
	border: 1px solid #a1a1a1;
	padding: 15px 15px 15px 15px;
	margin-top: -1px;
}

.education-content-article {
	width: 95%;
	min-height: 160px;
	border: 1px solid #a1a1a1;
	padding: 30px 15px 30px 15px;
	margin-top: -1px;
}

.education-content:nth-child(even) {
	background-color: #f3f3f3;
}

.education-description h3 {
	font-size: 20px;
	font-weight: bold;
	 margin-top: -20px;
}

img.watch-video-button {
	margin-top: 25px;
}

timebadge {
	position: relative;
  	top: 125px;
  	left: -58px;
  	background-color: #000000;
  	color: white;
  	padding: 2px 10px 2px 10px;
  	border-radius: 6px;
  	font-weight: bold;
  	opacity: .75;
}

.education-description a {
	text-decoration: none;
}

.education-description {
	margin-left: 180px;
}

.education-content img {
	float: left;
}

img.video-thumb {
	height: 148px;
	width: 148px;
}

img.article-thumb {
	height: 148px;
	width: 148px;
	float: left;
}

.ingredientssliderbox {
	margin-top: -30px;
}

.ingredientstitle-2 {
	margin-top: 45px !important;
}

.ingredients-content {
	width: 100%;
	min-height: 220px;
	margin-top: 40px;
}

.ingredients-description {
	margin-left: 180px;
}

.ingredients-description p {
	margin-top: 20px;
}

.ingredients-content img {
	float: left;
	width:150px;
	height:auto;
	margin-top: 5px;
}



.homevidroll{
	display: block;
	width: 500px;
	height: 295px;
	background: url('../images/home-butterfly-gif-flapping.gif') bottom;
	text-indent: -99999px;
}

.homevidroll:hover, .homevidroll:hover:after {
	/*background: url('../images/home-butterfly-gif-fly-away.gif') bottom;*/
}

.homevidroll-expo{
	display: block;
	width: 500px;
	height: 295px;
	background: url('../images/live_coverage_vid_hover.jpg') bottom;
	text-indent: -99999px;
}

.homevidroll-expo:hover {
	background-position: 0 0;
}

.productvideo {
	width: 715px;
	height: 402px;
}

.faquestions {
	margin-bottom: 35px;
}

.faquestions a:link {
	color: #c01122;
	text-decoration: none;
}

.faquestions a:hover {
	color: #464646;
}

a.literaturelink{
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
p.italic{
	font-style: italic;
}

.faquestions-container {
	margin-bottom: 75px;
}

.faquestion {
	margin-top: 35px;
	margin-bottom: 35px;
}

h2.faqs{
	font-size: 16px !important;
}

h2.faqs-top,h2.faqs-top a:link{
	font-size: 16px !important;
	margin-top: 10px !important;
	margin-bottom: 10px	!important;
	font-weight: bold !important;
	line-height: 24px !important;
}

.faquestion p a {
	color: #464646;
	text-decoration: none;
}

.faquestion p a:hover {
	color: #000000;
	text-decoration: none;
}

.seals-notext {

}

.stateHeader {
	margin-top: 25px;
	color: #c01122;
}

.countryHeader {
	margin-top: 35px;
	color: #464646;
	font-weight: bold;
}

.sl_search_row {
	margin: 20px 0px;
}

#subscribeFormWelcome {
	margin-top: 10px;
}

.lunarsocial {
	margin-top:5px;
	margin-left: 540px;
	margin-bottom: 15px;
}

.retail-locations p {
	margin-top: 15px;
}

a.red {
	color: #ffffff;
	background-color:#c01122;
	padding: 7px;
	text-decoration: none;
}

.fancy tbody tr:nth-child(odd) {
	background: whitesmoke;
}

.fancy tbody tr:nth-child(even) {
	background: white;
}

.fancy tbody tr td:nth-child(even) {
	text-align: right;
}

h3.red {
	color: #c01122;
}

.disclaimer {
	display: none;
}

.article_separator{clear:both;display:block;height:30px;margin:0;background:url(../images/dot.gif) repeat-x center}

div#sl_search_container form div.sl_search_row input.buttonlink_small {
	margin-left: 15px;
	width:75px;
	background-color: #c01122;
	color: #fff;
	font-weight: bold;
}

div#sl_results_container div#sl_sidebar {
	width: 180px;
}

.rsform-submit-button, .rsform-button {
	background: #C01122 url(../images/bg-button.gif) repeat-x;
	border: solid 1px #464646;
	color: #fff;
	padding: 0;
	width: 225px;
	height: 35px;
	font-size: 18px;
}

.orderformtd label {
	margin-right: 15px;
	margin-left:5px;
}

.loginmod ul li {
	margin: 0 0 0 2px;
	padding: 2px 0 1px 17px;
	background: transparent url(../images/li.png) no-repeat 0 5px;
}

.loginmod fieldset input.button {
	width: 121px;
	height: 25px;
	text-transform: capitalize;
}

.facebook, .twitter, .youtube, .googleplus, .pinterest, .instagram{
	background: url(../images/sprites.png) no-repeat;
}

.facebook{
	background-position: 0 0;
}

.twitter{
	background-position: -25px 0;
}

.youtube{
	background-position: -50px 0;
}

.googleplus{
	background-position: 0 -25px ;
}

.pinterest{
	background-position: -25px -25px ;
}

.instagram{
	background-position: -50px -25px ;
}

.jobs {
	margin-top: 15px;
}

.jobs lh {
	font-weight: bold;
	font-size: 14px;
}

.jobs-location {
	font-size: 12pt; 
	line-height: 115%; 
	font-family: Arial, sans-serif; 
	color: #666666;
	font-weight: bold;
}

.chatwithus {
	display: block;
	background-color: rgb(192, 17, 34);
	border-color: rgb(192, 17, 34);
	border: solid 1px;
	cursor: pointer;
	position: fixed;
	right: 15%;
	z-index: 10000;
	bottom: 0;
	background-position: left 0;
}

.purechat.purechat-bottom-right	{
	margin-right: 200px;
	margin-bottom: 0.25px;
}


.padtop {
	margin-top: 15px;
}

div.mlist {
	margin-top: 15px;
	margin-left: 45px;
	font-weight: bold;
}

div.zopim {
	margin-right: 2px !important;
}

div#smoothtop {
	margin-bottom: 30px;
}

a.button-link-howto {
	background: transparent url("/templates/jm-eco-cosmetics-store/css/sliders/images/edu-articles.jpg") no-repeat top center;
	display: block;
	width: 100%;
  	height: auto;
	line-height: 110px;
	text-align: center;
	vertical-align: middle;
	color: #464646;
	font-size: 25px;
	_width: 0%;
	border: solid 0px #c01122;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 7px 0px 0px 0px;
	text-decoration: none;
	margin: 0 auto;
}

a.button-link-howto:hover, a.button-link-howto:active {
	background: transparent url("/templates/jm-eco-cosmetics-store/css/sliders/images/edu-articles_active2.jpg") no-repeat top center;
	color: #18862d;
}

.product-carousel-homepage {
  	margin-left: -22px;
  	margin-top: -18px;
  	margin-bottom: -20px;
}

.product-carousel-homepage a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

div#FlexibleCarouselProductDetails a.FlexibleCarouselProductDetails {
  margin-top: 4px;
  background-color: #c01122;
  display: block;
}

div#FlexibleCarouselProductDetails a.FlexibleCarouselProductDetails {
  -webkit-transition: all 250ms ease-in 0ms;
  -moz-transition: all 250ms ease-in 0ms;
  -o-transition: all 250ms ease-in 0ms;
  transition: all 250ms ease-in 0ms;
  background-color: transparent;
  box-shadow: 0 8px 5px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 8px 5px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 8px 5px rgba(255, 255, 255, 0.2) inset, 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border: 0px solid #c01122;
  padding: 5px 25px;
  text-align: center;
  width: 120px;
  letter-spacing: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  font: 600 12px Arial, Helvetica, sans-serif;
  margin: 10px;
  padding: 3px 0 3px;
  text-align: center;
  text-indent: 0;
  text-shadow: none;
  cursor: pointer;
}

div#FlexibleCarouselProductDetails a.FlexibleCarouselProductDetails:hover {
	 background-color: transparent;
	 color:#FFFFFF;
}