/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.product-shop .downloads-links-block {
    display: none;
}

.downloads-links-block {
	margin-top: 4px;
	margin-bottom: 7px;
    border: solid 1px #DFDFDF; 
    padding: 7px;
}
.downloads-links-block .head {
    padding-bottom: 4px;
}
.downloads-links-block table {
    padding-left: 5px;
}
.downloads-links-block td {
	padding-right: 5px;
}
.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}

#downloads_video_overlay {
    cursor: pointer;
    opacity: 0.8;
    display: block;
    position: fixed;
    bottom:0;
    right: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#downloads_video_popup {
    z-index: 1001;
    width: 600px;
    height: auto;
    position: fixed;
}

#downloads_video_popup .popup-cont {
    background: #ffffff;
    border-radius: 8px;
    padding: 13px 0;
}

#downloads_video_popup .spinner {
    display: none;
    background: url(http://www.barcoproducts.com/skin/frontend/default/default/images/mageworx/downloads/spinner.gif) no-repeat center center;
    height: 70px;
}

#downloads_video_popup .spin {
    display: block !important;
}

#downloads_video_popup .close-button {
    background: transparent url(http://www.barcoproducts.com/skin/frontend/default/default/images/mageworx/downloads/close-button.png) 0 0 no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: absolute;
    top: -15px;
    left: 585px;
}
.footer .links-title
{
  color: #D12C01;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 19px;
}

.header-panel .links { float: right; background: url("http://www.barcoproducts.com/skin/frontend/pd/default/images/bkg_header-panel.gif") no-repeat scroll 0 -29px transparent; padding-left: 13px;}
.header-panel .links a { text-transform: capitalize; }


button.uspsav span
{
    background: #ad4100;
}

.header .quick-access
{
  width: 600px;
}

.header .quick-access .checkout-link li.last
{
  font-weight: normal;
  background-position: 4px 4px;
}

.header-panel .store-phone
{
  display: inline;
  float: left;
  line-height: 28px;
  margin-right: 0;
  padding-right: 13px;
}

.contacts-index-index h2
{
  margin-bottom: 15px;
}

.contacts-index-index .col2-set
{
  margin-top: 15px;
}

#contactForm label
{
  width: 65px;
}

#contactForm input.input-text,
#contactForm textarea
{
  width: 330px;
}

#captcha-input-box-contact_form
{
  margin-top: 25px;
}

#contactForm .form-buttons,
#contactForm p.required
{
  width: 418px;
}

#contactForm .captcha-image
{
  margin: 0 0 0 80px;
}

#contactForm span.validation-passed,
#contactForm div.validation-passed,
#contactForm span.validation-error,
#contactForm div.validation-error
{
  margin-right: -20px;
}

.contacts-index-index .contacts-main-image-wrapper
{
  margin: -20px -20px 0;
  text-align: center;
  overflow: hidden;
}

.contacts-index-index #messages_product_view
{
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: -5px;
  width: 436px;
}

.contacts-index-index address.store-address
{
  margin-bottom: 20px;
  font-size: 12px;
}

.contacts-index-index address.store-phone
{
  margin-bottom: 35px;
  font-size: 12px;
}

.contacts-index-index .store-contact-info
{
  margin-bottom: 15px;
}

.contacts-index-index .store-contact-info h3
{
  font-size: 15px;
  font-weight: normal;
}

.contacts-index-index .store-contact-info a
{
  font-size: 12px;
}

/**
* @package     BlueAcorn/Green Pistachio
* @version     4.5.0
* @author      undefined <undefined>
* @copyright   Copyright © 2018 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/** Infortis Themes */
/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Basic layout
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section { padding: 10px 0; }

.section-space { padding: 10px; }

/* Helper classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Magento default helper classes
-------------------------------------------------------------- */
/* Layout helper classes
-------------------------------------------------------------- */
.margin-top { margin-top: 20px; }

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

.padding-top { padding-top: 20px; }

.padding-bottom { padding-bottom: 20px; }

.float-left { float: left; }

