* {
  outline: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main,
input,
textarea,
meter,
footer,
hr {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
meter {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
strong,
b {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: bold;
}
.cc {
  zoom: 1;
}
.cc:after {
  clear: both;
}
.cc:before,
.cc:after {
  display: table;
  content: '';
}
.hide-element {
  position: absolute;
  z-index: -1;
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}
@media (max-width: 986px) {
  .hideondesktop {
    position: absolute;
    z-index: -1;
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }
}
@media (max-width: 690px) {
  .hideontablet {
    position: absolute;
    z-index: -1;
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }
}
@media (max-width: 320px) {
  .hideonmobile {
    position: absolute;
    z-index: -1;
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
  }
}
.showondesktop {
  display: block;
}
@media (min-width: 986px) {
  .showondesktop {
    display: none;
  }
}
.showontablet {
  display: block;
}
@media (min-width: 690px) {
  .showontablet {
    display: none;
  }
}
.showonmobile {
  display: block;
}
@media (min-width: 320px) {
  .showonmobile {
    display: none;
  }
}
body {
  font-family: 'Open Sans', Arial;
  font-size: 13px;
  line-height: 18px;
  background: #f7f7f7 url(/front/img/body.png) no-repeat center 116px;
  color: #2b2b2b;
}
body a {
  color: #145699;
  cursor: pointer;
  display:block;
}
p a{
	display:inline
}
body a:hover {
  color: #2b2b2b;
}
body .rsp {
  margin: 0 auto;
  width: 970px;
}
@media (max-width: 986px) {
  body .rsp {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    width: calc(100% - 36px) !important;
  }
}
.btn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.btn.primary {
  background: #145699;
  background: #145699 -moz-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 -webkit-gradient(linear, left top, left bottom, color-stop(1%, #145699), color-stop(100%, #06305a));
  background: #145699 -o-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 -ms-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 linear-gradient(to bottom, #145699 1%, #06305a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  color: #fff;
  text-shadow: 0 1px 0 #06305a;
}
.btn.primary:active {
  background: #145699;
  background: #06305a -moz-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a -webkit-gradient(linear, left top, left bottom, color-stop(1%, #06305a), color-stop(100%, #145699));
  background: #06305a -o-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a -ms-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a linear-gradient(to bottom, #06305a 1%, #145699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
}
.btn.secondary {
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #b5b5b5;
  -moz-box-shadow: inset 0 0 0 1px #b5b5b5;
  box-shadow: inset 0 0 0 1px #b5b5b5;
  background: #ebebeb;
  background: #ffffff -moz-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #ebebeb));
  background: #ffffff -o-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff -ms-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff linear-gradient(to bottom, #ffffff 1%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  color: #1b1b1b;
  text-shadow: 0 1px 0 #ddd;
}
.btn.secondary:active {
  background: #ffffff;
  background: #ebebeb -moz-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ebebeb), color-stop(100%, #ffffff));
  background: #ebebeb -o-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb -ms-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb linear-gradient(to bottom, #ebebeb 1%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
}

.btn.right {
  float: right;
}
.btn.bigger {
  padding: 4px 18px;
}
.btn em {
  font-style: normal;
  font-weight: normal;
}
.btn-small {
  color: #9a9a9a;
}
input.text-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  height: 20px;
  line-height: 20px;
  margin: 0 4px 4px 0;
  min-width: 200px;
  padding: 6px 10px;
  font-family: 'Open Sans', Arial;
  font-size: 13px;
}
.customSelect {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  margin: 0 4px 4px 0;
  padding: 6px 10px;
  background: #fff;
  color: #2b2b2b;
}
.customSelectInner {
  min-width: 300px;
  background: url(/front/img/customSelect-arrow.gif) no-repeat center right;
}
hr {
  margin: 15px 0 0 0;
  border: 0;
  border-bottom: 1px solid #d1d1d1;
}
header#main-header {
  background: #2c2b2b url(/front/img/header.png) no-repeat top center;
}
header#main-header a#logo {
  position: absolute;
  float: left;
  height: 74px;
  width: 255px;
  background: url(/front/img/logo.png) no-repeat center left;
}
header#main-header ul.header-top-menu {
  height: 74px;
  float: right;
}
header#main-header ul.header-top-menu li {
  height: 74px;
  float: left;
  margin: 0 15px;
  line-height: 74px;
}
header#main-header ul.header-top-menu li a {
  float: left;
  text-transform: uppercase;
  color: #fff;
}
header#main-header ul.header-top-menu li a:hover {
  text-decoration: underline;
}
header#main-header ul.header-top-menu a.menubtn {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 5001;
  float: right;
  height: 32px;
  line-height: 32px;
  margin: 16px 0 0 -20px;
  padding: 4px;
  width: 32px;
  background: #145699;
  text-align: center;
}
header#main-header ul.header-top-menu a.menubtn i {
  line-height: 32px;
}
header#main-header nav {
  -webkit-appearance: none;
  /*
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.25);
  */
  position: relative;
  z-index: 100;
  height: 41px;
  background: #fff;
}
header#main-header nav ul li {
  border-right: 1px solid #b5b5b5;
  float: right;
  line-height: 41px;
}
header#main-header nav ul li a {
  color: #3e3e3e;
}
header#main-header nav ul li > a {
  padding: 0 10px;
  text-transform: uppercase;
}
header#main-header nav ul li i {
  margin-right: 8px;
  color: #a1a1a1;
}
header#main-header nav ul li.header-menu-input {
  border-left: 1px solid #b5b5b5;
}
header#main-header nav ul li.header-menu-input form {
  margin: 0 18px;
}
header#main-header nav ul li.header-menu-input input {
  width: 120px;
}
header#main-header nav ul li.header-menu-input a {
  display: inline-block;
}
header#main-header nav ul li.header-menu-cart span.count {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 4px;
  padding: 0 4px;
  background: #145699;
  color: #fff;
}
header#main-header nav ul li.header-menu-cart span.money {
  color: #747474;
}
header#main-header nav ul li.header-menu-checkout i {
  margin-left: 8px;
  margin-right: 0;
  color: #3e3e3e;
}
header#main-home-text {
  position: relative;
  z-index: 900;
  height: 298px;
  margin: 0 0 20px 0;
  width: 100%;
  background: url(/front/img/header-show.jpg) top center no-repeat;
  color: #fff;
}
header#main-home-text h1,
header#main-home-text h2 {
  display: inline-block;
  -moz-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
