/*

	Vision Tech USA Multilingual B2C eCommerce website.......

	{ CSS }

	Theme Name: Vision Tech USA
	Theme URI:
	Description:
	Version: 0.0.1
	Author: SHIFT Active Media
	Author URI: http://www.shiftactivemedia.com/

*/
/*
	_______________________________________________________

	normalize.css v1.0.1 | MIT License | git.io/normalize
	_______________________________________________________

*/

/* Chinese fonts */
.zh-hans *, .zh-hant * {font-size:19px; font-family: Helvetica,sans-serif;}
body.zh-hans, body.zh-hant {line-height:2em;}
.zh-hans h1, .zh-hant h1 {font-size:2em;}
.zh-hans .fa-angle-down, .zh-hant .fa-angle-down {
  font-family: "FontAwesome";
}
.zh-hans .icl_lang_sel_native,
.zh-hant .icl_lang_sel_native {
  font-size: 14px;
}
.zh-hans .ride-with .hero-item h4,
.zh-hant .ride-with .hero-item h4 {
  font-family: Helvetica,sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

h2 {
    font-size: 1.5em;
    margin: .83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: .83em;
    margin: 1.67em 0;
}

h6 {
    font-size: .75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    white-space: normal;
    margin-left: -7px;
    padding: 0;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    height: 13px;
    width: 13px;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, figure, form {
    margin: 0;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

/*
	_______________________________________________________

	Colours
	_______________________________________________________

*/
/*
	_______________________________________________________

	fonts
	_______________________________________________________

*/
h1, h2, h3, h4, h5, h6, p, li, label {
}

h1, h2, h3, h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 1.875em;
    /* 30 / 16 */
}

h2 {
    font-size: 1.625em;
    /* 26 / 16 */
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ol li {
  list-style: decimal;
}
a, a:active, a:visited {
    color: #d50300;
    text-decoration: none;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

a, a:active, a:visited, a:hover, a:focus {
    outline: 0;
}

a:hover {
    color: #d20300;
    /*text-decoration: none;*/
}

a:hover {
    color: #333333;
}

body {
    background: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #3b3b3b;
}

/*
	_______________________________________________________

	Mixin for the sprite

	Usage - @include sprite(-535px, -115px,206px,58px);
	_______________________________________________________

*/
.col {
    border: 0px solid rgba(0, 0, 0, 0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
}

.col {
    margin-left: 0%;
    padding: 0px;
}

.row .col:first-child {
    margin-left: 0;
}

.row {
    clear: both;
    height: 100%;
}

.content {
    width: 1000px;
    margin: auto;
}

/*
	_______________________________________________________

	One Column
	_______________________________________________________

*/
.span_1,
.sidebar_thumbs {
    width: 12.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

/*
	_______________________________________________________

	Two Columns
	_______________________________________________________

*/
.span_2,
.sidebar,
.product_main .images .thumbnails,
.cart-collaterals .collaterals_right {
    width: 25%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}
.product_main {
    position: relative;
}
.sidebar .filters {
    width: 100%;
}
/*
	_______________________________________________________

	Three Columns
	_______________________________________________________

*/
.span_3 {
    width: 37.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

.insights article {
    width: 33%;
}
.insights article:first-child {

}
/*
	_______________________________________________________

	Four Columns
	_______________________________________________________

*/
.span_4,
.product .images,
.product .info,
.product .features,
.product .technical {
    width: 50%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

/*
	_______________________________________________________

	Five Columns
	_______________________________________________________

*/
.span_5 {
    width: 62.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

/*
	_______________________________________________________

	Six Columns
	_______________________________________________________

*/
/*.span_6,
.content_col,
.product .tabs_col,
.product_main .images .gallery,
.products_col,
.cart-collaterals .cross-sells {
    width: 75%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}*/
.catalog .filters,
.news .sidebar,
.about .sidebar {
    position: relative;
    width: 20%;
    margin-right: 30px;
    z-index: 500;
}

.span_6,
.content_col,
.product .tabs_col,
.product_main .images .gallery,
.products_col,
.cart-collaterals .cross-sells,
.catalog .products_col,
.news .content_col,
.about .content_col {
    border-left: 0;
    width: 73%;
    margin-left: 2%;
}

.catalog > .pagination-wrapper {
    width: 73.5%;
}
.news .content_col,
.about .content_col {
    margin-bottom: 70px;
}
.news .content_col .inner,
.about .content_col .inner {
    padding: 20px;
}
.content_col #ajax-second .content_col,
.content_col #ajax-second .content_col .inner {
    display: inline;
    padding: 0;
    margin: 0;
    width: 100%;
}
/*
	_______________________________________________________

	Seven Columns
	_______________________________________________________

*/
.span_7 {
    width: 87.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

/*
	_______________________________________________________

	Eight Columns
	_______________________________________________________

*/
.span_8 {
    margin-left: 0;
    width: 100%;
}
#ajax {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background: #000 url("images/vision-header.jpg") top right no-repeat;
    -o-background-size:100% auto;
    -webkit-background-size:100% auto;
    -moz-background-size:100% auto;
    background-size:100% auto;
}
body.home {
    background: #FFF;
}
.home #ajax {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    background-image: none;
}
/*
	_______________________________________________________

	General UI
	_______________________________________________________

*/
label {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    color: #3b3b3b;
}

input[type="number"], .input-text, input[type="text"], input[type="textarea"], select, textarea {
    border: 1px solid #d6d6d6;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 0.8125em;
    /* 13 / 16 */
    color: #3b3b3b;
    box-shadow: 0 0 0 1px #FFFFFF inset;
    padding: 6px;
    background: whitesmoke;
    /* Old browsers */
    background: -moz-linear-gradient(top, whitesmoke 0%, white 66%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(66%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, whitesmoke 0%, white 66%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, whitesmoke 0%, white 66%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, whitesmoke 0%, white 66%);
    /* IE10+ */
    background: linear-gradient(to bottom, whitesmoke 0%, white 66%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
}

textarea {
    margin: 9px 0;
    width: 100%;
}

.mobile-menu-button {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}

h3 a {
    color: #000;
}

a.bluebox, a.bluebox:active, a.bluebox:visited, button.bluebox, input[type="submit"], .submit_btn {
    background-color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 0.9375em;
    /* 15 / 16 */
    font-weight: normal;
    color: #fff;
    height: auto;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px;
    border: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}
.slideshow a.bluebox span {
    font-size: 16px;
    font-weight: normal;
    /*    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;*/
}
a.bluebox span, a.bluebox:active span, a.bluebox:visited span, button.bluebox span, input[type="submit"] span, .submit_btn span {
    position: relative;
    z-index: 1;
}
a.bluebox:hover {
    background-color: #fff;
    color: #000;
}
.slideshow a.bluebox span,
.slideshow a.bluebox:hover span {
    font-style: normal;
}
a.bluebox span.swipe, a.bluebox:active span.swipe, a.bluebox:visited span.swipe, button.bluebox span.swipe, input[type="submit"] span.swipe, .submit_btn span.swipe {
    display: none;
    /*  background-color: #fff;
  color: #000;
  display: block;
  height: 400%;
  left: -200%;
  position: absolute;
  top: -100%;
  transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  width: 150%;
  z-index: 0;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;*/
}

a.bluebox:hover span.swipe, button.bluebox:hover span.swipe {
    display: none;
    /*  background-color: #fff;
  color: #000;
  left: -10%;*/
}
/**/
.bluebox span:after {
    content: " »";
    font-family: "FontAwesome";
}

a.bluebox:hover span:after {
    content: " »";
    font-family: "FontAwesome";
    color: #000;
}
.slideshow .bluebox span:after,
.slideshow .bluebox:hover span:after  {
    content: '';
}
a.greybox, a.greybox:active, a.greybox:visited {
    background-color: #8d8d8d;
}

/*
	_______________________________________________________

	The Page Header
	_______________________________________________________

*/

.padding {
    padding: 10px;
}

header {
    width: 100%;
    height: 125px;
    position: relative;
    background: #000;
    /*border-bottom: 1px solid #fff;*/
}
header > span:first-child {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 155px;
    width: 45px;
    background: #e10f21;
    background: transparent url("images/flash.png") no-repeat 0 0;
    z-index: 2;
}
header .logo {
    position: absolute;
    z-index: 20;
    left: 54px;
    top: 51px;
    width: 254px;
    height: 46px;
}
header .logo img {
    max-width: 100%;
    height: 100%;
}

.ie9 .gradient {
    filter: none;
}

.menu_rollover {
    background: none repeat scroll 0 0 #e10f21;
    height: 5px;
    position: absolute;
    top: 42px;
    width: 0;
    z-index: 500;
    transform: skew(0deg);
    -o-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
}

nav.navigation {
    float: right;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(27, 27, 27) 6%, rgb(27, 27, 27) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(6%, rgb(27, 27, 27)), color-stop(100%, rgb(27, 27, 27)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(27, 27, 27) 6%, rgb(27, 27, 27) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(27, 27, 27) 6%, rgb(27, 27, 27) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgb(27, 27, 27) 6%, rgb(27, 27, 27) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgb(27, 27, 27) 6%, rgb(27, 27, 27) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    /* top: 50px;*/
    border: none;
    border-radius: 0;
    min-height: 10px;
    margin-top: 0;
    clear: right;
    text-transform: uppercase;
    padding-left: 20px;
}
nav.navigation .navbar-header {
    padding-top: 10px;
    padding-left: 20px;
    line-height: 25px;
}

.navbar-toggle {
    color: #FFF;
    text-transform: uppercase;
}

nav.navigation .nav-split {
    color:  #d20300;
    padding-left: 10px;
}

nav.navigation .navbar-header a,
.navbar-nav>li>a {
    padding: 5px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}
nav.navigation .navbar-header a:hover,
.nav>li>a:hover {
    color:  #d20300;
    background: transparent;
}
nav.navigation .navbar-collapse.collapse {
   float: left;
}

nav.navigation .navbar-collapse {
    padding-left: 5px;
}
nav.navigation .navbar-header a {
    line-height: 20px;
    font-size: 14px;
}

nav.navigation .navbar-toggle {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

nav.navigation .navbar-toggle .icon-bar {
    background-color:#888;
}
.navbar-nav {
    margin: 7.5px 0;
}

nav.main {

}
nav.main ul {

}
nav.main li {

}
nav.main li a, nav.main li a:active, nav.main li a:visited, nav.main li a:focus {
    background: none transparent;
    color: white;
    /*text-shadow: -1px -1px 0 #004C82;*/
}
nav.main ul li a:hover {
    background-color: transparent;
    text-decoration: none;
}

nav.main ul li:hover > a {
    color: #000;
}

nav.main li a:after {
    /*  content: "\f107";
  font-family: "FontAwesome";
  padding-left: 5px;*/
}
nav.main li:before {
    display: none;
}
nav.main li.last span {
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    right: -46px;
    top: 0;
}

nav.main ul.dropdown-menu {
    background-clip: padding-box;
    background: none transparent;
    background-color: #e10f21;
    border-radius: 0;
    transform: skew(0);
    -o-transform: skew(0);
    -moz-transform: skew(0);
    -webkit-transform: skew(0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    left: 0;
    height: auto;
    top: 44px;
    list-style: none outside none;
    margin: 1px 0 0;
    width: 260px;
    padding: 5px 15px 10px;
    position: absolute;
    z-index: 500;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}
nav.main .dropdown-menu li {
    /*font-size: 1em;*/
    text-transform: capitalize;
    margin-right: 5px;
    width: 47%;
    transform: skew(0);
    -o-transform: skew(0);
    -moz-transform: skew(0);
    -webkit-transform: skew(0);
}
nav.main .dropdown-menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    width: 100%;
}
nav.main .dropdown-menu li a:hover {
    color: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none transparent;
}
nav.main li .fa-angle-down:before {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
}
nav.main .dropdown-menu li:nth-child(1n) {
}
nav.main .dropdown-menu li:nth-child(1n):before {
}
nav.main .dropdown-menu .active > a {
    background: transparent;
    border-bottom: 3px solid #FF0400;
    padding-bottom: 2px;
}
nav.info {
    position: relative;
    height: 46px;
    width: 53%;
    margin: 60px -17px 0 0;
    z-index: 5000;
    text-align: right;
    padding-top: 17px;
    padding-right: 45px;
    float: right;
    clear: none;
    background: transparent;
}
nav.info .menu_rollover {
    top: 22px;
    height: 3px;
}
nav.info .menus {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}
nav.info ul {
    float: left;
}
nav.info ul li {
    font-size: 1.061em;
    /* 14 / 16 */
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    margin-right: 15px;
    /*  transform: skew(27deg);
  -o-transform: skew(27deg);
  -moz-transform: skew(27deg);
  -webkit-transform: skew(27deg);*/
}
nav.info ul li:last-child {
    margin-right: 0;
}
nav.info ul li a, nav.info ul li a:active, nav.info ul li a:visited {
    color: #fff;
    font-weight: normal;
    padding: 0 3px;
}
nav.info ul li a:hover {
    text-decoration: none;
}
nav.info ul li:first-child a {
    color: #e10f21;
}

nav.info ul li:before {
    display: none;
}
nav.info ul li.menu-spacer {
    margin-right: 6px;
    color: #ff6000;
}
nav.info ul.menu-ecom li a, nav.info ul.menu-ecom li a:active, nav.info ul.menu-ecom li a:visited {
    color: #7e7e7e;
}


nav.social {
    position: relative;
    float: right;
    margin: 15px 15px 0 0;
}
nav.social .menus {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}
nav.social ul li {
    float: left;
}
nav.social ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 7px;
}
nav.social ul li .input-group-sm > .form-control,
nav.social ul li .input-group-sm > .input-group-addon,
nav.social ul li .input-group-sm .btn {
    border-width: 0;
    height: 14px;
    outline: 0;
    width: 134px;
}
nav.social ul li .input-group-sm > .input-group-addon,
nav.social ul li .input-group-sm .btn {
    padding: 0;
    height: 24px;
    width: 24px;
}
nav.social ul li .input-group-sm .btn {
    background: #d50300;
    color: #FFF;
}
nav.social ul li .input-group-sm .form-control {
    border-radius: 0;
}
nav.main-mobile,
nav.main-mobile-land {
    display: none;
}
@media only screen and (min-width: 887px) {
    nav.social ul li a {
        background: url("images/sprite-new.png") no-repeat -258px 0 transparent;
    }
}
@media only screen and (max-width: 887px) {
    nav.social ul li a {
        background: url("images/sprite-new.png") no-repeat -258px 0 transparent;
    }
}
nav.social ul li a[href*="facebook.com"] {

}
nav.social ul li a[href*="twitter.com"] {
    background-position: -288px 0;
}
nav.social ul li a[href*="youtube.com"] {
    background-position: -320px 0;
}

nav.navigation-side {
   width: 23.5%;
   border: none;
}

.product nav.navigation-side {
    background: #FFF;
}

nav.navigation-side .navbar-collapse li {
    display: block;
    clear: both;
}



.flags_language_selector {
  width: 129px;
  height: 24px;
  margin-left: 10px;
  background: #fff;
  z-index: 3000000000;
  position: relative;
  /*
  float: right;
  margin-right: 2%;
  position: relative;
  top: -3px;
  */
}
.flags_language_selector img {
  margin-left: 3px;
}

.flags_language_selector:hover .language_dropdown {
  display: block;
}

.flags_language_selector #lang_sel_click img.iclflag {
  height: 15px;
  width: 15px;
  margin-top: -5px;
}

#lang_sel_click ul ul a, #lang_sel_click ul ul a:visited, #lang_sel_click a.lang_sel_sel {
  width: 129px;
}

/*
	_______________________________________________________

	Ajax Bits
	_______________________________________________________

*/
.ajax {
    visibility: visible;
    opacity: 1;
}

.ajax-loader, .ajax-loader-second {
    visibility: hidden;
    left: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 124px;
    left: 100px;
    z-index: 5000;
}

.ajax-loader-second {
    left: 28%;
    top: 30px;
}

.ajax-help {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    color: #026db9;
    font-size: 0.85em;
    left: 180px;
    position: absolute;
    top: 76px;
    z-index: 100;
    display: none;
}

#container {
    margin-top: 210px;
    padding: 30px;
}
.wrapper {
    /*max-width: 1600px;*/
    overflow: hidden;
}
/*
	_______________________________________________________

	Home Page Slideshow
	_______________________________________________________

*/

#carousel-main {
    max-height: 580px;
    overflow: hidden;
    position:relative
}
.carousel-product {
    position:relative;
}

.carousel-product .carousel-inner img {
    /*height: 100%;*/
    margin: 0 auto;
}

.products_col #carousel-main .text {
    top: 30px;
    font-size: 0.8em;
}

.carousel-product .hidden {
    display: none;
}

a.left.carousel-control,
a.right.carousel-control {
    color: #e10f21;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}
.carousel-inner .item a img {
  margin-top: 78px;
}


#carousel-main .carousel-inner img {
    width: 100%;
}

.carousel-product .carousel-inner {
    /*max-height: 300px;*/
}

.carousel-indicators.coloroptions {
    position: absolute;
    top: 5px;
    right: 25px;
    left: 0;
    width: 100%;
    margin: 0;
    bottom: inherit;
    text-align: center;
}

#carousel-main .text {
    position: absolute;
    top: 130px;
    right: 5%;
    text-align: right;
}

#carousel-main h4,
#carousel-main p {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 73px;
    /* 53 / 16 */
    font-weight: bold;
    color: white;
    line-height: 1em;
    margin: 0;
    letter-spacing: -0.03em;
    text-shadow: 0 0 15px rgba(0,0,0,0.85);
    line-height: 80px;
}

#carousel-main p {
    color: #FFF;
    margin-bottom: 15px;
}

.slideshow {
    max-width: 1600px;
    width: 100%;
    /*height: auto;*/
    clear: both;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    max-height: 600px;
}
.slideshow .reveal {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 900;
    text-align: center;
}
.slideshow .reveal .loading {
    position: relative;
    z-index: 950;
    display: block;
    left: 0;
    top: 50%;
    background-color: #9f0301;
    height: 5px;
    width: 0;
    opacity: 0;
}
.slideshow .reveal .left {
    background-color: #FFF;
    border-right: 5px solid #9f0301;
    position: absolute;
    left: -46%;
    top: -102%;
    height: 200%;
    width: 100%;
    transform: rotateZ(0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.8);
}
.slideshow .reveal .right {
    background-color: #FFF;
    /*border-left: 5px solid #9f0301;*/
    position: absolute;
    width: 100%;
    right: -40%;
    top: 7%;
    height: 200%;
    transform: rotateZ(0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}
.slideshow .slide {
    float: left;
    position: absolute;
    z-index: 20;
    right: -100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: right;
}
.slideshow .slide h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 73px;
    /* 53 / 16 */
    font-weight: bold;
    color: white;
    line-height: 1em;
    margin: 0;
    letter-spacing: -0.03em;
    text-shadow: 0 0 15px rgba(0,0,0,0.85);
}
.slideshow .slide p {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 73px;
    /* 53 / 16 */
    font-weight: bold;
    color: white;
    margin: 0 0 30px;
    letter-spacing: -0.03em;
    line-height: 1em;
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(0,0,0,0.85);
}
.slideshow .slide .text {
    position: absolute;
    right: 6%;
    /* 28 / 1600 */
    top: 30%;
    height: 225px;
}
.products_col .slideshow .slide .text {
    top: 15%;
    margin-top: 0;
}
.slideshow .slide img {
    width: 100%;
    display: block;
}
.slideshow #slide-1 {
    position: relative;
    z-index: 20;
    top: 0;
    right: 0;
}
.slideshow nav {
    bottom: 30px;
    position: absolute;
    right: 35px;
    height: auto;
    width: auto;
}
.slideshow nav span {
    position: absolute;
    z-index: 900;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
}
.slideshow nav ul {
    position: relative;
    z-index: 500;
}

.carousel-indicators {
    right: 20px;
    left: inherit;
    text-align: right;
}

.carousel-indicators li,
.slideshow nav ul li {
    background-color: #fff;
    text-align: right;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    /*
    transform: skew(-27deg);
    -o-transform: skew(-27deg);
    -moz-transform: skew(-27deg);
    -webkit-transform: skew(-27deg);
    */
    border-radius: 0;
    margin: 0 5px 0 0;
    /*border: 0;*/
    border-color: #000;
}

.carousel-product .carousel-indicators li {
    border: solid 1px #1B1B1B;
}

@media only screen and (min-width: 887px) {
    .slideshow nav ul li {
        /*background: url("images/sprite-new.png") no-repeat -280px -52px transparent;*/
    }
}
@media only screen and (max-width: 887px) {
    .slideshow nav ul li {
        /*background: url("images/mobile_sprite-new.png") no-repeat -280px -52px transparent;*/
    }
}
.carousel-indicators li.active, .carousel-indicators li:hover,
.slideshow nav ul li.active, .slideshow nav ul li:hover {
    background-color: #e10f21;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
}
@media only screen and (min-width: 887px) {
    .carousel-indicators li.active, .carousel-indicators li:hover,
    .slideshow nav ul li.active, .slideshow nav ul li:hover {
        /*background: url("images/sprite-new.png") no-repeat -280px -35px transparent;*/
    }
}
@media only screen and (max-width: 887px) {
    .carousel-indicators li.active, .carousel-indicators li:hover,
    .slideshow nav ul li.active, .slideshow nav ul li:hover {
        /*background: url("images/mobile_sprite-new.png") no-repeat -280px -35px transparent;*/
    }
}
.slideshow nav li:before {
    display: none;
}

.carousel .buttons {
    text-align: right;
}

.carousel .buttons .bluebox,
.slideshow .buttons .bluebox {
    background-color: #e10f21;
    margin-right: 10px;
}
.slideshow .buttons .bluebox:last-child {
    /*background-color: #d50300;*/
    margin-right: 0;
}
.slideshow .buttons a.bluebox:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.slideshow .buttons .bluebox .swipe {
    /*background-color: #fff;*/
}
/*.no-js .slideshow .reveal .left, .no-js .slideshow .reveal .right {
  display: none;
}
.no-js .slideshow nav {
  display: none;
}*/
.products .slideshow {
    z-index: 0;
}
/*
	_______________________________________________________

	Home Page Insights
	_______________________________________________________

*/
.insights {
    background: #fff;
    border-top: 10px solid #fff;
    position: relative;
    width: 100%;
    clear: both;
    height: auto;
    margin-top: 0;
    margin-bottom: 0px;
    z-index: 10;
}
.insights .inner {
    margin: 0 auto;
    padding: 10px 20px 0 0;
    max-width: 1600px;
}
.insights article {
    position: relative;
    overflow: hidden;
    height: auto;
    border-left: 35px solid #fff;
    border-bottom: 0px solid #dadada;
}
.insights article:first-child {
    /*border-width: 0 0 0 15px;*/
}
.insights article:last-child {
    border-right: 0px solid #fff;
}
.insights article img {
    width: 100%;
}
.insights article a {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 28.8px;
    /* 20 / 16 */
    color: #000;
    height: 100%;
    position: relative;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
}
.insights article a span.rollover {
    background-color: #d50300;
    display: block;
    height: 200%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    width: 200%;
    z-index: 100;
    transition: all .4s linear;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
}
.insights article a span.link {
    height: 49px;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 8px 0 0 0;
    z-index: 240;
    background-color: white;
    width: 100%;
}
.insights article a span.link strong {
    width: auto;
    font-weight: 400;
    display: inline-block;
    padding-left: 0;
    letter-spacing: -0.03em;
    line-height: 1;
    vertical-align: top;
}
.insights article a span.link span {
    width: 16px;
    height: 25px;
    bottom: 0;
    margin-left: 15px;
    display: inline-block;
    position: relative;
    top: 0;
}
.insights article a.bluebox {
    background-color: #000;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    font-size: 16px;
    float: right;
    margin-top: 10px;
}
@media only screen and (min-width: 887px) {
    .insights article a span.link span {
        background: url("images/sprite-new.png") no-repeat 0 -2px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .insights article a span.link span {
        background: url("images/sprite-new.png") no-repeat 0 -2px transparent;
    }
}
.insights article a:hover {
    background-color: #fff;
    color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.insights article a:hover span.rollover {
    background-color: #d50300;
    height: 200%;
    opacity: 0.3;
    position: absolute;
    width: 200%;
    display: block;
    left: 0;
    top: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.insights .edge {
    background-color: #FFFFFF;
    display: none;
    height: 100%;
    position: absolute;
    right: -38px;
    top: 0;
    transform: rotateZ(0);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 50px;
    z-index: 200;
}

/*
	_______________________________________________________

	Home Page Specifics
	_______________________________________________________

*/
.full-width-header {
    width: 100%;
    padding-left: 22px;
    padding-top: 23px;
}
.full-width-header h2 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.full-width-header h2:after {
    color: #ff6000;
}

.bg-45-topright {
    width: 100%;
    height: 68px;
    display: block;
    clear: both;
}
@media only screen and (min-width: 887px) {
    .bg-45-topright {
        background: url("images/sprite-new.png") no-repeat 0 -600px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-45-topright {
        background: url("images/sprite-new.png") no-repeat 0 -600px transparent;
    }
}

.bg-45-topright-light {
    width: 100%;
    height: 66px;
    display: block;
    clear: both;
}
@media only screen and (min-width: 887px) {
    .bg-45-topright-light {
        background: url("images/sprite-new.png") no-repeat 0 -407px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-45-topright-light {
        background: url("images/sprite-new.png") no-repeat 0 -407px transparent;
    }
}

.bg-45-topright-blue {
    width: 100%;
    height: 68px;
    display: block;
    clear: both;
}
@media only screen and (min-width: 887px) {
    .bg-45-topright-blue {
        background: url("images/sprite-new.png") no-repeat 0 -474px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-45-topright-blue {
        background: url("images/sprite-new.png") no-repeat 0 -474px transparent;
    }
}
.news .bg-45-topright-blue {
    background-image: none;
}
.bg-45-bottomleft {
    position: relative;
    border-bottom: #e10f21 solid 7px;
    width: 100%;
    height: 40px;
    display: block;
    clear: both;
    z-index: 20;
}
@media only screen and (min-width: 887px) {
    .bg-45-bottomleft {
        background: url("images/sprite-new.png") no-repeat 0 -550px #fff;
    }
}
@media only screen and (max-width: 887px) {
    .bg-45-bottomleft {
        background: url("images/sprite-new.png") no-repeat 0 -550px #fff;
    }
}

.bg-45-sliceonly {
    width: 100%;
    height: 20px;
    display: block;
    clear: both;
    z-index: 10;
    position: relative;
}
@media only screen and (min-width: 887px) {
    .bg-45-sliceonly {
        background: url("images/sprite-new.png") no-repeat right -670px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-45-sliceonly {
        background: url("images/sprite-new.png") no-repeat right -670px transparent;
    }
}

.bg-thin-line {
    width: 100%;
    height: 68px;
    display: block;
    clear: both;
    z-index: 10;
    padding-top: 20px;
    margin-top: 39px;
    position: relative;
}
@media only screen and (min-width: 887px) {
    .bg-thin-line {
        background: url("images/sprite-new.png") no-repeat 0 -671px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-thin-line {
        background: url("images/sprite-new.png") no-repeat 0 -671px transparent;
    }
}

.bg-product-short {
    width: 100%;
    height: 23px;
    display: block;
    clear: both;
    z-index: 10;
    position: relative;
}
@media only screen and (min-width: 887px) {
    .bg-product-short {
        background: url("images/sprite-new.png") no-repeat right -766px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .bg-product-short {
        background: url("images/sprite-new.png") no-repeat right -766px transparent;
    }
}

.pietros-vision,
.ride-with,
.related-block {
    background-color: #000;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.ride-with,
.related-block {
    background-attachment: scroll;
    background-size: 113%;
    background-position: top 50%;
    background-repeat: no-repeat no-repeat;
    height: auto;
}
/*.ride-with .inner{
    padding: 32px 1.5%;
    max-width: 1600px;
}*/
.related-block .inner {
    padding: 32px 20px;
    margin: 0 auto;
    max-width: 1600px;
}
.ride-with .quote {
    width: 66%;
    /* 834 / 1600 */
    margin-left: 1%;
    /* 58 / 1600 */
    margin-top: 1%;
    /* 130 / 401 */
    position: relative;
    z-index: 100;
}
.related-block .quote {
    width: 66%;
    position: relative;
    z-index: 100;
}

.ride-with {
    margin: 20px 0;
    border-bottom: solid 5px #000;
}

.ride-with h3,
.related-block h3 {
    position: relative;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    color: #fff;
    font-size: 43px;
    letter-spacing: -0.05em;
    margin-top: 0;
    margin-bottom: 20px;
    z-index: 20;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.58);
}
.ride-with h3 strong {
    color: #e10f21;
    letter-spacing: -0.05em;
}
.ride-with .hero-items {
    position: relative;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.79) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.99)), color-stop(100%,rgba(255,255,255,0.79))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.79) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.79) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.79) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0.99) 0%,rgba(255,255,255,0.79) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcffffff', endColorstr='#c9ffffff',GradientType=0 ); /* IE6-8 */

    float: left;
    display: block;
    margin-left: 1%;
    margin-bottom: 70px;
    padding: 2% 2% 0;
    width: 66.66%;
    z-index: 20;
}

.ride-with .hero-item {
    display: inline-block;
    margin-bottom: 30px;
    width: 49%;
    height: 110px;
    overflow: hidden;
}
.ride-with .hero-item:nth-of-type(even) {
    margin-left: 1%;
}
.ride-with .hero-item h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: 13px 0 5px 0;
}
.ride-with .hero-item figure {
    display: block;
    float: left;
    margin-right: 20px;
    min-width: 90px;
    width: 21%;
    height: auto;
    overflow: hidden;
}
.ride-with .hero-item img {
    position: relative;
    width: 100%;
    height: auto;
}
.ride-with .hero-item .content {
    display: block;
    float: left;
    width: 66%;
}
.ride-with .hero-item li {
    display: inline;
    border-right: 0px solid #000;
    line-height: 1em;
}
.ride-with .hero-item li:after {
    content: " | ";
    color: #d50300;
    border-right: 0px solid #000;
}
.ride-with .hero-item li:last-child {
    border-right: 0px solid #000;
}
.ride-with .hero-item li:last-child:after {
    content: " ";
}
.ride-with .hero-item li a {
    color: #d50300;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 5px;
}
.ride-with .hero-item li:first-child a {
    padding-left: 0;
}
.related-block .related-items {
    background-color: rgba(255,255,255,0.9);
    position: relative;
    padding: 30px;
    z-index: 20;
}
.related-block .product-block {
    display: block;
    float: left;
    margin-right: 2%;
    width: 23.5%;
}
.related-block .product-block:last-of-type {
    margin-right: 0;
}
.related-block .product-block .image {
    overflow: hidden;
    margin-bottom: 15px;
}
.related-block .product-block .row {
    margin: 0;
}
.italian-flag {
    width: 147px;
    height: 10px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 10;
    margin-left: -73.5px;
}
@media only screen and (min-width: 887px) {
    .italian-flag {
        background: url("images/sprite-new.png") no-repeat 0 -385px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .italian-flag {
        background: url("images/sprite-new.png") no-repeat 0 -385px transparent;
    }
}

.latest-fsa {
    background: #fff;
    position: relative;
    z-index: 20;
    margin-top: 20px;
}
.latest-fsa .inner {
    max-width: 1600px;
    margin: 0 auto;
}
.latest-fsa .latest {
    display: block;
    float: left;
    width: 33%;
}

.latest-fsa .latest.news {
    width: 66%;
}

.latest-fsa .latest.news li {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.latest-fsa .latest .inner {
    padding: 0 25px 40px;
}
.latest-fsa .latest h3 {
    color: #000;
    font-size: 26px;
    height: 70px;
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 24px 0 0 0;
    z-index: 240;
    background-color: white;
    width: 100%;
}
.latest-fsa .latest h3 strong {
    width: auto;
    display: inline-block;
    font-weight: 400;
    padding-left: 0;
}
.latest-fsa .latest h3 span {
    width: 25px;
    height: 25px;
    bottom: -2px;
    margin-left: 15px;
    display: inline-block;
    position: relative;
}
@media only screen and (min-width: 887px) {
    .latest-fsa .latest h3 span {
        background: url("images/sprite-new.png") no-repeat 0 0px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .latest-fsa .latest h3 span {
        background: url("images/sprite-new.png") no-repeat 0 1px transparent;
    }
}
.latest .latest-items li {
    margin-bottom: 10px;
    position: relative;
}
.latest .latest-items li a {
    color: #000;
    display: block;
    text-decoration: none;
    margin: 0;
    position: relative;
    padding: 15px 0 0 0;
    z-index: 240;
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.latest .latest-items li a:hover{
    text-decoration: none;
}
.latest .latest-items figure,
.latest.videos .overlay {
    display: block;
    float: left;
    margin-right: 2%;
    max-width: 33.33%;
    max-height: 92px;
    overflow: hidden;
}
.latest .latest-items img {
    position: relative;
    width: 100%;
    height: auto;
}
.latest .latest-items figure + .content,
.latest.videos .overlay + .content {
    display: block;
    float: left;
    width: 63%;
}
.latest .latest-items li strong {
    display: block;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.latest .latest-items li strong:after {
    /*  display: table;
  content: "";
  line-height: 0;
  clear: left;*/
}
.latest .latest-items li a .meta {
    color: #d50300;
    font-weight: bold;
    display: inline-block;
}
.latest .latest-items li .precis {
    display: block;
}
.latest .latest-items li .meta + .precis {
    display: inline;
}
.latest .latest-items li a span.rollover {
    background-color: #1D9EFA;
    display: block;
    height: 200%;
    left: -250%;
    opacity: 0.3;
    position: absolute;
    top: -150%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 200%;
    z-index: 100;
    transition: all .4s linear;
    -o-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -webkit-transition: all .4s linear;
}
.latest .latest-items li a:hover span.rollover {
    background-color: #1D9EFA;
    height: 200%;
    opacity: 0.3;
    position: absolute;
    width: 200%;
    display: block;
    left: 0;
    top: 0%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.latest.videos .overlay {
    position: relative;
    background: rgba(0,0,0,0.4);
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.latest.videos .overlay:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    position: absolute;
    z-index: 10;
}
.latest.videos .overlay span {
    background: url("images/sprite-new.png") no-repeat -1500px 24px transparent;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 12;
}
.latest.videos .overlay img {

}
.latest.videos .overlay img:after {

}
.latest.videos .overlay + strong {
    margin-top: 0;
}
.latest img + .precis {
    margin-top: 10px;
}
.latest.also-from img {
    width: auto;
}

/*
    _______________________________________________________

    Search Page
    _______________________________________________________

*/
.content_col .input-group .search {
    padding: 0 0 0 21px;
}
.content_col .input-group .search.btn {
    background-color: #ebebeb;
}
.content_col .input-group .search img {
    margin: 0;
    max-width: 100%;
    height: auto;
}
.search_page article {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.search_page article:last-of-type {
    border-width: 0;

}
.search_page .entry figure {
    float: left;
    margin-right: 25px;
}
.search_page .entry figure img {
    max-width: 100%;
    margin: 0;
}
.search_page .entry h3 {
    margin: 0;
}
.search_page .entry .meta {
    color: #B7B7B7;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.search_page .entry p {
    width: 100%;
}
.search_page .entry a {
    color: #000;
}
.search_page .entry a:hover {
    color: #d50300;
    text-decoration: none;
}
/*
	_______________________________________________________

	Catalog Page
	_______________________________________________________

*/
.updated_filters {
    display: none;
}

.filters {
    background-color: #fff;
    outline: 0px solid #dadada;
}
.filters h2 {
    font-size: 1.25em;
    margin-bottom: 0;
    padding: 10px 0 0 20px;
}
.filters p {
    padding: 20px;
}
.filters .widget {
    border-bottom: 0px solid #dadada;
    padding: 20px;
}
.sidebar.filters .menu-wrapper {
    padding: 0;
}
.filters .widget_layered_nav {
    text-transform: capitalize;
}
.filters .widget_layered_nav label {
    float: left;
    margin-right: 12px;
    position: relative;
    top: 7px;
    width: 25%;
}
.filters .widget_layered_nav input, .filters .widget_layered_nav select {
    width: 60%;
}
.filters .widget_layered_nav select {
    float: left;
}
.filters .clear_filters {
    background-color: #FFF;
    padding: 10px 10px 6px 6px;
    text-align: right;
}
.filters #layered_nav_color ul {
    clear: both;
    margin-top: 20px;
    float: left;
}
.filters #layered_nav_color ul li {
    float: left;
    background-color: #FFF;
    width: auto;
    height: auto;
    text-indent: -9999px;
}
@media only screen and (min-width: 887px) {
    .filters #layered_nav_color ul li {
        background: url("images/sprite-new.png") no-repeat -476px -33px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .filters #layered_nav_color ul li {
        background: url("images/sprite-new.png") no-repeat -476px -33px transparent;
    }
}
.filters #layered_nav_color ul li small {
    display: none;
}
.filters #layered_nav_color ul li a, .filters #layered_nav_color ul li a.active, .filters #layered_nav_color ul li a:visited {
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    border: 1px solid #d6d6d6;
    display: block;
    margin: auto;
    margin-right: 14px;
    margin-bottom: 14px;
    opacity: 0.4;
    box-shadow: 0 0 3px 0 #9ad5ff;
    border: 4px solid #FFFFFF;
}
.filters #layered_nav_color ul li .attr_ne {
    background-color: #000000;
}
.filters #layered_nav_color ul li .attr_gr {
    background-color: #929292;
}
.filters #layered_nav_color ul li .attr_bi {
    background-color: #FFF;
    border: 1px solid #929292;
}
.filters #layered_nav_color ul li .attr_ti {
    background-color: #626262;
}
.filters #layered_nav_color ul li .attr_ry {
    background-color: #033c84;
}
.filters #layered_nav_color ul li .attr_rs {
    background-color: #e30613;
}
.filters #layered_nav_color ul li .attr_gi {
    background-color: #fbde18;
}
.filters #layered_nav_color ul li .attr_az {
    background-color: #0095ff;
}
.filters #layered_nav_color ul li .attr_tu {
    background-color: #0fd3d1;
}
.filters #layered_nav_color ul li .attr_ve {
    background-color: #408927;
}
.filters #layered_nav_color ul li .attr_bl {
    background-color: #0095ff;
}
.filters #layered_nav_color ul li:hover {
    background: none;
}
.filters #layered_nav_color ul li:hover a {
    opacity: 1;
}
.filters #layered_nav_color ul li.chosen {
    background: none;
}
.filters #layered_nav_color ul li.chosen a {
    opacity: 1;
}
.filters #layered_nav_garment label {
    width: 100%;
}
.filters #layered_nav_garment ul {
    padding: 0;
}
.filters #layered_nav_garment ul li {
    width: 50%;
    float: left;
}
.filters #layered_nav_garment ul li input {
    width: auto;
    margin-right: 10px;
}
.filters #layered_nav_garment ul li p {
    padding: 0;
    margin: 14px 0 0;
}

