body {
	line-height: 1.60;
	
	font-weight: 400;
}
a:focus {
	outline: none;
}
hr {
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5, h6, .userfields_info, .result-title, span.title, .productdetails-view h1  {
	font-weight: 300;
	
}
h1 {
	font-size: 280%;
}
h2 {
	font-size: 200%;
}
h3, .productdetails-view h1 {
	font-size: 145%;
}
h4, span.title {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 120%;
}
ol {
	list-style: decimal;
}
li {
	margin-left: 30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, span.title {
	margin-bottom: 20px;
}
small {
	font-size: 85%;
}
legend {
	width: auto !important;
	border-bottom: 0 !important;
}

.button, button, a.button, .btn, .highlight-button,
a.product-details, input.addtocart-button, a.ask-a-question, .highlight-button, .vm-button-correct,
span.quantity-controls input.quantity-plus, span.quantity-controls input.quantity-minus, a.details {
	padding: 10px 17px 10px 17px;
	cursor: pointer;
	vertical-align: middle;
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
	line-height: 16px;
	
	border: none !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color, color !important;
	-ms-transition-property: background-color, color !important;
	-o-transition-property: background-color, color !important;
	-moz-transition-property: background-color, color !important;
	transition-property: background-color, color !important;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	text-align: center;	

}
a.button:hover, .submit:hover, button:hover, #panel_s .button:hover, a.product-details:hover, .highlight-button:hover {
	text-decoration: none !important;
}

.button.icon {
	padding:2px !important;
	float: left;
	margin-right: 5px;
}

.top-icon-label {
	font-size: 13px;
}

input.inputbox, textarea, .textarea, select.inputbox, input.validate-email, select.inputbox, .quantity-input, table.user-details input, #com-form-login-username input, select, 
#company_field, #title, #first_name_field, #middle_name_field, #last_name_field, #address_1_field, #address_2_field, #zip_field, #city_field, #virtuemart_country_id, 
#phone_1_field, #phone_2_field, #fax_field, #agreed_field, .contentpane #name, .contentpane #email, .contentpane #counter, .contact-input-box input,
.form-validate input, .login-fields #username, .login-fields #password, .coupon, input.vm-default {
	background: #ffffff;
	margin: 2px 0px;
	color: #505050;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	vertical-align: middle;
	font-weight: normal; font-size: 12px;
	-webkit-border-radius: 1px !important;
	-moz-border-radius: 1px !important;
	border-radius: 1px !important;
	border-width: 2px !important;
}

input.inputbox:hover, textarea:hover, .textarea:hover, select.inputbox:hover, input.validate-email:hover, select, 
select.inputbox:hover, .quantity-input:hover, table.user-details input:hover, #com-form-login-username input:hover, 
#company_field:hover, #title:hover, #first_name_field:hover, #middle_name_field:hover, #last_name_field:hover, #address_1_field:hover,
#address_2_field:hover, #zip_field:hover, #city_field:hover, #virtuemart_country_id:hover, #phone_1_field:hover, #phone_2_field:hover, 
#fax_field:hover, #agreed_field:hover, .contentpane #name:hover, .contentpane #email:hover, .contentpane #counter:hover, .contact-input-box input:hover, .form-validate input:hover, 
.login-fields #username:hover, .login-fields #password:hover, .coupon:hover, input.vm-default:hover {
	border: 2px solid rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
}

.contentpane #comment {
	margin-right: 10px !important;
	width: 70% !important;
}
img.shadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.296875) 0px 5px 5px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px !important;
	border-top-right-radius: 10px 10px !important;
	-moz-border-radius:10px 10px 10px 10px;
	-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
	margin-left: 3px;
}


input.invalid, select.invalid {
	border: 1px solid rgba(204, 0, 0, 0.5) !important;
	-moz-box-shadow: 0px 1px 5px rgba(204, 0, 0, 0.7) !important;
	-webkit-box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
	box-shadow: rgba(204, 0, 0, 0.7) 0px 1px 5px !important;
}

.cnbg-handler {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: -1;
}

.cnbg-handler:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: -404px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 3600px 404px 0;
}

#footer {
	position: relative;
	min-height: 150px;
}

.body-handler {
	position: relative;
	overflow: hidden;
}

.body-handler:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 150px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 404px 3600px;
	border-color: transparent transparent #4d4d4d transparent;
	z-index: -1;
}

.msc-container {
	padding: 20px;
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
}

.bottom-bg-handler-1 {
	-webkit-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 3px 20px rgba(0,0,0,0.19);
	box-shadow: 0px 3px 20px rgba(0,0,0,0.19);	
}

.bottom-bg-handler-2 {
	padding: 20px;
	margin-top: -40px;
}

.site-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: #ffffff url(../images/loading8.gif) no-repeat 50% 50%;
	visibility: hidden;
	z-index: 9999999;
}

.clear-sep {
	clear: both;
}
a:focus {
	border: 0;
	outline: 0;
}
/* anchors
----------------------------------------------- */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#info-line {
	padding: 6px 0px;
	min-height: 16px;
}

#info-line p {
	margin-bottom: 0px;
}

#info-line img {
	vertical-align: middle;
	margin: 0px 3px 0px 10px;
}

#info-line * {
	min-height:16px;
}

#top-navigation-bar {
	position: relative;
	z-index: 999;
	font-size: 14px;
	font-weight: 300;
	padding: 20px 0px;
}

.overhide {
	overflow: hidden;
}

.page-bg {
	position: relative;
}

.page-bg:before, .page-bg:after {
	content: "";
	position: absolute;
	top: 0px;
	background: url('../images/page-bg-img.png') no-repeat 0 0;
	height: 497px;
	width: 17px;
	display: block;
}

.page-bg:before {
	left: -17px;
}

.page-bg:after {
	right: -17px;
	background-position: -17px 0px;
}

.shaded-bg {
	padding: 0px 30px;
}

#header-welcome-box {
	position: relative;
	z-index: 99;
	min-height: 408px;
	overflow-x: hidden;
}

#header-welcome-box:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 133px 0 0 1170px;
	z-index: 1;
}

#header-welcome-box [class*="moduletable"]:first-child {
	padding: 150px 30px 0px 0px;
	font-size: 16px;
	font-weight: 300;
    position: relative;
    z-index: 11;
}

#header-welcome-box h1, #top-long [class*="moduletable"] h1 {
	font-size: 24px;
}

#header-welcome-box h1 span, #top-long [class*="moduletable"] h1 span {
	font-size: 30px;
}

#top-navigation-bar p {
	margin: 5px 0px !important;
}

#bottom-long{
	padding: 8px 0px 10px 0px;
}

#nav-line #brcr {
	padding: 10px 10px;
}

#main-content-handler {
	margin-bottom: 10px;
}

.tmp-content-area {
	padding-bottom: 10px;
}

#tab-modules {
	padding: 0px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}

#top-modules {
	padding-top: 30px;
	overflow: hidden;
}

#tmp-container {
	margin: 0 0px;
}

#top-long {
	font-weight: 300;
	padding-top: 85px;
	padding-bottom: 55px;
	font-size: 114%;
}

#top-long .backstretch {
	z-index: 1 !important;
}

#top-long .backstretch img {
	top: 0px !important;
}

#top-long [class*="moduletable"] {
	padding: 0px 6%;
}

#top-long [class*="moduletable"] .module-content {
	padding-top: 160px;
	z-index: 8;
	position: relative;
}

#top-long [class*="moduletable"] > h3 {
	position: absolute;
	width: 88%;
}

#top-long [class*="moduletable"] > h3 .h-cl {
	font-weight: 100;
	font-size: 740%;
	position: absolute;
	top: -20px;
}

#top-long [class*="moduletable"] > h3 .h-cr {
	font-weight: 900;
	font-size: 520%;
	position: absolute;
	top: 20px;
	left: 55px;
	width: 100%;
}

.testi-title  {
	position: absolute;
	width: 100%;
	text-align: right;
}

.testi-title .h-cl {
	font-weight: 300;
	font-size: 430%;
	position: absolute;
	top: 0px;
	right: 73px;
	display: block;
}

.testi-title .h-cr {
	font-weight: 900;
	font-size: 340%;
	position: absolute;
	top: 40px;
	right: 95px;
	text-align: right;
	display: block;
}

#top-long [class*="moduletable"] .button {
	font-size: 102%;
	font-weight: 500;
	padding: 15px 22px;
}

#top-long h1, #top-long h2, #top-long h3, #top-long p {
	margin-bottom: 30px;
}

#top-long-2 {
	padding-top: 30px;
}

.customers-box-handler .owl-wrapper-outer {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.customers-box-handler .module-content {
	font-size: 100%;
}

.customers-box-handler .owl-item > li, .owl-item > div {
	padding: 0px !important;
}

.customers-box-handler .module-content strong {
	font-size: 12px;
}

#testimonials {
	overflow: hidden;
	padding: 20px 0px;
	position: relative;
	margin-bottom: 40px;
}

#testimonials:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 133px 1170px 0 0;
}

#testimonials .customers-box-handler > .row-fluid {
	padding-top: 160px;
}

#testimonials .tab-pane p {
	padding-left: 3px;
	padding-right: 3px;
}

.cite-sign-left {
	position: relative;
}

.cite-sign-left:before {
	content: "\0022";
	position: absolute;
	top: -30px;
	left: -30px;
	font-size: 72px;
}

#customers-box .owl-theme .owl-controls {
	position: static !important;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	display: block;
	height: 100%;
	font-size: 100%;
	text-decoration: none !important;
}

#top-com-handler {

}

#top-com-handler #system-message-container {
	margin-bottom: 20px;
}

#top-com-handler .close {
	width: 20px;
	height: 20px;
	top: -10px;
	right: -14px;
	opacity: 1;
}

#top-com-handler .alert {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	color: #333333;
}

#top-background {
	width: 100%;
	height: 400px;
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
}

#top-handler {
	position: relative;
	padding:0px;
}

#top-handler .th-shadow {
	position: absolute;
	top: -1px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 1px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
}

#top {
	margin: 0px auto;
}

.inner {
	padding: 0px 40px;
}

#site-name-handler {
	float: left;
}

#tpr-nav {
	margin-left: 0px;
}

#top-nav-handler {
	padding-top: 0px;
}

#sn-position {
	position: relative;
}
#sn-position .h1 {
	position: absolute;
	letter-spacing: 0px;
	z-index: 9;
	margin:0px;
	padding: 0px;
	font-weight: 900;
	line-height: 1em;
}

#sn-position .h1 span {
	font-weight: 300;
}

#sn-position .h2 {
	position: absolute;
	z-index: 8;
	margin:0px;
	padding: 0px;
	font-weight:300;
	letter-spacing: 0px;
}
#sn-position .h1 a, #sn-position .h1 a:hover {
	text-decoration: none;
}

#sn-position .h1 strong, #sn-position .h2 strong, #sn-position .h1 b, #sn-position .h2 b {
	font-weight: 900;
}

#LoginForm {
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
}

#LoginForm.modal {
	padding: 20px;
	width: 330px;
	margin-left: -175px;
}

#LoginForm.modal .modal-header, #socialModal.modal .modal-header {
	border-bottom: 0 !important;
	padding: 9px 0px;
}

#LoginForm.modal input.inputbox {
	padding: 10px 3%;
	font-size: 16px;
	width: 92%
}

.close-lgform-button, .Follow-Us-close {
	width: 30px;
	height: 30px;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	line-height: 30px;
	float: right;
	color: #666666;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
	text-decoration: none !important;
}

#LoginForm .modal-body .userdata {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#LoginForm .modal-body {
	max-height: 350px;
	min-height: 280px;
	padding: 45px 0px;
}

#LoginForm .caret {
	margin-top: 8px;
}

#LoginForm .btn-group > .dropdown-menu {
	font-weight: 700; font-size: 12px;
	text-align: left;
	border: 0;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#LoginForm .btn-group > .button {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	padding: 14px 22px;
}

#LoginForm .btn-group > .button.dropdown-toggle {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	margin-left: 0px;
	padding: 14px 6px;
}

#LoginForm .modal-header #myModalLabel, #socialModal #myModalLabel2 {
	font-weight: 300; font-size: 24px;
	letter-spacing: 0px;
}

#LoginForm .btn-group > .dropdown-menu a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

#LoginForm .button.dropdown-toggle {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#LoginForm .modal-body .userdata label { display: inline; }

#LoginForm .modal-body ul {
	padding: 0px;
	margin: 0px;
}

#LoginForm .modal-body ul li {
	padding: 0px;
	margin: 0px;
	background: none;
}

.lg-row {
	width: 100%;
	margin: 0px auto;
	padding: 8px 0px;
}


div.modal {
	border: none;
}

div.modal,select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.quick-menu, #cl-handler {
	float: right;
}

.log-panel, .quick-menu {
	margin: 0px !important;
	list-style: none;

}

.quick-menu {
	margin-right: 10px !important;
}

.quick-menu .menu, .log-panel {
	margin: 0px !important;
	padding: 0px !important;
}

.log-panel li, .quick-menu .menu li {
	margin: 0 !important;
	padding: 0px !important;
	list-style: none;
	display: inline-block;
}

.log-panel li a, .quick-menu .menu li a {
	padding: 10px 20px 10px 0px;
	display: inline-block;
	text-decoration: none;

}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity:0.97;
}
.modal-backdrop, #fancybox-overlay{background:#ffffff !important;}
.fancybox-bg {opacity:0.3}
#fancybox-overlay{opacity:0.9 !important;}

.b-modal{
-webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
box-shadow: 0 3px 24px rgba(0, 0, 0, 0.2);
border:0;
}

#main-content-handler {
	padding: 30px;
}

#content-handler {
	z-index: 1;
	position: relative;
}

#cart, #currency {
	float: right;
	font-weight: 300;
}

#currency {
	padding: 6px 5px 3px 15px;
}


#search-position #vmCartModule {
	position: relative;
	float: right;
	top: 35%;
}

#top {
	position: relative;
}

.is-navline {
	margin-bottom: 0px !important;
}

.cart-button .popover.bottom .arrow{left:150px;top: -7px;}

.cart-button .popover{opacity:0;
	left: auto;
	right: -2px;
	width:172px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	top: 45px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}
.cart-button:hover .popover{opacity:0.90;top:50px;display:block;border: none;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.cart-button .popover-content{text-align:center;padding: 20px;}
.cart-button .popover-content p {margin: 0px;padding:0px;;}

.cart-button {float:right;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

.show-both { float:right;text-align:right;padding:6px 10px; }
.show-cart { float:right;margin-right:0px;}

#vmCartModule div.panel2 {
	padding-bottom: 0px;
	display:none;
	position: absolute;
	top: 59px;
	right: 0px !important;
	width:300px;
	right: -1px;
	z-index: 300000;
	margin: 0;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	box-shadow: 0px 1px 5px rgba(0,0,0,.25);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

#cart .vmCartModule .total, #cart .vmCartModule .total_products {
	float: left;
	padding: 10px 4px;
}

#cart .vmCartModule .show_cart {
	float: right;
}

#cart .show_cart a#cartpanel, #cart .show_cart a {
	float: right;
	margin-right: -1px;
	padding: 10px 15px;
	font-weight: 600;
	text-decoration: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, color;
	-ms-transition-property: background-color, color;
	-o-transition-property: background-color, color;
	-moz-transition-property: background-color, color;
	transition-property: background-color, color;
}

#cart a#cartpanel:hover {
	text-decoration: none;
}

.cartpanel .show-cart-link {
	clear: both;
	padding: 28px 0px 20px 20px;
	display: block;
	font-weight: bold;
}

.cartpanel {
	text-transform: none;
}

.cartpanel .show-cart-link a {
	float: none !important;
}

.cartpanel .vm_cart_products {
	padding: 0px 20px 20px 20px;
}

#vmCartModule div.panel2 .cartpanel .total {
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.05);
}

.cartpanel span.closecart, .cartpanel span.closecart:hover, .closemenu, .closemenu:hover {
	opacity: 1.0;
	font-weight: 300; font-size: 30px; line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
    position:absolute;
    right:-16px;
    top:-18px;
    cursor:pointer;
}

.closemenu {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.cartpanel span.closecart, .cartpanel span.closecart:hover {
    right:-15px;
    top:-15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
}

#currency .currency-label {
	float: left;
}

#currency form {
	padding: 0px;
	margin: 0px;
}

#currency input.button {
	width: 16px;
	height: 16px;
	text-indent: -99999px;
	float: right;
	padding: 0px;
	margin: 2px;
	background-image: url('../images/change-currency.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
}

.row-fluid .ex-span2 {
	width: 17.92%;
}

.row-fluid .ex-span1_5 {
	width: 14.46%;
}

#top-sticky-panel .container {
	position: relative;
}

#top-sticky-panel .container .h1 {
	line-height: 100%;
}

#searchpanel1, #searchpanel2  {
	display: none;
	float: left;
}

#stickymenuButton, #searchOpenButton2, #searchOpenButton1 {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	width: 50px;
	height: 50px;
}

#stickymenuButton {
	float: right;
	background-image: url(../images/res-menu-icon.png);
}

#stickymenupanel {
	position: absolute;
	display: none;
	top: 50px;
	right: 0px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	height:340px !important;
	width: 340px !important;
	padding: 20px !important;
	overflow: hidden;
	z-index:1039;
}

.search-panel {
	float: right;
	position: relative;
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid; 
	width:50%;
}

.search-panel form {
	margin: 0px;
	padding: 0px;
}

.search-panel .inputbox {
	width: 64%;
	padding: 8px;
	height: 20px;
	float: left;
	margin: 0px;
	border: 0px !important;
}

.search-panel .button {
	padding: 0 !important;
	width: 38px;
	height: 38px;
	margin: -1px;
	float: right;
	display: block;
	text-align: left;
	text-indent: -9999px;
	background-image: url(../images/search-icon.png) !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-border-radius: 0px 3px 3px 0px !important;
	-moz-border-radius: 0px 3px 3px 0px !important;
	border-radius: 0px 3px 3px 0px !important;
}

#cl-handler .cl-handler {
	padding: 0px;
	float: right;
}

#cl-handler .cart-button {
	position: relative;
	margin: 0px !important;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: right;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	cursor: pointer;
	font-size: 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.cart-button .products-number {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    font-size: 10px;
    position: absolute;
    bottom: -6px;
    right: -4px;
    text-align: center;
    overflow: hidden;
}

.cart-button .products-number .total_products {
    width: 20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
	line-height: 20px;
	font-size: 10px;
}

#cl-handler .cart-button:hover {
	opacity: 1;
}

#cl-handler .show-both {
	padding: 6px 10px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 14px;
	display: none;
}

#cl-handler #vmCartModule {
	position: relative;
}
	
#cl-handler .is-empty {
	text-transform: uppercase;
	padding: 0px 10px;
	height:36px;
	font-weight: normal;
	font-size: 100%;
	line-height: 36px;
}

#cl-handler.tiny #search-position {
	transition: all 500ms;
	position: fixed;
	top: 20px;
	right: 0px;
	margin-right: 10px;
	z-index: 1043;
}

#cl-handler.tiny div.cl-handler {
	transition: all 500ms;
	position: fixed;
	top: 68px;
	right: 0px;
	margin-right: 10px;
	z-index: 1053;
}

#cl-handler.tiny div.cl-handler #vmCartModule div.panel2 {
	top: 18px !important;
	right: 18px !important;
}

#searchOpenButton {
	border: 0px;
	padding: 0;
	margin: 0 !important;
	width: 36px;
    height: 36px;
    line-height: 36px;
	font-size: 18px;
	text-align: center;
	float: right;
	cursor: pointer;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
	
}

#search-position {
	position: relative;
	width: 36px;
	height: 36px;
	float: right;
	margin-right: 0px;
}