/*deprecated*/
.float-right { float: right; }

/*deprecated*/
/* Minor components %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Caret
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.caret { display: inline-block; width: 0; height: 0; margin-bottom: 2px; vertical-align: middle; content: ""; border-style: solid solid none; border-width: 4px 4px 0; border-color: #333 transparent transparent; opacity: 0.3; filter: alpha(opacity=30); }

.dropdown:hover .caret { opacity: 1; filter: alpha(opacity=100); }

/**
* @package     BlueAcorn/Green Pistachio
* @version     4.5.0
* @author      undefined <undefined>
* @copyright   Copyright © 2018 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/** Theme Content Construction Kit */
/* Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Vertically centered content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.v-centered-content { display: table; }

.v-centered-content .v-center { display: table-cell; vertical-align: middle; }

/* Heading of a content section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.section-title { clear: both; margin: 0; display: block; }

.section-title.padding-right { padding-right: 80px !important; }

/* Horizontal line */
.section-line { clear: both; display: block; font-size: 0; line-height: 0; height: 0; margin: 0 0 10px; padding: 10px 0 0; background: none; border-bottom: 1px solid #e5e5e5; text-indent: -9999em; overflow: hidden; }

/* Custom sidebars
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.custom-sidebar-right { float: right !important; }

.custom-sidebar-right .inner { padding-left: 10px; border-left: 1px solid #e5e5e5; }

.custom-sidebar-left { float: left !important; }

.custom-sidebar-left .inner { padding-right: 10px; border-right: 1px solid #e5e5e5; }

/* Vertical links %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.links > li, .links > li > a { line-height: 3em; }

/* line-height:36px; */
/*2.6666em = 32px;*/
.links > li > a { padding: 0 0.5833em; }

/* padding:0 7px; */
.links > li.label { padding-right: 0.5833em; }

/* 7px */
/* Basic links, no separators
-------------------------------------------------------------- */
.links > li { float: left; }

.links > li > a { display: block; }

/* Links with separators (at the right side)
-------------------------------------------------------------- */
.show-separators .links > li { margin-left: -1px; }

.show-separators .links > li > a { background-image: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/img/link-separator.png); background-position: right center; background-repeat: no-repeat; }

.show-separators .links > li.last > a { background-image: none; }

.show-separators .links > li.hide-separator > a { background-image: none; }

.show-separators .links > li.separator-left > a { background-position: left center; }

/* Links with separators (at the left side)
-------------------------------------------------------------- */
.show-separators-left .links > li { margin-left: -1px; }

.show-separators-left .links > li > a { background-image: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/img/link-separator.png); background-position: left center; background-repeat: no-repeat; }

.show-separators-left .links > li.first > a { background-image: none; }

.show-separators-left .links > li.hide-separator > a { background-image: none; }

.show-separators-left .links > li.separator-right > a { background-position: right center; }

/* Misc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Link with an arrow */
a.go { background: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/infortis/_shared/cck/bullet.png) 97% 50% no-repeat; padding-right: 17px; display: inline !important; }

/**
* @package     BlueAcorn/Green Pistachio
* @version     4.5.0
* @author      undefined <undefined>
* @copyright   Copyright © 2018 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/** Drop-down */
/* Dropdown box %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.dropdown { position: relative; }

.dropdown:hover { z-index: 4000; }

/* Dropdown toggle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle { display: block; }

/* Inside Dropdown-toggle
-------------------------------------------------------------- */
.dropdown-toggle * { display: inline-block; }

.dropdown-toggle .label { padding-right: 2px; }

.dropdown-toggle .dropdown-icon { width: 18px; text-indent: -9999px; background-position: 0 50%; background-repeat: no-repeat; }

.dropdown-toggle .img-caret { background: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/infortis/_shared/dropdown/arrow-dropdown.png) 100% 50% no-repeat; width: 10px; text-indent: -9999px; }

/* Predefined icons
-------------------------------------------------------------- */
.dropdown-toggle .icon.first { margin-left: -5px; }

.dropdown-toggle .icon.close-to-text { margin-right: -8px; }