.mobile_image {
    display: none;
}
.catalog .col .inner {
    background: #fff;
}
.products_col,
.news .content_col,
.about .content_col {
    background: #fff;
    border-left: 0 solid #dadada;
    position: relative;
}
.products_col {
    margin-bottom: 25px;
    padding-bottom: 50px;
    background: transparent;
}
.pagination-wrapper {
    background: transparent;
    /*float: right;*/
    margin: 0 0 -80px -20px;
    width: 100%;
    float: left;
}

.news .pagination-wrapper ul {
    margin-top: 0 !important;
}

.news .pagination-wrapper {
    margin-left: 0;
}
.catalog > .pagination-wrapper {
    float: right;
    width: 73.5%;
}
.catalog .top_menu + .pagination-wrapper {
    margin-left: -20px;
}
.catalog > .pagination-wrapper ul {
    margin-top: -5px;
}

.pagination-wrapper .pagination a:hover {
    color: #d50300;
}
.pagination-wrapper .pagination .active a:hover {
    background-color: #d50300;
    border-color: #fff;
    color: #fff;
}
.pag-advance {
    clear: both;
    padding: 10px 0 0;
    width: 100%;
    text-align: right;
}
.products .pag-advance .bluebox {
    background: #d50300;
}
.products .pag-advance .bluebox:hover span,
.products .pag-advance .bluebox:hover span:after {
    color: #fff;
}
.pagination {
    border-radius: 0;
}
.pagination > li {
    border: 0 solid transparent;
    border-radius: 0;
    border-width: 0 3px 0 0;
    display: inline-block;
}
.pagination li > a,
.pagination li > span {
    color: #000;
    font-weight: bold;
    border-width: 0;
    padding: 8px 7px;
}
.pagination li:first-child > a,
.pagination li:first-child > span,
.pagination li:last-child > a,
.pagination li:last-child > span {
    border-radius: 0;
}
.pagination li .current,
.pagination li .current:hover {
    background: #fff;
    border: 0 solid #d50300;
    border-width: 0 0 3px;
    color: #000;
    padding-bottom: 5px;
}
.products_col .ajax-loader-second {
    left: 3%;
    top: 30px;
}