#search-position #searchpanel {
	display: none;
	position: absolute;
    right: 36px;
    height: 36px !important;
    width: 240px;
    top: 0px;
    z-index: 30;
}

#search-position form {
	margin-bottom: 0px;
}

#search-position .button {
	padding: 8px 10px;
	margin: 2px 2px 2px 0px;
}

#search-position .search, #search-position .finder {
	vertical-align: top;
	text-align: right;
	clear: both;
	overflow: hidden;
	width: 240px;
}

#search-position .inputbox {
	margin-top: 0px;
	margin-right: 0px;
	font-size: 13px;
	font-weight: 400;
	height: 20px;
	min-height: 0 !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: auto;
	border: 0px;
	background: none;
	float: left;
	padding: 7px 12px;
	background: transparent !important;
} 

#search-position .search {

}

#searchForm label { display: inline-block;}

.scroll-bg {
	background: #ffffff;
	box-shadow: 0px 1px 14px rgba(0,0,0,0.07);
	width: 330px;
	height: 330px;
	padding: 5px;
}

.scroll-bg .sticky-menu-content > ul {
	padding:0px !important;margin:5px !important;
}

.scroll-bg ul ul {
	padding:0px !important;margin:0px !important;
}

.scroll-bg ul li {
	padding: 4px 0px 0px 4px !important;
}

.scroll-bg ul li ul li {
	padding: 4px 0px 0px 20px !important;
}

.scroll-bg ul li a {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 12px;
}

.scroll-bg ul .clear { display: none !important; }

#boxscroll{overflow:auto;cursor:default !important;height:330px;width:330px;}

#boxscroll:active{cursor:url(../images/grabbing.png) 8 8,move !important;}


/* Breadcrumbs
----------------------------------------------- */

#breadcrumb-line {
	padding: 15px 30px;
}

#breadcrumb-line #brcr {
	min-height: 0;
}
/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}
/* table
----------------------------------------------- */
table {
	width:100%;
	margin-bottom:10px;
}
col.colC {
	width:8em;
}
td {
	padding: 8px 10px;
	text-align:left;
}
thead th, table th {
	padding: 8px 10px;
	text-align:left;
	font-weight: bold;
	font-size: 100%;
}
tbody th, tbody td {
}
tfoot th, tfoot td {
	border-top:2px solid #ededed;
}
/* forms
----------------------------------------------- */
fieldset {
	padding:10px 0px;
	position:relative;
	margin:0px 0px 10px 0px;
	
}
legend {
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
	padding: 4px 0px;
	vertical-align: middle;
}
fieldset.login p {
	margin-bottom:1em;
	margin-top:0pt;
}
fieldset p label {
	width:98%;
}
fieldset p input {
	width:98%;
}
fieldset p select {
	width:99%;
}
fieldset.login p label {
	float:left;
	line-height:2em;
	margin-right:3%;
	text-align:right;
	width:32%;
}
fieldset.login p input {
	width:60%;
}
fieldset.login input.button {
	margin-left:35%;
}
form p.notice {
	font-weight:bold;
}
input.search.text {
	width:66%;
}
input.search.button {
	width:28%;
	margin-left:2%;
}


/* Modules Layout
----------------------------------------------- */

#footer {
	padding: 20px 0px;

}
#footer ul li a {
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: none;
}

#footer #footer-line {
	padding: 5px 0px;
}
#footer #footer-line .moduletable_empty {
	background: none;
}
#foo-left-right {
	clear: both;
}
#footer-left {
	float: left;
	width: 50%;
}
#footer-right {
	float: right;
	width: 50%;
}

#bottom-bg {
	padding: 0px 30px 20px 30px;
	margin-top: 133px;
	position: relative;
}

#bottom-bg:after {
	content: "";
	position: absolute;
	top: -133px;
	right: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 133px 1170px;
	
}

.bot-bg {
	overflow: hidden;
}

#bottom-bg h3 {
	font-weight: 400;
	font-size: 130%;
}

#bot-modules {
	position: relative;
	padding: 20px 0px 5px 0px;
	margin-bottom: 20px;
}

#bot-modules-2 ul li,#bot-modules-2 ul {
	padding: 3px 0px;
	margin: 0px;
	background-image: none;
	list-style: none;
}

#lbOverlay {
	z-index: 99999999999 !important;
}
#lbCenter, #lbBottomContainer {
	z-index: 999999999999 !important;
}

#foo-left-right {
	clear: both;
	padding: 0px;
}
.no-foo-lr-line {
	border-top: 0px !important;
}
.moduletable_style2 {
	border: none;
}
.moduletable_style2 h3 {
	font-size: 145%;
}

#vertical_slide {
	z-index: 999999;
	opacity: 0.96;
}

img {
	max-width: 100%;
}

#slideshow-handler {
	position: relative;
	margin: 0px auto 0px auto;
}

#header-left-handler {
	position: fixed;
	left: 0px;
	z-index: 1040;
}

#header-left-panel {
	float: left;
	opacity: 1 !important;
	display: none;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.25);

}

#hl-panel-handler {
	padding: 10px;
}

#hl-open {
	float: left;
	width: 40px;
	position: relative;
	z-index: 1041;
	cursor: pointer;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.25);

}

#hl-open-label {
	position: absolute;
	height: 40px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-weight: 700;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}

#header-right-handler {
	position: fixed;
	right: 0px;
	z-index: 1030;
}

#header-right-panel {
	float: right;
	opacity: 1 !important;
	display: none;
	overflow: hidden;
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: -2px 2px 5px rgba(0,0,0,0.25);

}

#hr-panel-handler {
	padding: 10px;
}

#hr-open {
	float: right;
	width: 40px;
	position: relative;
	cursor: pointer;
	-webkit-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: -2px 2px 5px rgba(0,0,0,0.25);
	box-shadow: -2px 2px 5px rgba(0,0,0,0.25);

}

#hr-open-label {
	position: absolute;
	text-align: right;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-weight: 700;
	font-size: 12px;
	line-height: 40px;
	text-transform: uppercase;
}

.info-line-handler {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	line-height: 12px;
	text-transform: uppercase;
	padding-top: 5px;
}


/*
-----------------------------------------------
Navigation
----------------------------------------------- */

#menu {
  display: block;
}

.menu-space {
	margin-bottom: 20px;
}

#menu .menu-nav, #menu #mainlevel-nav {
  list-style: none;
  padding: 0px;
  margin: 0;
  z-index: 5001 !important;
  display: inline;
}

#megamenu-handler {
	padding: 0px;
}

#megamenu-handler .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.megamenu-background {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#megamenu-handler .moduletable_menu .module-content > ul:first-child {
	position: static !important;
	display: block !important;
	visibility: visible !important;
	float: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
}

#megamenu-handler .moduletable_menu .module-content > ul:first-child > li > ul {
	left: 100% !important;
}

/* ESSENTIAL STYLES
----------------------------------------------- */

.menu-nav, .menu-nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu-nav {
	line-height:	1.0;
}
.menu-nav ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu-nav ul li {
	width:			100%;
}
.menu-nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu-nav li {
	float:			left;
	position:		relative;
}
.menu-nav a {
	display:		block;
	position:		relative;
}

.menu-nav a.button {
	display: inline-block;
	font-weight: bold;
	padding: 6px 18px 5px 18px;
}

.menu-nav li:hover ul,
.menu-nav li.sfHover ul {
	left:			0px;
	top:			3.10em; /* match top ul list item height */
	z-index:		1000;
	
}

#mega-menu > li > ul {
	padding: 20px !important;
}

#mega-menu .owl-theme .owl-controls {
	top: -34px !important;
}

#mega-menu p {
	margin-bottom: 10px !important;
}

#megamenu-handler #mega-menu.menu-nav > li:last-child {
	border-right: 0 !important;
}

#megamenu-handler #mega-menu.menu-nav > li:hover > ul,
#megamenu-handler #mega-menu.menu-nav > li.sfHover > ul {
	top: 4.20em;
}

ul.menu-nav li:hover li ul, ul.menu-nav li.sfHover li ul,
ul.menu-nav li li:hover li ul, ul.menu-nav li li.sfHover li ul,
ul.menu-nav li li li:hover li ul, ul.menu-nav li li li.sfHover li ul,
ul.menu-nav li li li li:hover li ul, ul.menu-nav li li li li.sfHover li ul
{
	top:			-999em;
}
ul.menu-nav li li:hover ul, ul.menu-nav li li.sfHover ul,
ul.menu-nav li li li:hover ul, ul.menu-nav li li li.sfHover ul,
ul.menu-nav li li li li:hover ul, ul.menu-nav li li li li.sfHover ul,
ul.menu-nav li li li li li:hover ul, ul.menu-nav li li li li li.sfHover ul
{
	left:			10em; 
	top:			0;
}

.moduletable_menu.vertical .menu-nav li {
	float: none;
	width: 100%;
	display: block;
}

.moduletable_menu.vertical .menu-nav li a {
	font-size: 100% !important;
	font-weight: 400 !important;
}

ul#mega-menu > li > a {
	font-weight: 700 !important;
	font-size: 14px !important;
	padding: 5px 9px !important;
}

.menu-nav {
	float:left;
}
.menu-nav a {
	padding: 12px 15px;
	text-decoration:none;
}

.menu-nav a, .menu-nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}

.menu-nav li li a {}

.menu-nav > li > a {
    position: relative;
    height: 40px;
    padding: 0px 20px 0px 0px !important;
    font-weight: 300;
	font-size: 14px;
	line-height: 40px;
}

.moduletable_menu.vertical .menu-nav > li > a {
	padding: 0px 0px 0px 0px !important;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.moduletable_menu.vertical .menu-nav > li > a:hover,
.moduletable_menu.vertical .menu-nav > li:hover > a, .moduletable_menu.vertical .menu-nav > li.sfHover > a {
	padding: 0px 10px 0px 10px !important;
}

.menu-nav > li:first-child > a .image-title {
	display: none;
}

.menu-nav > li > a > span {
	position: relative;
}

.menu-nav > li > a > span small {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	top: -45px;
	right: -14px;
	font-size: 9px;
	line-height: 11px;
	font-weight: 700;
	padding: 1px 5px;
	z-index: 1;
	opacity: 0;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.menu-nav > li > a:hover > span small {
	opacity: 1;
	top: -11px;
}

.moduletable_menu.vertical .menu-nav > li > a > span {
	display: block;

}

.moduletable_menu.vertical .menu-nav > li > a > span small {
	top: 50%;
	margin-top: -7px;
	right: -20px;
	left: auto;
}

.moduletable_menu.vertical .menu-nav > li > a:hover > span small {
	right: 20px;
	left: auto;
}

.moduletable_menu.vertical .menu-nav > li > a .sf-sub-indicator {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 5px;
}

.moduletable_menu.vertical .menu-nav > li > a {
    position: relative;
    height: 34px !important;
	line-height: 34px !important;
}

.moduletable_menu.vertical .menu-nav > li > a > span small:before {
	display: none;
}

.menu-nav > li > a > span small:before {
	content: " ";
	position: absolute;
	bottom: -10px;
	right: 50%;
	margin-right: -6px;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
}

.menu-nav li:first-child {
	background-image: none;
}

.menu-nav > li > a .link-has-image {
	display: block;
	margin: -5px;
}

.menu-nav > li > a .link-has-image img {
	max-height: 26px;
}

#mega-menu.menu-nav > li > a.sf-with-ul {
	padding-right: 20px !important;
}

#mega-menu.menu-nav > li > a.sf-with-ul .sf-sub-indicator {
	width: 16px;
	height: 16px;
	text-indent: 0px !important;
	position: absolute;
	top: 2px;
    right: -7px;
}

.menu-nav ul > li a {
	font-weight: 400;
	font-size: 12px;
	text-transform: none;
}

ul#nav {
	margin-left: -10px;
	padding: 4px 0px;
}

.menu-nav li {
	background:	none;
}
.menu-nav li li {
	background: none;
	padding: 0px;
}
.menu-nav li li li {
	background: none;
}

.menu-nav ul li:first-child, .menu-nav ul li.clear {
	border-top: none;
}

.menu-nav li:hover, .menu-nav li.sfHover,
.menu-nav a:focus, .menu-nav a:hover, .menu-nav a:active {
	outline: 0;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color, -webkit-box-shadow;
	-ms-transition-property: background-color, box-shadow;
	-o-transition-property: background-color, box-shadow;
	-moz-transition-property: background-color, -moz-box-shadow;
	transition-property: background-color, box-shadow;
}

.menu-nav li li:hover, .menu-nav li li.sfHover,
.menu-nav li li a:focus, .menu-nav li li a:hover, .menu-nav li li a:active {
	text-decoration: none;
	outline:		0;
}

.menu-nav ul {
	opacity: 0.95;
	padding: 10px 10px 10px 10px !important;
	-moz-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
	box-shadow: 0px 3px 15px rgba(0,0,0,.25);
}

.menu-nav ul ul {
	opacity: 1.0;
	padding: 10px 10px !important;
	margin: -10px 10px 10px 0px;
}

.menu-nav ul ul .top-arrow {
	display: none;
}

.menu-nav li li a {
	padding: 8px 10px;
	font-weight: normal;
	line-height: 18px;
}


/*** arrows **/
.menu-nav a.sf-with-ul {
/*	padding-right: 	2.25em; */
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	top:			12px; /* IE6 only */
	width: 0px;
	height: 0px;
	right: 0.15em;
	text-indent: 	-999em;

	border-style: solid;
	border-width: 4px;
	border-color: transparent;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			12px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -11px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu-nav ul .sf-sub-indicator { background-position:  -11px 0; }
.menu-nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-nav ul a:focus > .sf-sub-indicator,
.menu-nav ul a:hover > .sf-sub-indicator,
.menu-nav ul a:active > .sf-sub-indicator,
.menu-nav ul li:hover > a > .sf-sub-indicator,
.menu-nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -11px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
**/

ul.columns-2 li {
	width: 50% !important;
}

ul.columns-2 li li, ul.columns-3 li li, ul.columns-4 li li, ul.columns-5 li li {
	width: 100% !important;
}

ul.columns-2 li ul, ul.columns-3 li ul, ul.columns-4 li ul, ul.columns-5 li ul {
	left: 100% !important;
}

ul.columns-3 li {
	width: 33.3% !important;
}

ul.columns-4 li {
	width: 25% !important;
}

ul.columns-5 li {
	width: 20% !important;
}

body div.panel1 {
	position: absolute;
	top: 10%;
	left: 10%;
	display: none;
	width: 80%;
	height: auto;
	z-index: 300000;
	margin: 0;
	float: right;
	height: auto;
	-moz-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 2px 30px rgba(0,0,0,.45);
	box-shadow: 0px 2px 30px rgba(0,0,0,.45);
}


body div.panel1 .menupanel {
	padding: 20px;
}

body div.panel1 .menupanel a:hover {
	text-decoration: none;
}

.menupanel ul.selectnav {
	list-style: none;
}
.menupanel ul.selectnav li {
	margin: 0px !important;
}
.menupanel ul.selectnav li a {
	padding: 5px 5px 4px 5px;
	display: block;
}

a.menupanel { display: none;}

/* Pagination
-------------------------------------- */

ul.pagination {
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

ul.pagination li {
  background: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 5px !important;
}

/* Moduletable menus
----------------------------------------------- */
ul.menu {
  list-style:none;
}

ul.menu li {
  margin:0;
  padding: 2px 0px 4px 0px;
}

a.sublevel {
  display:block;
  padding:4px 0px 4px 24px;
  height: 100%;
  background: url(../images/ul-li-default.png) no-repeat 0 5px;
}

/* submenus
----------------------------------------------- */
ul.menu ul {
  list-style:none;
  margin:0;
}

ul.menu li ul li {
  background: none;
  margin:0;
  padding: 2px 0px 4px 22px;
}

ul.menu ul li a {
  padding-left:30px;
}

/* Quick Menu Links
----------------------------------------------- */

#quick-menu {
	float: left;
}

#quick-menu ul {margin-left:0px;margin-bottom:0px;}

#quick-menu li {
	list-style: none;
	padding: 0px 0px 0px 26px !important;
	margin: 0px;
	display: inline;
}

#quick-menu p {
	padding:0px;
	margin: 5px 0px;
}

/* Social Links
----------------------------------------------- */


@charset "UTF-8";