/* Fix positioning of icon */
.dropdown-toggle .icon { padding: 0; width: 36px; height: 36px; }

/* Cover 'dropdown-toggle' (and 'dropdown-menu' shadow) with additional inner div
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-toggle.cover > div { padding: 0 10px; }

.open > .dropdown-toggle.cover > div { background-color: #fff; }

/*.dropdown:hover .dropdown-toggle.cover > div,*/
.open > .dropdown-toggle.cover > div { z-index: 4001; position: relative; }

/* Dropdown menu
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; z-index: 4000; padding: 20px; min-width: 130px; line-height: 1.5em; text-align: left; list-style: none; background-color: #fff; }

.dropdown-menu.left-hand { left: auto; right: 0; }

/* When dropdown menu is an unordered list
-------------------------------------------------------------- */
/* Everything is inline-block, except links */
.dropdown-menu > li * { display: inline-block; }

.dropdown-menu > li > a { display: block; }

.dropdown-menu > li { white-space: nowrap; }

.dropdown-menu > li .label { margin-right: 8px; }

.dropdown-menu .dropdown-icon { width: 18px; text-indent: -9999px; background-position: 0 50%; background-repeat: no-repeat; }

/* Clickable
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/**
* @package     BlueAcorn/Green Pistachio
* @version     4.5.0
* @author      undefined <undefined>
* @copyright   Copyright © 2018 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/** Icons and "feature" box */
/* Icon %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
div.icon, span.icon { background-color: #999; background-position: 0 0; background-repeat: no-repeat; border-radius: 50%; display: inline-block; width: 30px; height: 30px; padding: 3px; }

div.icon.large, span.icon.large { width: 50px; height: 50px; padding: 5px; }

/* Hover */
.icon-hover:hover { background-color: #333; }

/* Utility classes
-------------------------------------------------------------- */
/* Icon without background color */
.icon.no-bg-color { background-color: transparent; }

/* Auto-size */
.icon.auto-size { width: auto; max-width: none; height: auto; max-height: none; }

/* Not rounded */
.icon-wrapper-square span.icon, .icon.square { border-radius: 0; }

/* Feature - box with icons, images, text etc. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* Basic styles */
.feature { margin: 10px 0; }

.feature:after { display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

.feature.first { margin-top: 0; }

.feature.last { margin-bottom: 0; }

/* With top/bottom border line */
.feature.top-border { border-top: 1px solid #f5f5f5; padding-top: 10px; }

.feature.bottom-border { border-bottom: 1px solid #f5f5f5; padding-bottom: 10px; }

/* Wrapper with top/bottom line
-------------------------------------------------------------- */
.feature-wrapper.top-border { border-top: 1px solid #f5f5f5; margin-top: 20px; padding-top: 20px; }

.feature-wrapper.bottom-border { border-bottom: 1px solid #f5f5f5; margin-bottom: 20px; padding-bottom: 20px; }

/* Feature headings
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .heading { font-size: 1.3333em; /*16px*/ line-height: 1.25em; /*20px*/ margin-bottom: 0.625em; /*10px*/ font-weight: normal; }

.feature .above-heading { margin: 0 0 5px; font-size: 11px; line-height: 1.4545em; /*16px*/ text-transform: uppercase; color: #888; }

.feature .below-heading { font-size: 1em; font-style: italic; line-height: 1.3333em; /*16px*/ color: #888; }

/* Feature icons
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature .icon { float: left; }

/* Feature icons vertically centered */
.feature.v-centered-content .v-center .icon { margin: 0 5px 0 0; }

/* Feature icons styles: */
/* Default icon -------------------------------------------------------------- */
.feature .icon { margin: 0 15px 10px 0; max-width: 30px; max-height: 30px; }

.feature span.icon { padding: 3px; }

/* Small icon -------------------------------------------------------------- */
.feature.small .icon { margin: 0 10px 10px 0; max-width: 18px; max-height: 18px; }

.feature.small span.icon { padding: 0; }

/* Small icon: icons with predefined background image */
.feature.small span.icon.list1 { background-image: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/infortis/_shared/cck/list/list1.png); width: 18px; height: 18px; }

.feature.small span.icon.list2 { background-image: url(http://www.barcoproducts.com/skin/frontend/barco/default/images/infortis/_shared/cck/list/list2.png); width: 18px; height: 18px; }

/* Large icon -------------------------------------------------------------- */
.feature.large .icon { margin: 0 15px 10px 0; max-width: 50px; max-height: 50px; }

.feature.large span.icon { padding: 5px; }

/* Indented feature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.feature.indent .icon { margin-bottom: 0; }

/* Default -------------------------------------------------------------- */
.feature.indent { padding-left: 51px; }

.feature.indent .icon { margin-left: -51px; }

/* Small -------------------------------------------------------------- */
.feature.small.indent { padding-left: 28px; }

.feature.small.indent .icon { margin-left: -28px; }

/* Large -------------------------------------------------------------- */
.feature.large.indent { padding-left: 75px; }

.feature.large.indent .icon { margin-left: -75px; }

/* Transitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
span.icon-hover, .feature-icon-hover span.icon { transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out; -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out; -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out; -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out; }

/**
* @package     BlueAcorn/Green Pistachio
* @version     4.5.0
* @author      undefined <undefined>
* @copyright   Copyright © 2018 Blue Acorn, Inc.
* @desc        This file was precompiled using modular pre-processor
*              css and javascript
*/
/** Itemslider */
/* Necessary styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.itemslider { margin: 0; padding: 0; }

.itemslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.itemslider .slides img { max-width: 100%; display: block; }

.pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.itemslider .slides:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .itemslider .slides { display: block; }

* html .itemslider .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .itemslider .slides > li:first-child { display: block; }

/* Itemslider styles
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Itemslider wrapper and navigation container */
.itemslider-wrapper .nav-wrapper { position: relative; }

/* Style: default
-------------------------------------------------------------- */
.itemslider { margin: 0 auto; position: relative; zoom: 1; }

.itemslider .slides { zoom: 1; }

.itemslider .slides > li { position: relative; }

.itemslider .slides img { margin: 0 auto; /* To center image which has "display:block" */ }

.itemslider .subcategory-description { padding: 5px; }

/* Style: horizontal
-------------------------------------------------------------- */
.itemslider-horizontal { margin: 0 auto 20px; }

.itemslider-horizontal .slides > li { padding-left: 10px; padding-right: 10px; }

/* Itemslider mode
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
/* Quantized number of visible items
-------------------------------------------------------------- */
.itemslider-x { max-width: 940px; }

.itemslider-x.count-1 { max-width: 188px; }

/*1*/
.itemslider-x.count-2 { max-width: 376px; }

/*2*/
.itemslider-x.count-3 { max-width: 564px; }

/*3*/
.itemslider-x.count-4 { max-width: 752px; }

/*4*/
.itemslider-x.count-5 { max-width: 940px; }

/*5*/
.itemslider-x.count-6 { max-width: 1128px; }

/*6*/
.itemslider-x.count-7 { max-width: 1316px; }

/*7*/
.itemslider-x.count-8 { max-width: 1504px; }

/*8*/
/* If slider is inside columns */
/* Inside main column in 2-col layout */
.in-col2 .itemslider-x .slides > li { width: 155px !important; }

.in-col2 .itemslider-x { max-width: 700px; }

/*4*/
/* Inside main column in 3-col layout */
.in-col3 .itemslider-x .slides > li { width: 134px !important; }

.in-col3 .itemslider-x { max-width: 462px; }

/*3*/
/* In sidebar */
.in-sidebar .itemslider-x .slides > li { width: 168px !important; }

.in-sidebar .itemslider-x { max-width: 188px; }

/*1*/
/* Direction navigation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.itemslider .direction-nav { height: 0; text-align: center; }

/* Utility classes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.itemslider.hide-direction-nav .direction-nav { display: none; }

.itemslider.hide-control-nav .control-nav { display: none; }