.description_title {
    display: none;
}

.woocommerce-breadcrumb {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.125em;
    /* 18 / 16 */
    color: #000;
    float: left;
    margin-top: 7px;
    width: 40%;
}
.woocommerce-breadcrumb a {
    color: #d50300;
}
.woocommerce-breadcrumb span {
    color: #d50300;
}

.woocommerce-ordering {
    float: right;
}

.top_menu {
    background-color: #fff;
    width: 100%;
    padding: 14px 20px;
    float: left;
}

.filters_open, .filters_open_mobile,
.sidebar_open, .sidebar_open_mobile {
    display: none;
}

.catalog .row {
    height: auto;
    margin: 0;
}
.catalog .col .inner {
    padding: 20px;
}
.catalog .filters .inner {
    padding: 0;
}
.catalog .product_row {
    position: relative;
    border-bottom: 0px solid #DADADA;
    margin-bottom: 30px;
}
.catalog .product_row:last-of-type {
    margin-bottom: 0;
}
.product_row .product-block {
    float: left;
    width: 31%;
    margin-top: 30px;
    margin-right: 2%;
}
.product_row .product-block:last-of-type {
    margin-right: 0;
}
.products .product-block .inner {
    padding: 0;
}
.product_row .product-block .row {
    margin: 0;
}
.product-block.category a h4 {
    color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.429em;
    margin: 0 0 15px;
}
/*
.product-block.category a h4:after {
    color: #d50300;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 1.429em;
    font-weight: 100;
    padding-left: 30px;
}*/
.product-block a h4 {
    color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.429em;
    margin: 10px 0 0;
}
.product-block a h4:after {
    content: none;
}
.product-block a p {
    color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}