@font-face {
  font-family: "socicon";
  src:url("../fonts/socicon.eot");
  src:url("../fonts/socicon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/socicon.woff") format("woff"),
    url("../fonts/socicon.ttf") format("truetype"),
    url("../fonts/socicon.svg#socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.socicon-modelmayhem:before {
  content: "\e000";
}
.socicon-mixcloud:before {
  content: "\e001";
}
.socicon-drupal:before {
  content: "\e002";
}
.socicon-swarm:before {
  content: "\e003";
}
.socicon-istock:before {
  content: "\e004";
}
.socicon-yammer:before {
  content: "\e005";
}
.socicon-ello:before {
  content: "\e006";
}
.socicon-stackoverflow:before {
  content: "\e007";
}
.socicon-persona:before {
  content: "\e008";
}
.socicon-triplej:before {
  content: "\e009";
}
.socicon-houzz:before {
  content: "\e00a";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-paypal:before {
  content: "\e00c";
}
.socicon-odnoklassniki:before {
  content: "\e00d";
}
.socicon-airbnb:before {
  content: "\e00e";
}
.socicon-periscope:before {
  content: "\e00f";
}
.socicon-outlook:before {
  content: "\e010";
}
.socicon-coderwall:before {
  content: "\e011";
}
.socicon-tripadvisor:before {
  content: "\e012";
}
.socicon-appnet:before {
  content: "\e013";
}
.socicon-goodreads:before {
  content: "\e014";
}
.socicon-tripit:before {
  content: "\e015";
}
.socicon-lanyrd:before {
  content: "\e016";
}
.socicon-slideshare:before {
  content: "\e017";
}
.socicon-buffer:before {
  content: "\e018";
}
.socicon-disqus:before {
  content: "\e019";
}
.socicon-vkontakte:before {
  content: "\e01a";
}
.socicon-whatsapp:before {
  content: "\e01b";
}
.socicon-patreon:before {
  content: "\e01c";
}
.socicon-storehouse:before {
  content: "\e01d";
}
.socicon-pocket:before {
  content: "\e01e";
}
.socicon-mail:before {
  content: "\e01f";
}
.socicon-blogger:before {
  content: "\e020";
}
.socicon-technorati:before {
  content: "\e021";
}
.socicon-reddit:before {
  content: "\e022";
}
.socicon-dribbble:before {
  content: "\e023";
}
.socicon-stumbleupon:before {
  content: "\e024";
}
.socicon-digg:before {
  content: "\e025";
}
.socicon-envato:before {
  content: "\e026";
}
.socicon-behance:before {
  content: "\e027";
}
.socicon-delicious:before {
  content: "\e028";
}
.socicon-deviantart:before {
  content: "\e029";
}
.socicon-forrst:before {
  content: "\e02a";
}
.socicon-play:before {
  content: "\e02b";
}
.socicon-zerply:before {
  content: "\e02c";
}
.socicon-wikipedia:before {
  content: "\e02d";
}
.socicon-apple:before {
  content: "\e02e";
}
.socicon-flattr:before {
  content: "\e02f";
}
.socicon-github:before {
  content: "\e030";
}
.socicon-renren:before {
  content: "\e031";
}
.socicon-friendfeed:before {
  content: "\e032";
}
.socicon-newsvine:before {
  content: "\e033";
}
.socicon-identica:before {
  content: "\e034";
}
.socicon-bebo:before {
  content: "\e035";
}
.socicon-zynga:before {
  content: "\e036";
}
.socicon-steam:before {
  content: "\e037";
}
.socicon-xbox:before {
  content: "\e038";
}
.socicon-windows:before {
  content: "\e039";
}
.socicon-qq:before {
  content: "\e03a";
}
.socicon-douban:before {
  content: "\e03b";
}
.socicon-meetup:before {
  content: "\e03c";
}
.socicon-playstation:before {
  content: "\e03d";
}
.socicon-android:before {
  content: "\e03e";
}
.socicon-snapchat:before {
  content: "\e03f";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-facebook:before {
  content: "\e041";
}
.socicon-googleplus:before {
  content: "\e042";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-foursquare:before {
  content: "\e044";
}
.socicon-yahoo:before {
  content: "\e045";
}
.socicon-skype:before {
  content: "\e046";
}
.socicon-yelp:before {
  content: "\e047";
}
.socicon-feedburner:before {
  content: "\e048";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-viadeo:before {
  content: "\e04a";
}
.socicon-xing:before {
  content: "\e04b";
}
.socicon-myspace:before {
  content: "\e04c";
}
.socicon-soundcloud:before {
  content: "\e04d";
}
.socicon-spotify:before {
  content: "\e04e";
}
.socicon-grooveshark:before {
  content: "\e04f";
}
.socicon-lastfm:before {
  content: "\e050";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-vimeo:before {
  content: "\e052";
}
.socicon-dailymotion:before {
  content: "\e053";
}
.socicon-vine:before {
  content: "\e054";
}
.socicon-flickr:before {
  content: "\e055";
}
.socicon-500px:before {
  content: "\e056";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-wordpress:before {
  content: "\e058";
}
.socicon-tumblr:before {
  content: "\e059";
}
.socicon-twitch:before {
  content: "\e05a";
}
.socicon-8tracks:before {
  content: "\e05b";
}
.socicon-amazon:before {
  content: "\e05c";
}
.socicon-icq:before {
  content: "\e05d";
}
.socicon-smugmug:before {
  content: "\e05e";
}
.socicon-ravelry:before {
  content: "\e05f";
}
.socicon-weibo:before {
  content: "\e060";
}
.socicon-baidu:before {
  content: "\e061";
}
.socicon-angellist:before {
  content: "\e062";
}
.socicon-ebay:before {
  content: "\e063";
}
.socicon-imdb:before {
  content: "\e064";
}
.socicon-stayfriends:before {
  content: "\e065";
}
.socicon-residentadvisor:before {
  content: "\e066";
}
.socicon-google:before {
  content: "\e067";
}
.socicon-yandex:before {
  content: "\e068";
}
.socicon-sharethis:before {
  content: "\e069";
}
.socicon-bandcamp:before {
  content: "\e06a";
}
.socicon-itunes:before {
  content: "\e06b";
}
.socicon-deezer:before {
  content: "\e06c";
}
.socicon-medium:before {
  content: "\e06d";
}
.socicon-telegram:before {
  content: "\e06e";
}
.socicon-openid:before {
  content: "\e06f";
}
.socicon-amplement:before {
  content: "\e070";
}
.socicon-viber:before {
  content: "\e071";
}
.socicon-zomato:before {
  content: "\e072";
}


#socialModal {
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

#social-links {
	height: 40px;
	padding: 0px;
	margin: 0px;

}

#social-links li {
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0px 2px 0px 2px !important;
	margin: 0px !important;
	position: relative;
}


#social-links li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height:40px;text-align:center;font-size: 20px;vertical-align:middle;text-decoration:none !important;
}

#social-links li a span {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    vertical-align: middle;
}

.si-twitter{color:#ffffff!important;background-color:#2daae1;}
.si-gplus{color:#ffffff!important;background-color:#f83f28;}
.si-facebook{color:#ffffff!important;background-color:#3c5b9b;}
.si-RSS{color:#ffffff!important;background-color:#f28521;}
.si-linkedin{color:#ffffff!important;background-color:#0173b2;}
.si-youtube{color:#ffffff!important;background-color:#ff3634;}
.si-vimeo{color:#ffffff!important;background-color:#41b2dc;}
.si-pinterest{color:#ffffff!important;background-color:#cb2027;}
.si-instagram{color:#ffffff!important;background-color:#444444;}
.si-stumbleupon{color:#ffffff!important;background-color:#ec4924;}
.si-digg{color:#ffffff!important;background-color:#1b5891;}
.si-blogger{color:#ffffff!important;background-color:#ff6600;}

#follow-button {
	padding: 6px 6px 6px 30px !important;
	background: url(../images/top-icons.png) no-repeat 0px 4px;
	font-weight: normal;
}

#footer-line ul.menu {
  padding: 0px 0px 10px 0px;
  margin: 0;
}

#footer-line ul.menu li {
  display: inline !important;
  padding: 4px 10px 0px 0px;
  margin: 0;
  background: transparent;
}

#footer-line ul.menu li a {
  display: inline !important;
  background: none;
  padding: 0;
  margin: 0;
}


/* Moduletable Menu
----------------------------------------------- */

.moduletable_menu ul.menu, ul.latestnews_menu, .VMmenu {
  list-style:none;
    margin:0;
  padding: 0px 0px;
}

.moduletable_menu ul.menu li, ul.latestnews_menu li, .VMmenu li {
  margin:0;
  padding: 0px 0px 1px 0px;
}

.moduletable_menu .VmOpen ul.menu li,
.moduletable_menu .VmClose ul.menu li {border: 0px !important;}

.moduletable_menu .VmOpen ul.menu li a,
.moduletable_menu .VmClose ul.menu li a {
	font-weight: 400 !important;
	font-size:90%;
	padding: 4px 15px !important;
	background-color: transparent !important;
}

.VMmenu li {
	padding: 1px 0px;
	margin: 0px !important;
}
.VMmenu li div a {
}

.moduletable_menu ul.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	display: block;
	background: none;
}

.moduletable_menu ul.menu li a span.link-no-image {}

.moduletable_menu ul.menu li a:hover, ul.latestnews_menu li a:hover, .VMmenu li div a:hover {
  text-decoration: none;
}
.moduletable_menu ul.menu li ul li a:hover, .VMmenu ul li div a:hover  {
	text-decoration: underline;
	background: none !important;
}
.moduletable_menu ul.menu li ul li {
  padding: 4px 0px 4px 15px;
  background: none !important
}

.moduletable_menu ul.menu li ul li a {
  display:block;
  height: 100%;
  font-weight: normal !important;
  border: 0;
  padding: 0px !important;
  text-decoration: none;
  background-color: transparent !important;
}

.moduletable_menu li.parent.active {
	font-weight: bold;
}

.moduletable_menu ul {
	background: transparent;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.moduletable_menu li {
	background: transparent;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	list-style: none;
}

.moduletable_menu ul.menu, .moduletable_menu ol.menu {
	margin-top: 0px;
	margin-bottom: 0px;
}
.moduletable_menu ul.menu li ul, {
	margin-top: 0px;
	margin-bottom: 0px;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, .moduletable_menu ul.menu li ul li a {
	margin: 0px !important;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
}

.moduletable_menu ul.menu li:last-child, .VMmenu li:last-child {
	border-bottom: none;
}

.moduletable_menu ul.menu li a, .moduletable_menu ol.menu li a, ul.latestnews_menu li a, .VMmenu li div a {
	padding: 8px 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all;
	-ms-transition-property: all;
	-o-transition-property: all;
	-moz-transition-property: all;
	transition-property: all;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover, .VMmenu li div a:hover {
	padding: 8px 10px;
}
.moduletable_menu ul.menu li li a:hover, .moduletable_menu ol.menu li li a:hover, .VMmenu ul li div a:hover  {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.moduletable_menu ul.menu li ul li, .moduletable_menu_light ul.menu li ul li, .latestnews_menu_light li, .latestnews_menu li ul li {
	border-bottom: 0px !important
}

.latestnews_menu_light a, .latestnews_menu a, .VMmenu ul li div a {
	font-size: 90%;
	font-weight: bold;
}

.latestnews_menu_light li, .latestnews_menu li {
	background-position: 8px 5px !important;
	padding-left: 30px !important;
}

.moduletable_menu ul.menu li a:hover, .moduletable_menu ol.menu li a:hover,
.moduletable_menu_light ul.menu li a:hover, .moduletable_menu_light ol.menu li a:hover, .VMmenu li div a:hover {
	margin: 0px;
	text-decoration: none;
}

.VmClose ul, .VmClose li {
	padding-left: 0px;
	margin-left: 0px;
}

.VMmenu ul li div a:hover {
	padding-left: 0px;
}

.moduletable_menu ul.menu li a img, .moduletable_menu_light ul.menu li a img, .moduletable_menu ul.menu li a small {
	display: none;
}
.moduletable_menu ul.menu li.separator img, .moduletable_menu li.separator img, .moduletable_menu ul.menu li img,
.moduletable_menu_light ul.menu li.separator img, .moduletable_menu_light li.separator img, .moduletable_menu_light ul.menu li img {
	padding: 0px 10px 0px 5px!important;
	vertical-align: middle;
	margin: 0px!important;
	border-style: none!important;
	background: transparent!important;
}
.moduletable_menu ul.menu  li.active ul li a.current, .moduletable_menu ul.menu li ul li a.current, 
.moduletable_menu ul.menu li.active ul li a.active, .moduletable_menu ul.menu  li ul li a.active, 
.moduletable_menu_light ul.menu  li.active ul li a.current, .moduletable_menu_light ul.menu li ul li a.current, 
.moduletable_menu_light ul.menu li.active ul li a.active, .moduletable_menu_light ul.menu  li ul li a.active {
	background:#333333!important;
}
.moduletable_menu ul.menu li.separator .image-title, .moduletable_menu_light ul.menu li.separator .image-title  {
	font-size: 75%!important;
}
.moduletable_menu ul.menu li.separator, .moduletable_menu_light ul.menu li.separator {
	font-size: 75%!important;
	line-height: 200%!important;
}

#bot-modules ul.menu { padding: 0px; margin: 0px; }

#bot-modules ul.menu li { margin: 0px; padding: 5px 0px;border-bottom: 1px solid rgba(255,255,255,0.1); }
#bot-modules ul.menu li:last-child{border-bottom:0;}
.nav-tabs-handler {
	margin-bottom: 0px;
}

#bot-modules ul.menu a:hover {
	text-decoration: none;
}

section#tabs {
	padding: 30px 10px 0px 10px;
}

#tabs-1 .nav-tabs>li {
	float: none !important;
	display: inline-block;
}

#tabs-1 .nav-tabs {
	text-align: left;
}

#tabs-1 .nav-tabs, #tabs-1 .nav-tabs > li > a {
	background-color: transparent !important;
}

#tabs-1 .nav-tabs > li > a {
	border: 0 !important;
	font-weight: 300;
	padding: 10px 36px 10px 0px !important;
}

#tabs-1 .nav-tabs > li:first-child > a {
	font-size: 30px;

}

.nav-tabs {
	border: 0 !important;
	padding: 0px;
	margin-bottom: 30px;
}

#tabs-1 .nav-tabs>li {
	margin-top: -1px !important;
}

.nav-tabs > li > a {
	margin-right:2px !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	padding: 10px 18px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}

.responsive-menu {
	position: relative;
	float: left;
}

.nav-tabs.nav-stacked>li {
	border-right: 0 !important;
}

.nav-tabs.nav-stacked>li>a {
	border: 0 !important;
}

/* boxes
----------------------------------------------- */

#system-message dt {
	display: none;
}
.alert, .info, .notice, #system-message dd.error, #system-message dd.notice, #system-message dd.message, .box-save, .box-accept, .box-tip, .terms-of-service h5 {
	padding: 10px;
	margin: 0px 0px 15px 0px;
	height: 100%;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.alert, #system-message dd.error.message.fade, .terms-of-service h5 {
	background: #ffe6e6;
	border: 1px solid #ebc4c4;
	color: #833939;
}
.alert .icon, .info .icon, .notice .icon, .box-save .icon, .box-accept .icon, .box-tip .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.alert .icon, #system-message dd.error.message.fade ul {
	background: url(../images/icons/exclamation.png) no-repeat 0 0;
}
.info, #system-message dd.message {
	background: #e6f5ff;
	border: 1px solid #c2daea;
	color: #3d6b8a;
}
.info .icon, #system-message dd.message ul {
	background: url(../images/icons/information.png) no-repeat 0 0;
}
.notice, #system-message dd.notice.message.fade {
	background: #fffce6;
	border: 1px solid #eae5c2;
	color: #696025;
}
.notice .icon, #system-message dd.notice.message.fade ul {
	background: url(../images/icons/notice.png) no-repeat 0 0;
}
.box-save {
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	color: #505050;
}
.box-save .icon {
	background: url(../images/icons/drive_disk.png) no-repeat 0 0;
}
.box-accept {
	background: #f4fae1;
	border: 1px solid #d8e1bc;
	color: #606e35;
}
.box-accept .icon {
	background: url(../images/icons/accept.png) no-repeat 0 0;
}
.box-tip {
	background: #fefefe;
	border: 1px solid #f1f1f1;
	color: #303030;
}
.box-tip .icon {
	background: url(../images/icons/lightbulb.png) no-repeat 0 0;
}
/* unsorted lists
----------------------------------------------- */

.mostread, ul.latestnews {
	padding: 0px;
	list-style: none;
	margin: 0px; 
}

.mostread li {
	padding: 3px 0px !important;
	margin: 0px !important; 
	background: none;
}

#archive-items li {
	padding: 0px 0px 3px 24px;
}

ul.latestnews {
	margin-left: 0px;
}

ul.latestnews li {
	margin: 0px !important; 
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li, .menusitemap li, ul.latestnews_menu_light li,ul.sections li, #archive-items li,ul.list-accept,ul.list-add li,ul.list-delete li,ul.list-error li,ul.list-alert li,ul.list-cross li,ul.list-tick li,ul.list-tip li,ul.list-disk li,ul.list-email li,ul.list-feed li,ul.list-image li,ul.list-information li,ul.list-key li,ul.list-newspaper li, ul.list-pencil li, ul.list-cd li, ul.list-pc li, ul.list-ipod li, ul.list-mouse li, .contact-links ul li, ul.list-magnifier li, #finder-filter-select-list li, ul.list-accept li {
	padding: 3px 0px 3px 24px;
	margin: 0 0 0 10px;
	list-style: none;
}

/***************************************/

ul.latestnews li, #article-index li, .categories-list ul li, .cat-children ul li  {
	background: url(../images/icons/page_white_text.png) no-repeat 0 4px;
}
.menusitemap li, ul.latestnews_menu_light li {
	background: url(../images/icons/page_white_star.png) no-repeat 0 4px;
}
ul.sections li, #archive-items li {
	background: url(../images/icons/folder.png) no-repeat 0 3px;
}
ul.list-accept li {
	background: url(../images/icons/accept.png) no-repeat 0 3px;
}
ul.list-add li {
	background: url(../images/icons/add.png) no-repeat 0 3px;
}
ul.list-delete li {
	background: url(../images/icons/delete.png) no-repeat 0 3px;
}
ul.list-error li {
	background: url(../images/icons/exclamation.png) no-repeat 0 3px;
}
ul.list-alert li {
	background: url(../images/icons/notice.png) no-repeat 0 3px;
}
ul.list-cross li {
	background: url(../images/icons/cross.png) no-repeat 0 3px;
}
ul.list-tick li {
	background: url(../images/icons/tick.png) no-repeat 0 3px;
}
ul.list-tip li {
	background: url(../images/icons/lightbulb.png) no-repeat 0 3px;
}
ul.list-disk li {
	background: url(../images/icons/disk.png) no-repeat 0 3px;
}
ul.list-email li {
	background: url(../images/icons/email.png) no-repeat 0 3px;
}
ul.list-feed li {
	background: url(../images/icons/feed.png) no-repeat 0 3px;
}
ul.list-image li {
	background: url(../images/icons/image.png) no-repeat 0 3px;
}
ul.list-information li {
	background: url(../images/icons/information.png) no-repeat 0 3px;
}
ul.list-key li {
	background: url(../images/icons/key.png) no-repeat 0 3px;
}
ul.list-newspaper li {
	background: url(../images/icons/newspaper.png) no-repeat 0 3px;
}
ul.list-pencil li {
	background: url(../images/icons/pencil.png) no-repeat 0 3px;
}
ul.list-cd li {
	background: url(../images/icons/cd.png) no-repeat 0 3px;
}
ul.list-pc li {
	background: url(../images/icons/pc.png) no-repeat 0 3px;
}
ul.list-ipod li {
	background: url(../images/icons/ipod.png) no-repeat 0 3px;
}
ul.list-mouse li, .contact-links ul li {
	background: url(../images/icons/mouse.png) no-repeat 0 3px;
}
ul.list-magnifier li, #finder-filter-select-list li {
	background: url(../images/icons/magnifier.png) no-repeat 0 3px;
}
/* Oredered stuff
----------------------------------------------- */

p.big-number {
	clear: both;
}
p span.big-number {
	font-weight: normal; font-size: 30px;
	float: left;
	margin: 0 10px 0 0;
}
/* Paragraphs, quotes and lists
----------------------------------------------- */

blockquote.cite {
	background: url(../images/blockquote-1.png) no-repeat 0 0;
	border: 0;
	padding: 0;
}
blockquote.cite span.cite {
	background: url(../images/blockquote-2.png) no-repeat 100% 100%;
	display: block;
	padding: 10px 20px;
}

blockquote {
	
	font-size: 1.2em;
	font-style: italic;
	padding: 20px 30px;
	margin-bottom: 15px;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}


body.contentpane{background:#fff;padding:25px;font-size:12px}
a{-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;}
#theme-width{margin:0px auto}

.breadcrumb {
	padding: 8px 0px;
	background: none;
	margin-bottom: 0px !important;
}

.breadcrumb>li>.divider {
    margin-top: 2px;
    background-position: -24px -72px;
    padding: 0px 5px 0px 5px;
}


.moduletable_banner {
	margin-bottom: 30px;
	overflow: hidden;
}

.moduletable_banner > h3 {
	display: none;
}

.moduletable_banner .custom_banner.has-image1 {
	position: relative;
}

.moduletable_banner .custom_banner.has-image1 .con_style1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 55px 35px;
	-moz-transition-duration: 0.4s;-webkit-transition-duration: 0.4s;-o-transition-duration: 0.4s;-ms-transition-duration: 0.4s;transition-duration: 0.4s;
	-webkit-transition-property: all;-ms-transition-property: all;-o-transition-property: all;-moz-transition-property: all;transition-property: all;
}

.moduletable_banner .con_style1 a {
	text-decoration: none !important;
}

.moduletable_banner .button {
	padding: 10px 20px 10px 20px;
}

.moduletable_banner h1, .moduletable_banner h2, .moduletable_banner h3, .moduletable_banner h4 {
	margin: 0px 0px 10px 0px;
}

.moduletable_banner p {
	padding: 0px;
	margin: 0px 0px 1px 0px;
	line-height: 0.9em;
}

.moduletable_banner img {
	margin-bottom: -1px;
}

#mega-menu [class*="moduletable"] {
	margin-bottom: 10px !important;
}

#mega-menu [class*="moduletable"] h3 {
	font-weight: 400;
	font-size: 15px;
	padding: 0px;
	margin-bottom: 10px !important;
}

#welcome-box {
	margin-bottom: 30px;
	position: relative;
	padding: 5% 0px;
}

.welcome-box-handler {
	padding: 0px 30px;
}

.padding-10{padding:10px !important}
.padding-5{padding:5px !important}
.padding-10 p,.padding-5 p{margin-bottom:0px}
.moduletable,.moduletable_text,.moduletable_style1,.moduletable_style2,.browse-view .row,.moduletable_menu{height:100%;margin-bottom:30px}
.moduletable_style2{border:none !important}
.item-page .moduletable{border:0px}
.moduletable .module-content,.category-view .row,.featured-view .row,.latest-view .row,.topten-view .row,.browse-view .row{padding:0px 0px 3px 0px}
.moduletable_menu .module-content{padding: 0px}
.moduletable,.moduletable_menu,.spacer,#slideshow-handler,.category_description,.productdetails-view{}