header#main-home-text h1 {
  margin: 50px 0 0 0;
  padding: 0 10px;
  background-color: rgba(20, 86, 153, 0.8);
  font-size: 40px;
  font-weight: 100;
  line-height: 60px;
}
@media (max-width: 690px) {
  header#main-home-text h1 {
    font-size: 28px;
    line-height: 42px;
  }
}
header#main-home-text h2 {
  margin: 10px 0 0 0;
  padding: 10px;
  background-color: rgba(47, 50, 49, 0.8);
  font-size: 20px; 
  font-weight: 100;
  line-height: 28px;
}
@media (max-width: 690px) {
  header#main-home-text h2 {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 320px) {
  header#main-home-text h2 {
    font-size: 12px;
    line-height: 22px;
  }
}
footer#main-footer {
  margin: 20px 0 0 0;
}
footer#main-footer div.footer-comments {
  float: left;
  width: calc(100% - 235px - 38px);
}
@media (max-width: 690px) {
  footer#main-footer div.footer-comments {
    margin: 18px 0;
    width: 100%;
  }
}
footer#main-footer div.footer-comments p {
  margin: 0 0 18px 0;
}
footer#main-footer div.footer-payment {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
  padding: 18px;
  width: calc(235px - 38px);
  background: #fff;
  border: 1px solid #e0e0e0;
}
@media (max-width: 690px) {
  footer#main-footer div.footer-payment {
    margin: 18px 0;
    width: calc(100% - 38px);
  }
}
footer#main-footer div.footer-payment div a {
  float: left;
  margin: 0 3px 3px 0;
}
footer#main-footer div.footer-payment div a.payment-paypal {
  height: 41px;
  width: 98px;
  background: url(/front/img/payment-paypal.png) no-repeat;
}
footer#main-footer div.footer-payment div span.payment-worldpay {
  display: inline-block;
  height: 66px;
  width: 200px;
  background: url(/front/img/payment-worldpay.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-verify {
  height: 41px;
  width: 70px;
  background: url(/front/img/payment-verify.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-verify {
  height: 41px;
  width: 70px;
  background: url(/front/img/payment-verify.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-visa {
  background: url(/front/img/payment-visa.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-mastercard {
  background: url(/front/img/payment-mastercard.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-amex {
  background: url(/front/img/payment-amex.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-discover {
  background: url(/front/img/payment-discover.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-echeck {
  background: url(/front/img/payment-echeck.png) no-repeat;
}
footer#main-footer div.footer-payment div a.payment-visa,
footer#main-footer div.footer-payment div a.payment-mastercard,
footer#main-footer div.footer-payment div a.payment-amex,
footer#main-footer div.footer-payment div a.payment-discover,
footer#main-footer div.footer-payment div a.payment-echeck {
  height: 18px;
  width: 28px;
}
footer#main-footer div.footer-payment hr {
  padding: 18px 0 0 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #d1d1d1;
}
footer#main-footer div.footer-payment ul li {
  font-weight: bold;
}
footer#main-footer div.footer-payment ul li:last-child {
  margin: 10px 0 0 0;
}
footer#main-footer div.footer-payment ul li a {
  color: #2f2f2f;
}
footer#main-footer div.footer-payment ul li i {
  color: #b0b0b0;
}
footer#main-footer nav {
  font-size: 12px;
  height: 75px;
  line-height: 75px;
  margin: 20px 0;
  background: #fff;
}
footer#main-footer nav p {
  float: left;
  font-weight: bold;
  color: #545454;
}
footer#main-footer nav ul {
  float: right;
}
footer#main-footer nav ul li {
  float: left;
  margin-left: 22px;
}
footer#main-footer nav ul li a {
  color: #868686;
}
div.rsp.container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  background: #fff;
}
section.page {
  margin: 45px 0 20px 0;
}
section.page h2 {
  margin: 0 0 10px 0;
  color: #a1a1a1;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}
section.page h2.line {
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
}
aside#home-aside {
  float: left;
  width: 236px;
}


@media (max-width: 690px) {
  aside#home-aside {
    width: 100%;
  }
}
aside#home-aside > ul > li {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  margin: 0 0 10px 0;
  background: #fff;
}
aside#home-aside > ul > li h3 {
  padding: 18px 24px;
  color: #a1a1a1;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