.product-block.category .image {
    margin-bottom: 15px;
    overflow: hidden;
}
.product-block.category .bluebox {
    height: 34px;
    padding: 8px 12px;
}
.product-block .image img {
    max-width: 100%;
    height: auto;
}
.product-block a:hover,
.product-block a:hover h4,
.product-block a:hover p {
    color: #d50300;
    text-decoration: none;
}
.news-wrapper {
    background: #fff;
}
.catalog .products {
    background-color: #fff;
    float: left;
    border-top: 0px solid #DADADA;
    overflow: hidden;
}
.catalog .products .product_thumb {
    border-right: 1px solid #DADADA;
    height: 100%;
    padding-bottom: 500em;
    margin-bottom: -500em;
}
.catalog .products .details {
    padding-bottom: 20px;
}
.catalog .products .buttons {
    padding-bottom: 20px;
    width: 100%;
    float: left;
}
.catalog .news .slideshow .bluebox {
    background-color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 0.9375em;
    /* 15 / 16 */
    font-weight: normal;
    color: #fff;
    height: auto;
    width: auto;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 12px;
    border: 0;
    position: relative;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.catalog .products .bluebox {
    /*background-color: #000;*/
}
.catalog .products .bluebox:hover span:not(.swipe) {
    color: #000;
}
#infscr-loading {
    float: left;
    padding: 24px;
    text-align: center;
    width: 100%;
}

.woocommerce-ordering label {
    color: #595959;
    font-size: 0.8125em;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.woocommerce-pagination {
    width: 30%;
    margin-top: 5px;
    float: left;
    text-align: right;
}
.woocommerce-pagination ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #d6d6d6;
    background-color: #FFF;
    height: 25px;
    margin-right: 2px;
}
.woocommerce-pagination ul li a, .woocommerce-pagination ul li span {
    display: block;
    color: #3b3b3b;
    width: 100%;
    margin-right: 2px;
    font-size: 0.8125em;
    padding: 5px 6px;
    line-height: 1em;
    text-align: center;
}
.woocommerce-pagination ul li span.current {
    border-bottom: 3px solid #ff6000;
    height: 28px;
}

/*
	_______________________________________________________

	Product Page
	_______________________________________________________

*/
button.single_add_to_cart_button, a.greybox, a.wl-add-to, a.wl-add-to:active, a.wl-add-to:visited {
    height: 34px;
    padding-top: 8px;
    margin-right: 10px;
    float: left;
}

.product .variations {
    height: 34px;
    float: left;
}
.product .variations label {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.product .variations select {
    margin-right: 30px;
}
.product .single_variation_wrap {
    float: left;
    margin: 0;
    width: 194px;
}
.product .options {
    width: 100%;
}
.product .options #wl-wrapper.wl-button-wrap {
    width: auto;
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.product .options h4 {
    font-size: 1em;
    color: #6e6e6e;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    text-transform: uppercase;
    float: left;
    margin: 7px 30px 0 10px;
}
.product .options .variation_col {
    display: inline;
}
.product .options .quantity input {
    display: none;
}

.product_main {
    background-color: #fff;
    width: 100%;
    float: left;
    height: auto;
    clear: both;
    overflow: hidden;
}
.product_main h2 {
    font-size: 2.5em;
    margin: 0;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    text-transform: uppercase;
}
.product_main p.garment_type {
    font-size: 1.875em;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
}
.product_main p.sku {
    color: #b4b4b4;
}
.product_main h2 .price {
    color: #b7b7b7;
    display: inline-block;
    font-size: 1em;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    padding-left: 10px;
}
.product_main p.price {
    font-size: 1.875em;
    margin: 0;
    position: absolute;
    right: 40px;
    top: 30px;
}
.product_main .info {
    background-color: #fff;
    padding: 0;
    height: 100%;
    border-left: 1px solid #dadada;
    margin-left: -1px;
}
.product_main .info .inner {
    padding: 30px 40px;
    position: relative;
}
.product_main .description {
    padding-bottom: 30px;
}
.product_main .summary-wrapper {
    float: left;
    clear: both;
}
.product_main .summary-wrapper .summary {
    width: auto;
}

.product_main .summary-wrapper .summary ul {
    margin-bottom: 10px;
}

.product_main .summary-wrapper .summary ul li {
    margin-left: 15px;
    list-style-type: disc;
    margin-bottom: 5px;
}

.product_main .summary-wrapper.with-tech .summary {
    display: block;
    float: left;
    width: 55%;
}
.product_main .summary-wrapper .technologies {
    display: block;
    float: left;
    padding-left: 4%;
    width: 40%;
}

.product_main .summary-wrapper .technologies li {
    max-width: 100px;
    float: left;
    position: relative;
    display: block;
    max-height: 100px;
}

.product_main .summary-wrapper .technologies li img {
    display: block;
    max-width: 100%;
    margin: auto;
    clear: both;
    margin-bottom: 8px;
}

.product_main .product-links {
    border-top: 1px solid #dadada;
    padding-top: 24px;
}
.product_main .product-links .buttons.links-3 {
    position: relative;
    margin-left: 0;
}
/* Colours */

a[class*="attr_"]:after {
    background-color: #fff;
    content: " \f111";
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 10px;
    font-family: "FontAwesome";
    padding: 0 3px;
    box-shadow: 0 0 3px #d5d5d5;
}

.carousel-indicators.coloroptions li {
  background-color: #fff;
  content: " \f111";
  display: inline-block;
  border: none;
  border-radius: 0px;
  font-size: 10px;
  font-family: "FontAwesome";
  padding: 0 3px;
  box-shadow: 0 0 3px #d5d5d5;
  width: 75px;
  height: 78px;
  position: relative;
  margin: 0 5px 0 0;
  display: inline-block;
}


.carousel-indicators.coloroptions li.active {
  height: 80px;
}
.carousel-indicators.coloroptions li img {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 0;
    top: 0;
}

.attr_ne:after {
    color: #000000;
}
.attr_gr:after {
    color: #929292;
}
.attr_bi:after {
    color: #FFF;
}
.attr_ti:after {
    color: #626262;
}
.attr_ry:after {
    color: #033c84;
}
.attr_rs:after {
    color: #e30613;
}
.attr_gi:after {
    color: #fbde18;
}
.attr_az:after {
    color: #0095ff;
}
.attr_tu:after {
    color: #0fd3d1;
}
.attr_ve:after {
    color: #408927;
}
.attr_bl:after {
    color: #0095ff;
}
.product_main .product-links .bluebox span:after {
    /*    content: " »";
    font-family: "FontAwesome";*/
}
.product_main .product-links .bluebox:hover span:after {
    /*    content: " »";
    font-family: "FontAwesome";
    color: #d50300;*/
}
.product_main .images {
    position: relative;
    background-color: #fff;
    text-align: center;
    float: right;
    height: 100%;
    min-height: 200px;
    border-right: 1px solid #dadada;
    margin-bottom: -1px;
}
.product_main .images .gallery {
    position: relative;
    height: 90%;
    margin-top: 8%;
    width: 100%;
    float: left;
    overflow: hidden;
    /*  padding-bottom: 500em;
  margin-bottom: -500em;*/
    border-left: 0px solid #dadada;
}
.product_main .images .gallery .slide {
    text-align: center;
    float: left;
    padding: 20px;
    width: 100%;
}
.product_main .images .gallery .slide .image {
    /*padding-bottom: 100%;*/
    position: relative;
    width: 100%;
    /*height: 0;*/
}
.product_main .images .gallery .slide img {
    max-width: 100%;
    height: auto;
}
.product_main .images .gallery .slide a {
    display: none;
}
.product_main .images .gallery .slide a.first {
    display: block;
}
.product_main .images .gallery .slides {
    position: relative;
    width: 100%;
}
.product_main .images .gallery nav {
    margin-bottom: 38px;
    margin-top: 0;
}
.product_main .images .gallery nav ul li {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    background-color: #d5e1e7;
    box-shadow: 1px 2px 1px 0 #c2d1d9 inset;
    border-radius: 10px;
}
.product_main .images .gallery nav ul li.active, .product_main .images .gallery nav ul li:hover {
    background-color: #d50300;
    box-shadow: 1px 2px 1px 0 #9f0301 inset;
}
.product_main .thumbnails {
    position: absolute;
    top: 36px;
    right: 0;
    height: 40px;
    width: 100%;
}
.product_main .thumbnails .thumbs {
    position: relative;
    padding: 4px 0;
}
.product_main .thumbnails .thumb {
    border-bottom: 0px solid #dadada;
    display: inline-block;
    cursor: pointer;
    padding: 0 3px 0 0;
}
.product_main .thumbnails .thumb img {
    max-width: 100%;
    height: auto;
}
.product_main .thumbnails .thumbs_cont {
    height: 444px;
    overflow: hidden;
    position: relative;
}

.up_btn, .down_btn {
    border: 0;
    border-bottom: 1px solid #dadada;
    background-color: #d5e1e7;
    width: 100%;
    padding: 6px 0;
    display: none;
}
.up_btn span, .down_btn span {
    width: 12px;
    height: 11px;
    display: block;
    margin: auto;
    text-indent: -99999px;
}
@media only screen and (min-width: 887px) {
    .up_btn span, .down_btn span {
        background: url("images/sprite-new.png") no-repeat -64px -7px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .up_btn span, .down_btn span {
        background: url("images/sprite-new.png") no-repeat -64px -7px transparent;
    }
}

.down_btn span {
    background-position: -80px -7px;
}

.up_btn.inactive, .down_btn.inactive {
    opacity: 0.4;
}

.attributes {
    border-top: 1px solid #dadada;
}
.attributes .row {
    margin: 0;
}
.attributes h4 {
    font-size: 1.875em;
    margin: 0;
    margin-bottom: 16px;
}
.attributes .features {
    padding: 24px 0;
    border-right: 0px solid #dadada;
    /*  padding-bottom: 500em;
  margin-bottom: -500em;*/
}
.attributes .features ul {
    padding-left: 22px;
}
.attributes .features ul li:before {
    display: none;
}
.attributes .features ul li {
    font-size: 0.9375em;
    /* 15 / 16 */
    margin-bottom: 6px;
}
.attributes .features ul li span {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -22px;
    margin-right: 7px;
}
.attributes .technical {
    padding: 24px 0 24px 40px;
    border-left: 0px solid #dadada;
    margin-left: -1px;
}
.attributes .technical ul li:before {
    display: none;
}
.attributes .technical ul li {
    font-size: 0.9375em;
    margin-bottom: 6px;
}
.attributes .technical ul li span {
    display: inline-block;
    margin-left: -22px;
    margin-right: 7px;
    position: relative;
}
.attributes .technical ul li img {
    display: block;
    max-width: 100%;
    margin: auto;
    clear: both;
    margin-bottom: 8px;
}

.zoom_help {
    position: absolute;
    bottom: 500em;
    position: absolute;
    right: 0px;
}
.zoom_help p {
    font-size: 0.875em;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    color: #818181;
    margin-bottom: 4px;
}
.zoom_help p span {
    width: 25px;
    height: 25px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-left: 1px solid #dadada;
    border-top: 1px solid #dadada;
    position: relative;
    top: 7px;
    margin-left: 10px;
}
@media only screen and (min-width: 887px) {
    .zoom_help p span {
        background: url("images/sprite-new.png") no-repeat -99px -1px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .zoom_help p span {
        background: url("images/sprite-new.png") no-repeat -99px -1px transparent;
    }
}

.mobile_tab_open {
    display: none;
}

.product_second {
    width: 100%;
    padding: 0;
    margin-left: 0%;
    clear: both;
}
.product_second .options {
    padding: 18px 10px;
    background-color: #f7f7f7;
    border-top: 1px solid #dadada;
}
.product_second .related_col {
    width: 100%;
}
.product_second .related_col h2 {
    color: #bbbbbb;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.product_second .related_col h2 span {
    color: #ff6000;
}
.product_second .related_col .bluebox {
    background-color: #000;
    float: right;
}
.product_second .related_col .bluebox:hover {
    background-color: #fff;
    color: #000;
}
.product_second .related_col .bluebox:hover span:not(.swipe) {
    color: #000;
}
.product_second .related_col .bg-thin-line {
    border-bottom: 1px solid #dadada;
}
.product_second .related_col .products .product_thumb {
    width: 100%;
    border-bottom: 1px solid #dadada;
}
.product_second .related_col .products .product_thumb:last-child {
    border-bottom: 0;
}
.product_second .tabs_col {
    border-top: 1px solid #dadada;
}
.product_second .tabs_col ul.tabs {
    margin-top: 20px;
    position: relative;
    z-index: 10;
}
.product_second .tabs_col ul.tabs li {
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
    color: #3b3b3b;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.125em;
    text-decoration: uppercase;
    padding: 20px 30px;
    border: 1px solid #dadada;
    border-left: 0;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
}
.product_second .tabs_col ul.tabs li.active {
    background: none;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    cursor: auto;
}
.product_second .tabs_col .tab_content {
    border-top: 1px solid #dadada;
    margin-top: -1px;
    width: 100%;
}
.product_second .content_col {
    background: none;
    border-left: 0;
}
.product_second .content_col p {
    width: auto;
}
.product_second .content_col article blockquote {
    float: none;
    width: auto;
    margin-left: -20px;
}

#comments ol {
    padding: 0;
}

.comment {
    border: 1px solid #dadada;
    padding: 10px;
    margin-bottom: 10px;
}

.comment-form-rating {
    clear: both;
}
.comment-form-rating label {
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}

.comment-form-comment {
    clear: both;
    width: 100%;
    display: block;
}

.stars {
    float: left;
    clear: both;
    display: block;
}
.stars .hover a.selected {
    background-color: #d5e1e7;
    box-shadow: 1px 2px 1px 0 #c2d1d9 inset;
}
.stars .hover a.hover {
    background-color: #007FDA;
    box-shadow: 1px 2px 1px 0 #0360A3 inset;
}
.stars a, .stars a:active, .stars a:visited {
    margin-right: 2px;
    background-color: #d5e1e7;
    border-radius: 14px;
    box-shadow: 1px 2px 1px 0 #c2d1d9 inset;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 14px;
    width: 14px;
    text-indent: -9999px;
}
.stars a:hover, .stars a.selected, .stars a.hover {
    background-color: #007FDA;
    box-shadow: 1px 2px 1px 0 #0360A3 inset;
}

.products {
    width: 100%;
}
.products .product_thumb:last-child {
    border-bottom: 0;
}
.products .product_thumb {
    width: 33.333333333%;
    float: left;
    padding: 30px;
    position: relative;
}
.products .product_thumb p {
    font-size: 0.8125em;
    /* 13 / 16 */
    margin: 0;
}
.products .product_thumb a.bluebox {
    float: left;
    margin-right: 4px;
}
.products .product_thumb .title {
    width: 60%;
    margin-bottom: 20px;
}
.products .product_thumb .title a, .products .product_thumb .title a:active, .products .product_thumb .title a:visited {
    color: #3b3b3b;
}
.products .product_thumb .title a:hover {
    color: #ff6000;
}
.products .product_thumb .title h3 {
    margin: 0;
    font-size: 1.3125em;
    /* 21 / 16 */
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.products .product_thumb .title p.type {
    margin: 0;
    text-transform: uppercase;
    font-size: 1em;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.products .product_thumb .price {
    position: relative;
}
.products .product_thumb .price span {
    display: inline;
}
.products .product_thumb .price_col {
    width: 40%;
    text-align: right;
}
.products .product_thumb .excerpt {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}
.products .product_thumb .excerpt .image {
    position: relative;
}
.products .product_thumb .excerpt img {
    width: 50%;
    float: right;
    height: auto;
    margin-left: 10px;
}
.products .product_thumb .excerpt .button {
    margin-top: 20px;
}
.products .bluebox, .products .bluebox:active {
    padding: 8px 12px;
    height: 34px;
}

.palettes {
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 500;
    top: 19px;
    position: relative;
}
.palettes .palette {
    margin-right: 2px;
    background-color: #ccc;
    border-radius: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 8px;
    width: 8px;
}
.palettes .palette_ne {
    background-color: #000000;
}
.palettes .palette_gr {
    background-color: #929292;
}
.palettes .palette_bi {
    background-color: #FFF;
    border: 1px solid #929292;
}
.palettes .palette_ti {
    background-color: #626262;
}
.palettes .palette_ry {
    background-color: #033c84;
}
.palettes .palette_rs {
    background-color: #e30613;
}
.palettes .palette_gi {
    background-color: #fbde18;
}
.palettes .palette_az {
    background-color: #0095ff;
}
.palettes .palette_tu {
    background-color: #0fd3d1;
}
.palettes .palette_ve {
    background-color: #408927;
}
.palettes .palette_bl {
    background-color: #0095ff;
}
.back-link:before {
    content: "\f053";
    font-family: "FontAwesome";
    font-size: 12px;
    display: inline-block;
    padding: 1px 5px 0 0;
}
/*
	_______________________________________________________

	About Pages
	_______________________________________________________

*/
.solid-header {
    /*background: url(images/header_bg.jpg) no-repeat center center/cover transparent;*/
    width: 100%;
    max-width: 1600px;
    float: left;
    position: relative;
    clear: both;
    text-align: left;
    margin: 160px 0 30px;
}
.solid-header h1 {
    margin: 0;
    color: #FFF;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 2.125em;
    padding: 0 0 0 30px;
}
.solid-header h1 a{
    color: #FFF;
}
.solid-header h1 span {
    font-family: "FontAwesome";
    font-size: 31px;
    display: inline-block;
    color: #FFF;
    vertical-align: bottom;
    padding: 0 5px;
}

.sidebar {
    height: auto;
    outline: 0px solid #DADADA;
}

.sidebar.filters_active {
    outline: 0 solid #dadada;
    height: auto;
}

.sidebar.col {
    margin-bottom: 70px;
}

.sidebar ul li:before {
    display: none;
}
.sidebar ul li.current-menu-item a, .sidebar ul li.current-menu-item a:active, .sidebar ul li.current-menu-item a:visited, .sidebar ul li.current-page-ancestor a, .sidebar ul li.current-page-ancestor a:active, .sidebar ul li.current-page-ancestor a:visited, .sidebar ul #menu-item-511.current-page-ancestor.current-menu-item a {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    background-color: #fff;
}

nav.navigation-side {
    float: left;
}

nav.navigation-side .navbar-collapse,
nav.navigation-side .container-fluid {
    margin: 0;
    padding: 0;
}
nav.navigation-side .navbar-collapse ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

nav.navigation-side .navbar-collapse ul li,
.sidebar ul li,
.menu-wrapper ul li {
    height: 56px;
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
    z-index: 110;
    background-color: white;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.navbar-collapse {
    max-height: inherit;
}

nav.navigation-side .navbar-collapse ul li a,
nav.navigation-side .navbar-collapse ul li a:active,
.sidebar ul li a, .sidebar ul li a:active,
.sidebar ul li a:visited,
.sidebar ul #menu-item-511.current-page-ancestor a:active,
.menu-wrapper ul li a,
.menu-wrapper ul li a:active,
.menu-wrapper ul li a:visited,
.menu-wrapper ul #menu-item-511.current-page-ancestor a:active {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    color: #000;
    font-size: 1.25em;
    /* 20 / 16 */
    text-transform: uppercase;
    height: 100%;
    padding-left: 30px;
    padding-top: 15px;
    width: 100%;
    display: block;
    background-color: #fff;
    font-weight: normal;
}
nav.navigation-side .navbar-collapse ul li a:hover,
.sidebar ul li a:hover,
.menu-wrapper ul li a:hover {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    background-color: #fff;
}
nav.navigation-side .navbar-collapse ul li span,
.sidebar ul li span,
.menu-wrapper ul li span{
    width: 25px;
    height: 25px;
    display: block;
    margin-top: -12.5px;
    position: absolute;
    right: 6px;
    top: 50%;
}
.catalog .widget_layered_nav {
    border-top: 1px solid #dadada;
}
.catalog .widget_layered_nav .inner {
    padding: 20px 40px;
}
.catalog .widget_layered_nav strong {
    display: inline-block;
    font-size: 16px;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

.catalog #layered_nav_series  {
    clear: both;
}
.catalog #layered_nav_series strong {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
}

nav.navigation-side .navbar-collapse ul.filter_list li {
    padding: 5px;
    height: 30px;
    border: none;
}
.filter_list input[type="radio"],
.filter_list input[type="checkbox"] {
    margin-right: 7px;
}
.products_col .top_menu {
    padding: 0;
}
.top_menu #container {
    margin: 0;
    padding: 0;
}
.products_col #content + .products {
    margin: 30px 0;
}
.sidebar ul li.current-menu-item span {
    background: url("images/sprite-new.png") no-repeat 2px 0px transparent;
}
@media only screen and (min-width: 987px) {
    nav.navigation-side .navbar-collapse ul li span,
    .sidebar ul li span, .sidebar ul #menu-item-511.current-page-ancestor span,
    .menu-wrapper ul li span, .menu-wrapper ul #menu-item-511.current-page-ancestor span {
        background: url("images/sprite-new.png") no-repeat 2px 0px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .sidebar ul li span, .sidebar ul #menu-item-511.current-page-ancestor span,
    .menu-wrapper ul li span, .menu-wrapper ul #menu-item-511.current-page-ancestor span {
        background: url("images/sprite-new.png") no-repeat 2px 0px transparent;
    }
    /*nav.navigation-side .collapse,
    nav.navigation-side .navbar-collapse {
        display: none !important;
    }
    nav.navigation-side .navbar-toggle {
        display: block;
    }*/
}
.sidebar ul li:last-child,
.menu-wrapper ul li:last-child {
    border-bottom: 0;
}
.sidebar .payment_methods {
    background-color: #F7F7F7;
    padding: 0 20px 20px;
    border-top: 1px solid #DADADA;
}