.productdetails-view .span6 {padding-bottom: 20px;}

.moduletable > h3, .heading-cloud,
.category-view h4, .featured-view h4, .latest-view h4, .topten-view h4, .recent-view h4{
	font-weight: 900; font-size: 14px; line-height: 18px;
	padding: 14px 0px;
	margin: 0px 0px 20px 0px !important;
	position: relative;
	display: block;
}

.moduletable_products > h3{
	padding: 15px 0px;
    margin: 0px 0px 30px 0px !important;
    position: relative;
    display: block;
    font-weight: 300; font-size: 14px; line-height: 18px;
}

.moduletable_menu > h3 {
	font-weight: 300; font-size: 20px; line-height: 18px;
	padding: 15px 0px;
	margin: 0px 0px 2px 0px !important;
	position: relative;
	display: inline-block;
}

.span3 .moduletable > h3, .span3 .moduletable_menu > h3, .span3 .moduletable_products > h3, .heading-cloud {
	display: block;
	margin-bottom: 10px;
}

.mod-color1, .mod-color2 {
	min-height: 70px;
}

.moduletable_menu p{padding-bottom:5px}
.moduletable_empty h1{margin-bottom:2px;letter-spacing:0px}
,.category-view h4,.featured-view h4,.latest-view h4,.topten-view h4,.related-products-view h4{letter-spacing:0px;font-weight:700;padding:0px 0px 18px 0px;margin-bottom:0px;text-transform:uppercase}
.moduletable_style2 .module-content h3{font-weight:300;font-size:16px;text-transform:uppercase;letter-spacing:-0.09em}

#footer .moduletable_empty h3,#footer .moduletable_menu h3,#footer .moduletable_products h3,#footer .browse-view h1,#footer .category-view h4,#footer .featured-view h4,#footer .latest-view h4,#footer .topten-view h4,#footer .related-products-view h4,#footer .product-details-header{background:transparent}

.moduletable table td,.moduletable_text table td,.moduletable_menu table td,.moduletable_empty table td{border:0}
.moduletable_menu table td{padding:1px 4px}
.moduletable_menu table td #login{padding:0px 4px}
.moduletable ul li,.moduletable_text ul li{margin:0 0 0 5px}
.latestnews_menu li{padding:4px 3px 4px 24px}

[class*="moduletable"].move-up-40{margin-top: -40px;}
[class*="moduletable"].move-up-30{margin-top: -30px;}
[class*="moduletable"].move-up-20{margin-top: -20px;}
[class*="moduletable"].move-up-10{margin-top: -10px;}


.centered > h3 {
	text-align: center;
	font-size: 220%;
	line-height: 120%;
	padding-bottom: 0px;
	padding-top: 0px;
	overflow: hidden;
}

.centered > h3 .h-cl {
	position: relative;
}

.centered .owl-theme .owl-controls {
	width: 100%;
	text-align: center;
	position: static;
	padding-top: 10px;
}

.centered .owl-theme .owl-controls .owl-pagination {
	float: none;
}

.centered .owl-theme .owl-controls .owl-buttons {
	float: none;
	display: none;
}

.special-ribbon, .hot-ribbon, .new-ribbon {
	position: relative;
}

.special-ribbon .ribbon-special, .hot-ribbon .ribbon-hot, .new-ribbon .ribbon-new {
	width: 61px;
	height: 61px;
	position: absolute;
	z-index:99;
	display: block;
	top: 0px;
	left: 0px;
	background-image: url(../images/ribbons-sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.special-ribbon .ribbon-special {
	background-position: 0px 0px;
}

.hot-ribbon .ribbon-hot {
	background-position: 0px -61px;
}

.new-ribbon .ribbon-new {
	background-position: 0px -122px;
}

.latest-view .spacer,.topten-view .spacer,.recent-view .spacer,.featured-view .spacer,.vmproduct .spacer,.browse-view .spacer{margin:0px 0px 0px 0px !important;position:relative;overflow:hidden}
.category-view .spacer .paddingtop8,.latest-view .spacer .paddingtop8,.topten-view .spacer .paddingtop8,.recent-view .spacer .paddingtop8,.featured-view .spacer .paddingtop8,.vmproduct .spacer .paddingtop8,.browse-view .spacer .paddingtop8{margin-top:-18px;margin-bottom:15px}
#top-modules .moduletable_empty{padding:0 5px 5px 0px}
#breadcrumb-handler{font-weight:normal;font-style:italic}
#breadcrumb-bg{padding:0px}
#breadcrumb-handler a{font-weight:normal}
#breadcrumb-bg span{font-weight:bold}
#breadcrumb-bg span.showHere{font-weight:normal}
.article-details{padding:10px 0px}
.article-details p{padding:0 !important;margin:0 !important}
.blog .modifydate{float:right;width:50%;text-align:right}
.items-leading{padding:0px 0 10px 0}
.items-leading h2,.blog h1,.blog-featured h2{padding:5px 0px;margin-bottom:11px;font-weight:300;letter-spacing:-1px;font-size:220%}
h1 .subheading-category{font-size:16px;display:block;letter-spacing:0px}
.item h2,.item-page h2,h3.title,h2 .contact-name,.newsfeed h2,.blog h2,#archive-items h2{padding:0px 0px 5px 0px;margin-bottom:11px;font-weight:300;}
.article-info{margin-bottom:10px;margin-right:50px;}
.dc-sep{margin-bottom:10px}
.img-intro-none,.img-fulltext-none{text-align:center;padding-bottom:10px}
.img-intro-left{padding-bottom:10px}
.img-fulltext-left{float:left}
.img-intro-right{padding-bottom:10px}
.img-fulltext-right{float:right}
.img-intro-none img,.img-fulltext-none img,.img-intro-left img,.img-fulltext-left img,.img-intro-right img,.img-fulltext-right img{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;max-width:95%}
h2 .contact-name{display:block}
p.readmore a,a.readmore{font-weight:bold}
.blog-more{padding:10px 5px}
.items-row{margin:0px;padding:0px 0px;overflow:hidden}
.article_column{padding:0}
.row_separator2{display:block;clear:both;margin:0;border:solid 0px}
.article_separator,.row_separator{display:none}
.published,.create{font-weight:bold;font-size:85%}
.modified,.createdby{opacity:0.5}
.componentheading,.contentheading{padding:0px 0px 10px;margin:0px}
#article-index{float:right;width:30%;margin-left:2%}
#article-index a.active{font-weight:bold}
.counter{padding:5px 0px}
.readon a{font-weight:bold}
#system-message dt.error,#system-message dt.notice,#system-message dt.message{display:none}
#system-message ul{padding:0 15px 0 25px;margin:0;list-style:none}
#system-message ul li{padding:0;margin:0;list-style:none;background:none}
#top-small-menu ul{padding:6px 10px 0 0;margin:0;overflow:hidden}
#top-small-menu ul li{display:inline;margin:0;padding:0 11px;font-size:11px;text-shadow:none;background:url(../images/top-small-menu-sep.gif) repeat-y 100% 0}
#top-small-menu ul li a{background:none;display:inline;margin:0;padding:0;color:#b7b7b7}
#top-small-menu ul li a:hover{color:#d9d9d9}
.n-order .inputbox{width:60%}
.button2-left{float:left;margin:5px 10px 10px 0px}
.modal-button:hover,.button2-left .readmore a:hover{text-decoration:none}
.tool-tip{border-bottom-left-radius:5px 5px;border-bottom-right-radius:5px 5px;border-top-left-radius:5px 5px;border-top-right-radius:5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;box-shadow:#dedede 0px 0px 0px 1px,rgba(0,0,0,0.296875) 1px 2px 5px;-moz-box-shadow:0 0 0 1px #dedede,1px 2px 5px rgba(0,0,0,0.3);background:#fafafa;padding:10px}
.tool-title{font-weight:bold;padding:5px 0}
.weblinks .contentdescription img{margin:0 10px 20px 10px}
.weblinks td img{margin:3px 5px 0px 0px}
.contact_email label{float:left;line-height:36px;width:180px}
.contact_email{clear:both;padding:3px 0px}
.productPrice{font-weight:bold;white-space:nowrap}
.product-Old-Price{color:#900;text-decoration:line-through !important;background:none;font-weight: 400; font-size: 12px}
.moduletable_products table{border-spacing:0px !important;border-collapse:separate;width:104%;margin-left:-2%;display:table;margin-top:20px;margin-bottom:0px}
div.moduletable_products td:first-child,.vmgroup_products .first-col,ul.vmproduct-list li .first-col{background-image:none !important;margin-left:0px !important}
.moduletable_products table td,ul.vmproduct-list li .spacer,.vmgroup_products .spacer,.category .spacer,.product .spacer{height:100%}
.moduletable ul.vmproduct-list li .spacer{height:100%}
.prod-det-button-handler{padding-bottom:6px}
.prod-det-button-handler .product-details{float:none}
.browseProductContent2{background:url(../images/td-prod-bg.png) repeat-y 226px 0}
.last .browseProductContent2{background:none}
.grid_4 .product-anchor-image{height:186px;display:block}
.grid_4 .product-anchor-image img{border:0;-webkit-box-shadow:none;box-shadow:none;-moz-box-shadow:none;width:100%;max-width:100%;height:100%}
.moduletable_products .featuredProductImage{margin:0px auto;margin-bottom:10px;max-width:100%}
.moduletable_products table td a.product-anchor-image{display:block;clear:both;width:100%}
.product-name{font-weight:bold;display:block;text-align:left;padding-bottom:6px;text-transform:uppercase;color:#434343;padding-left:8px}
.product-name a{color:#434343}
.moduletable_products table td span.product-Old-Price{color:#e25d5d;text-decoration:line-through !important;background:none;font-weight:normal; font-size: 12px;text-shadow:none;display:inline;padding:0}
.moduletable_products table td br{display:none}
.productPrice{float:left;text-align:left;font-weight:bold;padding:9px 0px 0px 10px}
.browseProductTitle .productPrice{float:right !important;text-align:right;width:20%;padding-top:0px}
form.form-add-to-cart{float:right;width:25%;padding-top:7px;text-align:left}
.highlight{font-weight:bolder}
.margin_top_20{margin-top:-20px}
#vmMainPage table tr td table tr td{border:0}
#facebox .popup{position:relative;border:1px solid rgba(0,0,0,0.05) !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;-webkit-box-shadow:3px 3px 0px rgba(0,0,0,0.2);-moz-box-shadow:3px 3px 0px rgba(0,0,0,0.2);box-shadow:3px 3px 0px rgba(0,0,0,0.2)}
#facebox .content{padding:0;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}
#facebox .content div{padding:25px}
#facebox .content div div{padding:3px 0px}
.form-validate.user div{clear:both}
.jicons-icons{float:left;margin-right:10px}
.contact-street,.contact-suburb,.contact-state,.contact-postcode,.contact-country{display:block;padding:2px 0px 6px 0px}
.contact-email label{float:left;width:30%}
.contact-input-box input,input.required,#jform_contact_message{width:60%}
.contact-slider{padding-top:15px}
ul.actions,ul.actions-featured{margin:0px 0px 0px 2px;padding:0px;text-align:center;list-style-position:outside;list-style-type:square;display:inline;float:right}
ul.actions li,ul.actions-featured li{background:none !important;display:block;float:left;line-height:1.7em;margin:0px 0px 0px 0px !important;padding:0px 0px 14px 8px !important}
.print-icon a,.email-icon a{display:block;opacity:0.6;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity,-webkit-filter;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-filter:grayscale(1)}
.icons .dropdown-menu a { margin-left: 0px;}
.print-icon a:hover,.email-icon a:hover{opacity:1;-webkit-filter:grayscale(0)}
.article-details dl,ul.actions-featured dl{margin-bottom:0px}
.categories-list dt,.categories-list dd{display:inline}
.stats-module dt{font-weight:bold}
.stats-module dd{padding-left:10px}
.categories-list .item-title{font-weight:bold}
.article-info-term{display:none}
ul.pagenav{clear:both}
.pagenav li,.pagination ul li{background:none !important;display:inline;padding:0 10px 0 0;margin:0px}
.pagenav li a,.pagination ul li a{font-weight:bold}
.pagenav li a:hover,.pagination ul li a:hover{text-decoration:none}
.pagenav-next{float:right;padding-right:0px !important}
.image-left{float:left;margin:0px 10px 0px 0px}
.image-right{float:right;margin:0px 0px 0px 10px}
.contact-email div{clear:both}
.article-details{padding:10px 0px}
.tip-wrap{z-index:500000 !important}
.tip-wrap .tip{width:380px;font-weight:normal; font-size:12px;background:rgba(0,0,0,0.80) !important;box-shadow:2px 2px 3px rgba(0,0,0,0.18);-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.18);-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.18);border-bottom-left-radius:7px 7px;border-bottom-right-radius:7px 7px;border-top-left-radius:7px 7px !important;border-top-right-radius:7px 7px !important;-moz-border-radius:7px 7px 7px 7px;border:1px solid rgba(0,0,0,0.60) !important}
.tip-wrap .tip .tip-text{color:#fff;padding:5px 10px 10px 10px !important}
.tip-wrap .tip .tip-title{color:white;font-weight:bold;padding:10px 10px 5px 10px !important;text-align:left !important;color:#fff;font-weight:bold;padding:4px 0px;text-align:center;padding:0;margin:0;font-size:1em;font-weight:bold;margin-top:0px !important;background:none !important}
.button2-left .readmore{padding-top:8px}
.button2-left .readmore a{padding:6px 10px 7px 10px}
.edit .formelm label{float:left;width:30%}
.edit .formelm input{width:250px}
.edit .formelm select{width:265px}
.formelm-buttons{padding:10px 0px}
.calendar{margin:5px;vertical-align:middle;opacity:0.7;cursor:pointer}
.calendar:hover{opacity:1.0}
dt.tabs{float:left;margin:0px 10px 0px 0px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs span{border:1px solid rgba(0,0,0,0.1);border-bottom:none !important;display:block;height:21px;padding:6px 15px;-webkit-border-radius:4px 4px 0px 0px;-moz-border-radius:4px 4px 0px 0px;border-radius:4px 4px 0px 0px}
dt.tabs.open span{border:1px solid rgba(0,0,0,0.1);border-bottom:none !important;height:22px}
dt.tabs h3{font-weight:300; font-size:15px;margin:0px !important}
dl.tabs{clear:both;border-bottom:1px solid rgba(0,0,0,0.1);display:block;height:34px;padding-top:10px}
.contact .current{clear:both}
.contact-image{float:right}
.sl-3rd-parties{margin:0px auto}
#contact-form fieldset dt,.registration fieldset dt{float:left;width:25%}
#contact-form fieldset dd,.registration fieldset dd{width:73%;margin-bottom:6px}
.spacer .text #jform_spacer-lbl{font-size:11px !important;opacity:0.80 !important}
#finder-filter-select-list li{clear:both}
#finder-filter-select-list li label{width:95%;float:left}
#finder-filter-select-list li select{width:60%}
#finder-search fieldset{border:none !important;padding:0px 0px 10px 0px;margin:0px}
.result-title{font-size:140%;margin-bottom:15px !important;background-position:0px 6px;padding-left:0px !important;margin-top:15px}
.result-url{font-size:90%;font-style:italic;padding:4px 0px 15px 0px}
span.highlight{background:transparent;border-bottom:1px dotted}
div.toolbar-list a,div.toolbar-list a:hover{display:block;float:left;white-space:nowrap;border:none;padding:1px 5px;cursor:pointer}
.toolbar-list ul li{background:none;border:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
#admin-ui-tabs ul#tabs li{padding:4px 10px !important;width:10% !important}
#facebox .close{top:20px;right:20px}
.formelm label{width:30%;float:left}
.img-intro-left div.img_caption{width:99% !important;display:inline}
.word #search-searchword{padding:6px}
.phrases-box,.ordering-box{padding:7px 0px}
.phrases-box input[type="radio"],.only input[type="checkbox"]{margin:0px 5px 0px 5px}
fieldset.phrases,fieldset.word,fieldset.only,.search .form-limit{padding:20px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}
fieldset.phrases legend,fieldset.only legend{padding:0px;margin:0px;font-size:16px;font-weight:700;letter-spacing:0px}

.contact-links ul li { padding: 0px; background-image: none; margin:0px 0px -1px 0px; }
.btn-primary, .btn, .btn-primary:hover { background-image: inherit; }
.categories-list h3.page-header.item-title { padding: 10px 0px; margin:0px;}
.categories-list h3.page-header.item-title a { display: inline; }
.category.list-striped li {margin:0px; background-image: none; }
li { margin-left: 0px; }
.contact dl dt { width: 30px; } .contact dl dd { margin-left: 30px; }

.mce-btn button, .mce-btn button:hover { background-color: transparent !important; }

@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.editor [class^="icon-"]:before, .editor [class*=" icon-"]:before {
font-family: 'IcoMoon';
font-style: normal;
speak: none;
}

.editor .icon-file-add:before, .editor .icon-file-plus:before {
content: "\29";
}

.editor .icon-picture:before, .editor .icon-image:before {
content: "\2f";
}

.editor .icon-save-copy:before, .editor .icon-copy:before {
content: "\e018";
}

.editor .icon-eye-open:before, .editor .icon-eye:before {
content: "\3c";
}

.edit .icon-ok {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -288px 2px;
}

.edit .icon-cancel {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -314px 2px;
}

.icon-calendar {
background-image: url("../../../media/jui/img/glyphicons-halflings-white.png");
background-position: -192px -120px;
}

.popout1 .product-price {
	min-height: 20px;
}

#jform_publish_down_img, #jform_publish_up_img { margin-top: 2px; }

.vm-pdf-button a, .vm-print-button a, .vm-email-button a {
	width: 24px;
	height: 24px;
	display: block;
	text-align: left;
	text-indent: -9999px;
	float: left;
	overflow: hidden;
}

.vm-pdf-button a {
	background: url('../images/pdf_Button.png') no-repeat 0 0;
}

.vm-print-button a {
	background: url('../images/printButton.png') no-repeat 0 0;
}

.vm-email-button a {
	background: url('../images/emailButton.png') no-repeat 0 0;
}

.productdetails-view.productdetails h1 a {
	float: none !important;
	font-size: 12px;
}

#customer_notes_field {
	width: 100%;
	height: 60px;
}

.login-separtor {
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	.cart-on-phone {
		overflow-x: scroll;
		width:99%;
	}
}

.output-shipto input[type="checkbox"] { 
	float: left; 
	margin-right: 10px; 
}

.cart-summary input[type="radio"], #userForm input[type="radio"], #paymentForm input[type="radio"] {
	float: left;
	margin-right: 10px;
}

.h-pr-details .paddingtop8, .spacer .paddingtop8 {margin-top: 0px !important;}

.span2.sp20 {
width: 19.2%;
margin-left: 1%;
}

.sl-bg {
margin-bottom:29px;
}

.hand-product-details {
	padding-top: 10px;
}

#virtuemart_currency_id_chzn { display: none; }

.cart-summary hr {
	display: none;
}

#customer_note_field {
	width: 95%;height:60px;
}

.well {
background-color: transparent;
border: 0;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

.btn {
text-shadow: none;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.page-header {
	border: 0;
}

.btn.dropdown-toggle, .btn.dropdown-toggle:hover {
	background-color: transparent !important;
	opacity: 1 !important;
	border: 1px solid #eeeeee;
}

.contact .thumbnail {
	border: 0 !important;
	padding: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.camera_caption .button, #hl-panel-handler .button, #hr-panel-handler .button, .white .button {padding:11px 26px 10px 26px;font-weight:500;margin: 10px 10px 10px 0px !important;}

.camera_caption .button, #hl-panel-handler .button , #hr-panel-handler .button {
	position: relative;
}

.quick-menu form {padding:0px;margin:0px;}

.currency-button {
	background-image: url(../images/currency-go.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-indent: -9999px;
	width: 36px !important;
	height: 36px !important;
}

#top-navigation-bar .selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 145px;
  float: left;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  position: relative;
  border-radius: 0;
}
#top-navigation-bar .selectric p.label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  padding: 9px 10px 9px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-shadow: none !important;
  min-height: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
	border: 0;
}

.selectric p.label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 !important;
  padding: 9px 10px 9px 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-shadow: none !important;
  min-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
	border: 1px solid #d4d4d4;
	border-top-color: #f3f3f3;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
background: #f7f7f7;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb));
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
background: -o-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
background: -ms-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
color: #3d3d3d;
}

#top-navigation-bar .selectric .button {
  display: none;
}

.selectric .button {
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 20px/30px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.quick-menu .selectric-open p.label {
	background-color: transparent !important;
}

.selectric .button:hover {
	background-color: transparent !important;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #3d3d3d;
  border-bottom: none;
}

.selectric-hover .selectric {

}

.selectric-hover .selectric .button:after {
  border-top-color: #3d3d3d;
}

.selectric-open {
	z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}
.selectric-open.selectric-above .selectric {
  border-top-width: 0;
  border-bottom-width: 2px;
}
.selectric-open.selectric-above .selectric-items {
  border-bottom-width: 0;
  border-top-width: 2px;
}


.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-top-width: 0;
  z-index: -1;
  padding: 0;
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
    box-shadow: 0px 3px 15px rgba(0,0,0,.25);
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items ul {
	padding: 5px;
}

.selectric-items li {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;

}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

#top-navigation-bar .selectric .label {
	background: transparent !important;
}

body > .eupopup-closebutton,
body > .eupopup-head,
body > .eupopup-body,
body > .eupopup-buttons{
display:none;
}

.clearfix{
clear:both;
}

.eupopup-container{
padding:5px 3%;
font-size:12px;
text-align:center;
display:none;
z-index:9999999;
}

.eupopup-container.topstatic{
position:static;
}

.eupopup-container.topfixed{
position:fixed;
top:0px;
left:0px;
right:0px;
width:94%;
}

.eupopup-container.bottomfixed{
position:fixed;
bottom:0px;
left:0px;
right:0px;
width:94%;
}

.eupopup-container.bottomleftwindowfixed{
position:fixed;
bottom:0px;
left:0px;
margin:10px;
max-width:570px;
}

.eupopup-container.bottomRightwindowfixed{
position:fixed;
bottom:0px;
right:0px;
margin:10px;
max-width:570px;
}

.eupopup-container.topfixed .eupopup-body, .eupopup-container.bottomfixed .eupopup-body, .eupopup-container.topstatic .eupopup-body{
max-width:1150px;
margin:0px auto;
}


.eupopup-closebutton{
font-size:24px;
font-weight:100;
line-height:1;
color:#a2a2a2;
text-decoration:none !important;
position:absolute;
font-family:helvetica, arial, verdana, sans-serif;
top:0; right:0;
padding:5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active{
text-decoration:none;
}

.eupopup-head{
font-size:1.2em;
font-weight:bold;
padding:7px;

}

.eupopup-buttons{
padding:7px 0 5px 0;
}

.eupopup-button_1{
font-weight:bold;
font-size:14px;
}

.eupopup-button_2{
font-weight:normal;
font-size:12px;
}

.eupopup-button{
margin:0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus{
text-decoration:underline;
}

.selectnav { display: none; }

#log-panel .button1 {
	display: none;
}

@media (min-width: 1200px) { 
	.camera_caption h1 {
		font-size: 220%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption h2 {
		font-size: 130%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption p {
		font-size: 100%;
		margin: 0px 0px 5px 0px;
	}
	
	#search-position .search .inputbox, #search-position .finder .inputbox {
		max-width: 135px;
	}
	
}

@media (max-width: 1199px) { 
	.has-image1 {
		text-align: center;
	}
	
	.img_style1, .con_style1 {
		float: none;
	}
	
	.cnbg-handler {
	background-size: initial !important;
	}
	
}


/* Large desktop */

@media (min-width: 980px) and (max-width: 1199px) { 

	body {
		font-size: 13px;
	}

	
	.moduletable_banner, .moduletable_banner .button {
		font-size: 1vw;
	}
	
	.moduletable_style1 {
		font-size: 1.05vw;
	}
	
	.moduletable_banner .button {
		padding: 7px 16px 6px 16px;
	}

	.camera_caption h1 {
		font-size: 180%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption h2 {
		font-size: 130%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption p {
		font-size: 100%;
		margin: 0px 0px 5px 0px;
	}
	
	#info-line [class*="span"] {
		margin: 0px;
		padding: 5px 0px 5px 0px;
	}
	
	.log-panel, .quick-menu {
		display: inline-block;
	}
	
	#menu .menu-nav > li > a {
		font-size: 13px;
	}
		
	
	#search-position .search .inputbox, #search-position .finder .inputbox {
		max-width: 120px;
	}

		
	#menu #nav ul { width: 14.5em !important;}
	#menu #nav ul ul { left: 14.5em !important; }
	
	ul#mega-menu > li > a {
		padding: 10px 8px !important;
		font-size: 13px !important;
		height: 34px !important;
		line-height: 34px !important;
	}
	
	#megamenu-handler #mega-menu.menu-nav > li:hover > ul, #megamenu-handler #mega-menu.menu-nav > li.sfHover > ul {
		top: 3.2em;
	}
	
	#vmCartModule div.panel2 {
		top: 44px;
	}
	
	a.product-details {
		padding: 6px 11px;
	}
	
	.span2 .spacer input.addtocart-button {
		padding: 6px 8px;
	}
	
	.span9 .span3 .spacer input.addtocart-button {
		padding: 6px 13px;
	}
	
	.cart-view, .item-page, .categories-list, .blog, .blog-featured, .category-list, .archive, 
	.latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct.productdetails .spacer, .browse-view .spacer {
		padding: 10px !important;
	}
	
	.action-handler .gr-cover {
		right: -10px;
	}
	
	.moduletable_style3 .custom_style3 h3 {
		font-size: 16px;
	}
	
	.msc-container {
		padding: 15px;
	}
	
	.moduletable_products > h3 span.h-cl, .nav-tabs > li > a {
		padding: 10px 10px;
	}
	.moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row, .moduletable_menu, .sl-bg, .moduletable_banner, .nav-tabs-handler, #welcome-box {
		margin-bottom: 18px;
	}
	
	ul.vmproduct.productdetails {
		padding-bottom: 18px !important;
	}
	
	#tabs-1 .tab-content>.tab-pane {
		margin-bottom: -20px;
	}

	table.cart-summary td {
		font-size: 12px !important;
	}

}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

	.mega-menu-responsive-handler {
		float: right !important;
		width: 30px !important;
	}

	.owl-buttons {
		display: none;
	}

	.moduletable_banner .custom_banner.has-image1 .con_style1 {
		padding: 30px 15px;
	}
	
	.moduletable_banner:hover .custom_banner.has-image1 .con_style1 {
		padding: 30px 15px;
	}

	.moduletable_banner, .moduletable_banner .button {
		font-size: 1vw;
	}
	
	#tab-modules .moduletable_style1 {
		font-size: 1.2vw;
		text-align: center;
	}
	
	#tab-modules .moduletable_style1 .fa {display:block;}
	#tab-modules .moduletable_style1 p {display:none;}
	
	.moduletable_banner .button {
		padding: 3px 9px 3px 9px;
	}

	.camera_caption h1 {
		font-size: 180%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption h2 {
		font-size: 130%;
		letter-spacing: 0px;
		margin: 0px 0px 5px 0px;
	}
	
	.camera_caption p {
		font-size: 100%;
		margin: 0px 0px 5px 0px;
	}

	.msc-container {
		padding: 10px;
	}

	.moduletable_banner, .nav-tabs-handler, #welcome-box{
		margin-bottom: 18px;
	}

	#top-navigation-bar [class*="span"] {
		margin: 0px;
		width: 50% !important;
		padding: 2px 0px 2px 0px;
	}
	
	#menu .menu-nav > li > a {
		font-size: 13px;
		font-weight: 400;
		padding: 11px 6px;
	}
	
	.single.product-sl-handler .addtocart-bar {
		height: 60px;
	}

	.top-icon-label {
		font-size: 9px;
	}

	.span2 .spacer .quantity-input.js-recalculate,
	.span2 .spacer input.quantity-input {
		margin-top: 1px;
	}
	
	body {
		font-size: 13px !important;
	}

	.search-panel {
		width: 160px;
	}
	
	#top-quick-nav {
		font-size: 11px !important;
	}
	
	h3 {
		font-size: 130%;
	}
	
	.inner {
		padding: 0px 20px;
	}

	#top-quick-nav {
		padding-top: 0px;
	}

	.vmproduct.productdetails .spacer .pr-add { height: 20px; overflow: hidden;}
	
	a.product-details {
		padding: 5px 9px;
		display: block;
	}
	
	.cart-view, .item-page, .categories-list, .blog, .blog-featured, .category-list, .archive, 
	.latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .featured-view .spacer, .vmproduct.productdetails .spacer, .browse-view .spacer {
		padding: 10px !important;
	}
	
	.action-handler .gr-cover {
		right: -10px;
	}

	.moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row, .moduletable_menu, .sl-bg, .moduletable_banner, .nav-tabs-handler, #welcome-box {
		margin-bottom: 15px;
	}
	
	ul.vmproduct.productdetails {
		padding-bottom: 15px !important;
	}
	
	#tabs-1 .tab-content>.tab-pane {
		margin-bottom: -20px;
	}
	
	.category-view .row-fluid .span3,
	.latest-view .row-fluid .span3,
	.vmproduct .span2,
	.vmproduct .span3
	{
		width:49%;
		margin: 0px 0.5% 5px 0.5% !important;
		float: left;
		min-height: 256px;
	}
	
	.vmproduct.productdetails .spacer {
		min-height: 220px;
	}

	.moduletable_style3 .custom_style3 h3 {
		font-size: 11px;
	}

	#tab-modules [class*="span"] .text-area {
		text-align: center;
	}
	
	#tpr-nav, #site-name-handler {
		width: 50% !important;
	}
}