aside#home-aside > ul > li h3 i {
  float: right;
}
aside#home-aside > ul > li ul li a {
  min-height: 30px;
  line-height: 30px;
  padding: 0 24px;
  color: #2b2b2b;
}
aside#home-aside > ul > li ul li a.active {
  background: #06305a;
  background: #145699 -moz-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 -webkit-gradient(linear, left top, left bottom, color-stop(1%, #145699), color-stop(100%, #06305a));
  background: #145699 -o-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 -ms-linear-gradient(top, #145699 1%, #06305a 100%);
  background: #145699 linear-gradient(to bottom, #145699 1%, #06305a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  color: #fff;
}
aside#home-aside > ul > li ul li a.active span {
  border-color: #06305a;
}
aside#home-aside > ul > li ul li a span {
  display: block;
  width: 100%;
  border-top: 1px solid #d1d1d1;
}
aside#home-aside > ul > li ul li:last-child {
  padding-bottom: 18px;
}
aside#home-aside > ul > li.aside-colours ul {
  padding: 0 24px 18px 24px;
}
aside#home-aside > ul > li.aside-colours ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  height: 20px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 20px;
  background: #eee;
}
aside#home-aside > ul > li.aside-colours ul li a:before {
  display: block;
  height: 20px;
  width: 20px;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
aside#home-aside > ul > li.aside-colours ul li a.color-1 {
  background: #fff;
}
aside#home-aside > ul > li.aside-colours ul li a.color-1 {
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #d2d2d2;
  -moz-box-shadow: inset 0 0 0 1px #d2d2d2;
  box-shadow: inset 0 0 0 1px #d2d2d2;
}
aside#home-aside > ul > li.aside-colours ul li a.color-1:before {
  color: #2b2b2b;
}
aside#home-aside > ul > li.aside-colours ul li a.color-2 {
  background: #040000;
}
aside#home-aside > ul > li.aside-colours ul li a.color-3 {
  background: #868686;
}
aside#home-aside > ul > li.aside-colours ul li a.color-4 {
  background: #ffcc33;
}
aside#home-aside > ul > li.aside-colours ul li a.color-5 {
  background: #cccc33;
}
aside#home-aside > ul > li.aside-colours ul li a.color-6 {
  background: #339900;
}
aside#home-aside > ul > li.aside-colours ul li a.color-7 {
  background: #0066cc;
}
aside#home-aside > ul > li.aside-colours ul li a.color-8 {
  background: #101f60;
}
aside#home-aside > ul > li.aside-colours ul li a.color-9 {
  background: #101f60;
}
aside#home-aside > ul > li.aside-colours ul li a.color-10 {
  background: #613bc0;
}
aside#home-aside > ul > li.aside-colours ul li a.color-11 {
  background: #a854dd;
}
aside#home-aside > ul > li.aside-colours ul li a.color-12 {
  background: #de23b4;
}
aside#home-aside > ul > li.aside-colours ul li a.color-13 {
  background: #ff6600;
}
aside#home-aside > ul > li.aside-colours ul li a.color-14 {
  background: #da1e05;
}
aside#home-aside > ul > li div#slider-container {
  padding: 10px 20px 0 20px;
}
aside#home-aside > ul > li div#slider-container .noUiSlider {
  width: 100%;
  height: 18px;
  margin-bottom: 5px;
}
aside#home-aside > ul > li div#slider-container .slider-values {
  overflow: hidden;
  padding: 10px 0;
}
aside#home-aside > ul > li div#slider-container a.slider-pound {
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
aside#home-aside > ul > li div#slider-container a.slider-pound:before {
  content: "\00a3";
}
aside#home-aside > ul > li div#slider-container a#slider-min-value {
  float: left;
}
aside#home-aside > ul > li div#slider-container a#slider-max-value {
  float: right;
}
aside#home-aside > ul > li div#slider-container div.slider-bars {
  height: 10px;
  margin: 0 0 12px -6px;
  width: 201px;
  background: url(/front/img/slider-bar.png) no-repeat;
}
aside#home-aside > ul > li.price-range-slider {
  padding-bottom: 10px;
}
section.home-floated {
  float: right;
  overflow: hidden;
  width: calc(100% - 236px);
}
@media (max-width: 690px) {
  section.home-floated {
    width: 100%;
  }
}
section.product-item {
  padding: 30px 0 25px 0;
}
section.product-item div.product-shot {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
  -moz-box-shadow: 0 0 0 1px #e0e0e0;
  box-shadow: 0 0 0 1px #e0e0e0;
  position: relative;
  float: left;
  height: 430px;
  width: 468px;
  background: #fff;
  text-align: center !important;
}
.prod-image {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
}