hr {
    background: none;
    border: 0;
    border-bottom: 1px solid #dadada;
    height: 1px;
    margin: 20px 0;
    width: 100%;
}

.right_content {
    position: relative;
}

.content_col {
    height: 100%;
    background-color: #f7f7f7;
    position: relative;
    border-left: 1px solid #DADADA;
}
.content_col header {
    position: relative;
}
.content_col .bg-45-sliceonly {
    position: absolute;
    z-index: 200;
}
.content_col h5 {
    color: #d50300;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.25em;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}
.content_col h6 {
    color: #d50300;
    text-transform: uppercase;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.5em;
    /* 24 / 16 */
    margin: 0;
    margin-bottom: 18px;
    letter-spacing: -0.05em;
}
.content_col h4 {
    color: #d50300;
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.875em;
    /* 30 / 16 */
    letter-spacing: -0.03em;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.content_col hr {
    width: 60%;
}
.content_col p {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 18px;
}
.content_col p em, .content_col p i {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.content_col .slideshow {
    /*padding-bottom: 38.4487073%;*/
}
.content_col .history_item {
    clear: both;
}
.content_col .history_item ul {
    width: 62.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}
.content_col .history_item ul li:before {
    display: none;
}
.content_col .history_item ul li {
    width: 100%;
    margin-bottom: 30px;
}
.content_col .history_item ul li span {
    display: block;
    float: left;
    width: 75%;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.content_col .history_item ul li span.label {
    color: #006bb7;
    width: 14%;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.content_col article {
    width: auto;
    height: 100%;
    position: relative;
    padding: 30px;
    padding-top: 20px;
}
.content_col article p, .content_col article h4, .content_col article h5, .content_col article h6, .content_col article hr {
    width: 60%;
}
.content_col article p {
    line-height: 1.35em;
}
.content_col article ul {
    padding-left: 20px;
    margin-bottom: 18px;
    width: 60%;
}
.content_col article ul li {
    margin-bottom: 10px;
}
.content_col article img {
    margin: 9px 30px 30px 0;
    max-width: 50%;
    height: auto;
}

/*
.content_col article img {
    float: right;
    margin: 30px;
    margin-top: 9px;
    clear: right;
    max-width: 50%;
    height: auto;
}

.content_col article img.alignleft {
  clear: left;
  float: left;
  margin: 9px 30px 30px 0;
  max-width: 50%;
  height: auto;
}
.content_col article img.alignright {
  clear: right;
  float: right;
  margin: 9px 0 30px 30px;
  max-width: 50%;
  height: auto;
}

*/


.content_col article ul li:before {
    margin-right: 10px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 1px 2px 1px 0 #0360A3 inset;
    content: "";
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 9px;
    width: 9px;
}
.content_col article ul.wl-tabs {
    margin: 100px;
}
.content_col article ul.wl-tabs li:before {
    display: none;
}
.content_col article img.nofloat {
    float: none;
    margin: 0;
}
.content_col article .history_item img {
    margin-top: 55px;
    width: 37.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
    height: auto;
}
.content_col article blockquote {
    float: right;
    width: 62.5%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
    padding-left: 10px;
}
.content_col article blockquote p {
    width: 100%;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.1875em;
    /* 35 / 16*/
    margin: 40px;
    margin-top: 0px;
    padding-left: 30px;
}
.content_col article blockquote p i, .content_col article blockquote p em {
    color: #9a9a9a;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 0.37142857em;
    /* 13 / 35 */
    clear: both;
}
.content_col article blockquote p:before {
    color: #d50300;
    content: "\f10d ";
    font-family: "FontAwesome";
    margin-left: -53px;
    padding-right: 15px;
}

.content_col_full article {
    background-color: #FFF;
    width: 100%;
}

.content_icon .icon_block {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.content_icon .icon_block .icon-content {
    border-top: 1px solid #dadada;
    padding-right: 3%;
    padding-top: 20px;
    width: 62.5%;
}
.content_icon .icon_block h4, .content_icon .icon_block h5, .content_icon .icon_block ul, .content_icon .icon_block p {
    width: 100%;
}
.content_icon .icon_block .image_holder {
    float: right;
    width: 30%;
    max-width: 200px;
    margin-right: 0;
    text-align: center;
}
.content_icon .icon_block .image_holder img {
    margin: 0;
    display: block;
    min-width: 100%;
}

.cover_image .content_header {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 100;
    padding-bottom: 38.4487073%;
    height: 0;
}
.cover_image .content_header h2 {
    color: white;
    margin-top: 80px;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin-left: 50px;
    width: 52%;
    line-height: 1em;
    font-size: 3.3125em;
    /* 53 / 16*/
    text-shadow: -1px 0 1px rgba(0,0,0,0.85);
}
.cover_image .content_header h2:before {
    color: #d50300;
    content: " ";
    /*margin-left: -30px;*/
}
.cover_image article {
    border-top: 0px solid #DADADA;
    margin-top: 15px;
    padding: 0;
}

/*
	_______________________________________________________

	Landing Page
	_______________________________________________________

*/
.catalog .full-width-header {
    display: none;
}
.products_col .news, .products_col .landing {
    width: 100%;
}
.products_col .bg-45-topright-blue {
    height: 67px;
}

/*
	_______________________________________________________

	News
	_______________________________________________________

*/
.news, .landing {
    background: none;
}
.news .full-width-header {
    color: #000;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}
.news .full-width-header h2 {
    color: #fff;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
}

.news .top_menu .woocommerce-pagination, .landing .top_menu .woocommerce-pagination {
    text-align: left;
    width: 100%;
}
.news .top_menu .woocommerce-pagination ul, .landing .top_menu .woocommerce-pagination ul {
    width: 100%;
}
.products_col .woocommerce-pagination {
    display: none;
}
.news .content_header {
    margin-bottom: 15px;
}
.news .content_col .solid-header {
    margin: 0 0 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}
.news .content_col .solid-header h2 {
    color: #000;
    font-size: 40px;
    margin: 0;
}

.news .content_col .solid-header h2 i {
    font-style: normal;
    text-transform: lowercase;
}

.news .slideshow {
    display: none;
}
.news .slideshow .slide .text {
    right: 0;
    height: auto;
    margin-top: 10%;
    top: 0;
    width: auto;
    text-align: right;
    background-color: transparent;
    padding: 13px 3% 0 22px;
}
.news .slideshow .slide h4 {
    font-size: 3.312em;
    /* 53 / 16 */
    width: auto;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-weight: bold;
    /*letter-spacing: -0.03em;*/
    line-height: 1em;
    margin: 0;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.85);
}
.news .slideshow .slide p {
    color: #FFFFFF;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 2.375em;
    font-weight: bold;
    line-height: 1em;
    margin: 4px 0 30px;
    text-shadow: -1px 0 1px rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
}

.news .slideshow .slide a, .news .slideshow .slide a:active, .news .slideshow .slide a:visited {
    background: url("blank.png") repeat 0 0 transparent;
    display: block;
    width: 100%;
    text-indent: -9999px;
    text-align: left;
    height: 100%;
    position: absolute;
    z-index: 500;
}
.news .slideshow .slide .bluebox, .news .slideshow .slide .bluebox:active, .news .slideshow .slide .bluebox:visited {
    background-image: none;
    background-color: #e10f21;
    display: inline-block;
    width: auto;
    text-indent: 0;
    text-align: left;
    height: auto;
    position: relative;
}

.slideshow.home-slider .slide .bluebox:active, .slideshow.home-slider .slide .bluebox:visited, .slideshow.home-slider .slide .bluebox:last-child {
    background-color: #e10f21;
    color: #fff;
}
.slideshow.home-slider .slide .bluebox:hover {
    background-color: #fff;
    color: #000;
}
.news .row, .landing .row {
    border-bottom: 1px solid #DADADA;
    height: auto;
}
.news .row:last-child, .landing .row:last-child {
    border-width: 0;
}
.news.row {
    border-bottom: 0px solid #DADADA;
    height: auto;
}
.news .news-article {
    margin-bottom: 70px;
}
.news article, .landing article {
    padding: 0;
    width: 48.5%;
    margin: 0 1.5% -1px 0;
    float: left;
    position: relative;
    border-right: 0px solid #DADADA;
    border-top: 0;
    height: auto;
}
.news article {

}
.news article.news-large {
    /*margin: 0 1.5% -1px 0;*/
}
.news article.news-large:nth-of-type(2n) {
    /*margin-right: 0;*/
}
.news article.news-regular {
    /*clear: left;*/
    /*margin-top: 15px;*/
    width: 100%;

}
.news article.news-regular:nth-of-type(2n) {
    /*margin-right: 0;*/
}
.news .article-header {
    margin-bottom: 15px;
}
.news .article-header h2 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
}
.news .article-header a {
    color: #d50300;
    font-weight: bold;
}
.news article.cf {
    padding: 0 0 15px 0;
    width: auto;
}

.news .article-header + article {
    width: 100%;
}

.news article.news-regular {
    margin-bottom: 20px;
}
.news article.news-regular:first-of-type {
    margin-top: 0;
}
.news article h3, .landing article h3 {
    font-size: 1.875em;
    /* 30 / 16 */
    color: #000;
    width: 100%;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    line-height: 95%;
    margin: 0 0 0.4em;
}
.news article h3 a, .landing article h3 a {
    color: #000;
}
.news article h4, .landing article h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.875em;
    /* 30 / 16 */
    width: 100%;
    line-height: 97%;
}
.news article h4, .landing article h4,
.news article h5, .landing article h5 {
    width: auto;
}
.news article p, .landing article p {
    font-size: 1em;
    width: 100%;
}
.news article .text, .landing article .text {
    float: left;
    height: 100%;
    padding-left: 0;
    width: 100%;
    max-width: 640px;
}
.news article .image + .text, .landing article .image + .text {
    float: left;
    height: 100%;
    width: 58%;
    padding: 0 3% 0;
}
.news article.video-item .text, .landing article.video-item .text {
    /*    padding-left: 0;
    width: 100%;
    max-width: 640px;*/
}
.news article .text .meta-group {
    display: block;
}
.news article .text .meta-group + p {
    margin-top: 4px;
}
.news article .text .meta-group + iframe {
    margin-top: 10px;
    /*    height: 340px;
    max-height: 340px;*/
}
.news article iframe + p {
    margin-top: 5px;
}
.news article .image, .landing article .image {
    float: right;
    width: 42%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 0;
}
.news article.news-regular .image {
    float: left;
    max-width: 265px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 0;
}
.news article .image img, .landing article .image img {
    float: none;
    display: block;
    margin: 0;
}
.news article .image a, .news article .image a:active, .news article .image a:visited, .landing article .image a, .landing article .image a:active, .landing article .image a:visited {
    display: block;
    text-indent: -9999px;
    width: 100%;
    height: 100%;
}
.news article .image-crop img, .landing article .image-crop img {
    max-width: 350%;
    position: relative;
}
.news article .image-resize img, .landing article .image-resize img {
    min-width: 100%;
}
.news article.news-regular h3, .landing article.news-regular h3 {
    font-size: 1.3125em;
    /* 21 / 16 */
    color: #3b3b3b;
}
.news article.news-regular h3 a, .news article.news-regular h3 a:active, .news article.news-regular h3 a:visited, .landing article.news-regular h3 a, .landing article.news-regular h3 a:active, .landing article.news-regular h3 a:visited {
    color: #3b3b3b;
}
.news article.news-regular h4, .landing article.news-regular h4 {
    font-size: 1em;
}

/*
	_______________________________________________________

	Stockists Page
	_______________________________________________________

*/
span.upper {
    text-transform: uppercase;
}

.stockist_facet {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}
.stockist_facet label {
    float: left;
    width: 40%;
    padding: 7px;
    padding-left: 20px;
}
.stockist_facet label.labelfull {
    width: 100%;
}
.stockist_facet .checkbox {
    float: left;
    margin-top: 8px;
    padding-left: 40px;
    width: 50%;
}
.stockist_facet .checkbox input {
    margin-right: 6px;
}
.stockist_facet hr {
    clear: both;
}
.stockist_facet .update {
    clear: both;
    float: left;
    padding-left: 0;
    width: 100%;
}
.stockist_facet .update .bluebox {
    margin-left: 20px;
}
.stockist_facet input[type="text"], .stockist_facet input[type="textarea"], .stockist_facet select {
    width: 50%;
}
.stockist_facet p {
    margin: 0;
}

.cover_map .content_header {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 100;
    height: 370px;
}
.cover_map h5 {
    margin-top: 40px;
    font-size: 1.5em;
}
.cover_map .stockist {
    margin-bottom: 20px;
    clear: both;
}
.cover_map .stockist .details {
    width: 68%;
}
.cover_map .stockist .details h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1em;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 8px;
}

.stockist .details img {
    float: right;
}

/*
	_______________________________________________________

	Stockists Footer
	_______________________________________________________

*/
.stockists {
    height: 118px;
    width: 100%;
    text-align: center;
    background: url("images/stockists-bg.jpg") no-repeat 0 0 transparent;
}
.stockists span.icon {
    width: 46px;
    height: 63px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 26px;
}
@media only screen and (min-width: 887px) {
    .stockists span.icon {
        background: url("images/sprite-new.png") no-repeat -1px -309px transparent;
    }
}
@media only screen and (max-width: 887px) {
    .stockists span.icon {
        background: url("images/sprite-new.png") no-repeat -1px -309px transparent;
    }
}
.stockists .text {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.stockists p {
    font-size: 2em;
    /* 32 / 16 */
    line-height: 1em;
    color: #026db9;
    text-transform: uppercase;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin: 0 0 0 29px;
    padding: 0;
    position: relative;
    top: 9px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.stockists a.bluebox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 30px;
    position: relative;
    top: 16px;
}

/*
	_______________________________________________________

	Footer
	- Footer has a slightly different grid
	_______________________________________________________

*/

footer .menu {
    width: 33%;
    border-left-width: 0;
    padding: 0;
    margin-left: 0%;
}

footer {
    background-color: #FFF;
    width: 100%;
    clear: both;
    padding: 50px 0 0 0;
    position: relative;
    z-index: 0;
}
footer .row {
    width: 100%;
    margin: auto;
}
footer .inner {
    background-color: #1a1a1a;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1600px;
    height: 300px;
}

footer .inner.cf,
.ride-with {
    border-top: 6px #e10f21 solid;
}
footer .inner.cf {
    background: #1a1a1a url("images/flash-180.png") no-repeat right bottom;
}



footer .menus {
    position: absolute;
    top: 65px;
    display: inline-block;
    width: 65%;
    margin-left: 32%;
    clear: none;
    padding: 0;
}
footer .menus .menu.col {
    width: 54%;
}
footer .menus .menu.col:last-child {
    width: 46%;
}
footer .menus .menu.col .menu-col {
    display: block;
    float: left;
    width: 32.5%;
}

footer .menus h6 {
    color: #FFF;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
}

.news footer  .row, .landing footer  .row {
    border-bottom: 0px solid #DADADA;
}

footer .menus h4 {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 26px;
    /* 26 / 16 */
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}
footer .menus ul {
    padding: 0;
}
footer .menus .menu li {
    display: inline-block;
    width: 32.5%;
}
footer .menus .menu-col h5 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 2px 0 0;
}
footer .menus .menu-col li {
    display: inherit;
    width: auto;
}
footer .menus ul li a, footer .menus ul li a:active, footer .menus ul li a:visited {
    color: #fff;
    text-transform: capitalize;
    font-size: 0.9375em;
    font-weight: normal;
    /* 15  16 */
}
footer .menus ul li a:after {
    content: " »";
}
footer .menus ul li a:hover {
    color: #d50300;
}
footer .menus ul li:before {
    display: none;
}
footer .top {
    position: relative;
    top: -35px;
    width: 100%;
    height: 64px;
}
footer .top .social {
    position: relative;
    /*top: -195px;*/
    padding: 0;
    width: 100%;
    text-align: center;
}
footer .top .social .inner {
    margin: 0 auto;
    padding: 0;
    width: 210px;
    background: transparent;
    height: 64px;
}
footer .top .social a, footer .top .social a:active, footer .top .social a:visited {
    width: 60px;
    height: 64px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-indent: -9999px;
    margin-right: 10px;
    border-radius: 6px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
footer .top .social a:hover {
    box-shadow: 0 0 25px rgba(0,0,0,0.5) inset;
}
@media only screen and (min-width: 887px) {
    footer .top .social a, footer .top .social a:active, footer .top .social a:visited {
        background: url("images/sprite-new.png") no-repeat 0px -30px transparent;
    }
}
@media only screen and (max-width: 887px) {
    footer .top .social a, footer .top .social a:active, footer .top .social a:visited {
        background: url("images/sprite-new.png") no-repeat 0px -30px transparent;
    }
}
footer .top .social .youtube,
footer .top .social .youtube:active,
footer .top .social .youtube:visited {
    background-position: -63px -30px;
    margin-right: 0;
}
footer .top .social .twitter,
footer .top .social .twitter:active,
footer .top .social .twitter:visited {
    background-position: -127px -30px;
}
footer .top .social .google,
footer .top .social .google:active,
footer .top .social .google:visited  {
    background-position: -188px -30px;
}
footer .bottom {
    position: absolute;
    background-color: transparent;
    padding: 0;
    text-align: left;
    top: 65px;
    left: 20px;
    width: 31%;
}
footer .bottom p {
    margin: auto auto 15px;
    color: white;
    font-size: 10px;
}
footer .bottom p:first-of-type {
    margin: 20px auto 15px;
}
/*
	_______________________________________________________

	Page Styles
	_______________________________________________________

*/
.wrapper {
    /*width: 1600px;*/
    position: relative;
    margin: auto;
    background: #000;
    height: auto;
}
body.home .wrapper {
    background: none;
}
.wrapper .page-top {
   /* background: transparent url("images/vision-header.jpg") 0 0 repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    /*background: #000;*/
    position: absolute;
    top: 0;
    right: 0;
    height: 129px;
    width: 100%;
    z-index: 0;
}
.wrapper .page-bg {
    position: relative;
    z-index: 0;
}

/*
	_______________________________________________________

	Helper Classes
	_______________________________________________________

*/
.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/*
	_______________________________________________________

	Translation Flags
	_______________________________________________________

*/
/*
	_______________________________________________________

	Lazy
	_______________________________________________________

*/
.lazy {
    opacity: 0;
    transform: rotateZ(0);
}

.lazy-loaded {
    height: 168px;
    width: 399px;
    overflow: hidden;
    text-align: center;
    z-index: 1000;
}
.lazy-loaded .left {
    background-color: #FFF;
    position: absolute;
    left: -30%;
    top: -100%;
    height: 200%;
    width: 100%;
    transform: rotateZ(0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}
.lazy-loaded .right {
    background-color: #FFF;
    position: absolute;
    width: 100%;
    right: -40%;
    top: 7%;
    height: 200%;
    transform: rotateZ(0);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
}

/*
	_______________________________________________________

	IE9
	_______________________________________________________

*/
/*
	_______________________________________________________

	IE8
	_______________________________________________________

*/
.ie8 nav.main .menu-join, .ie7 nav.main .menu-join {
    height: 50px;
}
.ie8 .slideshow .reveal .left, .ie7 .slideshow .reveal .left {
    display: none;
}
.ie8 .slideshow .reveal .right, .ie7 .slideshow .reveal .right {
    top: 0;
    height: 100%;
    right: 0;
}

/*
	_______________________________________________________

	IE7
	_______________________________________________________

*/
.ie7 nav.main ul {
    width: 1024px;
    height: 34px;
    padding-top: 13px;
}
.ie7 nav.main li {
    font-size: 1.0625em;
    /* 17 / 16 */
    margin-right: 20px;
    width: auto;
}
.ie7 nav.info {
    height: 32px;
}
.ie7 nav.info .menus {
    float: right;
}

/*
	_______________________________________________________

	Customised WooCommerce Elements
	_______________________________________________________

*/
.woocommerce h2, .woocommerce-page h2 {
    color: #BBBBBB;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    margin: 0;
    padding: 20px;
}
.woocommerce h2 span, .woocommerce-page h2 span {
    color: #FF6000;
}
.woocommerce .cross-sells, .woocommerce-page .cross-sells {
    padding-right: 2.2%;
}
.woocommerce .cross-sells article, .woocommerce-page .cross-sells article {
    padding: 0;
    border: 1px solid #dadada;
    width: 100%;
}
.woocommerce .cross-sells .products .product_thumb, .woocommerce-page .cross-sells .products .product_thumb {
    width: 50%;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-bottom: 0;
    margin-left: -1px;
}
.woocommerce .collaterals_right, .woocommerce-page .collaterals_right {
    float: right;
}
.woocommerce .cart_totals, .woocommerce-page .cart_totals {
    border: 1px solid #dadada;
    background-color: #f7f7f7;
    width: 100%;
}
.woocommerce .cart_totals ul, .woocommerce-page .cart_totals ul {
    width: 100%;
}
.woocommerce .cart_totals ul li:before, .woocommerce-page .cart_totals ul li:before {
    display: none;
}
.woocommerce .cart_totals th, .woocommerce .cart_totals td, .woocommerce-page .cart_totals th, .woocommerce-page .cart_totals td {
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px;
}
.woocommerce .cart_totals th, .woocommerce-page .cart_totals th {
    text-align: left;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1em;
    width: 40%;
}
.woocommerce .cart_totals td, .woocommerce-page .cart_totals td {
    text-align: right;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.25em;
    width: 60%;
}
.woocommerce .cart_totals tr.shipping td, .woocommerce-page .cart_totals tr.shipping td {
    font-size: 1em;
}
.woocommerce .cart_totals tr.total, .woocommerce-page .cart_totals tr.total {
    color: #006bb7;
}
.woocommerce .cart_totals tr, .woocommerce-page .cart_totals tr {
    border-bottom: 1px solid #dadada;
    width: 100%;
}
.woocommerce .cart_totals tr:last-child, .woocommerce-page .cart_totals tr:last-child {
    border: 0;
}
.woocommerce .shipping_calculator, .woocommerce-page .shipping_calculator {
    float: left;
    width: 100%;
    margin-top: 25px;
    border: 1px solid #dadada;
}
.woocommerce .shipping_calculator h2 a, .woocommerce .shipping_calculator h2 a:active, .woocommerce .shipping_calculator h2 a:visited, .woocommerce-page .shipping_calculator h2 a, .woocommerce-page .shipping_calculator h2 a:active, .woocommerce-page .shipping_calculator h2 a:visited {
    color: #BBBBBB;
}
.woocommerce .shipping_calculator .shipping-calculator-form, .woocommerce-page .shipping_calculator .shipping-calculator-form {
    border-top: 1px solid #dadada;
    padding: 20px;
}
.woocommerce .shipping_calculator .shipping-calculator-form p, .woocommerce-page .shipping_calculator .shipping-calculator-form p {
    width: 100%;
}
.woocommerce .shipping_calculator .shipping-calculator-form input, .woocommerce .shipping_calculator .shipping-calculator-form button, .woocommerce-page .shipping_calculator .shipping-calculator-form input, .woocommerce-page .shipping_calculator .shipping-calculator-form button {
    width: 100%;
}

table.cart a.remove, #content table.cart a.remove, table.cart a.remove, #content table.cart a.remove {
    display: block;
    text-indent: -9999px;
    width: 29px;
    height: 29px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
@media only screen and (min-width: 887px) {
    table.cart a.remove, #content table.cart a.remove, table.cart a.remove, #content table.cart a.remove {
        background: url("images/sprite-new.png") no-repeat -120px 2px #8d8d8d;
    }
}
@media only screen and (max-width: 887px) {
    table.cart a.remove, #content table.cart a.remove, table.cart a.remove, #content table.cart a.remove {
        background: url("images/sprite-new.png") no-repeat -120px 2px #8d8d8d;
    }
}

table.cart a.remove:hover, #content table.cart a.remove:hover, table.cart a.remove:hover, #content table.cart a.remove:hover {
    background-color: #ff6000;
}

.quantity, #content .quantity, .quantity, #content .quantity {
    width: 110px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button, #content .quantity input::-webkit-outer-spin-button, #content .quantity input::-webkit-inner-spin-button, .quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button, #content .quantity input::-webkit-outer-spin-button, #content .quantity input::-webkit-inner-spin-button {
    display: none;
}

.quantity input.qty, .woocommerce #content .quantity input.qty, .quantity input.qty, #content .quantity input.qty {
    width: auto;
    height: 29px;
    float: left;
}