@media (min-width: 980px) {
	#menu #nav, #mega-menu {
		display: block !important;
	}
	
	.owl-buttons {
		display: none;
	}
	
	.vmgroup_products.single .owl-buttons {
		display: block;
	}
}

@media (max-width: 979px) {
	.rm-line {
		display: block;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		width: 30%;
		height: 3px;
		margin: 3px 35% 3px 35%;
	}
	

	
	#cl-handler {
		float: right;
	}
	
	a.menupanel {
		padding: 8px 15px 8px 0px; 
		float: left;
		position: relative;
	}
	
	.log-panel li a, .quick-menu .menu li a {
		padding: 9px 15px 9px 0px;
	}
	
	#mega-menu {
		display: none;
	}
	
	#menupanel2 {
		padding: 10px 0px !important;
		float: right;
		white-space: nowrap;
	}
	
	.mega-menu-responsive-handler {
		position: relative;
	}
	
	#mega-menu {
		position: absolute;
		top: 60px;
		right: 0px;
		z-index: 9999;
	}
	
	.res-ico {
		width: 50px;
		float: left;
	}
	
	.responsive-menu {
		float: none;
	}
	
	.responsive-menu ul#nav.menu-nav {
		padding: 10px 4% 10px 4%;
		float: none !important;
		position: absolute;
		z-index: 870 !important;
		width: 92%;
		top: 39px;
		-moz-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
		-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
		box-shadow: 0px 3px 15px rgba(0,0,0,.25);
	}
	
	#menu .menu-nav > li > a > span small, #mega-menu span small {
		float: right !important;
		margin-top: -27px !important;
		width: auto !important;
	}
	
	#menu .menu-nav > li > a > span small:before {
		display: none !important;
	}
	
	.responsive-menu ul#nav.menu-nav * {
		position: static !important;
		display: block !important;
		visibility: visible !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	
	#mega-menu {
		-moz-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
		-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,.25);
		box-shadow: 0px 3px 15px rgba(0,0,0,.25);
	}
	
	#mega-menu * {
		position: static !important;
		visibility: visible !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		border: none !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	
	#mega-menu li, #mega-menu a, #mega-menu ul {
		display: block !important;
	}
	
	#mega-menu a.button, #mega-menu a.button:hover {
		display: inline-block !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
		border-width: 2px !important;
		border-style: solid !important;
	}
	
	.responsive-menu ul#nav.menu-nav li {
		float: none !important;
		margin-left: 0px !important;
	}
	
	#mega-menu [class*="moduletable"] {
		margin-bottom: 20px;
	}
	
	#mega-menu.menu-nav > li > a.sf-with-ul .sf-sub-indicator {
		display: none;
	}
	
	.responsive-menu ul#nav.menu-nav ul, #mega-menu ul {
		background-color: transparent !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		padding-right: 0px !important;
	}
	
	#mega-menu {
		width: 684px!important;
		padding: 20px!important;
	}
	
	ul#mega-menu > li > a {
		padding: 5px 1px !important;
	}
	
	a.menupanel {display: block;text-decoration: none !important;}
	#menu #nav{ display: none; }
	#menu .selectnav { display: block; width:98%; }
	.selectnav { margin: 3px 1%; }
	#menu .menu-nav {
		display: none;
	}
	
	.responsive-menu ul#nav.menu-nav ul, #mega-menu .menu-nav ul {
		border-left: 2px solid rgba(0,0,0,0.1) !important;
		width: auto !important;
		margin: 0px 0px 0px 11px;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
	}
	
	.responsive-menu ul#nav.menu-nav ul li, #mega-menu .menu-nav ul li {
		position: relative !important;
	}
	
	.responsive-menu ul#nav.menu-nav ul li a, ul#mega-menu > li.active > a, ul#mega-menu > li > a:hover, ul#mega-menu > li.sfHover > a {
		background: none transparent !important;
	}
	
	.responsive-menu ul#nav.menu-nav ul li:before, #mega-menu .menu-nav ul li:before {
		position: absolute !important;
		content: "--";
		font-size: 30px;
		color: rgba(0,0,0,0.1);
		top: 4px;
		left: -12px;
		letter-spacing: -2px;
		
	}
	
	#megamenu-handler #mega-menu.menu-nav > li, #mega-menu .menu-nav li {
		border-right: none !important;
		width: 100% !important;
	}
	
	#mega-menu > li > ul {
		min-width: 100% !important;
		padding: 0px !important;
	}
	
	#menu .menu-nav > li > a:after {
		display: none !important; 
	}

	table.cart-summary th {
		display: none;
	}
	
	table.cart-summary tr {
		display: block !important;
		padding: 3px 10px; 
		margin-bottom: 5px;
	}
	
	table.cart-summary tr[valign="top"].sectiontableentry1 {
		background-color: rgba(0,0,0,0.05);
	}
	
	table.cart-summary tr[valign="top"].sectiontableentry2 {
		background-color: rgba(0,0,0,0.02);
	}
	
	table.cart-summary td {
		display: block;
		width: 100%;
		border: 0 !important;
		padding: 2px 0px !important;
		font-size: 12px !important;
		clear: both;
	}
	
	span.cart-images img {
		box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
	}

	#search-position .inputbox {
		padding: 7px 5px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#mega-menu {
		top: 0px;
	}
	
	#top-long .backstretch img {
		left: 0px !important;
	}

	#header-welcome-box [class*="moduletable"] {
		padding: 30px;
	}
	
	#header-welcome-box [class*="moduletable"]:first-child {
		padding: 150px 30px 0px 30px;
	}
	
	#header-welcome-box .backstretch img {
		right: 0px !important;
		left: auto !important;
	}
	
	.centered .owl-theme .owl-controls .owl-buttons {
		display: block !important;
	}

	.center-mobile {
		text-align: center !important;
	}
	
	.camera_caption_bg {
		font-size: 11px;

	}
	
	#breadcrumb-line {
		padding: 15px 20px;
	}

	body {
		padding: 0px;
	}

	#top-handler .row-fluid {
		position: relative;
	}

	#cl-handler.tiny div.cl-handler, #cl-handler.tiny #search-position {
		position: static !important;
	}

	#log-panel .button1 {
		display: inline;
		float: none !important;
		margin: 3px;
	}
	a#v_toggle {
		display: none;
	}
	
	#top-navigation-bar {
		padding: 5px 20px 5px 20px;
	}
	
	#top-navigation-bar [class*="span"] {
		margin: 0px;
		width: 50%;
		float: left;
	}


	
	#menu .menu-nav > li > a {
		font-size: 13px;
	}

	
	#top-sticky-panel .sn-position {
		text-align: center;
	}

	
	#top-sticky-panel .container .h2 {
		display: none;
	}
	
	#menu .menu-nav > li > a {
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#menu .menu-nav > li {
		padding-top: 1px;
	}

	#quick-menu {
		float: none;
		clear: both;
		padding-bottom: 5px;
	}

	.category-view .row-fluid .span3 img {
		width: 100%;
	}

	.use-100 {
		width: 100% !important;
	}
	
	.camera_caption h1 {
		font-size: 190%;
		letter-spacing: -1px;
	}
	
	.camera_caption h2 {
		font-size: 120%;
		letter-spacing: 0px;
	}

	ul.vmmanufacturer, .vmmanufacturer li { border: 0px !important; }

	#tab-modules-handler > div {
		margin-bottom: 20px;
	}

	footer#footer {
		padding: 10px 0px;
	}
	
	.moduletable, .moduletable_text, .moduletable_style1, .moduletable_style2, .browse-view .row, .moduletable_menu,.spacer,.vmproduct li, .category
	{margin-bottom:18px;}

	.inner {
		padding: 0px 10px;
	}
	
	#site-name-handler {
		float: left;
	}
	
	#tpr-nav {
		float: left;
		width: 100%;
		padding-top: 0px !important;
	}

	#sn-position {
		margin: 0px 20px;
		padding: 30px 0px;
	}
	
	#sn-position .h1, #sn-position .h2 {
		position: static !important;
	}
	
	#menu-handler {
		padding: 0px;
	}
	
	.mega-menu-responsive-handler {
		float: left;
		width: 50%;
		min-height: 0px !important;
	}
	
	#cl-handler {
		float: right;
	}
	
	#megamenu-handler {
		padding: 0px 20px;
	}
	
	#search-position .search .advanced-search-button {
		width: 21px;
		text-indent: 9999px;
		font-size:0.01em;
		background-image: url(../images/advanced-search.png);
		background-position: 2px 3px;
		background-repeat: no-repeat;
		overflow: hidden;
		float:left;
	}

	
	ul.vmproduct.productdetails {
		padding: 0px !important;
	}
	
	ul.vmproduct.productdetails .spacer {
		padding-bottom: 10px;
	}

	#quick-menu li, #log-panel li {
		padding-left: 10px !important;
	}
	
	#cart .show_cart a#cartpanel, #cart .show_cart a { margin-right: 5px }
	
	#cart .vmCartModule .total_products { padding-left: 10px; }
	
	#bot-modules .span2, #bot-modules-2 .span2 {
		width: 100% !important;
	}
	
	.product-sl-handler ol li.prev, .product-sl-handler ol li.next { display: none; }

	#site-name-handler, #top, 
	.vmproduct.productdetails .spacer .pr-add { height: auto !important; }
	
	.span2.sp20 {
		width: 100%;
		margin-left: 0;
	}
	
	.fadeFromTop > div, .fadeFromBottom > div {
		width: auto !important;
	}
	
	.fadeFromTop > div > div {
		font-size: 140% !important;
		letter-spacing: 0px !important;
	}
	
	#top-quick-nav {
		margin: 0px -20px;
		padding: 0px 10px;
	}
	
	#log-panel li a, #follow-button {
		text-indent: -9999px;
		width: 0px;
	}
	
	.msc-container {
		padding: 10px;
		margin: 0px 20px;
	}
	
	#main-content-handler, #tab-modules .container, #tabs-1, #top-modules .container, #welcome-box, .main-bg, #bottom-long, #bottom-bg .container, #top-long-2 .container, #tab-modules, #bot-modules, #bot-modules2 {
		max-width: 370px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#top-long .container {
		max-width: 330px;
		padding: 30px 20px;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	
	.tab-modules-shadow, #tab-modules [class*="span"]:before,
	#header-right-handler, #header-left-handler{
		display: none;
	}
	
	#welcome-box {
		max-width: 330px;
		padding: 10% 20px;
	}

	#nav-line .span6 { min-height: 60px; }
	
	.cl-handler, .search-panel {
		display: block;
	}
	
	#foo-left-right, #social-links {
		text-align: center !important;
	}
	
	#foo-left-right * {
		float: none !important;
	}
	

	#search-position .inputbox {
		max-width: 140px;
	}
	
	.row-fluid.vmmanufacturer [class*="span"] {
		width: 50% !important;
		margin: 0px !important;
		float: left !important;
	}
	
	.owl-pagination {
		display: none;
	}

	
	.banner-anim-4 img, .banner-anim-3 img, .banner-anim-2 img, .banner-anim-1 img {width:100%;}
	
	.nav-tabs > li {
		border-right: 0 !important;
	}
	
	#cl-handler.tiny div.cl-handler #vmCartModule div.panel2 {
		top: 60px;
		right: -1px;
	}
	
	div.PricebillTotal.vm-display.vm-price-value span.PricebillTotal {
		font-size: 18px;
		display: block;
		padding: 5px 0px;
	}
	
	.customers-box-handler {
		padding: 0px 80px 0px 80px;
	}
	
	#customers-box .testi-title {
		padding: 20px 0px;
	}

	.moduletable_banner, .moduletable_banner .button {
		font-size: 2vw;
	}
	
	#mega-menu {
		width: 90% !important;
		padding: 20px 5% !important;
	}
	
	#tpr-nav, #site-name-handler {
		width: 100% !important;
		float: none;
	}
	
	#tpr-nav {
		min-height: 1px !important;
	}
	
	#menupanel2 {
		position: absolute;
		top: -90px;
		right: 0px;
	}
	
	.orderby-displaynumber [class*="span"] {
		min-height: 50px;
	}
	
	.orderby-displaynumber .display-number .display-results-no {
		float: right;
		margin-left: 5%;
		margin-right: 0px !important;
	}
	
	
}