.prod-image img{
  max-width: 466px;
  max-height: 428px;
  display: inline-block;
}
@media (max-width: 986px) {
  section.product-item div.product-shot {
    float: none;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 690px) {
  section.product-item div.product-shot {
    height: 215px;
    width: 234px;
  }
}
section.product-item div.product-shot a.magnif {
  bottom: 15px;
  position: absolute;
  right: 15px;
  display: block;
  font-size: 22px;
  color: #ddd;
}
section.product-item div.product-shot a.magnif-more {
  position: absolute;
  display: block;
  font-size: 22px;
  color: #ddd;
  margin: 44px 0px 0px 44px;
}
section.product-item div.product-shot.sale span.sale {
  top: 0;
  position: absolute;
  right: 0;
  z-index: 2000;
  display: block;
  height: 55px;
  margin: -1px -1px 0 0;
  width: 64px;
  background: url(/front/img/sale.png) no-repeat;
}

@media (max-width: 690px) {
  section.product-item div.product-shot img {
    height: 215px;
    width: 234px;
  }
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 468px; /*width of featured content slider*/
height: 430px;
background: #fff;
}

@media (max-width: 690px) {
  .sliderwrapper {
    display: none;
  }
}


.sliderwrapper .item-images-box{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: #fff;
width: 468px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
text-align: center !important;
}


.item-images-box img{
   max-width: 468px;
   max-height: 468px;
   text-align: center;
   margin: auto;
}
.pagination-item-images{
    width: 240px;
    height: 80px;
    position: absolute;
    margin: -85px 0px 0px 0px;
    text-align: left;
    padding: 5px 10px;
    z-index: 999;    
}

@media (max-width: 690px) {
  .pagination-item-images {
    display: none;
  }
}

.pagination-item-images a{
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    padding: 3px;
    margin: 0px;
    text-decoration: none;
    background: white;
    border: solid 2px #fff;
}

.pagination-item-images img{
    text-align: center;
    max-width: 60px;
    max-height: 60px;
}

.pagination-item-images a:hover, .pagination-item-images a.selected{
    color: #ac9c73;
    background-color: #145699;
    border: solid 2px #145699;
}

@media (min-width: 690px) {
  .item-image-phone {
    display: none;
  }
}


section.product-item div.product-details {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
  -moz-box-shadow: 0 0 0 1px #e0e0e0;
  box-shadow: 0 0 0 1px #e0e0e0;
  float: right;
  height: 390px;
  padding: 20px;
  width: calc(100% - 523px);
  background: #fff;
}
@media (max-width: 986px) {
  section.product-item div.product-details {
    clear: both;
    float: none;
    width: calc(100% - 40px);
  }
}
section.product-item div.product-details header h3 {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
  color: #2b2b2b;
}
section.product-item div.product-details header h4 {
  display: block;
  float: left;
  margin-bottom: 5px;
  font-size: 28px;
  color: #145699;
}
section.product-item div.product-details header h4 span{
  font-size: 14px;
  color: #a1a1a1;
  font-weight: normal;
  margin-left: 10px;
}
section.product-item div.product-details header h4 span b{
  font-weight: normal;
  text-decoration: line-through;
}
section.product-item div.product-details header #share {
  display: block;
  float: right;
  height: 45px;
  margin-top: 10px;
  width: 55px;
  font-size: 12px;
  line-height: 55px;
  text-align: center;
  background: url(/front/img/share.png) no-repeat center top;
  color: #a1a1a1;
}
section.product-item div.product-details div.product-more-details {
  padding: 16px 0 0 0;
}
section.product-item div.product-details div.product-more-details aside {
  float: left;
  height: 200px;
  width: 140px;
}
section.product-item div.product-details div.product-more-details aside li {
  padding: 2px 0;
}
section.product-item div.product-details div.product-more-details aside li i {
  margin: 0 4px 0 0;
}
section.product-item div.product-details div.product-more-details aside i:before {
  color: #bababa;
}
section.product-item div.product-details div.product-more-details div {
  float: right;
  height: 200px;
  overflow: auto;
  width: calc(100% - 150px);
}
section.product-item div.product-details div.product-more-details div p {
  margin: 0 0 5px 0;
}
section.product-item div.product-details div.product-more-details span.instock {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 0px 5px;
  font-size: 11px;
  color: #fff;
}
section.product-item div.product-details div.product-more-details span.instock.yes {
  background: #339900;
}
section.product-item div.product-details div.product-more-details span.instock.no {
  background: #990000;
}
section.product-item div.product-details footer {
  margin: 28px 0 0 0;
}
section.product-item div.product-details footer .customSelectInner {
  min-width: 100px;
}
section.product-item div.product-details footer .customSelect {
  padding: 12px 10px;
}
section.bigitem-loop article {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  float: left;
  margin: 0 0 10px 8px;
  width: 236px;
  background: #fff;
}
section.bigitem-loop article a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 18px;
}
section.bigitem-loop article a img {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  margin: -18px 0 0 -18px;
  opacity: 1;
  padding: 1px;
  max-width: 200px;
  min-height: 180px;
  max-height: 180px;
  display: block;
  margin: auto !important;
  
}
section.bigitem-loop article a span.details {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  position: absolute;
  height: 205px;
  margin: -18px 0 0 -18px;
  width: 236px;
  background: rgba(20, 86, 153, 0.8);
  opacity: 0;
  text-align: center;
}
section.bigitem-loop article a span.details span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 160px;
  padding: 4px 10px;
  background: #fff;
  color: #145699;
  text-transform: uppercase;
}
section.bigitem-loop article a:hover span.details {
  opacity: 1;
}
section.bigitem-loop article.sale span.sale {
  position: absolute;
  z-index: 2000;
  display: block;
  height: 55px;
  margin: -18px 0 0 154px;
  width: 64px;
  background: url(/front/img/sale.png) no-repeat;
}
section.bigitem-loop article span.title {
  display: block;
  padding-top: 10px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold;
  min-height: 100px;

}
section.bigitem-loop article span.title small {
  display: block;
  font-size: 12px;
  font-weight: normal;  
  min-height: 36px;
}
section.bigitem-loop article span.title b {
  display: block;
  font-size: 20px;
  margin: 10px 0 0 0;
  color: #145699;
}
section.product-page {
  padding: 0 0 40px 0;
}
section.product-page h2 {
  margin: 100px 0 15px 0;
  font-size: 20px;
  font-weight: normal;
  color: #616161;
}
section.product-page article:nth-of-type(4n-3) {
  margin-left: 0;
}
@media (max-width: 986px) {
  section.product-page article:nth-of-type(4n-3) {
    margin-left: 8px;
  }
}
section.advanced-search form {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 970px) {
  section.advanced-search form {
    width: 100%;
  }
}
section.advanced-search input.text-input {
  width: 300px;
}
section.advanced-search ul.advanced-search-inputs li {
  float: left;
  height: 80px;
  width: 50%;
}
@media (max-width: 690px) {
  section.advanced-search ul.advanced-search-inputs li {
    float: none;
  }
}
section.advanced-search ul.advanced-search-inputs li label {
  display: block;
  margin: 8px 0 4px 0;
  font-weight: bold;
}
section.advanced-search ul.advanced-search-inputs li.price-range-slider {
  height: 120px;
}
section.advanced-search ul.advanced-search-inputs li:nth-child(2n) {
  padding-left: 20px;
  width: calc(50% - 20px);
}
@media (max-width: 690px) {
  section.advanced-search ul.advanced-search-inputs li:nth-child(2n) {
    padding-left: 0;
    width: 50%;
  }
}
section.advanced-search div#slider-container {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  padding: 20px 20px 10px 20px;
  width: 280px;
}
section.advanced-search div#slider-container a.slider-pound {
  display: inline-block;
  padding: 17px 0 0 0;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: bold;
}
section.advanced-search div#slider-container a.slider-pound:before {
  content: "\00a3";
}
section.advanced-search div#slider-container a#slider-min-value {
  float: left;
}
section.advanced-search div#slider-container a#slider-max-value {
  float: right;
}
section.advanced-search div#slider-container .noUiSlider {
  width: 100%;
  height: 18px;
}
section.advanced-search div#slider-container .slider-values {
  overflow: hidden;
  padding: 10px 0 0 0;
}
section.advanced-search div.submit-container {
  padding: 20px 0 0 0;
  text-align: right;
}
section.shopping-cart ul.item-list {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 970px) {
  section.shopping-cart ul.item-list {
    width: 100%;
  }
}
section.shopping-cart ul.item-list li.items {
  border-bottom: 1px solid #d1d1d1;
}
section.shopping-cart ul.item-list li.items dl {
  border-top: 1px solid #d1d1d1;
  width: 100%;
}
section.shopping-cart ul.item-list li.items dl:hover {
  background: #f9f9f9;
}
section.shopping-cart ul.item-list li.items dl dt,
section.shopping-cart ul.item-list li.items dl dd {
  float: left;
  padding: 10px;
}
section.shopping-cart ul.item-list li.items dl dt {
  height: 100px;
  width: 100px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl dt {
    height: 50px;
    width: 50px;
  }
}
section.shopping-cart ul.item-list li.items dl dt img {
  height: 100px;
  width: 100px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl dt img {
    height: 50px;
    width: 50px;
  }
}
section.shopping-cart ul.item-list li.items dl dd.product-name {
  padding-top: 40px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl dd.product-name {
    padding-top: 16px;
  }
}
section.shopping-cart ul.item-list li.items dl dd.product-name b {
  display: block;
}
section.shopping-cart ul.item-list li.items dl dd.product-color,
section.shopping-cart ul.item-list li.items dl dd.product-ammo,
section.shopping-cart ul.item-list li.items dl dd.product-price {
  float: right;
}
section.shopping-cart ul.item-list li.items dl dd.product-color {
  padding-right: 0;
}
section.shopping-cart ul.item-list li.items dl span.product-color-switch {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 32px;
  margin-top: 36px;
  width: 32px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl span.product-color-switch {
    margin-top: 16px;
  }
}
section.shopping-cart ul.item-list li.items dl .product-ammo-num {
  float: left;
  margin-top: 36px;
  min-width: 32px;
  padding-left: 0;
  padding-right: 0;
  width: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl .product-ammo-num {
    margin-top: 16px;
  }
}
section.shopping-cart ul.item-list li.items dl a.trash {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  margin-top: 36px;
  width: 16px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl a.trash {
    margin-top: 16px;
  }
}
section.shopping-cart ul.item-list li.items dl dd.product-price {
  color: #145699;
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
}
@media (max-width: 690px) {
  section.shopping-cart ul.item-list li.items dl dd.product-price {
    line-height: 60px;
  }
}
section.shopping-cart ul.item-list li.list-voucher {
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
}
section.shopping-cart ul.item-list li.list-voucher label {
  display: block;
  margin: 0 0 3px;
  color: #2b2b2b;
  font-weight: bold;
}
section.shopping-cart ul.item-list li.list-total {
  padding: 5px 0;
  border-bottom: 1px solid #d1d1d1;
  text-align: right;
}
section.shopping-cart ul.item-list li.list-total div {
  padding: 20px 10px;
  background: #f7f7f7;
  font-size: 16px;
}
section.shopping-cart ul.item-list li.list-total div b {
  color: #145699;
  font-size: 28px;
}
section.shopping-cart ul.item-list li.list-checkout {
  padding: 20px 0;
  text-align: right;
}
section.full-note {
  font-size: 20px;
  line-height: 40px;
}
@media (max-width: 970px) {
  section.full-note {
    line-height: 30px;
  }
  section.full-note img {
    height: 30px;
    width: 30px;
  }
}
section.full-note div.rsp {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: calc(970px - 40px);
  background: #fff;
}
section.full-note img {
  float: left;
  margin-right: 8px;
}
section.full-note a {
  display: inline-block;
  color: #2b2b2b;
  text-decoration: underline;
}
section.full-note span.big {
  color: #145699;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
section.full-note a.close {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  float: right;
  height: 26px;
  margin-top: 10px;
  width: 26px;
  background: #f4f4f4;
  color: #8e9498;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
}

section .col1 {
  float: left;
  width: 50%
}

section .col2 {
  float: right;
  width: 44%;
  margin-left: 22px;
}

.contact-submit {
  float:right;
}

.box-pagination{
  margin: 20px auto;
  text-align: center;
  width: 100%;
  height: 40px;
}

.pagination{
  display: inline-block;
  margin: auto !important;
  text-align: center;
  min-width: 90px;
}

.pagination li a{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  float: left;
  margin: 0 0 10px 8px;
  background: #fff;
  padding: 8px 12px
}

.pagination li.active a{
  background: #145699;
  color: #fff !important;
    -webkit-box-shadow: inset 0 0 0 1px #145699;
  -moz-box-shadow: inset 0 0 0 1px #145699;
  box-shadow: inset 0 0 0 1px #145699;
}

.btn-input {
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  height: 28px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #b5b5b5;
  -moz-box-shadow: inset 0 0 0 1px #b5b5b5;
  box-shadow: inset 0 0 0 1px #b5b5b5;
  background: #ebebeb;
  background: #ffffff -moz-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #ebebeb));
  background: #ffffff -o-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff -ms-linear-gradient(top, #ffffff 1%, #ebebeb 100%);
  background: #ffffff linear-gradient(to bottom, #ffffff 1%, #ebebeb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  color: #1b1b1b;
  text-shadow: 0 1px 0 #ddd;
  padding: 2px 8px;
  font-size: 12px;
  cursor: pointer;
}
.btn-input:active{
  background: #ffffff;
  background: #ebebeb -moz-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ebebeb), color-stop(100%, #ffffff));
  background: #ebebeb -o-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb -ms-linear-gradient(top, #ebebeb 1%, #ffffff 100%);
  background: #ebebeb linear-gradient(to bottom, #ebebeb 1%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
}

.btn-leftbar {
  margin-left: 20px;
  margin-bottom: 20px;
}

.product-images {
  width: 100%;
  margin: 10px 0 0;
  }
@media (max-width: 690px) {
  .product-images {
    display: none;
  }
}

.prod-image-more {
  float: left;
  width: 68px;
  height: 80px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 0 2px #e0e0e0;
  -moz-box-shadow: 0 0 0 2px #e0e0e0;
  box-shadow: 0 0 0 2px #e0e0e0;
    -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;  

}

.prod-image-more img {
  max-width: 68px;
  max-height: 80px;
  margin: auto;
}


@media (max-width: 690px) {
  section .col1 {
  clear: both;
  width: 100%
}

section .col2 {
  clear: both;
  width: 100%;
  margin-top: 20px;
}
.contact-submit {
  float:left;
}
}


.input-default {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  height: 20px;
  line-height: 20px;
  margin: 2px 4px 6px 0;
  min-width: 280px;
  padding: 6px 10px;
  font-family: 'Open Sans', Arial;
  font-size: 13px;
}

.input-textarea {
  max-width: 280px !important;
  min-height: 100px;
  }

.red {
  color: #145699 !important;
}

.imedia8 {
  margin-top:14px
}

section.signin {
  margin: 0 auto 30px auto;
  width: 250px;
}

section.signin .text-input, section.signin label{
  margin: 0 auto 10px auto;
}

#forgotten .text-input{
  width: 230px;
}