.quantity .minus, .quantity .plus {
    color: white;
    background-color: #0095FF;
    border: 0;
    float: left;
    height: 29px;
    width: 23px;
    text-align: center;
}

.checkout-button {
    background-color: #ff6000;
}

table {
    border: 1px solid #dadada;
    width: 100%;
    text-align: left;
    border-collapse: separate;
    margin: 0px -1px 24px 0px;
}
table strong, table b {
    font-weight: 400;
}
table th {
    font-weight: normal;
    border-right: 1px solid #dadada;
    line-height: 18px;
    padding: 16px;
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
}
table th:last-child {
    border-right: 0;
}
table td {
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    padding: 6px 12px;
    vertical-align: middle;
}
table td:last-child {
    border-right: 0;
}
table td.actions {
    padding: 16px;
    background: #f7f7f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%, white 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
    /* IE6-8 */
}
table input {
    height: 38px;
}
table .product-remove {
    width: 6.66%;
    text-align: center;
}
table .product-thumbnail {
    width: 11.111%;
    text-align: center;
    padding: 20px;
}
table .product-thumbnail img {
    width: 80%;
    height: auto;
    margin: 0;
    float: none;
}
table .product-name {
    width: 48.555%;
}
table .product-name a, table .product-name a:active, table .product-name a:visited {
    font-family: "TradeGothicNextW01-Bold 693232", Arial, sans-serif;
    font-size: 1.625em;
    /* 26 / 16 */
    color: #3b3b3b;
    text-transform: uppercase;
}
table .product-price {
    text-align: center;
    width: 9.555%;
}
table .product-price td {
    font-style: italic;
    font-weight: bold;
}
table .product-quantity {
    text-align: center;
    width: 13.888%;
}
table .product-subtotal {
    text-align: center;
    width: 10.225%;
}
table .product-subtotal td {
    font-style: italic;
}