@media (max-width: 595px) { 

	#top-navigation-bar {
		padding: 10px 30px;
	}

	#top-navigation-bar [class*="span"] {
		margin: 0px;
		width: 100% !important;
		float: none !important;
	}
	
	.quick-menu {
		float: left;
	}

	.mega-menu-label {
		display: none;
	}
	
	.testi-title .h-cl {
		line-height: 1em;
	}

}
 
/* Landscape phones and down */
@media (max-width: 500x) { 

	.moduletable_banner, .moduletable_banner .button {
		font-size: 3vw;
	}

	#site-name-handler, #tpr-nav {
		width: 100% !important;
		float: none !important;
	}
	
	#sn-position {
		margin: 0px 20px;
		padding: 10px 0px;
	}

	#megamenu-handler {
		padding: 5px 20px;
	}
	
	.owl-theme .owl-controls .owl-page span {
		width: 6px !important;
		height: 6px !important;
		margin: 8px 2px !important;
	}

	.msc-container {
		padding: 10px;
		margin: 0px 10px;
	}
	
	#slideshow-handler-bg {
		padding: 0px;
	}
	
	.show-both.total-items {
		display: none !important;
	}

	#menu {
		margin: 0px 20px 20px 20px;
	}
	
}

.clr{clear:both;overflow:hidden;}
.general-bg,input.custom-attribute,input.quantity-input,.manufacturer-product-link a,input.vm-default,div.details,button.default{border:solid #CAC9C9 1px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;color:#777;text-decoration:none;padding:5px 5px 4px;}
span.custom-variant-inputbox input.custom-attribute:hover,span.quantity-box input.quantity-input:hover,input.vm-default:hover,span.quantity-box input.quantity-input:hover,.ask-a-question-view input.counter:hover,.ask-a-question-view input#email:hover,table.user-details input:hover,a.details:hover,div.details:hover,button.default:hover{background-position:0 -40px;color:#000;text-decoration:none;}
.productdetails-view .spacer-buy-area input.addtocart-button {float:left;
display: inline-block;
height: 32px;
line-height: 32px;
font-weight: 900;
padding: 0px 10px 0px 10px;
font-size: 14px;
margin-left: 30px;
}

.zoomContainer {
    z-index: 9 !important;
}

.action-handler .custom-fields-panel {
	display: none;
}

.cart-summary fieldset label {
	display: inline;
}

.product-cart-row {
	padding: 5px 0px;
}

#cart .vm_cart_products  {
	padding: 0px 20px;
	height: 230px;
	overflow-y: auto;
}

.cartpanel .show-cart-link a {
	text-transform: uppercase;
	font-weight: 600;
}

.show-total-items {
	line-height: 34px;
	margin-right: 7px;
}

.total_products { line-height: 14px;font-size: 11px;}

.PricebasePriceVariant { white-space: nowrap; }

.product-cart-row {
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 0px;
}