section.signin .btn{
  float: right;
}

@media (max-width: 970px) {
  section.section.signin  {
    width: 100%;
  }
}


nav#mobile-menu {
  left: 0;
  top: 0;
  position: fixed;
  z-index: 5000;
  height: 100%;
  min-height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
}
nav#mobile-menu ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
nav#mobile-menu ul li a {
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
}
div.site-overlay {
	display: none;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 5002;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
div.site-overlay div.signin-modal {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 200px auto 0 auto;
  padding: 25px 40px;
  width: 305px;
  background: #fff;
}
div.site-overlay div.signin-modal h3 {
  color: #a1a1a1;
  font-size: 16px;
  text-transform: uppercase;
}
div.site-overlay div.signin-modal h3 a {
  float: right;
  margin: -10px -20px 0 0;
  font-size: 20px;
  color: #a1a1a1;
}
div.site-overlay div.signin-modal form {
  padding-top: 20px;
}
div.site-overlay div.signin-modal form a:not(.btn) {
  float: left;
  color: #2b2b2b;
  line-height: 20px;
  text-decoration: underline;
}
div.site-overlay div.signin-modal label ,  .signin label{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
  -moz-box-shadow: inset 0 0 0 1px #e0e0e0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  float: left;
  height: 32px;
  margin-right: -1px;
  width: 28px;
  background: #eee;
  line-height: 32px;
  text-align: center;
}
div.site-overlay div.signin-modal input.text-input{
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  float: left;
  margin-right: 0;
  width: 258px;
}
div.site-overlay div.signin-modal input.text-input[type=password] {
  margin-bottom: 20px;
}
div.site-overlay div.signin-modal div.cc {
  text-align: right;
}
div.site-overlay div.signin-modal div.cc a:last-of-type {
  margin-top: 20px;
  width: calc(100% - 16px);
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  left: -12px;
  top: -6px;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
.noUi-target,
.noUi-origin {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #b2b2b2;
  -moz-box-shadow: inset 0 0 0 1px #b2b2b2;
  box-shadow: inset 0 0 0 1px #b2b2b2;
  background: #e8e7e7;
  background: #c2c0c0 -moz-linear-gradient(top, #c2c0c0 1%, #e8e7e7 100%);
  background: #c2c0c0 -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c2c0c0), color-stop(100%, #e8e7e7));
  background: #c2c0c0 -o-linear-gradient(top, #c2c0c0 1%, #e8e7e7 100%);
  background: #c2c0c0 -ms-linear-gradient(top, #c2c0c0 1%, #e8e7e7 100%);
  background: #c2c0c0 linear-gradient(to bottom, #c2c0c0 1%, #e8e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  height: 12px;
}
.noUi-connect {
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px #145699;
  -moz-box-shadow: inset 0 0 0 1px #145699;
  box-shadow: inset 0 0 0 1px #145699;
  background: #145699;
  background: #06305a -moz-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a -webkit-gradient(linear, left top, left bottom, color-stop(1%, #06305a), color-stop(100%, #145699));
  background: #06305a -o-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a -ms-linear-gradient(top, #06305a 1%, #145699 100%);
  background: #06305a linear-gradient(to bottom, #06305a 1%, #145699 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
}
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #eeeeee;
  background: #ffffff -moz-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
  background: #ffffff -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eeeeee));
  background: #ffffff -o-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
  background: #ffffff -ms-linear-gradient(top, #ffffff 1%, #eeeeee 100%);
  background: #ffffff linear-gradient(to bottom, #ffffff 1%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color-header-1', endColorstr='@color-header-2', GradientType=0);
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.noUi-handle:before {
  position: absolute;
  content: "\00b7";
  font-size: 16px;
  line-height: 24px;
  width: 24px;
  color: #666;
  text-align: center;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-state-blocked.noUi-connect,
.noUi-state-blocked .noUi-connect {
  background: #4FDACF;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  padding: 0px;
  border: 0px;
  background: transparent;
    box-shadow: none !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-prev span {
  background-image: url('/front/img/arrow_prev.png');
}

.fancybox-next span {
  background-image: url('/front/img/arrow_next.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div  {
  display: inline-block;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    opacity: 1;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #e92127; 
    -webkit-border-radius: 50%;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -ms-border-radius: 50%;
    -ms-animation: pulsate 1s ease-out;
    -ms-animation-iteration-count: infinite;
    -moz-border-radius: 50%;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-border-radius: 50%;
    -o-animation: pulsate 1s ease-out;
    -o-animation-iteration-count: infinite;
    border-radius: 50%;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-moz-keyframes pulsate {
    0% {
        -moz-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -moz-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-ms-keyframes pulsate {
    0% {
        -ms-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -ms-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@-o-keyframes pulsate {
    0% {
        -o-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -o-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
@keyframes pulsate {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.fancybox-close {
  position: fixed;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8040;
  background: url('close.png') center center no-repeat;
  background-size: 32px 32px;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

@media (max-width: 767px) {
  .fancybox-close {
    top: 15px;
  } 
}
.fancybox-close:hover {
  opacity:0.5;
  filter:alpha(opacity=85); /* For IE8 and earlier */
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-prev {
  left: 0;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-next {
  right: 0;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 8040;
  opacity:0.3;
    filter:Alpha(opacity=3);
    background-size: 54px 54px;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-prev span {
  left: 20px;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-next span {
  right: 20px;
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
}

.fancybox-nav:hover span {
  opacity:1;
    filter:Alpha(opacity=1);
  -moz-transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out;
  /*-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 0px 10px rgba(50, 50, 50, 0.2);*/
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, .85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font-family: 'Open Sans', Arial, sans-serif; 
  font-size: 24px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  text-align: left;
  font-weight: 300;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: left;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
  text-align: left;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  .fancybox-close{
    background: url('close.png') center center no-repeat;
  } 
  
}