/*
	_______________________________________________________

	Print
	_______________________________________________________

*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
   * Don't show links for images, or javascript/internal links
   */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/*
	_______________________________________________________

	Lightbox
	_______________________________________________________

*/
#lightbox {
    cursor: pointer;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: black;
    /* IE Fallback (Solid Colour) */
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
    background: rgba(0, 0, 0, 0.7);
    -webkit-filter: none !important;
}

#lightbox img {
    display: block;
    position: absolute;
    border: 5px solid #fff;
    box-shadow: 0 0 20px #000;
    border-radius: 1px;
}

body.blurred > * {
    -webkit-filter: blur(2px);
    -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
    background: url(images/loading.gif) center center no-repeat;
    width: 31px;
    height: 31px;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 48%;
    left: 50%;
}

.lightbox-caption {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.lightbox-caption p {
    margin: 0 auto;
    max-width: 70%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.lightbox-button {
    position: absolute;
    z-index: 9999;
    background: no-repeat center center;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
    opacity: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

.lightbox-close {
    right: 10px;
    top: 10px;
    background-image: url("images/close.png");
}

.lightbox-next {
    right: 10px;
    top: 48%;
    background-image: url("images/next.png");
}

.lightbox-previous {
    left: 10px;
    top: 48%;
    background-image: url("images/previous.png");
}

/*
	_______________________________________________________

	WooCommerce Widget Slider
	_______________________________________________________

*/
.widget_price_filter .price_slider {
    margin-bottom: 27px;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    display: none;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.price_slider_wrapper {
    margin-top: 15px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #0095FF;
    border: medium none;
    border-radius: 1em;
    cursor: pointer;
    height: 26px;
    outline: medium none;
    position: absolute;
    top: -9px;
    width: 9px;
    z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #0277cc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0277cc 1%, #048beb 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0277cc), color-stop(100%, #048beb));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0277cc 1%, #048beb 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0277cc 1%, #048beb 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0277cc 1%, #048beb 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0277cc 1%, #048beb 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0277cc', endColorstr='#048beb',GradientType=0 );
    /* IE6-8 */
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #d5d5d5;
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

/*
	_______________________________________________________

	Additional WooCommerce Styles
	_______________________________________________________

*/
.clear {
    clear: both;
}

.nobr {
    white-space: nowrap;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
    padding: 1em 1em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fcfbfc;
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfbfc), to(#f7f6f7));
    background: -webkit-linear-gradient(#fcfbfc, #f7f6f7);
    background: -moz-linear-gradient(center top, #fcfbfc 0%, #f7f6f7 100%);
    background: -moz-gradient(center top, #fcfbfc 0%, #f7f6f7 100%);
    color: #5e5e5e;
    text-shadow: 0 1px 0 #ffffff;
    list-style: none outside;
    width: auto;
    -webkit-box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.05), inset 0 -2px 30px rgba(0, 0, 0, 0.015), inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before {
    content: "";
    height: 1.5em;
    width: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 1em;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    padding-top: 1em;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
    float: right;
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-message {
    border-top: 3px solid #8fae1b;
}

.woocommerce-message:before {
    background-color: #8fae1b;
    content: "\2713";
}

.woocommerce-info {
    border-top: 3px solid #1e85be;
}

.woocommerce-info:before {
    background-color: #1e85be;
    content: "i";
    font-family: Times, Georgia, serif;
    font-style: italic;
}

.woocommerce-error {
    border-top: 3px solid #b81c23;
}

.woocommerce-error:before {
    background-color: #b81c23;
    content: "\00d7";
    font-weight: 700;
}

.woocommerce small.note, .woocommerce-page small.note {
    display: block;
    color: #777777;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: 0.92em;
    color: #777777;
}

.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a {
    color: #777777;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}

.woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.woocommerce span.onsale, .woocommerce-page span.onsale {
    min-height: 32px;
    min-width: 32px;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 32px;
    top: 6px;
    left: 6px;
    margin: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #a1c094;
    background: -webkit-gradient(linear, left top, left bottom, from(#a1c094), to(#85ad74));
    background: -webkit-linear-gradient(#a1c094, #85ad74);
    background: -moz-linear-gradient(center top, #a1c094 0%, #85ad74 100%);
    background: -moz-gradient(center top, #a1c094 0%, #85ad74 100%);
    text-shadow: 0 -1px 0 #85ad74;
    color: #ffffff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li {
    list-style: none outside;
}

.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul {
    float: none;
}

.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product {
    width: 48%;
}

.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img {
    width: 100%;
    height: auto;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -6px -6px 0 0;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: #85ad74;
    display: block;
    font-weight: normal;
    margin-bottom: .5em;
}

.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    font-size: 0.67em;
    color: rgba(145, 145, 145, 0.5);
    margin: -2px 0 0 0;
}

.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
    background: none;
}

.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(145, 145, 145, 0.5);
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: both;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin: 0 0 1em;
    float: right;
}

.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select {
    vertical-align: top;
}

.woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #dfdbdf;
    border-right: 0;
    margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li {
    border-right: 1px solid #dfdbdf;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: .5em;
    min-width: 1em;
    display: block;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
    background: #f7f6f7;
    color: #978a97;
}

.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active {
    top: 1px;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
}

.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small {
    float: right;
    color: #777777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0 0;
}

.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a {
    text-decoration: none;
    color: #777777;
}

.woocommerce #reviews h3, .woocommerce-page #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond, .woocommerce-page #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment, .woocommerce-page #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li {
    padding: 00;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta {
    color: #777777;
    font-size: 0.75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #f7f6f7;
    border: 1px solid #f0eef0;
    margin: 0;
    line-height: 1;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #f0eef0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 0.83em;
}

.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before {
    content: "";
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: 'star';
}

.woocommerce .star-rating:before, .woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfdbdf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span, .woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating {
    margin: 10px 0 0 0;
}

.woocommerce #review_form #respond, .woocommerce-page #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0 0 0;
    background: transparent none;
    border: 0;
}

.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input {
    left: auto;
}

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce p.stars span, .woocommerce-page p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(../images/star.png) repeat-x left 0;
}

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
    background: url(../images/star.png) repeat-x left -16px;
}

.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
    background: url(../images/star.png) repeat-x left -32px;
}

.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}

.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}

.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}

.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}

.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}

.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
    width: 150px;
    font-weight: bold;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em;
}

.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025);
}

.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders {
    font-size: 0.85em;
}

.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation {
    margin: .25em 0 .5em;
    font-size: 0.8751em;
}

.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt {
    font-weight: bold;
    float: left;
    clear: left;
    margin: 0 .25em 0 0;
    padding: 0;
}

.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd {
    margin: 0 0 .25em 0;
}

.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification {
    font-size: 0.83em;
}

.woocommerce td.product-quantity, .woocommerce-page td.product-quantity {
    min-width: 80px;
}

.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
    min-width: 32px;
}

.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td {
    vertical-align: middle;
}

.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: right;
}

.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
    float: left;
}

.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label {
    display: none;
}

.woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt {
    float: right;
    margin-left: .25em;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    display: block;
    font-weight: bold;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl {
    margin: 0;
    font-size: 0.8751em;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt {
    float: left;
    clear: left;
    margin-right: .25em;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd {
    margin-bottom: .5em;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
    border-top: 3px double #f7f6f7;
    padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce form .form-row, .woocommerce-page form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.5s 0.5s ease;
    -moz-transition: opacity 0.5s 0.5s ease;
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden {
    visibility: hidden;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
    color: red;
    font-weight: bold;
    border: 0;
}

.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1em;
}

.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea {
    height: 3.5em;
    line-height: 1.5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
    background-image: url(../images/icons/valid.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: url(../images/icons/invalid.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #fb7f88;
}

.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder {
    line-height: 1em;
    padding-top: 2px;
}

.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder {
    line-height: 1em;
    padding-top: 2px;
}

.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder {
    line-height: 1em;
    padding-top: 2px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register {
    border: 1px solid #dfdbdf;
    padding: 20px;
    margin: 2em 0 2em 0px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none outside;
}

.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount {
    font-weight: bold;
}

.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 {
    float: left;
    clear: none;
}

.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes {
    clear: left;
}

.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first {
    clear: left;
}

.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling {
    float: right;
    line-height: 1.62em;
    margin: 0 0 0 0;
    padding: 0;
}

.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
    font-size: 0.6875em;
}

.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address {
    clear: both;
}

.woocommerce #payment, .woocommerce-page #payment {
    background: #f7f6f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #dfdbdf;
    margin: 0;
    list-style: none outside;
}

.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
    line-height: 2em;
    text-align: left;
    margin: 0;
    font-weight: normal;
}

.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    position: relative;
}

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
    padding: 1em;
    border-top: 1px solid #ffffff;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin: 0;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
    padding: 0 1em 0;
    text-align: right;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
    position: relative;
    width: 96%;
    padding: 1em 2%;
    margin: 1em 0 1em 0;
    font-size: 0.92em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1.5em;
    background: #ebe9eb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebe9eb), to(#dfdbdf));
    background: -webkit-linear-gradient(#ebe9eb, #dfdbdf);
    background: -moz-linear-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
    background: -moz-gradient(center top, #ebe9eb 0%, #dfdbdf 100%);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    color: #5e5e5e;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

.woocommerce #payment div.payment_box #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-month, .woocommerce-page #payment div.payment_box #cc-expire-year {
    width: 48%;
    float: left;
}

.woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year {
    float: right;
}

.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
    font-size: 11px;
    color: #777777;
    line-height: 13px;
    font-weight: normal;
}

.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select {
    width: 48%;
    float: left;
    margin-right: 3.8%;
}

.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) {
    margin-right: 0;
}

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #ebe9eb;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -3px;
    left: 0;
    margin: -1em 0 0 2em;
}

.woocommerce .order_details, .woocommerce-page .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after, .woocommerce-page .order_details:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .order_details li, .woocommerce-page .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 0.715em;
    line-height: 1em;
    border-right: 1px dashed #dfdbdf;
    padding-right: 2em;
}

.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5em;
}

.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
    border: none;
}

.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
    float: left;
}

.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
    float: right;
}

.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta {
    font-weight: bold;
    margin-bottom: 0;
}

.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 1.5em;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat;
}

.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count {
    float: right;
}

.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span {
    padding: 1px 0;
    float: left;
}

.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a {
    padding: 0 6px 0 18px;
    border: 1px solid #ad74a2;
    background: #ad74a2 url(../images/cross_white.png) no-repeat 6px center;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: 1em;
    padding: 1px 0;
    color: #777777;
}