.product-neighbours{color:#777;padding:0 0 15px;}

.product-neighbours, .product-neighbours a  {
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
.product-neighbours {
	-webkit-transition-property: opacity;
	-ms-transition-property: bopacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
	opacity: .8;
	-webkit-backface-visibility: hidden;
}

.product-neighbours:hover {
	opacity: 1.0;
}

.product-neighbours a {
	
}

.product-neighbours a.previous-page{padding: 0px;float:left;}

.product-neighbours a.previous-page:before {
background-image:url(../images/arrow-prev.png);
background-repeat: no-repeat;
background-position: 50% 50%;
width: 20px;
height: 20px;
margin-right: 10px;
float: left;
display: block;
content: " ";
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.product-neighbours a.previous-page:hover {}

.product-neighbours a.next-page{padding: 0px;float:right;}
.product-neighbours a.next-page:after {
background-image:url(../images/arrow-next.png);
background-repeat: no-repeat;
background-position: 50% 50%;
width: 20px;
height: 20px;
margin-left: 10px;
float: right;
display: block;
content: " ";
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
}

.product-neighbours a.next-page:hover {}


.productdetails-view h1{font-size:22px;margin:0 0 6px;padding:0;}
.productdetails-view.productdetails h1 a {
	display: inline;
	float: right;
}

.productdetails-view .product-short-description{margin: 4px 0px 10px 0 !important; text-align: left; }

.productdetails-view .product-short-description .module-arrow {
	position: absolute;
}

.product-additional-nav {
	margin-bottom: 10px;
	padding-bottom: 9px;
}

.back-to-category {
	line-height: 40px;
}

.productdetails-view .product-description,.product-fields{margin:5px 0 5px 0px;}

.product-fields {
	padding: 0px 10px;
}

.vmgroup_products.product-sl-handler .spacer .selectric-items { height: 100px; }

span.title{display:block;margin:0 0 6px;}
.product-packaging{margin:15px 0 0;}
.icons{text-align:right; float:right;}
.icons a {
	margin-left: 8px;
	opacity:0.6;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.icons a:hover {
	opacity: 0.9;
}

.additional-images img{margin-right:8px;width:50px;height:auto;}

.spacer-buy-area .product-price .PricesalesPrice {
	font-weight: 600; 
	font-size: 100%;
	line-height: 120%;
	padding: 10px 0px;
}

.spacer-buy-area .product-price .PricesalesPrice span {
	letter-spacing: -1px;
	font-size: 250%;
}

.product-fields-title, .product-fields-title-wrapper { vertical-align: middle; }
.product-field-desc {
	display: block;
}

.price-crossed div.PricebasePriceWithTax .PricebasePriceWithTax{text-decoration: line-through;}
.productdetails-view .addtocart-bar{margin:0;padding:0px;width:auto;text-align:left;}

.productdetails-view .addtocart-bar .quantity-box, .productdetails-view .addtocart-bar span.quantity-controls {
	vertical-align: top;
}

.productdetails-view .addtocart-bar span.quantity-box input,
.productdetails-view span.quantity-controls .quantity-controls.quantity-plus,
.productdetails-view span.quantity-controls .quantity-controls.quantity-minus {
	box-shadow: none !important;
}

.availability{text-align:right;margin:10px 0px;}
.customer-reviews h4{margin:0 0 10px;padding:0 0 6px;}
.write-reviews{margin:20px 0 0;}
.write-reviews h4{text-align:left;}
.write-reviews h4 span{font-weight: bold; font-size: 12px;margin-left:8px;}
.write-reviews span.step{font-weight:700;display:inline-block;margin:0 0 8px;}
.write-reviews ul.rating{text-align:center;margin:0 0 20px;padding:0;}
.write-reviews ul.rating li{display:inline-block;list-style:none;text-align:center;padding:0 5px;}
.write-reviews ul.rating li span{display:block;}
.write-reviews textarea.virtuemart{margin-bottom:6px;display:inline-block;}
.list-reviews .normal{margin-bottom:8px;padding:12px;background-color: rgba(0,0,0,0.04);border: 1px solid rgba(0,0,0,0.05);}
.list-reviews .normal blockquote,.list-reviews .highlight blockquote{margin-top:12px;font-size:100%}
.list-reviews .highlight{font-weight:normal;margin-bottom:8px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:12px;background-color: rgba(0,0,0,0.07);}

.list-reviews span.date{float:right;display:block;position:relative;top:-12px;right:-12px;font-size:10px;padding:4px 6px 2px;}

span.variant-dropdown{width:150px;float:left;display:block;margin-bottom:5px;}
span.variant-dropdown select{width:150px;}
span.custom-variant-inputbox{width:152px;float:left;display:block;margin-bottom:5px;}
input.custom-attribute{width:140px;}
span.quantity-box{width:32px;height:32px;display:inline-block;padding-top:0px;}
input.quantity-input{height:28px;width:25px;text-align:center;font-weight:700;padding:2px;}
span.quantity-controls{width: 16px; height: 32px;padding-top:0px;margin:0px 0px;display:inline-block;vertical-align: middle;}

.spacer-buy-area span.quantity-box { width: 32px; }

span.quantity-controls input.quantity-controls{line-height:17px;height:16px;border:none;width:16px;margin:0px !important;padding:0px;font-size: 14px;font-weight:bold;background-repeat:no-repeat;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all !important;
	-ms-transition-property: all !important;
	-o-transition-property: all !important;
	-moz-transition-property: all !important;
	transition-property: all !important;
}

span.quantity-controls input.quantity-plus{	
	background-image: url(../images/quantity-arrows-plus.png);
	background-position: 50% 0px;
	border-width: 0px !important;
}
span.quantity-controls input.quantity-minus{
	background-image: url(../images/quantity-arrows-minus.png);
	background-position: 50% -16px;
	border-width: 0px !important;
}

span.quantity-controls input.quantity-plus:hover {	
	background-position: 50% -16px;
}
span.quantity-controls input.quantity-minus:hover {
	background-position: 50% 0px;
}

span.quantity-controls {
	position: relative;
}

span.quantity-controls .quantity-controls.quantity-plus, span.quantity-controls .quantity-controls.quantity-minus {
	position: absolute; 
	background-repeat: no-repeat;
}

span.quantity-controls .quantity-controls.quantity-plus {
	top: 0px;
	left: 0px;
}

span.quantity-controls .quantity-controls.quantity-minus {
	top: 16px;
	left: 0px;
}

.spacer .action-handler .productdetails {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	opacity: 0;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all !important;
	-ms-transition-property: all !important;
	-o-transition-property: all !important;
	-moz-transition-property: all !important;
	transition-property: all !important;
}

.spacer:hover .action-handler .productdetails {
	top: -36px;
	opacity: 1;
}

.spacer .addtocart-bar {
position: relative; 

}

.h-pr-title {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0px !important;
}


.quantity-input.js-recalculate, input.quantity-input {
	padding: 0;
	
	font-size: 16px;
	margin: 0px !important;
	width: 28px;
	height: 28px;
	border: 0 !important;
}

.addtocart-bar{margin:0 auto;padding:6px 0px 0px 0px;width:auto;text-align:center;height:32px;display: inline-block;width:100%;}

.spacer .action-handler .addtocart-bar span.quantity-box, .spacer .action-handler .addtocart-bar span.quantity-controls {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all !important;
	-ms-transition-property: all !important;
	-o-transition-property: all !important;
	-moz-transition-property: all !important;
	transition-property: all !important;
}

.spacer .action-handler .addtocart-bar span.quantity-box {
	margin: 0;

}

.spacer .action-handler .addtocart-bar span.quantity-controls {
	margin: 0px;
	height: 32px;
}



.action-handler .addtocart-bar span.quantity-box input {
	border: 0px !important;
	width: 20px;
	height: 32px;
}

span.quantity-controls .quantity-controls.quantity-plus, span.quantity-controls .quantity-controls.quantity-minus {
	background-color: transparent;
}

input.addtocart-button {
	background-color: transparent !important;
}

span.addtocart-button {
	position: relative;
	display: inline-block;
}

span.addtocart-button{margin:0px;}
span.cart-images img {
    float: left;
    width: 45px;
	margin: 4px 10px 10px 4px;
}
span.addtocart-button input.notify-button{width:152px;background-position:0 -160px;color:#fff;border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;}
span.addtocart-button input.addtocart-button-disabled {width:auto;background:#f2f2f2 top repeat-x;border:solid #333 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:14px;cursor:pointer;height:34px;text-align:center;letter-spacing:1px;padding:4px 5px;color:#333;margin:10px 0px 0px 0px;}

.spacer h2 a, .spacer h2 a:hover {
	text-decoration: none;
}

.category-view .row .category .spacer h2{margin:0;padding:0;}
.category-view .row .category .spacer h2 a{font-size:14px;display:block;text-align:center;}
.category-view .row .category .spacer h2 a img{margin-top:6px;max-width:100%;height:auto;}

.orderby-displaynumber{margin:10px 0;padding:10px 0;}
.orderlistcontainer{font-size:12px;display:inline-block;text-decoration:none;margin:0 15px 0 0;position:relative;float:left;}
.orderlistcontainer .title {display:none;}
.orderlistcontainer div.activeOrder{
	cursor:pointer;font-size:100%;
	float: left;
	margin: 0 !important;
	padding: 9px 10px 9px 10px;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-shadow: none !important;
	min-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
	border: 1px solid #d4d4d4;
	border-top-color: #f3f3f3;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
	color: #3d3d3d;
}
.orderlistcontainer div.activeOrder a {
	color: #3d3d3d;
}
.orderlistcontainer a{text-decoration:none;display:block;}
.orderlist a{padding: 8px 10px;}
.orderlistcontainer a:hover{text-decoration:none !important;display:block;}
.orderlistcontainer div.orderlist{display:none;position: absolute;
background: #ffffff;
cursor: pointer;
box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
z-index: 99;
padding: 10px 10px;
min-width: 190px;
top:37px;
}
.orderlistcontainer div.orderlist div{border-bottom: 1px solid rgba(0,0,0,0.1);}
.orderlistcontainer div.orderlist div:hover{}


.view-as {
	float: left;
	margin: 0 !important;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-shadow: none !important;
	min-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
	border: 1px solid #d4d4d4;
	border-top-color: #f3f3f3;
	border-left-color: #eaeaea;
	border-right-color: #eaeaea;
	background: #f7f7f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmViZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ebebeb 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%,#ebebeb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 );
	color: #3d3d3d;
	list-style: none;
}

.view-as li {
	display: inline;
	text-align: center;
}

.view-as li:first-child a {
	border-right: 1px solid #eaeaea;	
}

.view-as li:last-child a {
	border-left: 1px solid #eaeaea;
}

.view-as li a {
	color: #3d3d3d;
	padding: 8px 9px 8px 13px;
	display: inline-block;
}

.ask-a-question-view .product-summary{border-bottom:solid #cccccc 1px;margin:25px 0 0;padding:0 0 10px;}
.ask-a-question-view .product-summary h2{font-size:16px;margin:0;padding:0;}
.ask-a-question-view .product-summary .short-description{margin-top:6px;}
.ask-a-question-view .product-summary img.product-image{max-width:100%;max-height:100%;width:auto;height:auto;}
.ask-a-question-view .form-field textarea.field{width:394px;background:#fff;border:solid #CAC9C9 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;color:#777;text-align:left;padding:12px;}
.ask-a-question-view .form-field textarea.field:hover{background:#fff;color:#000;}
.ask-a-question-view .form-field .submit{ }
.ask-a-question-view .counter { width: auto !important; }

.vmquote{font-size:smaller;}
.manufacturer-details-view img{float:right;margin:0 0 10px 20px;}
.manufacturer-details-view .email-weblink a{margin-right:15px;}
a.ask-a-question{margin-bottom:8px;}
a.ask-a-question:hover{color:#777;text-decoration:none;}
input.vm-default{margin-bottom:2px;}

.write-reviews input.vm-default, .write-reviews input.vm-default:hover {
	width: 50px;
	font-size: 12px;
	font-weight: bold;
}

div.details{background-position:0 0;display:inline-block;padding:3px 8px 1px;}
a.details:hover,div.details:hover{background-position:0 -40px;color:#777;}
span.details-button{ margin:0 0 0 10px;}
span.details-button input.details-button {color:#135CAE;border:1px solid #CAC9C9 ;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;cursor:pointer; text-align:center;padding:3px 8px 1px;}
.coupon{margin-bottom:0px !important;}
button.default{display:inline-block;cursor:pointer;padding:5px 8px 4px;}
button.default:hover{color:#777;}
a.highlight,a.highlight:visited{border:solid #00a000 1px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;font-size:12px;display:inline-block;text-decoration:none;background-position:0 -160px;color:#fff;padding:3px 8px 1px;}

p.product_s_desc{margin-bottom:6px;padding:0;}
span.stock-level{font-size:10px;}

.h-pr-details .vmicon {margin: 0px; }

.horizontal-separator{height:1px;margin:10px 0;}
.invalid{color:#000;border-color:red;}
.page-results{margin-top:25px;text-align:right;}
.control-buttons button.default{margin-left:8px;}
table.user-details input{margin-bottom:2px;padding:5px 5px 4px; width:60%}
table.user-details input:hover { background: inherit !important; }
table.user-details input.invalid{margin-bottom:2px;padding:5px 5px 4px;}
table.user-details{margin-bottom:25px;}
table.user-details input[type="checkbox"] , table.user-details input[type="radio"] {width:20px}

.div-table-seperator {padding: 5px 0px; }

.userfields_info {
	display: block;
	padding: 15px 0px 5px 0px;
}

td.key{padding:0 6px; width: 150px;}
.cart-view h1{font-size:20px;margin:0;padding:0 0 10px;}
.cart-view h2{font-size:12px;margin:0;padding:0;}
.checkout-button-top{text-align:right;padding:10px 0;margin:10px 0px;}
.checkout-button-top input.terms-of-service{margin-right:10px;display:inline-block;}
span.tos{display:inline-block;margin-right:15px;}
.billto-shipto{margin:10px 0 0;padding:10px 0 25px;}
.billto-shipto span,a.terms-of-service{display:inline-block;font-size:14px;}
#full-tos {display: none;}
.output-billto span.titles,.output-shipto span.titles{width:150px;float:left;}
.output-billto span.values-first_name,.output-billto span.values-middle_name,.output-billto span.values-zip,.output-shipto span.values-first_name,.output-shipto span.values-middle_name,.output-shipto span.values-zip{float:left;margin-right:3px;}
table.cart-summary tr th{border-bottom:solid #E9E8E8 1px;padding:6px 10px;}
.customer-comment{ margin:10px 0 0;padding:10px 0 0;}
textarea.customer-comment{margin-bottom:2px;text-align:left;padding:5px 5px 4px;height:60px;width:90%;}
div.terms-of-service{ margin:10px 0 0;padding:10px 0 15px;}
.terms-of-service h5{background:#7C1E21;color:rgba(255, 255, 255, 0.9);font-size:14px;text-align:center;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;font-weight:400;margin:0;padding:15px;}
.terms-of-service h5 a,.terms-of-service h5 a:visited{color:#fff;text-transform:uppercase;}

ul.VMmenu,.VMmenu ul,.VMmenu li{list-style-type:none!important;background-image:none!important;padding:0px 0px 2px 0px;}
.VMmenu li div {
	position: relative;
}
.VmArrowdown{
	background: 50% 0px no-repeat url(../images/vmgeneral/arrow_down.png);
	cursor: pointer;
	float: right;
	width: 26px;
	height: 26px;
	padding: 0;
	position: absolute;
	right: 7px;
	top: 7px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: all !important;
	-ms-transition-property: all !important;
	-o-transition-property: all !important;
	-moz-transition-property: all !important;
	transition-property: all !important;
}

.VMmenu li:hover .VmArrowdown {
	background-position: 50% -26px !important;
}

.VmOpen ul {
	padding: 0px;
	margin: 0px;
}

#ui-tabs ul#tabs{list-style-type:none;overflow:hidden;margin:0;padding:20px 20px 0;}
#ui-tabs ul#tabs li{display:inline-block;cursor:pointer;background:#f2f2f2;padding:10px 20px 7px;}
#ui-tabs ul#tabs li.current{display:inline-block;background:#ccc;color:#444;}
#ui-tabs .tabs{padding:20px;}
#ui-tabs .dyn-tabs{overflow:auto;display:none;}
.clear,br.clear{clear:both;height:1px;overflow:hidden;}
.floatright,span.floatright{float:right;}
.floatleft,span.floatleft{float:left;}
li.floatleft {
	padding: 0px;
}

.vmproduct.product-details {
	margin-bottom: 15px; 
}

ul.vmproduct.product-details {
	margin: 0;
	padding: 0 0px 30px 0px;
}

#tab-modules .moduletable_products:last-child ul.vmproduct.product-details {
	padding-bottom: 0px;
}

ul.vmproduct.product-details li.span12 {
	margin: 0px;
	padding: 0px;
	background: none;
}

span.bold{font-weight:700;}

.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}


.vmicon, .vmiconFE{background:url(../images/vm2-sprite.png) no-repeat top left;}
.vm2-add_quantity_cart{background-position: 0 0;width: 28px !important;height: 26px;border: 0px;cursor: pointer;}
.vm2-arrow_down{background-position:0 -72px;width:16px;height:16px;}
.vm2-billto-icon{background-position:0 -138px;height:28px;margin-right:6px;vertical-align:middle;width:28px;border :0px;}
.vm2-remove_from_cart{background-position: 0 -212px;border: 0 none;cursor: pointer;display: inline-block;height: 32px;vertical-align: middle;width: 26px;padding:0px;margin:0px 2px;}
.vm2-shipto-icon{background-position:0 -284px;height:28px;margin-right:6px;vertical-align:middle;width:28px;}

.cart-summary form.inline input.inputbox { width: 30px !important; }

.vm2-stars0{background-position:0 -358px;width:64px;height:13px;}
.vm2-stars1{background-position:0 -421px;width:64px;height:13px;}
.vm2-stars2{background-position:0 -484px;width:64px;height:13px;}
.vm2-stars3{background-position:0 -547px;width:64px;height:13px;}
.vm2-stars4{background-position:0 -610px;width:64px;height:13px;}
.vm2-stars5{background-position:0 -673px;width:64px;height:13px;}
.vm2-stars_0{background-position:0 -736px;width:64px;height:13px;}
.vm2-stars_1{background-position:0 -799px;width:64px;height:13px;}
.vm2-stars_2{background-position:0 -862px;width:64px;height:13px;}
.vm2-stars_3{background-position:0 -925px;width:64px;height:13px;}
.vm2-stars_4{background-position:0 -988px;width:64px;height:13px;}
.vm2-stars_5{background-position:0 -1051px;width:64px;height:13px;}
.vm2-lowstock{background-position:0 -1114px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-nostock{background-position:0 -1179px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-normalstock{background-position:0 -1244px;width:62px;height:15px;display:block;margin:0px auto !important;}
.vm2-termsofservice-icon{background-position:0 -1309px;height:26px;margin-right:6px;vertical-align:middle;width:26px;display:inline-block;}
#tosAccepted { margin: 0px 10px 0px 0px !important; }
.vm2-modallink{height:16px;margin-left: 3px;vertical-align:top;width:16px;display:inline-block; background: url("../images/icon_external_link.gif") no-repeat scroll left top transparent;}
.vm2-warning{background-position:0 -1383px;width:50px;height:40px;}
.vendor-store-desc,.category-view,.featured-view,.latest-view,.topten-view,.recent-view,.related-products-view,.browse-view,.order-view{margin-bottom:25px;clear:both;}
.main-image,.featured-view .product,.latest-view .product,.topten-view .product,.recent-view .product,.related-products-view .product,.center,span.center{text-align:center;}

.category_description { clear: both; }

.productdetails-view.productdetails .main-image {
	padding: 10px 0px;
}

.product-field-display select {
	line-height: 26px;
}

.vmproduct li { background-image: none; }

.button.addto-cart-link {
	background-image: url('../images/add-to-cart-button.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
	text-indent: -99999px;
	float: right;
	width: 32px;
	height: 32px;
	padding: 0px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-position !important;
	-ms-transition-property: background-position !important;
	-o-transition-property: background-position !important;
	-moz-transition-property: background-position !important;
	transition-property: background-position !important;
}

.category-view .spacer:hover .button.addto-cart-link,
.latest-view .spacer:hover .button.addto-cart-link,
.topten-view .spacer:hover .button.addto-cart-link,
.recent-view .spacer:hover .button.addto-cart-link,
.featured-view .spacer:hover .button.addto-cart-link,
.vmproduct.product-details .spacer:hover .button.addto-cart-link,
.browse-view .spacer:hover .button.addto-cart-link {
	background-position: 5px -59px;
}

.category-view .spacer:hover .button.addto-cart-link:hover, 
.latest-view .spacer:hover .button.addto-cart-link:hover, 
.topten-view .spacer:hover .button.addto-cart-link:hover, 
.recent-view .spacer:hover .button.addto-cart-link:hover, 
.featured-view .spacer:hover .button.addto-cart-link:hover,
.vmproduct.product-details .spacer:hover .button.addto-cart-link:hover, 
.browse-view .spacer:hover .button.addto-cart-link:hover {
	background-position: 5px -123px;
}

.latest-view .spacer, 
.topten-view .spacer, 
.recent-view .spacer, 
.featured-view .spacer, 
.vmproduct.product-details .spacer, 
.browse-view .spacer {
	text-align: center;
	padding: 0px 0px 0px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-sizing: border-box;
}


.latest-view .spacer:hover, 
.topten-view .spacer:hover, 
.recent-view .spacer:hover, 
.featured-view .spacer:hover, 
.vmproduct.product-details .spacer:hover, 
.browse-view .spacer:hover {

}


.vmproduct.product-details .spacer .product-price, .h-pr-details .product-price {
	border: 0 !important;
}

.vmproduct.product-details .spacer .product-price .PricesalesPrice {
	font-weight: 900;
	font-size: 15px;
}

.pr-add {
	text-align: left;
	padding: 5px 15px;
}

.pr-add-bottom,
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	padding: 12px 0px 12px 0px !important;
	margin-bottom: 10px;
}

.h-pr-title {
	font-weight: 300;
}

.browse-view .product .spacer h2,
.featured-view .spacer .product_s_desc, .latest-view .spacer .product_s_desc, .topten-view .spacer .product_s_desc, .recent-view .spacer .product_s_desc, .related-products-view .spacer .product_s_desc, .browse-view .product .spacer .product_s_desc {
	margin: 2px 0px 0px 0px !important;
}

.pr-add-bottom .product-price {
	padding: 6px 0px;
}

.pr-add a {
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: color;
	-ms-transition-property: color;
	-o-transition-property: color;
	-moz-transition-property: color;
	transition-property: color;
}

.pr-add a, .pr-add a:hover {
	text-decoration: none;
}

.pr-add-left {
	float: left;
	text-align: left;
}

.pr-add-left .PricesalesPrice, .pr-add-left .go-to-product {
	text-align: left;
}

.pr-add-left .product-price {
	margin: 0px;
}

.pr-add-right {
	float: right;
}

.productdetails-view.productdetails .category-view {
	margin: 25px 0px;
}

.main-image img.product-image,.featured-view .spacer img,.latest-view .spacer img,.topten-view .spacer img,.recent-view .spacer img{max-width:100%;height:auto;width:auto;}

.additional-images,.output-billto,.output-shipto{margin:10px 0;}

.ask-a-question,.manufacturer,.manufacturer-details-view .email-weblink,.manufacturer-details-view .description{margin:10px 0 0;}
.customer-reviews,.ask-a-question-view .form-field{margin:25px 0 0;}
span.variant-name,span.custom-variant-name{width:100px;float:left;display:block;margin-bottom:5px;}
span.addtocart-button input.notify-button:hover,input.highlight-button:hover,a.highlight:hover{color:#f2f2f2;}

.spacer .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	font-weight: 700;
	padding: 0px 14px 0px 14px;
	font-size: 13px;
	text-transform: uppercase;
}
.addtocart-button {
	font-size: 13px;
	text-transform: uppercase;
}

.category-view .spacer .spacer-handler, .latest-view .spacer .spacer-handler, .topten-view .spacer .spacer-handler, .recent-view .spacer .spacer-handler, .featured-view .spacer .spacer-handler, .vmproduct .spacer .spacer-handler, .browse-view .spacer .spacer-handler {
	margin: 0px 0px 0px 0px !important;
	text-align: center;

	height: 100%;
}

.row-fluid .product {
	margin-bottom: 15px;
}

.spacer h3,.browse-view .spacer h2, .browse-view h1, .manufacturer-details-view h1{
	letter-spacing:0px;
	padding-top: 10px;
	margin: 6px 0px 1px 0px;
	text-transform: none;
}

.featured-view .spacer h3 a,.latest-view .spacer h3 a,.topten-view .spacer h3 a,.recent-view .spacer h3 a,.related-products-view .spacer h3 a,.browse-view .row .product .spacer h2 a {
	text-decoration: none;
}

.browse-view h1, .manufacturer-details-view h1 {
	padding: 15px 0px;
}

.product-price {
	margin: 3px 0px 20px 0px;

}

span.PricesalesPrice {
	font-weight: 700;
	font-size: 125%;
}

.cart-summary span.PricesalesPrice {
	font-size: 100% !important;
}

.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{ }
.browse-view .row .product .spacer img,.related-products-view .row .product .spacer img{max-width:90%;height:auto;}
.display-number .display-results-no {
    float: left;
    width: 55%;
    line-height: 38px;
    font-weight: 300;
    text-align: right;
    margin-right: 5%;
}

.display-number .selectric-wrapper {
	width: 40%;
	float: left;
}

.right{text-align:right !important;}
.ask-a-question-view,.manufacturer-details-view .spacer{padding:30px;}
.ask-a-question-view h1 {font-size:18px;margin:0;padding:0;}
#userForm select,.width80{width:61%;}
.manufacturer-product-link {display:none;}

.manufacturer-email { padding:3px 0px 3px 22px; background: url(../images/email.png) no-repeat 0px 50%;}
.manufacturer-url { padding:3px 0px 3px 22px; background: url(../images/weblink.png) no-repeat 0px 50%;}
.manufacturer-description {padding: 3px 0px }

ul.vmmanufacturer {
	padding:0px;
	margin: 0px;
}

.man-sp-handle {
	text-align: center;
	padding: 0px 10px;
}

.man-main-handler [class*="vmmanufacturer"]:first-child {
	border-top: 0px;
}

.man-main-handler .owl-wrapper-outer {
	padding: 0px 0px;
}


.man-main-handler img {
	opacity: 0.5;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: opacity !important;
	-ms-transition-property: opacity !important;
	-o-transition-property: opacity !important;
	-moz-transition-property: opacity !important;
	transition-property: opacity !important;
	-webkit-backface-visibility: hidden;
}

.man-main-handler img:hover {
	opacity: 1.0;
}


label.invalid,span.red{color:red;}
.output-billto span.values,.output-shipto span.values,.floatleft,span.floatleft{float:left;}
.output-billto span.values,.output-shipto span.values {padding-right:5px;}
.joomlaCoreField {background-color: #FFFFDD;}

.display-number select {
	width: auto;
}

.vm-pagination {
	clear: both;
	padding: 10px 0px;
}

.vm-pagination div{ }
.vm-pagination ul{padding:0px; margin: 0px; float:left;}
.vm-pagination ul li{display: inline;background: none;}
.vm-pagination  .counter{text-align: right !important;}


.vm-pagination ul > li > a, .vm-pagination ul > li > span {
	float: left;
	padding: 6px 10px;
	line-height: 14px;
	background-color: rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.5);
	border: 0px;
}

.vm-pagination ul li {
	background: none !important;
	display: block;
	float: left;
	padding: 0 4px 4px 0 !important;
	margin: 0px;
}

.vm-pagination ul li a {
	font-weight: bold;
	padding: 6px 10px;
	display: block;
	float: left;
	cursor: pointer;
	vertical-align: middle;
	text-transform: none !important;
	text-decoration: none;
	font-size: 13px;
	border: 0;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: background-color !important;
	-ms-transition-property: background-color !important;
	-o-transition-property: background-color !important;
	-moz-transition-property: background-color !important;
	transition-property: background-color !important;
}


.vm-bottom div{text-align:center !important;}
.vm-bottom ul{text-align:center !important;}
.vm-bottom ul li{display: inline;}
.vm-bottom  .counter{text-align: right !important;}

td.orders-key{font-weight: bold; text-align: left; }

/* Manufacturer View Default */
.manufacturer-view-default .row .manufacturer .spacer {padding: 6px;}
.product-field-display a img{display: block;}
.product-related-products, .product-related-categories{padding-bottom: 10px;}
.product-fields .product-field-type-P{clear: both; border-bottom: 1px solid #EEEEEE; margin-top: 18px;}
.product-field-type-P .product-fields-title{ font-size: 120%;}
.product-field-type-B,.product-field-type-S,.product-field-type-I{font-size: 90%;}
.vm-customfield-mod{line-height:100%;padding-top:4px;font-size: 90%;}
.product-fields-title{ font-weight: bold;}

.product-fields-title-wrapper {
	line-height: 18px;
}

.tab-content .product-related-products, .tab-content .product-related-products {
	clear: both;
}

@media (min-width: 768px) {
	.tab-content .product-related-products .product-field {
		width: 21%;
		padding: 10px 2%;
		float: left;
	}
}

.vm-customfield-mod img,.vm-customfield-cart img{ vertical-align: middle; width: 16px;}
.vm-img-desc{display:block;}
.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost{padding:0 2px;}
.vmpayment_description,.vmshipment_description {padding: 0 2px;
display: block;
opacity: 0.5;}
.vmpayment_cardinfo {color:gray;font-size:9px;}
.virtuemart_search .inputbox{vertical-align :middle}
/* Custom Field Images */
.product-fields .product-field,.product-related-categories .product-field{
width: auto;
float: none;
display: block;
padding-bottom: 5px;
}

.product-fields .product-field label.other-customfield {width:25%;float:left;position:relative;top:20px;left:-18px;margin-bottom:27px;text-align:center;}  /* For 4 images across use width:17% */
.product-fields .product-field input[type=radio] {position:relative;left:33px;}
.product-fields .product-field .vm-img-desc {font-size:9px;}

.span6.floatleft span.vote {
	display: block;
	text-align: center;
	height: 24px;
	line-height: 24px;
	vertical-align: top;
}

/* some more styles */
.priceColor2{color:gray;}
.line-through{text-decoration:line-through}
.inline{display: inline;}
td.pricePad{padding-right: 10px;}
td.priceCol{white-space:nowrap;}
div.spaceStyle{padding: 0px; margin: 5px; spacing: 0px;}
.vm-notice{color: #CC0000;}
.buttonBar-right{text-align: right; width: 100%;}
.userfields_info{font-weight: 300;font-size:18px;}

/* Reviews */
.customer-reviews h4{
  margin: 0 0 10px;
  padding: 0 0 6px;
}

.customer-reviews h4 span {
	display: block;
	padding: 10px 0px;
	font-size: 13px;
}

.write-reviews{

  margin: 20px 0 0;
}

.write-reviews h4{
  text-align: left;
}

.write-reviews h4 span{
  font-size: 1.0em;
  font-weight: 400;
  margin-left: 8px;
}

.write-reviews span.step{
  font-weight: 700;
  display: inline-block;
  margin: 0 0 8px;
}

.write-reviews input[readonly] {
	border: 0 !important;
	background: none !important;
}

.rating{

  margin: 0 0 20px;
  padding: 0;
}

.write-reviews ul.rating li{
  display: inline-block;
  list-style: none;

  padding: 0 5px;
}

.write-reviews ul.rating li span{
  display: block;
}

.write-reviews textarea.virtuemart{
  margin-bottom: 6px;
  display: inline-block;
}

/* Reviews end */

.vm2-stars0{
  background-position: 0 -358px;
  width: 64px;
  height: 13px;
}

.vm2-stars1{
  background-position: 0 -421px;
  width: 64px;
  height: 13px;
}

.vm2-stars2{
  background-position: 0 -484px;
  width: 64px;
  height: 13px;
}

.vm2-stars3{
  background-position: 0 -547px;
  width: 64px;
  height: 13px;
}

.vm2-stars4{
  background-position: 0 -610px;
  width: 64px;
  height: 13px;
}

.vm2-stars5{
  background-position: 0 -673px;
  width: 64px;
  height: 13px;
}

.vm2-stars_0{
  background-position: 0 -736px;
  width: 64px;
  height: 13px;
}

.vm2-stars_1{
  background-position: 0 -799px;
  width: 64px;
  height: 13px;
}

.vm2-stars_2{
  background-position: 0 -862px;
  width: 64px;
  height: 13px;
}

.vm2-stars_3{
  background-position: 0 -925px;
  width: 64px;
  height: 13px;
}

.vm2-stars_4{
  background-position: 0 -988px;
  width: 64px;
  height: 13px;
}

.vm2-stars_5{
  background-position: 0 -1051px;
  width: 64px;
  height: 13px;
}

.vm-product-rating-container {
  text-align: left;
}

.ratingbox {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 24px;
  background: url("../images/color-stars.png") repeat-x scroll 0 bottom transparent;
  overflow: hidden;
}

.ratingbox div, .ratingbox span {
  background: url(../images/color-stars.png) repeat-x;
  display: block;
  width: 1%;
  height: 24px;
  position: static;
}

.highlight-button {
	line-height: 24px;
}

textarea.virtuemart {
	width: 97%;
}

.browse-view .ratingbox{
  margin: 0 auto 15px;
}

.spacer-buy-area .ratingbox {
  margin-bottom: 15px;
}


.category-ratingbox {
  position: relative;
  display: block;
  width: 60px;
  height: 12px;
  background: url("../images/color-stars-small.png") repeat-x scroll 0 bottom transparent;
}

.category-ratingbox div, .category-ratingbox span {
  background: url(../images/color-stars-small.png) repeat-x;
  display: block;
  width: 1%;
  height: 12px;
  position: absolute;
}

.stars-orange{
  background-position:0 0 !important;
}

.stars-red{
  background-position:0 -54px !important;
}

.stars-green{
  background-position:0 -108px !important;
}

.stars-blue{
  background-position:0 -162px !important;
}

.stars-purple{
  background-position:0 -216px !important;
}

@media (max-width: 768px){
  .spacer-buy-area .ratingbox {
    margin: 0 auto 15px;
  }
}


#com-form-login-remember label {display: inline; }
.billto-shipto.row-fluid .span6 {
	padding-bottom: 10px;
}

.vm-button-correct, .vm-button-correct:hover {
	border: none;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: background-color;
	-ms-transition-property: background-color;
	-o-transition-property: background-color;
	-moz-transition-property: background-color;
	transition-property: background-color;
}

.category-view .row-fluid .category img,
.row-fluid .spacer img {
	-webkit-backface-visibility: hidden;
}


.category-view .row-fluid .category,
.row-fluid .spacer,
.browse-view .spacer {
	opacity: 1;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity, -webkit-filter, border-color;
	-ms-transition-property: opacity, border-color;
	-o-transition-property: opacity, border-color;
	-moz-transition-property: opacity, border-color;
	transition-property: opacity, -webkit-filter, border-color;
}

.category .spacer img {
	border: none;
}

.category .spacer {

}

.category .spacer h2 a {
	position: relative;
}

.spacer .pr-img-handler img {
	opacity: 1.0;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.spacer:hover .pr-img-handler img {
	opacity: 1.0;
}

.category .cat-title {
	display: block;
	font-size: 14px;
	line-height: 14px;
	padding: 9px 0px;
	font-weight: 300;
	letter-spacing: 0px;
}

.category-view .row-fluid .category .spacer h2 a .cat-title {
	-webkit-backface-visibility: hidden;
	text-align: center;
	display: block;
	vertical-align: middle;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: position, bottom;
	-ms-transition-property: position, bottom;
	-o-transition-property: position, bottom;
	-moz-transition-property: position, bottom;
	transition-property: position, bottom;
	bottom: 0px;
}

.category-view .row-fluid:hover .category:hover .spacer h2 a .cat-title {
	position: absolute;
	bottom: 32%;
	text-align: center;
	width: 100%;
}

.category-view .row-fluid:hover .category:hover .spacer {
	padding-bottom: 31px;
}

.category .spacer img {
transition: all .4s ease-in-out;
}

.category .spacer:hover img {
	opacity: 0.0;
}

.category h2 {margin:0px;padding:0px;overflow:hidden;}

.pr-img-handler {
	position: relative;
	width: 100%;

}

.row-fluid .spacer .pr-img-handler .popout-price {
	z-index: 90;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.popout-price > .PricesalesPrice {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.4);
}

.row-fluid .spacer:hover .pr-img-handler .popout-price {
	opacity: 1;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details,
.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image,
.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields {
	width: 24px;
	height: 24px;
	background-color: transparent !important;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image {
	background-position: 0px 0px;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details {
	text-indent: -9999px;
	padding:0px !important;
	margin: 0px;
	background-position: 0px -30px;
	display: block;
}

.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields {
	text-indent: -9999px;
	padding:0px !important;
	margin: 0px;
	background-position: 0px -60px;
	display: block;
}

.row-fluid .spacer .pr-img-handler .popout-price .popout-price-buttons-handler {
	position: relative;
	width: 100%;
	height: 36px;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none !important;
	padding: 0px !important;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image a:after {
    content: "\f002";
    display: block;
    font: normal normal normal 14px/24px FontAwesome;
	background: none transparent !important;
	text-decoration: none !important;
}

.row-fluid .spacer .pr-img-handler .popout-price .product-details:after {
	
	content: "\f0f6";
    display: block;
    font: normal normal normal 14px/24px FontAwesome;
	width: 24px;
	height: 24px;
	text-indent: 0px !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background: none transparent !important;
	text-decoration: none !important;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-advanced-fields:after {
	content: "\f013";
    display: block;
    font: normal normal normal 14px/24px FontAwesome;
	width: 24px;
	height: 24px;
	text-indent: 0px !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background: none transparent !important;
	text-decoration: none !important;
}

.row-fluid .spacer .pr-img-handler .popout-price .show-pop-up-image img {
	display: none;
}

.row-fluid .spacer .popout-price-buttons-handler {
	position: relative;
}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image,
.row-fluid .spacer .popout-price-buttons-handler .product-details,
.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields {
	position: absolute;
	opacity: 0.0;
	-webkit-transition-property: opacity, top, background-color !important;
	-ms-transition-property: opacity, top, background-color !important;
	-o-transition-property: opacity, top, background-color !important;
	-moz-transition-property: opacity, top, background-color !important;
	transition-property: opacity, top, background-color !important;
}

.row-fluid .spacer .popout-price-buttons-handler .show-pop-up-image {
	top: -50px;
	left: 5px;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 0px !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.row-fluid .spacer .popout-price-buttons-handler .product-details {
	top: -50px;
	left: 33px;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: 0px !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.row-fluid .spacer .popout-price-buttons-handler .show-advanced-fields {
	top: -50px;
	left: 61px;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border: 0px !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.row-fluid .spacer:hover .popout-price-buttons-handler .show-pop-up-image,
.row-fluid .spacer:hover .popout-price-buttons-handler .product-details,
.row-fluid .spacer:hover .popout-price-buttons-handler .show-advanced-fields {

	opacity: 1;
}

.row-fluid .spacer:hover .popout-price-buttons-handler .show-pop-up-image { top: 10px;}
.row-fluid .spacer:hover .popout-price-buttons-handler .product-details { top: 10px;}
.row-fluid .spacer:hover .popout-price-buttons-handler .show-advanced-fields { top: 10px;}

.product-field-display select { width: 100%; }

.marginbottom12 {
	margin-bottom: 12px;
}

.is-empty {
	white-space: nowrap;
	float: right;
    padding: 11px 10px;
	font-weight: 700; font-size: 18px;
	text-transform: uppercase;
}

.action-handler {
	position: relative;
	text-align: center !important;
}

.action-handler .addtocart-area form.product {
	position: relative;
	margin: 0px;
}

.action-handler .addtocart-area form.product .custom-fields-panel {
	position: absolute;
	bottom: 8px;
	width:100%;
	opacity:1;
	padding-bottom: 20px;
}

input.terms-of-service.required {
	width: auto;
	float: left;
	margin-right: 10px;
}

button.vmicon,button.vmicon:hover { background-color: transparent !important;padding:0px !important; border-width: 0px !important; }
.cart-summary .quantity-input.js-recalculate, .cart-summary input.quantity-input {background:#ffffff !important;font-size: 14px !important;color:#393939 !important;border:1px solid #cfcfcf !important;padding:0px 2px !important;}


.productdetails-view .spacer-buy-area input.quantity-input{}
.productdetails-view .spacer-buy-area span.quantity-controls input.quantity-controls {margin-left: 5px !important;}

.cls1 {width:100% !important;}

.cls2 {width:50% !important;}

.cls3 {width:33.33% !important;}

.cls4 {width:25% !important;}

.cls5 {width:20% !important;}

.cls6 {width:16.66% !important;}

.cls7 {width:14.25% !important;}

.cls8 {width:12.5% !important;}

.cls1, .cls2, .cls3, .cls4, .cls5, .cls6, .cls7, .cls8 {margin:0px !important;padding:0px !important;}


#fancybox-content .product-related-products .product-field {
	float: left;
	max-width: 200px;
	margin: 10px;
}

/* Products Slider*/



.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item{float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}
.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}

.vmgroup_products.product-sl-handler {
	margin: 0px -10px 0px -10px;
}

.owl-item > li, .owl-item > div {
	padding: 0px 10px;
	list-style: none;
}

.owl-pagination {
	float: left;
	margin: 6px;
}

.owl-buttons {
	float: right;
}

.customNavigation{text-align:center;}
.customNavigation a{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);}

/*owl.theme.css*/
.owl-theme .owl-controls{position:absolute;top:-70px;right:1px;}

.vmmanufacturer.owl-theme .owl-controls {
	right: 0px;
}

.owl-theme .owl-controls .owl-buttons div{display:inline-block;zoom:1;width:22px;height:22px;line-height:12px;margin:0px 3px;text-indent: -9999px;}

.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
position: relative;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	position: absolute;
	top: 6px;
	content: "";
	border: 5px solid transparent;
	width: 0px;
	height: 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	left: 3px;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	left: 9px;
}

.moduletable_products.flat > h3, .moduletable_products.flat > h3 .h-cl {
	background-color: transparent !important;
}

.moduletable_products.flat > h3 .h-cl {
	border-right: 0 !important;
	padding-left: 0px;
	padding-right: 0px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}
.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;margin:0px 3px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:1px solid rgba(0,0,0,0.3);width:12px;height:12px;}
.owl-theme .owl-controls .owl-page span{display:block;width:6px;height:6px;line-height:14px;margin:3px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;}

.owl-theme .owl-controls .owl-page span.owl-numbers{font-size:8px;}
.owl-item.loading{min-height:150px;background:url(../images/AjaxLoader.gif) no-repeat center center;}

/*owl.transitions.css*/
.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x :50%;-webkit-perspective-origin-y :50%;-moz-perspective :1200px;-moz-perspective-origin-x :50%;-moz-perspective-origin-y :50%;perspective :1200px;}
.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease;}
.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease;}
.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease;}
.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease;}
.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both;}
.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both;}
.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both;}
.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both;}
@-webkit-keyframes empty{0%{opacity:1}
}
@-moz-keyframes empty{0%{opacity:1}
}
@keyframes empty{0%{opacity:1}
}
@-webkit-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@-moz-keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
100%{opacity:1;}
}
@-webkit-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@-moz-keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
100%{opacity:0;}
}
@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px);}
75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%);}
}
@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px);}
75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%);}
}
@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px);}
75%{opacity:.5;transform:translateZ(-500px) translateX(-200%);}
100%{opacity:.5;transform:translateZ(-500px) translateX(-200%);}
}
@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;-webkit-transform:translateZ(-500px);}
100%{opacity:1;-webkit-transform:translateZ(0) translateX(0);}
}
@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;-moz-transform:translateZ(-500px);}
100%{opacity:1;-moz-transform:translateZ(0) translateX(0);}
}
@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%);}
75%{opacity:.5;transform:translateZ(-500px);}
100%{opacity:1;transform:translateZ(0) translateX(0);}
}
@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8);}
}
@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8);}
}
@keyframes scaleToFade{to{opacity:0;transform:scale(.8);}
}
@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%);}
}
@-moz-keyframes goDown{from{-moz-transform:translateY(-100%);}
}
@keyframes goDown{from{transform:translateY(-100%);}
}
@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5);}
}
@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5);}
}
@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5);}
}
@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5);}
}
@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5);}
}
@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5);}
}