.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a {
    padding: 0 6px 0 18px;
    border: 1px solid #ad74a2;
    background: #ad74a2 url(../images/cross_white.png) no-repeat 6px center;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5) #888888;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
}

.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #150d14;
    cursor: pointer;
    background: #ad74a2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ad74a2), to(#96588a));
    background: -webkit-linear-gradient(#ad74a2, #96588a);
    background: -moz-linear-gradient(center top, #ad74a2 0%, #96588a 100%);
    background: -moz-gradient(center top, #ad74a2 0%, #96588a 100%);
    outline: none;
    top: -0.3em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #ad74a2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.twentythirteen .entry-summary {
    padding: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before {
        background-image: url(../images/ajax-loader@2x.gif);
        background-size: 16px 16px;
    }

    .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
        background: url(../images/success@2x.png) no-repeat;
        background-size: 16px 14px;
    }

    .woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
        background-image: url(../images/icons/valid@2x.png);
        background-size: 12px 9px;
    }

    .woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
        background-image: url(../images/icons/invalid@2x.png);
        background-size: 12px 9px;
    }

    .woocommerce p.stars span, .woocommerce-page p.stars span {
        background-image: url(../images/star@2x.png);
        background-size: 16px 48px;
    }

    .woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus {
        background-image: url(../images/star@2x.png);
        background-size: 16px 48px;
    }

    .woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active {
        background-image: url(../images/star@2x.png);
        background-size: 16px 48px;
    }
}
/*
	_______________________________________________________

	WooCommerce Wishlists
	_______________________________________________________

*/
/* Buttons */
#wl-wrapper .button {
    text-decoration: none;
}

/* class added to all buttons for wl */
/* class added to all buttons for wl */
/* class added to all buttons for wl */
#wl-wrapper .wl-but.small {
    /*font-size:11px;padding:5px 10px;*/
}

/* general */
#wl-wrapper .wl-clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hide from IE Mac \*/
#wl-wrapper .wl-clear {
    display: block;
}

/* End hide from IE Mac */
/* End Clearfix */
#wl-wrapper .wl-right {
    float: right;
}

#wl-wrapper .wl-left {
    float: left;
}

#wl-wrapper .wl-row {
    margin-bottom: 15px;
    clear: both;
}

/* standard row of items, used multiple places */
/* fancier row with backrgound/border */
#wl-wrapper .ctr {
    text-align: center;
}

#wl-wrapper .vtop {
    vertical-align: top !important;
}

#wl-wrapper .wl-fgroup {
    float: left;
    margin-right: 10px;
}

/* grouping of form field/select items */
#wl-wrapper .wl-intro {
    margin-bottom: 20px;
}

/* simple container around title/description of lists */
/* div around description output */
#wl-wrapper .wl-share-url {
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* div around Wishlist URL output */
#wl-wrapper .wl-small {
    font-size: 11px;
    /*color:#8c8c8c;*/
    font-weight: normal;
}

#wl-wrapper .no-marg {
    margin: 0;
}

/* bulk option area */
/* wrapper */
/* select box */
#wl-wrapper .move-list-sel {
    max-width: 150px;
}

/* optgroup for bulk actions */
/* sharing row and icons */
#wl-wrapper .wl-meta-share {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 16px;
}

/* div wrap around */
#wl-wrapper .wl-manage-link {
    display: block;
    float: left;
    margin-left: 20px;
}

/* manage list link */
#wl-wrapper .wl-share-links {
    margin: 0;
    padding: 0;
    float: left;
    line-height: 16px;
}

/* ul of share icons */
#wl-wrapper .wl-share-links li {
    margin: 0 5px 0 0;
    float: left;
    list-style-type: none;
}

#wl-wrapper .wl-share-links a {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/wl-share-icons.png") no-repeat 0 0;
    text-indent: -9999px;
}

#wl-wrapper .wl-facebook a {
    background-position: 0 -16px;
}

#wl-wrapper .wl-twitter a {
    background-position: 0 -48px;
}

#wl-wrapper .wl-pinterest a {
    background-position: 0 -32px;
}

/* tables */
/* class applied to all wishlist tables */
#wl-wrapper .wl-table td {
    vertical-align: top;
    padding: 5px 10px;
}

/* need to add padding since most woothemes do not have any padding set */
#wl-wrapper .wl-table td:first-child {
    padding-left: 10px !important;
}

/* woocommerce has !important saying all table td first child should have no padding, but we want padding, so important added */
/* applied to table when viewing lists */
#wl-wrapper .wl-table.manage {
    margin-bottom: 15px;
}

/* applied to manage table */
#wl-wrapper .wl-table .check-column,
#wl-wrapper .wl-table .product-remove {
    text-align: center;
}

/* td/th widths for bulk checkbox/delete icon */
#wl-wrapper .wl-table .check-column input {
    /*width:auto;*/
}

/* some themes have hardcoded width */
#wl-wrapper .wl-table .check-column a.remove {
    background-position: -2px 0;
    width: 25px;
}

#wl-wrapper .wl-table .product-purchase .button {
    /*font-size:11px !important;*/
    white-space: nowrap;
}

/* decreasing font-size to help with small content areas on some themes so button doesn't wrap */
#wl-wrapper .wl-table .product-name {
    text-align: left;
}

/* left aligns list name column since some themes have center */
#wl-wrapper .wl-table .wl-date-added,
#wl-wrapper .wl-table .product-quantity,
#wl-wrapper .wl-table .product-price,
#wl-wrapper .wl-table .product-purchase,
#wl-wrapper .wl-privacy-col {
    text-align: center !important;
}

/* important tag necessary as woocommerce 2.0 has !important flags for all table settings that are otherwise impossible to overwrite */
#wl-wrapper .wl-table .product-purchase {
    /*min-width:90px !important;*/
}

#wl-wrapper .wl-list-btn-quantity-update.button {
    float: right;
}

/* action row containing selects for viewing/managing lists */
#wl-wrapper .wl-actions-table {
    width: auto;
    float: left;
    margin: 5px 0;
}

/* need margins here otherwise in some themees it adds 20-40px or 0px margins at bottom which pushes it too far away from table...table containing selects and sorting options on table views */
#wl-wrapper .wl-actions-table.wl-right {
    float: right;
    margin-bottom: 0;
}

#wl-wrapper .wl-actions-table,
#wl-wrapper .wl-actions-table table,
#wl-wrapper .wl-actions-table td,
#wl-wrapper .wl-actions-table tr,
#wl-wrapper .wl-actions-table th {
    padding: 0;
    border: none;
    background: none;
    vertical-align: middle;
}

/* otherwise some themes put borders and colors around these which looks strange */
#wl-wrapper .wl-actions-table select {
    margin-right: 1em;
}

/* #wl-wrapper .wl-actions-table td {padding:0 5px 0 0;}  spaces apply action button away a bit necessary so button doesn't touch select */
#wl-wrapper .wl-stock-status {
    margin: 0;
}

/* additional class added to stock p */
/* table class for manage your lists table */
#wl-wrapper .wl-privacy-col {
    width: 150px;
}

/* th/td class for privacy settings */
/* select box for privacy */
#wl-wrapper .wl-manage .row-actions {
    margin-bottom: 5px;
}

#wl-wrapper .wl-manage .row-actions a {
    /* font-size:12px;color:#8c8c8c; */
}

#wl-wrapper .wl-manage .row-actions small a {
    opacity: 0.7;
    text-decoration: none;
    font-weight: normal;
}

#wl-wrapper .wl-manage .row-actions small a:hover {
    opacity: 1.0;
}

#wl-wrapper .wl-manage td.actions {
    text-align: center !important;
}

/* class applied to registry tables */
/* when registry items have been purchased, class added to tr to allow color styling of row/text */
#wl-wrapper .purchased td {
    background-color: #fafafa;
}

/* form stuff */
#wl-wrapper .wl-form {
    margin-bottom: 20px;
}

/* form stuff */
#wl-wrapper label {
    font-weight: bold;
    cursor: pointer;
    float: none;
    width: auto;
    display: block;
}

/* need to set these properly for our forms otherwise can break depending on which wootheme being used */
#wl-wrapper .wl-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#wl-wrapper .wl-form .wl-inline li {
    float: left;
    display: inline;
    margin-right: 10px;
}

#wl-wrapper .wl-form input[type="radio"] + label {
    font-weight: normal;
}

#wl-wrapper .wl-form .form-row textarea {
    width: 100%;
}

/* woocommerce removed width's in 2.0 so this keeps it straight */
/* search areas */
#wl-wrapper .wl-search-form input.find-input {
    width: 40%;
    display: inline-block;
    margin-right: 1em;
}

#wl-wrapper .wl-search-form button {
    display: inline-block;
}

/* class applied to h2 listing X results found */
/* table showing search results */
#wl-wrapper .wl-table + .wl-row {
    margin-top: -10px;
}

/* tabbed areas */
#wl-wrapper ul.wl-tabs {
    margin: 0 0 20px 0;
    *zoom: 1;
    border-bottom: 1px solid #ddd;
}

#wl-wrapper .wl-tabs:before, #wl-wrapper .wl-tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

#wl-wrapper .wl-tabs:after {
    clear: both;
}

#wl-wrapper .wl-tabs > li {
    float: left;
    margin-bottom: -1px;
    list-style-type: none;
}

#wl-wrapper .wl-tabs > li > a {
    display: block;
    padding: 8px 12px;
    margin: 0 3px 0 0;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}

#wl-wrapper .wl-tabs > li > a:hover {
    text-decoration: none;
    background-color: #eeeeee;
    border-color: #eeeeee #eeeeee #dddddd;
}

#wl-wrapper .wl-tabs > li.active > a {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

/* add to wishlist buttons links */
#wl-wrapper.wl-button-wrap {
    position: relative;
    clear: both;
    width: 100%;
    padding: 10px 0 10px 0;
}

/* wrapper around buttons */
#wl-wrapper .wl-add-to {
    position: relative;
}

/* general class on both types of button/link */
/* additional class applied to button version for overwriting button colors */
/* additional class applied to link version */
#wl-wrapper .wl-add-link.star {
    background: url("../images/star.png") no-repeat 0 0;
    padding-left: 20px;
}

#wl-wrapper .wl-add-link.present {
    background: url("../images/present.png") no-repeat 0 0;
    padding-left: 20px;
}

/* add to list pop-up */
#wl-list-pop-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 9998;
}

/* full size div to use to click off */
.wl-list-pop {
    padding: 15px;
    background: #f5f5f5;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    max-width: 250px;
    height: auto;
    border: 1px solid #ccc;
    z-index: 9999;
    position: absolute;
}

.wl-list-pop dl {
    margin: 0 0 1.618em 0;
}

.wl-list-pop dt {
    margin: 0 0 5px 0;
}

.wl-list-pop dd {
    font-size: 12px;
    margin: 0 0 2px 10px;
}

/* div around "already in your list" section */
#wl-wrapper .wl-already-in ul {
    margin: 0 0 10px 20px;
}
/* -------------------- ## Contact ---------------------------------------- */

.contact-form p {
    float: left;
}

.contact-form input.text {
    margin-top: 5px;
    max-width: 300px;
    width: auto;
    float: none;
}

.contact-form .wpcf7-not-valid {
    border-color: red !important;
}

.contact-form .wpcf7-not-valid-tip {
    display: none;
}

.contact-form input.text,
.contact-form textarea,
.contact-form .wpcf7-date {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    padding: 5px;
    background: none;
    border: 1px solid #ccc;
}

.contact-form input.text,
.contact-form .wpcf7-date {
    line-height: 22px;
}

.contact-form select {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    margin-top: 5px;
}

.contact-form textarea {
    max-width: 600px;
}

.form.contact span.wpcf7-not-valid-tip {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    z-index: 100;
    border: none;
    padding: 0px;
    color: red;
    font-weight: bold;
    font-size: 13px;
}

div.wpcf7-response-output {
    display: block!important;
    clear: both;
    font-size: 13px;
    border: none!important;
    padding: 0!important;
    margin: 0px 0px 30px;
    color: red;
    font-weight: bold;
}

.product_main .summary-wrapper .technologies ul li .tooltip {
    background-color: #d50300;
    color: #FFF;
    border-radius: 3px;
    padding: 3px 6px 4px;
    position: absolute;
    width: 100%;
    top: 100px;
    height: auto;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
}

.product_main .summary-wrapper .technologies ul li .tooltip span {
    position: relative;
    z-index: 10;
}
.product_main .summary-wrapper .technologies ul li .tooltip span.arrow {
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 50%;
    background-color: #d50300;
    top: -5px;
    z-index: 0;
}
.product_main .summary-wrapper .technologies ul li:hover .tooltip {
    opacity: 1;
    transition: all .2s ease-out;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

#product-reg-pop.white-popup {
    width: 314px;
}

#product-serial-pop.white-popup {
    width: 340px;
}

body.distributors .row {
    margin-bottom: 50px;
}

body.distributors .main-content {
    padding: 25px 25px 0;
}

.distributor-list li {
    width: 25%;
    float: left;
    padding: 25px;
}

.distributor-list h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.distributor-list h3 {
    margin-top: 0;
    margin-bottom: 5px;
}





@media only screen and (max-width: 1024px) {

    .distributor-list li {
        width: 33.3333%;
    }

}

@media only screen and (max-width: 768px) {

    .distributor-list li {
        width: 50%;
    }
    body .carousel-indicators.coloroptions li
    {
        width: 65px;
        height: 68px;
    }
    body .carousel-indicators.coloroptions li.active {
      height: 70px;
    }
    body .carousel-indicators.coloroptions li img {
        width: 65px;
        height: 65px;
    }

}

@media only screen and (max-width: 460px) {

    .distributor-list li {
        width: 100%;
    }
    body .carousel-indicators.coloroptions li
    {
        width: 55px;
        height: 58px;
    }
    body .carousel-indicators.coloroptions li.active {
      height: 60px;
    }
    body .carousel-indicators.coloroptions li img {
        width: 55px;
        height: 55px;
    }

}

.full-width-image {
    width: 95%;
    height: 80%;
    margin: auto;
    max-width: 730px;
}
.full-width-image img {
    margin: 0 auto;
    position: relative;
    display: block;
    width: 100%;
    max-width: 750px;
}
.full-width-image h4 {
    margin: 0;
}

article.cf .embed-container {
  position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-bottom: 25px;
}
article.cf  .embed-container iframe, article.cf .embed-container object, article.cf .embed-container embed {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.embed-containing-block {
    max-width: 700px;
}