#slideshow-header{margin-bottom:0px;}
.camera_thumb{width:100px;}
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td{background:none;border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline;list-style:none;}
.camera_wrap{display:none;position:relative;z-index:0;margin-bottom:0px !important;}
.camera_thumbs{position:absolute;bottom:16%;width:100%;}
.camera_pag{position:absolute;bottom:110px;width:100%;}
.camera_wrap img{max-width:none!important;}
.camera_fakehover{height:100%;min-height:60px;position:relative;width:100%;z-index:1;}
.camera_wrap{width:100%;}
.camera_src{display:none;}
.cameraCont, .cameraContents{height:100%;position:relative;width:100%;z-index:1;}
.cameraSlide{bottom:0;left:0;position:absolute;right:0;top:0;width:100%;}
.cameraContent{bottom:0;display:none;left:0;position:absolute;right:0;top:0;width:100%;opacity:1;}
.camera_target{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;text-align:left;top:0;width:100%;z-index:0;}
.camera_target img{}
.camera_overlayer{bottom:0;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:0;}
.camera_target_content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2;}
.camera_target_content .camera_link{background:url(../images/blank.gif);display:block;height:100%;text-decoration:none;}
.camera_loader{background:#fff url(../images/camera-loader.gif) no-repeat center;background:rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;border:1px solid #ffffff;-webkit-border-radius:18px;-moz-border-radius:18px;border-radius:18px;height:36px;left:50%;overflow:hidden;position:absolute;margin:-18px 0 0 -18px;top:50%;width:36px;z-index:3;}
.camera_bar{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:3;}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar{height:100%;position:absolute;width:auto;}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar{height:auto;position:absolute;width:100%;}
.camera_nav_cont{height:65px;overflow:hidden;position:absolute;right:9px;top:15px;width:120px;z-index:4;}
.camera_caption{bottom:0;display:block;position:absolute;}
.camera_caption > div{padding:0px 0px;}
.camerarelative{overflow:hidden;position:relative;}
.imgFake{cursor:pointer;}
.camera_prevThumbs{bottom:4px;cursor:pointer;left:0;position:absolute;top:4px;visibility:hidden;width:32px;z-index:10;}
.camera_prevThumbs div{background:url(../images/camera_skins.png) no-repeat -200px 0;display:block;height:42px;margin-top:-20px;position:absolute;top:50%;width:32px;}
.camera_nextThumbs{bottom:4px;cursor:pointer;position:absolute;right:0;top:4px;visibility:hidden;width:32px;z-index:10;}
.camera_nextThumbs div{background:url(../images/camera_skins.png) no-repeat -238px 0;display:block;height:42px;margin-top:-20px;position:absolute;top:50%;width:32px;}
.camera_command_wrap .hideNav{display:none;}
.camera_command_wrap{left:0;position:relative;right:0;z-index:4;}
.camera_wrap .camera_pag .camera_pag_ul{list-style:none;margin:0;padding:0;text-align:center;}
.camera_wrap .camera_pag .camera_pag_ul li{cursor:pointer;display:inline-block;height:12px;margin:20px 5px;position:relative;text-align:left;text-indent:-9999px;width:12px;}
.camera_wrap .camera_pag .camera_pag_ul li > span{
height: 6px;
left: 3px;
overflow: hidden;
position: absolute;
top: 3px;
width: 6px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}
.camera_pag_ul li img{display:none;position:absolute;}
.camera_pag_ul .thumb_arrow{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid;top:0;left:50%;margin-left:-4px;position:absolute;}

.camera_prev, .camera_next {
cursor:pointer;height:40px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:2;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;
}

.camera_commands > .camera_play,
.camera_commands > .camera_stop{

}

.camera_commands{cursor:pointer;height:40px;position:absolute;top:50%;margin-top: -20px;width:40px;z-index:2;-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;}

.camera_prev > span, .camera_next > span{
	position:relative;
}

.camera_prev > span,
.camera_next > span,
.camera_commands > .camera_play,
.camera_commands > .camera_stop,
.camera_prevThumbs div,
.camera_nextThumbs div{-moz-transition-duration:0.7s;-webkit-transition-duration:0.7s;-o-transition-duration:0.7s;-ms-transition-duration:0.7s;transition-duration:0.7s;-webkit-transition-property:background-color;-ms-transition-property:background-color;-o-transition-property:background-color;-moz-transition-property:background-color;transition-property:background-color;}
.camera_prev{left:5%;}
.camera_prev > span{background-image:url(../images/camera_skins.png);background-repeat: no-repeat;background-position: 0px 0px;display:block;height:40px;width:40px;}
.camera_next{right:5%;}
.camera_next > span{background-image:url(../images/camera_skins.png);background-repeat: no-repeat;background-position: -40px 0px;display:block;height:40px;width:40px;}
.camera_commands{right:5%; margin-right: 50px;height:40px;width:40px;}
.camera_commands > .camera_play{background-image:url(../images/camera_skins.png);background-repeat: no-repeat;background-position: -80px 0px;height:40px;width:40px;}
.camera_commands > .camera_stop{background-image:url(../images/camera_skins.png);background-repeat: no-repeat;background-position: -120px 0px;display:block;height:40px;width:40px;}
.camera_wrap .camera_pag .camera_pag_ul li{cursor:pointer;display:inline-block;height:12px;margin:0px 3px;position:relative;text-indent:-9999px;width:12px;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border:1px solid rgba(0,0,0,0.3);}
.camera_thumbs_cont{-webkit-border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-bottomleft:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;overflow:hidden;position:relative;width:100%;}
.camera_commands_emboss .camera_thumbs_cont{-moz-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);-webkit-box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);box-shadow:0px 1px 0px rgba(255,255,255,1),inset 0px 1px 1px rgba(0,0,0,0.2);}
.camera_thumbs_cont > div{float:left;width:100%;}
.camera_thumbs_cont ul{overflow:hidden;padding:3px 4px 8px;position:relative;text-align:center;}
.camera_thumbs_cont ul li{display:inline;padding:0 4px;}
.camera_thumbs_cont ul li > img{border:1px solid;cursor:pointer;margin-top:5px;vertical-align:bottom;
-moz-transition-duration:0.4s;-webkit-transition-duration:0.4s;-o-transition-duration:0.4s;-ms-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;}
.camera_clear{display:block;clear:both;}
.showIt{display:none;}
.camera_clear{clear:both;display:block;height:1px;margin:-1px 0 25px;position:relative;}

.camera_wrap .camera_pag .camera_pag_ul li{}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span{}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span, .camera_wrap .camera_pag .camera_pag_ul li:hover > span{}
.camera_pag_ul li img{border:4px solid #e6e6e6;-moz-box-shadow:0px 3px 6px rgba(0,0,0,.5);-webkit-box-shadow:0px 3px 6px rgba(0,0,0,.5);box-shadow:0px 3px 6px rgba(0,0,0,.5);}
.camera_pag_ul .thumb_arrow{border-top-color:#e6e6e6;}
.camera_prevThumbs, .camera_nextThumbs, .camera_thumbs_cont{}.camera_thumbs_cont ul li > img{border-color:1px solid #000;}

.fadeFromLeft > div, .fadeIn > div {
	position: relative;
	width:100%;
	height: 100%;
}

.fadeFromLeft > div > div {
	position: absolute;
	width: 100%;
	font-weight: 300;
	font-size: 220%;
	letter-spacing: 0px;
}

.fadeIn > div > div {
	position: absolute;
	width: 100%;
}


.camera_caption ul {
	margin: 0 0 20px 0;
	padding: 0; 	
}

.camera_caption.title .camera_caption_bg {
	text-align: right !important;
	display: inline-block;
}

.camera_caption.title .camera_caption_bg > span {
	position: relative;
	display: inline;
}

.camera_caption.title .camera_caption_bg > span:before {
	position: absolute;
	content: "";
	width: 64px;
	height: 2px;
	left: -84px;
	top: 50%;
}

.camera_caption ul li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 1px 4px; 
	display: table;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.camera_caption{left:0px;right:0px;width:100% !important;height:100% !important;z-index:9999999999; }.camera_caption > div.container{margin:0px auto;}.camera_commands > .camera_play,
.camera_commands > .camera_stop,
.camera_prevThumbs div,
.camera_nextThumbs div{}.camera_caption p{}
.camera_caption h1, .camera_caption h3, .camera_caption h4, .camera_caption h5, .camera_caption h6{font-weight:300;line-height:1.00em;margin-bottom: 5px;}
.camera_caption p, .camera_caption ul{padding:0px 0px;margin: 0px 0px 5px 0px;font-size: 114%;font-weight: 300;}
.camera_caption strong {
	font-weight: 700 !important;
}

.camera_caption b {
	font-weight: 900 !important;
}

.camera_caption p b, .camera_caption p strong { font-weight: 600;}


.set-right {text-align:right;}

