/* CONSTANT */
/* VARIABLES */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 11px;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/*
* {
  box-sizing: border-box;
}
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*
*globals.css
*/
/* S c r e e n */
/*
@media only screen and (max-width: 990px)  {
  .txt_right   { text-align:center !important;  }
  .txt_left    { text-align:center !important;  }
}
*/
/* U n i v e r s a l */
/*  Text Colors  */
.light {
  color: #7A7A7A;
}
.lighte {
  color: #8F8F8F;
}
.lighter {
  color: #A8A8A8;
}
.lightest {
  color: #ECECEC;
}
.darkless {
  color: #6D6D6D;
}
.dark {
  color: #626262;
}
.darker {
  color: #484848;
}
.darkest {
  color: #373737;
}
.black {
  color: #2E2E2E;
}
.blacker {
  color: #1A1A1A;
}
.blackest {
  color: #000000;
}
.r3d {
  color: #E05350;
}
/* Fonts in px */
.f10 {
  font-size: 10px !important;
}
.f11 {
  font-size: 11px !important;
}
.f12 {
  font-size: 12px !important;
}
.f13 {
  font-size: 13px !important;
}
.f14 {
  font-size: 14px !important;
}
.f15 {
  font-size: 15px !important;
}
.f16 {
  font-size: 16px !important;
}
.f17 {
  font-size: 17px !important;
}
.f18 {
  font-size: 18px !important;
}
.f20 {
  font-size: 20px !important;
}
.fw300 {
  font-weight: 300 !important;
}
.vertical-middle {
  display: table;
  height: inherit;
  width: 100%;
}
.vertical-middle > div {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.bolded {
  font-weight: bold;
}
.bold {
  font-weight: bold;
}
.upper_case {
  text-transform: uppercase !important;
}
.no_color {
  color: transparent !important;
}
.no_transform {
  text-transform: none !important;
}
.no_decoration {
  text-decoration: none !important;
}
/* Floaters and alignments */
.right {
  float: right !important;
}
.left {
  float: left !important;
}
.txtright,
.txt_right {
  text-align: right;
}
.txtleft,
.txt_left {
  text-align: left ;
}
.txtcenter,
.txt_center {
  text-align: center ;
}
.nofloat {
  float: none !important;
  display: inline-block !important;
}
.nofloat * {
  float: none !important;
  display: inline-block !important;
}
.inline {
  display: inline-block !important;
  zoom: 1;
}
/* Size width, max-width */
.w_a {
  width: auto !important;
}
.wMax {
  width: 100%  !important;
}
.mxw60p {
  max-width: 60%;
}
.mxw70p {
  max-width: 70%;
}
.mxw160 {
  max-width: 160px;
}
.mxw200 {
  max-width: 200px;
}
.mxw215 {
  max-width: 212px;
}
.mxw240 {
  max-width: 240px;
}
.miw80 {
  min-width: 80px;
}
.miw100 {
  min-width: 100px;
}
.wip33 {
  width: 33.3% !important;
}
.wip40 {
  width: 40% !important;
}
.wip50 {
  width: 50% !important;
}
.wip60 {
  width: 60% !important;
}
.wip70 {
  width: 70% !important;
}
.wip80 {
  width: 80% !important;
}
.wip90 {
  width: 90% !important;
}
.wi50 {
  width: 50px !important;
}
.wi60 {
  width: 60px !important;
}
.wi70 {
  width: 70px !important;
}
.wi75 {
  width: 75px !important;
}
.wi80 {
  width: 80px !important;
}
.wi90 {
  width: 90px !important;
}
.wi100 {
  width: 100px !important;
}
.wi110 {
  width: 110px !important;
}
.wi120 {
  width: 120px !important;
}
.wi150 {
  width: 150px !important;
}
.wi170 {
  width: 170px !important;
}
.wi180 {
  width: 180px !important;
}
.wi190 {
  width: 190px !important;
}
.wi200 {
  width: 200px !important;
}
.wi210 {
  width: 210px !important;
}
.wi220 {
  width: 220px !important;
}
.width255 {
  width: 255px !important;
}
.width100 {
  width: 100% !important;
}
.mh120 {
  max-height: 110px;
}
.w360p {
  width: 360px !important;
}
.w550p {
  width: 525px !important;
}
.w700p {
  width: 700px !important;
}
/* Opacity */
.op50 {
  opacity: 0.5;
}
.op60 {
  opacity: 0.6;
}
.op70 {
  opacity: 0.7;
}
.op80 {
  opacity: 0.8;
}
.op85 {
  opacity: 0.85;
}
.op90 {
  opacity: 0.9;
}
.op95 {
  opacity: 0.95;
}
.op100 {
  opacity: 1;
}
/* Paddings */
.pad0 {
  padding: 0px !important;
}
.pad5 {
  padding: 5px !important;
}
.pt2 {
  padding-top: 2px  !important;
}
.pt5 {
  padding-top: 5px  !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
/* Margins */
.mar0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml4 {
  margin-left: 4px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mb5 {
  margin-bottom: 7px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
/* Border */
.borderright {
  border-right: 1px solid #ECECEC !important;
}
.bordertop {
  border-top: 1px solid #ECECEC !important;
}
.borderbottom {
  border-bottom: 1px solid #ECECEC !important;
}
.no_border {
  border: none !important;
}
/* Spacing */
.l-h15 {
  line-height: 1.5 !important;
}
.l-h16 {
  line-height: 1.6 !important;
}
.l-h17 {
  line-height: 1.7 !important;
}
.l-h18 {
  line-height: 1.8 !important;
}
.nowrap {
  white-space: nowrap !important;
}
/* BootStrap Elements */
.caret {
  margin-left: 10px !important;
  vertical-align: middle;
  margin-top: -2px;
}
.btn-sm,
.btn-xs {
  line-height: 1.1;
}
.dropdown-menu.text_left {
  text-align: left;
  min-width: 88px;
  border-radius: 1px;
}
.dropdown-menu.textleft {
  text-align: left;
  min-width: 80px;
}
.dropdown-menu.text_left > li > a {
  padding: 1px 10px !important;
  color: #626262;
  font-size: 12px;
}
/* Pointers */
.pointer,
.link {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
/* Visibility */
.hideme {
  opacity: 0 !important;
  cursor: default;
}
.none {
  display: none !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg#greyscale);
  /* Firefox 4+ */
  filter: gray;
  /* IE 6-9 */
}
input[type=text],
input[type=password] {
  border-radius: 0;
}
.fluid-block {
  position: relative;
  float: left;
  margin: 0;
}
.hidden-block {
  display: none !important;
  visibility: hidden !important;
}
.visible-block {
  display: inline-block !important;
  visibility: visible !important;
}
table.visible-block {
  display: table;
}
tr.visible-block {
  display: table-row !important;
}
th.visible-block,
td.visible-block {
  display: table-cell !important;
}
.fontSmooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.col-fl-desktop-12 {
  vertical-align: top;
  width: 100%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-11 {
  vertical-align: top;
  width: 91.66666667%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-10 {
  vertical-align: top;
  width: 83.33333333%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-9 {
  vertical-align: top;
  width: 75%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-8 {
  vertical-align: top;
  width: 66.66666667%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-7 {
  vertical-align: top;
  width: 58.33333333%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-6 {
  vertical-align: top;
  width: 50%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-5 {
  vertical-align: top;
  width: 41.66666667%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-4 {
  vertical-align: top;
  width: 33.33333333%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-3 {
  vertical-align: top;
  width: 25%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-2 {
  vertical-align: top;
  width: 16.66666667%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-fl-desktop-1 {
  vertical-align: top;
  width: 8.33333333%;
  padding: 10px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-12 {
  vertical-align: top;
  width: 1024px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-11 {
  vertical-align: top;
  width: 938.66666667px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-10 {
  vertical-align: top;
  width: 853.33333333px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-9 {
  vertical-align: top;
  width: 768px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-8 {
  vertical-align: top;
  width: 682.66666667px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-7 {
  vertical-align: top;
  width: 597.33333333px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-6 {
  vertical-align: top;
  width: 512px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-5 {
  vertical-align: top;
  width: 426.66666667px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-4 {
  vertical-align: top;
  width: 341.33333333px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-3 {
  vertical-align: top;
  width: 256px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-2 {
  vertical-align: top;
  width: 170.66666667px;
  position: relative;
  float: left;
  margin: 0;
}
.col-st-desktop-1 {
  vertical-align: top;
  width: 85.33333333px;
  position: relative;
  float: left;
  margin: 0;
}
.m50-desktop {
  margin: 50px !important;
}
.mt50-desktop {
  margin-top: 50px !important;
}
.mr50-desktop {
  margin-right: 50px !important;
}
.mb50-desktop {
  margin-bottom: 50px !important;
}
.ml50-desktop {
  margin-left: 50px !important;
}
.p50-desktop {
  padding: 50px !important;
}
.pt50-desktop {
  padding-top: 50px !important;
}
.pr50-desktop {
  padding-right: 50px !important;
}
.pb50-desktop {
  padding-bottom: 50px !important;
}
.pl50-desktop {
  padding-left: 50px !important;
}
.m45-desktop {
  margin: 45px !important;
}
.mt45-desktop {
  margin-top: 45px !important;
}
.mr45-desktop {
  margin-right: 45px !important;
}
.mb45-desktop {
  margin-bottom: 45px !important;
}
.ml45-desktop {
  margin-left: 45px !important;
}
.p45-desktop {
  padding: 45px !important;
}
.pt45-desktop {
  padding-top: 45px !important;
}
.pr45-desktop {
  padding-right: 45px !important;
}
.pb45-desktop {
  padding-bottom: 45px !important;
}
.pl45-desktop {
  padding-left: 45px !important;
}
.m40-desktop {
  margin: 40px !important;
}
.mt40-desktop {
  margin-top: 40px !important;
}
.mr40-desktop {
  margin-right: 40px !important;
}
.mb40-desktop {
  margin-bottom: 40px !important;
}
.ml40-desktop {
  margin-left: 40px !important;
}
.p40-desktop {
  padding: 40px !important;
}
.pt40-desktop {
  padding-top: 40px !important;
}
.pr40-desktop {
  padding-right: 40px !important;
}
.pb40-desktop {
  padding-bottom: 40px !important;
}
.pl40-desktop {
  padding-left: 40px !important;
}
.m35-desktop {
  margin: 35px !important;
}
.mt35-desktop {
  margin-top: 35px !important;
}
.mr35-desktop {
  margin-right: 35px !important;
}
.mb35-desktop {
  margin-bottom: 35px !important;
}
.ml35-desktop {
  margin-left: 35px !important;
}
.p35-desktop {
  padding: 35px !important;
}
.pt35-desktop {
  padding-top: 35px !important;
}
.pr35-desktop {
  padding-right: 35px !important;
}
.pb35-desktop {
  padding-bottom: 35px !important;
}
.pl35-desktop {
  padding-left: 35px !important;
}
.m30-desktop {
  margin: 30px !important;
}
.mt30-desktop {
  margin-top: 30px !important;
}
.mr30-desktop {
  margin-right: 30px !important;
}
.mb30-desktop {
  margin-bottom: 30px !important;
}
.ml30-desktop {
  margin-left: 30px !important;
}
.p30-desktop {
  padding: 30px !important;
}
.pt30-desktop {
  padding-top: 30px !important;
}
.pr30-desktop {
  padding-right: 30px !important;
}
.pb30-desktop {
  padding-bottom: 30px !important;
}
.pl30-desktop {
  padding-left: 30px !important;
}
.m25-desktop {
  margin: 25px !important;
}
.mt25-desktop {
  margin-top: 25px !important;
}
.mr25-desktop {
  margin-right: 25px !important;
}
.mb25-desktop {
  margin-bottom: 25px !important;
}
.ml25-desktop {
  margin-left: 25px !important;
}
.p25-desktop {
  padding: 25px !important;
}
.pt25-desktop {
  padding-top: 25px !important;
}
.pr25-desktop {
  padding-right: 25px !important;
}
.pb25-desktop {
  padding-bottom: 25px !important;
}
.pl25-desktop {
  padding-left: 25px !important;
}
.m20-desktop {
  margin: 20px !important;
}
.mt20-desktop {
  margin-top: 20px !important;
}
.mr20-desktop {
  margin-right: 20px !important;
}
.mb20-desktop {
  margin-bottom: 20px !important;
}
.ml20-desktop {
  margin-left: 20px !important;
}
.p20-desktop {
  padding: 20px !important;
}
.pt20-desktop {
  padding-top: 20px !important;
}
.pr20-desktop {
  padding-right: 20px !important;
}
.pb20-desktop {
  padding-bottom: 20px !important;
}
.pl20-desktop {
  padding-left: 20px !important;
}
.m15-desktop {
  margin: 15px !important;
}
.mt15-desktop {
  margin-top: 15px !important;
}
.mr15-desktop {
  margin-right: 15px !important;
}
.mb15-desktop {
  margin-bottom: 15px !important;
}
.ml15-desktop {
  margin-left: 15px !important;
}
.p15-desktop {
  padding: 15px !important;
}
.pt15-desktop {
  padding-top: 15px !important;
}
.pr15-desktop {
  padding-right: 15px !important;
}
.pb15-desktop {
  padding-bottom: 15px !important;
}
.pl15-desktop {
  padding-left: 15px !important;
}
.m10-desktop {
  margin: 10px !important;
}
.mt10-desktop {
  margin-top: 10px !important;
}
.mr10-desktop {
  margin-right: 10px !important;
}
.mb10-desktop {
  margin-bottom: 10px !important;
}
.ml10-desktop {
  margin-left: 10px !important;
}
.p10-desktop {
  padding: 10px !important;
}
.pt10-desktop {
  padding-top: 10px !important;
}
.pr10-desktop {
  padding-right: 10px !important;
}
.pb10-desktop {
  padding-bottom: 10px !important;
}
.pl10-desktop {
  padding-left: 10px !important;
}
.m5-desktop {
  margin: 5px !important;
}
.mt5-desktop {
  margin-top: 5px !important;
}
.mr5-desktop {
  margin-right: 5px !important;
}
.mb5-desktop {
  margin-bottom: 5px !important;
}
.ml5-desktop {
  margin-left: 5px !important;
}
.p5-desktop {
  padding: 5px !important;
}
.pt5-desktop {
  padding-top: 5px !important;
}
.pr5-desktop {
  padding-right: 5px !important;
}
.pb5-desktop {
  padding-bottom: 5px !important;
}
.pl5-desktop {
  padding-left: 5px !important;
}
.m0-desktop {
  margin: 0px !important;
}
.mt0-desktop {
  margin-top: 0px !important;
}
.mr0-desktop {
  margin-right: 0px !important;
}
.mb0-desktop {
  margin-bottom: 0px !important;
}
.ml0-desktop {
  margin-left: 0px !important;
}
.p0-desktop {
  padding: 0px !important;
}
.pt0-desktop {
  padding-top: 0px !important;
}
.pr0-desktop {
  padding-right: 0px !important;
}
.pb0-desktop {
  padding-bottom: 0px !important;
}
.pl0-desktop {
  padding-left: 0px !important;
}
.container {
  min-width: 320px;
  max-width: 1024px;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
/*
.popup {
  position: absolute;
  left: 50%;
}
.looping-popup (@index, @maxCols, @class) when (@index > 0) {
  .popup-@{class}-@{index} {
    width: 100% / (@utpx_MaxDesktopCols / @index);
    .fluid-block;
    .popup;
  }
  .looping-popup(@index - 1, @maxCols, @class);
}
.looping-popup (@maxCols, @class) {
  .looping-popup(@maxCols, @maxCols, @class);
}
*/
.visible-ipad,
.visible-iphone {
  display: none !important;
  visibility: hidden !important;
}
.hidden-ipad,
.hidden-iphone {
  display: inline-block !important;
  visibility: visible !important;
}
table.hidden-ipad,
table.hidden-iphone {
  display: table;
}
tr.hidden-ipad,
tr.hidden-iphone {
  display: table-row !important;
}
th.hidden-ipad,
th.hidden-iphone,
td.hidden-ipad,
td.hidden-iphone {
  display: table-cell !important;
}
.visible-desktop {
  display: inline-block !important;
  visibility: visible !important;
}
table.visible-desktop {
  display: table;
}
tr.visible-desktop {
  display: table-row !important;
}
th.visible-desktop,
td.visible-desktop {
  display: table-cell !important;
}
.hidden-desktop {
  display: none !important;
  visibility: hidden !important;
}
.visible-print {
  display: none !important;
  visibility: hidden !important;
}
@media print {
  .visible-print {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
    visibility: hidden !important;
  }
}
/* SMALL DESKTOP PART */
@media all and (max-width: 1024px) {
  .col-fl-desktop-small-12 {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-11 {
    vertical-align: top;
    width: 91.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-10 {
    vertical-align: top;
    width: 83.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-9 {
    vertical-align: top;
    width: 75%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-8 {
    vertical-align: top;
    width: 66.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-7 {
    vertical-align: top;
    width: 58.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-6 {
    vertical-align: top;
    width: 50%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-5 {
    vertical-align: top;
    width: 41.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-4 {
    vertical-align: top;
    width: 33.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-3 {
    vertical-align: top;
    width: 25%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-2 {
    vertical-align: top;
    width: 16.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-desktop-small-1 {
    vertical-align: top;
    width: 8.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-12 {
    vertical-align: top;
    width: 1000px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-11 {
    vertical-align: top;
    width: 916.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-10 {
    vertical-align: top;
    width: 833.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-9 {
    vertical-align: top;
    width: 750px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-8 {
    vertical-align: top;
    width: 666.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-7 {
    vertical-align: top;
    width: 583.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-6 {
    vertical-align: top;
    width: 500px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-5 {
    vertical-align: top;
    width: 416.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-4 {
    vertical-align: top;
    width: 333.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-3 {
    vertical-align: top;
    width: 250px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-2 {
    vertical-align: top;
    width: 166.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-desktop-small-1 {
    vertical-align: top;
    width: 83.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
}
/* IPAD PART */
@media all and (max-width: 1000px) {
  /* GOES TO IPHONE TOO */
  .container {
    min-width: 0;
    max-width: 100%;
  }
  .visible-desktop {
    display: none !important;
    visibility: hidden !important;
  }
  .hidden-ipad,
  .visible-iphone {
    display: none !important;
    visibility: hidden !important;
  }
  .visible-ipad {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-ipad {
    display: table;
  }
  tr.visible-ipad {
    display: table-row !important;
  }
  th.visible-ipad,
  td.visible-ipad {
    display: table-cell !important;
  }
  .centered-ipad {
    text-align: center !important;
  }
  .right-ipad {
    text-align: right !important;
  }
  .left-ipad {
    text-align: left !important;
  }
  .nofloat-ipad {
    float: none !important;
    display: inline-block !important;
  }
  .nofloat-ipad * {
    float: none !important;
    display: inline-block !important;
  }
  .m50-ipad {
    margin: 50px !important;
  }
  .mt50-ipad {
    margin-top: 50px !important;
  }
  .mr50-ipad {
    margin-right: 50px !important;
  }
  .mb50-ipad {
    margin-bottom: 50px !important;
  }
  .ml50-ipad {
    margin-left: 50px !important;
  }
  .p50-ipad {
    padding: 50px !important;
  }
  .pt50-ipad {
    padding-top: 50px !important;
  }
  .pr50-ipad {
    padding-right: 50px !important;
  }
  .pb50-ipad {
    padding-bottom: 50px !important;
  }
  .pl50-ipad {
    padding-left: 50px !important;
  }
  .m45-ipad {
    margin: 45px !important;
  }
  .mt45-ipad {
    margin-top: 45px !important;
  }
  .mr45-ipad {
    margin-right: 45px !important;
  }
  .mb45-ipad {
    margin-bottom: 45px !important;
  }
  .ml45-ipad {
    margin-left: 45px !important;
  }
  .p45-ipad {
    padding: 45px !important;
  }
  .pt45-ipad {
    padding-top: 45px !important;
  }
  .pr45-ipad {
    padding-right: 45px !important;
  }
  .pb45-ipad {
    padding-bottom: 45px !important;
  }
  .pl45-ipad {
    padding-left: 45px !important;
  }
  .m40-ipad {
    margin: 40px !important;
  }
  .mt40-ipad {
    margin-top: 40px !important;
  }
  .mr40-ipad {
    margin-right: 40px !important;
  }
  .mb40-ipad {
    margin-bottom: 40px !important;
  }
  .ml40-ipad {
    margin-left: 40px !important;
  }
  .p40-ipad {
    padding: 40px !important;
  }
  .pt40-ipad {
    padding-top: 40px !important;
  }
  .pr40-ipad {
    padding-right: 40px !important;
  }
  .pb40-ipad {
    padding-bottom: 40px !important;
  }
  .pl40-ipad {
    padding-left: 40px !important;
  }
  .m35-ipad {
    margin: 35px !important;
  }
  .mt35-ipad {
    margin-top: 35px !important;
  }
  .mr35-ipad {
    margin-right: 35px !important;
  }
  .mb35-ipad {
    margin-bottom: 35px !important;
  }
  .ml35-ipad {
    margin-left: 35px !important;
  }
  .p35-ipad {
    padding: 35px !important;
  }
  .pt35-ipad {
    padding-top: 35px !important;
  }
  .pr35-ipad {
    padding-right: 35px !important;
  }
  .pb35-ipad {
    padding-bottom: 35px !important;
  }
  .pl35-ipad {
    padding-left: 35px !important;
  }
  .m30-ipad {
    margin: 30px !important;
  }
  .mt30-ipad {
    margin-top: 30px !important;
  }
  .mr30-ipad {
    margin-right: 30px !important;
  }
  .mb30-ipad {
    margin-bottom: 30px !important;
  }
  .ml30-ipad {
    margin-left: 30px !important;
  }
  .p30-ipad {
    padding: 30px !important;
  }
  .pt30-ipad {
    padding-top: 30px !important;
  }
  .pr30-ipad {
    padding-right: 30px !important;
  }
  .pb30-ipad {
    padding-bottom: 30px !important;
  }
  .pl30-ipad {
    padding-left: 30px !important;
  }
  .m25-ipad {
    margin: 25px !important;
  }
  .mt25-ipad {
    margin-top: 25px !important;
  }
  .mr25-ipad {
    margin-right: 25px !important;
  }
  .mb25-ipad {
    margin-bottom: 25px !important;
  }
  .ml25-ipad {
    margin-left: 25px !important;
  }
  .p25-ipad {
    padding: 25px !important;
  }
  .pt25-ipad {
    padding-top: 25px !important;
  }
  .pr25-ipad {
    padding-right: 25px !important;
  }
  .pb25-ipad {
    padding-bottom: 25px !important;
  }
  .pl25-ipad {
    padding-left: 25px !important;
  }
  .m20-ipad {
    margin: 20px !important;
  }
  .mt20-ipad {
    margin-top: 20px !important;
  }
  .mr20-ipad {
    margin-right: 20px !important;
  }
  .mb20-ipad {
    margin-bottom: 20px !important;
  }
  .ml20-ipad {
    margin-left: 20px !important;
  }
  .p20-ipad {
    padding: 20px !important;
  }
  .pt20-ipad {
    padding-top: 20px !important;
  }
  .pr20-ipad {
    padding-right: 20px !important;
  }
  .pb20-ipad {
    padding-bottom: 20px !important;
  }
  .pl20-ipad {
    padding-left: 20px !important;
  }
  .m15-ipad {
    margin: 15px !important;
  }
  .mt15-ipad {
    margin-top: 15px !important;
  }
  .mr15-ipad {
    margin-right: 15px !important;
  }
  .mb15-ipad {
    margin-bottom: 15px !important;
  }
  .ml15-ipad {
    margin-left: 15px !important;
  }
  .p15-ipad {
    padding: 15px !important;
  }
  .pt15-ipad {
    padding-top: 15px !important;
  }
  .pr15-ipad {
    padding-right: 15px !important;
  }
  .pb15-ipad {
    padding-bottom: 15px !important;
  }
  .pl15-ipad {
    padding-left: 15px !important;
  }
  .m10-ipad {
    margin: 10px !important;
  }
  .mt10-ipad {
    margin-top: 10px !important;
  }
  .mr10-ipad {
    margin-right: 10px !important;
  }
  .mb10-ipad {
    margin-bottom: 10px !important;
  }
  .ml10-ipad {
    margin-left: 10px !important;
  }
  .p10-ipad {
    padding: 10px !important;
  }
  .pt10-ipad {
    padding-top: 10px !important;
  }
  .pr10-ipad {
    padding-right: 10px !important;
  }
  .pb10-ipad {
    padding-bottom: 10px !important;
  }
  .pl10-ipad {
    padding-left: 10px !important;
  }
  .m5-ipad {
    margin: 5px !important;
  }
  .mt5-ipad {
    margin-top: 5px !important;
  }
  .mr5-ipad {
    margin-right: 5px !important;
  }
  .mb5-ipad {
    margin-bottom: 5px !important;
  }
  .ml5-ipad {
    margin-left: 5px !important;
  }
  .p5-ipad {
    padding: 5px !important;
  }
  .pt5-ipad {
    padding-top: 5px !important;
  }
  .pr5-ipad {
    padding-right: 5px !important;
  }
  .pb5-ipad {
    padding-bottom: 5px !important;
  }
  .pl5-ipad {
    padding-left: 5px !important;
  }
  .m0-ipad {
    margin: 0px !important;
  }
  .mt0-ipad {
    margin-top: 0px !important;
  }
  .mr0-ipad {
    margin-right: 0px !important;
  }
  .mb0-ipad {
    margin-bottom: 0px !important;
  }
  .ml0-ipad {
    margin-left: 0px !important;
  }
  .p0-ipad {
    padding: 0px !important;
  }
  .pt0-ipad {
    padding-top: 0px !important;
  }
  .pr0-ipad {
    padding-right: 0px !important;
  }
  .pb0-ipad {
    padding-bottom: 0px !important;
  }
  .pl0-ipad {
    padding-left: 0px !important;
  }
  .col-fl-ipad-12 {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-11 {
    vertical-align: top;
    width: 91.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-10 {
    vertical-align: top;
    width: 83.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-9 {
    vertical-align: top;
    width: 75%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-8 {
    vertical-align: top;
    width: 66.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-7 {
    vertical-align: top;
    width: 58.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-6 {
    vertical-align: top;
    width: 50%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-5 {
    vertical-align: top;
    width: 41.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-4 {
    vertical-align: top;
    width: 33.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-3 {
    vertical-align: top;
    width: 25%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-2 {
    vertical-align: top;
    width: 16.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-ipad-1 {
    vertical-align: top;
    width: 8.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-12 {
    vertical-align: top;
    width: 1000px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-11 {
    vertical-align: top;
    width: 916.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-10 {
    vertical-align: top;
    width: 833.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-9 {
    vertical-align: top;
    width: 750px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-8 {
    vertical-align: top;
    width: 666.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-7 {
    vertical-align: top;
    width: 583.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-6 {
    vertical-align: top;
    width: 500px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-5 {
    vertical-align: top;
    width: 416.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-4 {
    vertical-align: top;
    width: 333.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-3 {
    vertical-align: top;
    width: 250px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-2 {
    vertical-align: top;
    width: 166.66666667px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-ipad-1 {
    vertical-align: top;
    width: 83.33333333px;
    position: relative;
    float: left;
    margin: 0;
  }
}
/* IPHONE PART */
@media all and (max-width: 750px) {
  /*.container {
    min-width: 0;
    max-width: 100%;
  }*/
  .hidden-iphone,
  .visible-ipad {
    display: none !important;
    visibility: hidden !important;
  }
  .visible-iphone {
    display: inline-block !important;
    visibility: visible !important;
  }
  table.visible-iphone {
    display: table;
  }
  tr.visible-iphone {
    display: table-row !important;
  }
  th.visible-iphone,
  td.visible-iphone {
    display: table-cell !important;
  }
  .centered-iphone {
    text-align: center !important;
  }
  .right-iphone {
    text-align: right !important;
  }
  .left-iphone {
    text-align: left !important;
  }
  .nofloat-iphone {
    float: none !important;
    display: inline-block !important;
  }
  .nofloat-iphone * {
    float: none !important;
    display: inline-block !important;
  }
  .m50-iphone {
    margin: 50px !important;
  }
  .mt50-iphone {
    margin-top: 50px !important;
  }
  .mr50-iphone {
    margin-right: 50px !important;
  }
  .mb50-iphone {
    margin-bottom: 50px !important;
  }
  .ml50-iphone {
    margin-left: 50px !important;
  }
  .p50-iphone {
    padding: 50px !important;
  }
  .pt50-iphone {
    padding-top: 50px !important;
  }
  .pr50-iphone {
    padding-right: 50px !important;
  }
  .pb50-iphone {
    padding-bottom: 50px !important;
  }
  .pl50-iphone {
    padding-left: 50px !important;
  }
  .m45-iphone {
    margin: 45px !important;
  }
  .mt45-iphone {
    margin-top: 45px !important;
  }
  .mr45-iphone {
    margin-right: 45px !important;
  }
  .mb45-iphone {
    margin-bottom: 45px !important;
  }
  .ml45-iphone {
    margin-left: 45px !important;
  }
  .p45-iphone {
    padding: 45px !important;
  }
  .pt45-iphone {
    padding-top: 45px !important;
  }
  .pr45-iphone {
    padding-right: 45px !important;
  }
  .pb45-iphone {
    padding-bottom: 45px !important;
  }
  .pl45-iphone {
    padding-left: 45px !important;
  }
  .m40-iphone {
    margin: 40px !important;
  }
  .mt40-iphone {
    margin-top: 40px !important;
  }
  .mr40-iphone {
    margin-right: 40px !important;
  }
  .mb40-iphone {
    margin-bottom: 40px !important;
  }
  .ml40-iphone {
    margin-left: 40px !important;
  }
  .p40-iphone {
    padding: 40px !important;
  }
  .pt40-iphone {
    padding-top: 40px !important;
  }
  .pr40-iphone {
    padding-right: 40px !important;
  }
  .pb40-iphone {
    padding-bottom: 40px !important;
  }
  .pl40-iphone {
    padding-left: 40px !important;
  }
  .m35-iphone {
    margin: 35px !important;
  }
  .mt35-iphone {
    margin-top: 35px !important;
  }
  .mr35-iphone {
    margin-right: 35px !important;
  }
  .mb35-iphone {
    margin-bottom: 35px !important;
  }
  .ml35-iphone {
    margin-left: 35px !important;
  }
  .p35-iphone {
    padding: 35px !important;
  }
  .pt35-iphone {
    padding-top: 35px !important;
  }
  .pr35-iphone {
    padding-right: 35px !important;
  }
  .pb35-iphone {
    padding-bottom: 35px !important;
  }
  .pl35-iphone {
    padding-left: 35px !important;
  }
  .m30-iphone {
    margin: 30px !important;
  }
  .mt30-iphone {
    margin-top: 30px !important;
  }
  .mr30-iphone {
    margin-right: 30px !important;
  }
  .mb30-iphone {
    margin-bottom: 30px !important;
  }
  .ml30-iphone {
    margin-left: 30px !important;
  }
  .p30-iphone {
    padding: 30px !important;
  }
  .pt30-iphone {
    padding-top: 30px !important;
  }
  .pr30-iphone {
    padding-right: 30px !important;
  }
  .pb30-iphone {
    padding-bottom: 30px !important;
  }
  .pl30-iphone {
    padding-left: 30px !important;
  }
  .m25-iphone {
    margin: 25px !important;
  }
  .mt25-iphone {
    margin-top: 25px !important;
  }
  .mr25-iphone {
    margin-right: 25px !important;
  }
  .mb25-iphone {
    margin-bottom: 25px !important;
  }
  .ml25-iphone {
    margin-left: 25px !important;
  }
  .p25-iphone {
    padding: 25px !important;
  }
  .pt25-iphone {
    padding-top: 25px !important;
  }
  .pr25-iphone {
    padding-right: 25px !important;
  }
  .pb25-iphone {
    padding-bottom: 25px !important;
  }
  .pl25-iphone {
    padding-left: 25px !important;
  }
  .m20-iphone {
    margin: 20px !important;
  }
  .mt20-iphone {
    margin-top: 20px !important;
  }
  .mr20-iphone {
    margin-right: 20px !important;
  }
  .mb20-iphone {
    margin-bottom: 20px !important;
  }
  .ml20-iphone {
    margin-left: 20px !important;
  }
  .p20-iphone {
    padding: 20px !important;
  }
  .pt20-iphone {
    padding-top: 20px !important;
  }
  .pr20-iphone {
    padding-right: 20px !important;
  }
  .pb20-iphone {
    padding-bottom: 20px !important;
  }
  .pl20-iphone {
    padding-left: 20px !important;
  }
  .m15-iphone {
    margin: 15px !important;
  }
  .mt15-iphone {
    margin-top: 15px !important;
  }
  .mr15-iphone {
    margin-right: 15px !important;
  }
  .mb15-iphone {
    margin-bottom: 15px !important;
  }
  .ml15-iphone {
    margin-left: 15px !important;
  }
  .p15-iphone {
    padding: 15px !important;
  }
  .pt15-iphone {
    padding-top: 15px !important;
  }
  .pr15-iphone {
    padding-right: 15px !important;
  }
  .pb15-iphone {
    padding-bottom: 15px !important;
  }
  .pl15-iphone {
    padding-left: 15px !important;
  }
  .m10-iphone {
    margin: 10px !important;
  }
  .mt10-iphone {
    margin-top: 10px !important;
  }
  .mr10-iphone {
    margin-right: 10px !important;
  }
  .mb10-iphone {
    margin-bottom: 10px !important;
  }
  .ml10-iphone {
    margin-left: 10px !important;
  }
  .p10-iphone {
    padding: 10px !important;
  }
  .pt10-iphone {
    padding-top: 10px !important;
  }
  .pr10-iphone {
    padding-right: 10px !important;
  }
  .pb10-iphone {
    padding-bottom: 10px !important;
  }
  .pl10-iphone {
    padding-left: 10px !important;
  }
  .m5-iphone {
    margin: 5px !important;
  }
  .mt5-iphone {
    margin-top: 5px !important;
  }
  .mr5-iphone {
    margin-right: 5px !important;
  }
  .mb5-iphone {
    margin-bottom: 5px !important;
  }
  .ml5-iphone {
    margin-left: 5px !important;
  }
  .p5-iphone {
    padding: 5px !important;
  }
  .pt5-iphone {
    padding-top: 5px !important;
  }
  .pr5-iphone {
    padding-right: 5px !important;
  }
  .pb5-iphone {
    padding-bottom: 5px !important;
  }
  .pl5-iphone {
    padding-left: 5px !important;
  }
  .m0-iphone {
    margin: 0px !important;
  }
  .mt0-iphone {
    margin-top: 0px !important;
  }
  .mr0-iphone {
    margin-right: 0px !important;
  }
  .mb0-iphone {
    margin-bottom: 0px !important;
  }
  .ml0-iphone {
    margin-left: 0px !important;
  }
  .p0-iphone {
    padding: 0px !important;
  }
  .pt0-iphone {
    padding-top: 0px !important;
  }
  .pr0-iphone {
    padding-right: 0px !important;
  }
  .pb0-iphone {
    padding-bottom: 0px !important;
  }
  .pl0-iphone {
    padding-left: 0px !important;
  }
  .col-fl-iphone-12 {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-11 {
    vertical-align: top;
    width: 91.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-10 {
    vertical-align: top;
    width: 83.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-9 {
    vertical-align: top;
    width: 75%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-8 {
    vertical-align: top;
    width: 66.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-7 {
    vertical-align: top;
    width: 58.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-6 {
    vertical-align: top;
    width: 50%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-5 {
    vertical-align: top;
    width: 41.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-4 {
    vertical-align: top;
    width: 33.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-3 {
    vertical-align: top;
    width: 25%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-2 {
    vertical-align: top;
    width: 16.66666667%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-fl-iphone-1 {
    vertical-align: top;
    width: 8.33333333%;
    padding: 10px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-12 {
    vertical-align: top;
    width: 750px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-11 {
    vertical-align: top;
    width: 687.5px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-10 {
    vertical-align: top;
    width: 625px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-9 {
    vertical-align: top;
    width: 562.5px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-8 {
    vertical-align: top;
    width: 500px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-7 {
    vertical-align: top;
    width: 437.5px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-6 {
    vertical-align: top;
    width: 375px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-5 {
    vertical-align: top;
    width: 312.5px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-4 {
    vertical-align: top;
    width: 250px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-3 {
    vertical-align: top;
    width: 187.5px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-2 {
    vertical-align: top;
    width: 125px;
    position: relative;
    float: left;
    margin: 0;
  }
  .col-st-iphone-1 {
    vertical-align: top;
    width: 62.5px;
    position: relative;
    float: left;
    margin: 0;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('fonts/Source_Sans_Pro/SourceSansPro-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}
@font-face {
  font-family: FuturaEFCE-Light;
  src: url('fonts/FuturaEFCE/futuraefce-light-webfont.woff2') format('woff2'), url('fonts/FuturaEFCE/futuraefce-light-webfont.woff') format('woff'), url('fonts/FuturaEFCE/futuraefce-light-webfont.ttf') format('truetype'), url('fonts/FuturaEFCE/futuraefce-light-webfont.svg#futuraefce-lightregular') format('svg');
}
@font-face {
  font-family: TheSansExtraLight;
  src: url('fonts/tsan2_extralight/tsan2_extralight-webfont.woff2') format('woff2'), url('fonts/tsan2_extralight/tsan2_extralight-webfont.woff') format('woff'), url('fonts/tsan2_extralight/tsan2_extralight-webfont.ttf') format('truetype'), url('fonts/tsan2_extralight/tsan2_extralight-webfont.svg#thesansextralightplain') format('svg');
}
@font-face {
  font-family: TheSansExtraLightCaps;
  src: url('fonts/tsan2c/tsan2c-webfont.woff2') format('woff2'), url('fonts/tsan2c/tsan2c-webfont.woff') format('woff'), url('fonts/tsan2c/tsan2c-webfont.ttf') format('truetype'), url('fonts/tsan2c/tsan2c-webfont.svg#thesansextralightcaps') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: TheSansLight;
  src: url('fonts/tsan3_light/tsan3_light-webfont.woff2') format('woff2'), url('fonts/tsan3_light/tsan3_light-webfont.woff') format('woff'), url('fonts/tsan3_light/tsan3_light-webfont.ttf') format('truetype'), url('fonts/tsan3_light/tsan3_light-webfont.svg#thesanslightplain') format('svg');
}
* {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  color: #8B8B8B;
  overflow-x: hidden;
}
.container-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  min-height: 100%;
}
.zoom-in {
  cursor: url('../img/zoom-in.cur'), default;
  cursor: zoom-in;
}
.sprite {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hide-the-block {
  position: absolute;
  left: -10000px;
}
.sprite-pseudo {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .sprite-pseudo {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.sp {
  position: relative;
}
.sp:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .sp:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.mlr20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
}
.view-container {
  min-height: 100%;
}
.logo {
  background: url('../img/logo.svg?v=utpx.63') no-repeat center center;
  background-size: 190px auto;
}
.psp {
  background: url('../img/psp.svg?v=utpx.63') no-repeat center center;
  background-size: 70% auto;
  background-position: bottom;
}
.offer-icon {
  position: relative;
}
.offer-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 21px;
  background-position: -80px -355px;
  left: 5px;
  top: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .offer-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.offer-icon-white {
  position: relative;
}
.offer-icon-white:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 21px;
  background-position: -80px -385px !important;
  left: 5px;
  top: 4px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .offer-icon-white:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.comment-icon {
  position: relative;
}
.comment-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 23px;
  background-position: -80px -294px;
  left: 6px;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .comment-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.comment-icon.active:before {
  background-position: -80px -265px;
}
.delete-icon {
  position: relative;
}
.delete-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  background-position: -79px -179px;
  width: 17px;
  height: 20px;
  left: 7px;
  top: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .delete-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.heart-empty-icon {
  position: relative;
}
.heart-empty-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 17px;
  background-position: -24px -109px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heart-empty-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.heart-full-icon {
  position: relative;
}
.heart-full-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 17px;
  background-position: -1px -110px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heart-full-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.heart-empty-gray-icon {
  position: relative;
}
.heart-empty-gray-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 18px;
  background-position: -108px -48px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heart-empty-gray-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.heart-full-gray-icon {
  position: relative;
}
.heart-full-gray-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 18px;
  background-position: -108px -28px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .heart-full-gray-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.save-image-gray-icon {
  position: relative;
}
.save-image-gray-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 24px;
  background-position: -108px 0px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .save-image-gray-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.email-icon {
  position: relative;
}
.email-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 16px;
  background-position: -49px -24px;
  left: 8px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .email-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.search-icon {
  position: relative;
}
.search-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 17px;
  background-position: -1px -130px;
  left: 12px;
  top: 6px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .search-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.chopard-small-icon {
  position: relative;
}
.chopard-small-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 7px;
  width: 30px;
  height: 25px;
  background-position: -1px -155px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .chopard-small-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
textarea,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #222;
}
textarea {
  padding: 8px;
}
input[type='text'],
input[type='password'] {
  height: 35px;
  width: 221px;
  background-color: #f2f2f2;
  border: 0;
  border-bottom: 1px solid #a7a5a8;
  font-size: 13px;
  position: relative;
}
input[type='text'].icon,
input[type='password'].icon {
  background-repeat: no-repeat;
  background-position: left 10px center;
  background-size: 16px 16px;
  padding-left: 40px;
}
.rb-select {
  position: relative;
  cursor: pointer;
}
.rb-select-text-wrapper {
  position: relative;
}
.rb-select-text-wrapper:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 6px;
  top: 15px;
  right: 10px;
  background-position: -20px -340px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .rb-select-text-wrapper:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.rb-select-text {
  width: 100%;
}
.rb-select-options {
  position: absolute;
  background: #fff;
  top: 34px;
  left: 0;
  z-index: 10;
  min-width: 100%;
  overflow: hidden;
  overflow-y: auto;
  max-height: 290px;
}
.rb-select-option {
  padding: 7px;
  cursor: pointer;
  color: #000;
}
.rb-select-option:hover {
  background: #fafafa;
}
.rb-select.on-white .rb-select-text-wrapper:before {
  background-position: -14px -299px;
  width: 11px;
  height: 11px;
  top: 12px;
}
.rb-select-buttons .rb-select-buttons-options {
  overflow: hidden;
  overflow-y: auto;
  max-height: 300px;
}
.rb-select-buttons .rb-select-buttons-option {
  padding: 12px 5px;
  border-bottom: 1px solid #5B5C5E;
  font-size: 18px TheSansExtraLight;
  text-transform: uppercase;
  cursor: pointer;
}
.file-upload {
  position: relative;
  overflow: hidden;
}
.file-upload .file-name {
  height: 35px;
  background: #555658;
  border-bottom: 1px solid #9FA0A2;
  padding: 10px;
}
.file-upload input {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2000px;
  opacity: 0;
}
.slider-checkbox {
  height: 31px;
  padding-right: 65px;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  padding-top: 9px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  position: relative;
}
.slider-checkbox:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 30px;
  right: 0;
  top: 2px;
  background-position: 0 -414px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .slider-checkbox:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.slider-checkbox.on:before {
  background-position: 0 -449px;
}
.checkbox {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #c8cccd;
  background-color: #e7eff1;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  cursor: default;
}
.checkbox.checked {
  position: relative;
}
.checkbox.checked:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 19px;
  height: 14px;
  left: 4px;
  top: 5px;
  background-position: -1px -185px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .checkbox.checked:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.button {
  height: 35px;
  padding: 8px 20px 5px;
  border: 1px solid transparent;
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.button.full-width {
  width: 100%;
}
.button.dark-blue {
  background-color: #0d2331;
  border-color: #0d2331;
  color: #ffffff;
}
.button.icon-right {
  padding-right: 30px;
  position: relative;
}
.button.arrow-right-white:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 9px;
  top: 12px;
  right: 12px;
  background-position: -1px -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .button.arrow-right-white:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.button.arrow-right-black:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 9px;
  top: 12px;
  right: 12px;
  background-position: -15px -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .button.arrow-right-black:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.button.plus:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 12px;
  background-position: -15px -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .button.plus:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.button.minus:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 9px;
  top: 12px;
  right: 12px;
  background-position: -30px -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .button.minus:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.button.transparent {
  border: 1px solid #e1e2e6;
}
.button.light {
  border: 1px solid #e1e2e6;
  background-color: #f9f9f9;
}
.button.h35 {
  height: 35px;
  padding-top: 8px;
  padding-bottom: 0;
}
.button.h35.arrow-right-black:before {
  top: 12px;
}
.button.white-blue {
  background: #ffffff;
  border: 1px solid #e1e2e6;
  color: #272B44;
}
.button.blue-white {
  background: #272B44;
  border: 1px solid #e1e2e6;
  color: #ffffff;
}
.button:active {
  position: relative;
  top: 1px;
}
#globalLoader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #DAE7EC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #C2C6C9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #C2C6C9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#C2C6C9', GradientType=0);
  /* IE6-9 */
  background-size: cover;
  z-index: 10000;
  text-align: center;
}
#globalLoader .vertical-middle {
  width: 100%;
  height: 100%;
}
#globalLoader img {
  width: 200px;
}
#globalLoader .spinner {
  margin-top: 30px;
}
#globalLoaderTransparent {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.27);
  background-size: cover;
  z-index: 10000;
  text-align: center;
}
#globalLoaderTransparent .vertical-middle {
  width: 100%;
  height: 100%;
}
#maintenance {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #DAE7EC;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #C2C6C9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #C2C6C9 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #C2C6C9 100%);
  /* W3C */
  z-index: 99999999;
  text-align: center;
}
#maintenance .logo-h {
  display: inline-block;
  margin: 100px auto;
}
#maintenance .logo-h img {
  width: 200px;
}
#maintenance .back {
  position: absolute;
  bottom: 20%;
  width: 100%;
}
#maintenance .back .back-button {
  display: inline-block;
  font: 22px 'Open Sans Condensed', sans-serif;
  color: #60686b;
  border: 1px solid #60686b;
  border-radius: 2px;
  padding: 5px 25px;
  cursor: pointer;
}
#maintenance .back .back-button:active {
  position: relative;
  top: 1px;
}
#maintenance .vertical-middle {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}
#maintenance .vertical-middle > div {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}
#maintenance .vertical-middle .flash-icon {
  width: 98px;
  opacity: 0.4;
}
#maintenance .vertical-middle .flash-text {
  margin-top: 40px;
  font: 22px 'Open Sans Condensed', sans-serif;
  line-height: 1.7em;
  color: #60686b;
}
#maintenance a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #818A8D;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.menu-button {
  display: inline-block;
  padding: 3px 3px 3px 30px;
  text-transform: uppercase;
  min-height: 24px;
  cursor: pointer;
  position: relative;
}
.menu-button:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0;
  width: 18px;
  height: 12px;
  background-position: -1px -65px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .menu-button:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  background: #ffffff;
  border-bottom: 1px solid #e0e1e6;
  height: 126px;
}
.header-top-line {
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
.header .logo {
  background-size: auto 80%;
  cursor: pointer;
}
.header .main-menu {
  text-align: center;
  padding-top: 5px;
}
.header .main-menu .option {
  display: inline-block;
  cursor: pointer;
  margin: 0 12px 0 12px;
  position: relative;
  text-transform: uppercase;
}
.header .main-menu .option:after {
  position: absolute;
  right: -14px;
  top: 7px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #b2b2b2;
}
.header .main-menu .option:last-child:after {
  display: none;
}
.header .icons {
  text-align: right;
}
.header .icons .option {
  display: inline-block;
  min-height: 29px;
  min-width: 29px;
  cursor: pointer;
  padding: 5px 7px 0 7px;
  vertical-align: top;
  margin: 0 3px;
}
.header .icons .option:last-child {
  margin-right: 0;
}
.header .icons .option.offer-icon,
.header .icons .option.favorites {
  background-color: #f9f9f9 !important;
  background-position: left 5px center !important;
  border-radius: 2px;
  border: 1px solid #e8e8e8;
  padding-left: 33px;
  font-size: 13px;
  color: #646464;
}
.header .icons .option.offer-icon:before {
  top: 2px;
}
.bread-crumbs {
  height: 50px;
  background: #eaf0f0;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.bread-crumbs .bread-crumbs-body {
  height: 50px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 0;
}
.bread-crumbs .back {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
}
.bread-crumbs .back:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 16px;
  left: 20px;
  top: 17px;
  background-position: -25px -40px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .back:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block {
  position: absolute;
  top: 0;
  right: 10px;
  height: 50px;
  display: inline-block;
}
.bread-crumbs .icons-block .icon {
  width: 40px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.bread-crumbs .icons-block .icon.offer-icon:before {
  left: 12px;
  top: 15px;
}
.bread-crumbs .icons-block .icon.heart-empty-icon:before {
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -9px;
}
.bread-crumbs .icons-block .icon.duplicate {
  position: relative;
}
.bread-crumbs .icons-block .icon.duplicate:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 21px;
  left: 11px;
  top: 13px;
  background-position: -79px -204px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.duplicate:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.delete {
  position: relative;
}
.bread-crumbs .icons-block .icon.delete:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 20px;
  left: 11px;
  top: 14px;
  background-position: -79px -179px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.delete:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.edit {
  position: relative;
}
.bread-crumbs .icons-block .icon.edit:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  left: 11px;
  top: 16px;
  background-position: -25px -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.edit:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.contact {
  position: relative;
}
.bread-crumbs .icons-block .icon.contact:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 14px;
  left: 11px;
  top: 18px;
  background-position: -50px -25px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.contact:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.print {
  position: relative;
}
.bread-crumbs .icons-block .icon.print:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 19px;
  left: 12px;
  top: 14px;
  background-position: -50px -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.print:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.excel-export {
  position: relative;
}
.bread-crumbs .icons-block .icon.excel-export:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 18px;
  left: 11px;
  top: 15px;
  background-position: -110px -175px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.excel-export:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.all-wishlist {
  position: relative;
}
.bread-crumbs .icons-block .icon.all-wishlist:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 22px;
  height: 21px;
  left: 10px;
  top: 14px;
  background-position: -109px -199px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.all-wishlist:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.filter-icon {
  position: relative;
}
.bread-crumbs .icons-block .icon.filter-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon.filter-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon.filter-icon:before {
  width: 21px;
  height: 18px;
  left: 11px;
  top: 16px;
  background-position: -84px -114px;
}
.bread-crumbs .icons-block .icon.filter-icon.filtered:before {
  background-position: -109px -114px;
}
.bread-crumbs .icons-block .icon-submenu {
  position: absolute;
  z-index: 100;
  top: 60px;
  right: -17px;
  background: #444547;
  padding: 10px;
}
.bread-crumbs .icons-block .icon-submenu:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 30px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #444547;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.bread-crumbs .icons-block .icon-submenu-option {
  padding: 8px 10px 10px 55px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  white-space: nowrap !important;
}
.bread-crumbs .icons-block .icon-submenu-option.newList {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.newList:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 23px;
  height: 19px;
  left: 12px;
  top: 6px;
  background-position: -50px -45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.newList:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon-submenu-option.otherList {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.otherList:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 16px;
  left: 13px;
  top: 7px;
  background-position: -50px -70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.otherList:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon-submenu-option.import {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.import:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 11px;
  top: 6px;
  background-position: -50px -95px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.import:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon-submenu-option.export {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.export:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 25px;
  height: 20px;
  left: 15px;
  top: 6px;
  background-position: -50px -120px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.export:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon-submenu-option.edit {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.edit:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 17px;
  left: 15px;
  top: 7px;
  background-position: -50px -145px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.edit:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .icons-block .icon-submenu-option.delete {
  position: relative;
}
.bread-crumbs .icons-block .icon-submenu-option.delete:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 19px;
  left: 16px;
  top: 6px;
  background-position: -50px -170px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .bread-crumbs .icons-block .icon-submenu-option.delete:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.bread-crumbs .option {
  display: inline-block;
  margin: 4px 5px 0 0;
  text-transform: uppercase;
  font-weight: bold;
}
.bread-crumbs .option.enabled {
  color: #8b8f90;
  cursor: pointer;
  font-weight: normal;
}
.bread-crumbs .option:after {
  content: "/";
  margin-left: 5px;
}
.bread-crumbs .option:last-child:after {
  display: none;
}
.bread-crumbs .counter {
  display: inline-block;
  padding: 3px 5px;
  border-radius: 4px;
  background: #F8FBFB;
}
.footer {
  color: #a09f9f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 39px;
  display: none;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 1px;
  background: #f4f4f4;
}
.footer > div {
  background-color: inherit;
}
.footer .option {
  cursor: pointer;
  display: inline-block;
  margin-right: 26px;
  position: relative;
}
.footer .option:after {
  content: "";
  position: absolute;
  right: -13px;
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #d0cfcd;
  top: 2px;
}
.footer .option:last-child:after {
  display: none;
}
.footer .language,
.footer .mailto {
  display: inline-block;
  background-color: inherit;
  min-width: 80px;
}
.footer .language-selected,
.footer .mailto-selected {
  background-color: inherit;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
.footer .language-selected:before,
.footer .mailto-selected:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 6px;
  right: 0;
  width: 9px;
  height: 6px;
  background-position: -1px -55px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .footer .language-selected:before,
  .footer .mailto-selected:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.footer .language-options,
.footer .mailto-options {
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 20px;
  border: 1px solid #e3e3e3;
}
.footer .language-option,
.footer .mailto-option {
  border-bottom: 1px solid;
  border-color: inherit;
  padding: 3px 5px;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
}
.footer .language-option:last-child,
.footer .mailto-option:last-child {
  border: none;
}
.footer .language-option:hover,
.footer .mailto-option:hover {
  text-decoration: underline;
}
.footer .language {
  position: absolute;
  right: 0;
  top: 10px;
}
.footer .mailto a {
  color: #333 !important;
  text-decoration: none !important;
}
.module-selector .logo,
.login .logo {
  height: 120px;
}
.module-selector .restore-text,
.login .restore-text {
  width: 200px;
  display: inline-block;
}
.module-selector .center-block,
.login .center-block {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 80px;
  bottom: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.module-selector .center-block .vertical-middle.login-wrapper,
.login .center-block .vertical-middle.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.module-selector .center-block .vertical-middle.hide,
.login .center-block .vertical-middle.hide {
  display: none;
}
.module-selector .center-block .vertical-middle.full-height,
.login .center-block .vertical-middle.full-height {
  height: 100%;
}
.module-selector .psp,
.login .psp {
  display: inline-block;
  height: 200px;
}
.module-selector .form,
.login .form {
  display: inline-block;
  text-align: center;
}
.module-selector .form .input,
.login .form .input {
  padding: 15px;
}
.module-selector .form .input .input-wrapper,
.login .form .input .input-wrapper {
  display: inline-block;
  position: relative;
}
.module-selector .form .input .input-wrapper.login:before,
.login .form .input .input-wrapper.login:before {
  width: 15px;
  height: 15px;
  top: 10px;
  left: 10px;
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  background-position: -1px -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .module-selector .form .input .input-wrapper.login:before,
  .login .form .input .input-wrapper.login:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.module-selector .form .input .input-wrapper.password:before,
.login .form .input .input-wrapper.password:before {
  width: 12px;
  height: 15px;
  top: 10px;
  left: 12px;
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  background-position: -1px -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .module-selector .form .input .input-wrapper.password:before,
  .login .form .input .input-wrapper.password:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.module-selector .form .input.forgot-password,
.login .form .input.forgot-password {
  padding: 3px;
}
.module-selector .form .input.forgot-password > *,
.login .form .input.forgot-password > * {
  cursor: pointer;
  font-size: 14px;
}
.module-selector .form.forgot-password-container,
.login .form.forgot-password-container {
  margin-top: 30px;
}
.module-selector .form.forgot-password-container.login-block,
.login .form.forgot-password-container.login-block {
  padding: 25px 0 25px;
}
.module-selector .login-footer,
.login .login-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  background: transparent;
}
.module-selector .login-footer > div,
.login .login-footer > div {
  padding: 0;
}
.module-selector .login-footer .language,
.login .login-footer .language {
  top: 0;
}
.login-block {
  padding: 25px 0 25px;
  margin: 35px 63px;
}
.login-block::before,
.login-block::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 121px;
  height: 1px;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(227, 228, 230, 0) 15%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(227, 228, 230, 0) 15%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(227, 228, 230, 0) 15%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 85%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(227, 228, 230, 0) 15%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 85%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03e3e4e6', endColorstr='#03e3e4e6', GradientType=1);
  /* IE6-9 */
}
.login-block::before {
  bottom: auto;
  top: 47px;
}
.module-selector .menu-button {
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: 9999;
}
.module-selector .center-block .vertical-middle {
  height: 100%;
}
.module-selector .module-wrapper {
  width: 350px;
  margin: 0 auto;
  position: relative;
}
.module-selector .module-wrapper:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(227, 228, 230, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227, 228, 230, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(60%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(227, 228, 230, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(227, 228, 230, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(227, 228, 230, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(227, 228, 230, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(227, 228, 230, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.2) 60%, rgba(227, 228, 230, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03e3e4e6', endColorstr='#03e3e4e6', GradientType=1);
  /* IE6-9 */
}
.module-selector .module-wrapper:last-child:after {
  display: none;
}
.module-selector .module {
  display: inline-block;
  position: relative;
  font: 22px TheSansExtraLightCaps;
  color: #262049;
  text-transform: capitalize;
  padding: 10px 0;
  cursor: pointer;
}
.module-selector .module.flash:after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -38px;
  top: 16px;
  opacity: 0.3;
  width: 28px;
  height: 28px;
  background: url('../img/icn_flashrequired.svg') no-repeat center;
  background-size: 26px;
}
.module-selector .module.sub-item {
  padding: 0 0 10px;
  font-size: 18px;
}
.image-preview {
  background: url('../img/shadow.png') no-repeat bottom;
  background-size: 100% auto;
  padding-bottom: 24px;
  text-align: center;
  display: table;
  width: 100%;
}
.image-preview > div {
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
.image-preview img {
  max-width: 100%;
  max-height: 100%;
}
.filters {
  border-bottom: 1px solid #e1e2e6;
  padding-bottom: 10px;
}
.filters .button {
  margin: 20px 5px;
  position: relative;
}
.filters .button:active {
  top: 0;
}
.filters .button.selected {
  border-color: #000;
  color: #000;
}
.filters .button:first-child {
  margin-left: 0;
}
.filters .button:last-child {
  margin-right: 0;
}
.filters .button .options {
  position: absolute;
  text-align: left;
  background: #2C2C2E;
  color: #ffffff;
  left: 0;
  top: 40px;
  padding: 10px 20px 10px 20px;
  z-index: 5;
}
.filters .button .options:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 20px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #2C2C2E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.filters .button .options .option {
  position: relative;
  padding: 10px 10px 10px 30px;
  white-space: nowrap !important;
}
.filters .button .options .option .filter-checkbox {
  position: absolute;
  left: 0;
  top: 8px;
  width: 21px;
  height: 21px;
}
.filters .button .options .option .filter-checkbox .inner-box {
  width: 13px;
  height: 13px;
  margin: 4px;
  border: 1px solid #797A7C;
}
.filters .button .options .option .filter-checkbox .check-mark {
  display: none;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}
.filters .button .options .option .filter-checkbox .check-mark:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 13px;
  left: 4px;
  top: 2px;
  background-position: -1px -280px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .filters .button .options .option .filter-checkbox .check-mark:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.filters .button .options .option .filter-checkbox.checked .check-mark {
  display: block;
}
.filters .button .options .option.all {
  border-top: 1px solid #797A7C;
  margin-top: 5px;
  padding-top: 17px;
}
.filters .button .options .option.all:first-child {
  border-top: none;
}
.filters .button .options .option.all .filter-checkbox {
  top: 13px;
}
.filters .results {
  font-size: 16px;
  text-transform: uppercase;
  color: #a3a3af;
}
.filters .results > div {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.filters .results .result {
  padding-top: 6px;
  margin-right: 20px;
}
.filters .results .result-text {
  color: #414141;
}
.filters .sort {
  position: relative;
  font-size: 13px;
  color: #8B8B8B;
}
.filters .sort .sort-field {
  position: absolute;
  left: 32px;
  height: 32px;
  display: inline-block;
  padding: 8px 10px 8px 10px;
  background-size: 16px auto;
  cursor: pointer;
  white-space: nowrap !important;
}
.filters .sort .sort-fields {
  position: absolute;
  top: 31px;
  left: 31px;
  background: #ffffff;
  border: 1px solid #e1e2e6;
  z-index: 10;
}
.filters .sort .sort-fields .option {
  padding: 6px 10px;
  white-space: nowrap !important;
  cursor: pointer;
}
.filters .sort .sort-fields .option:hover {
  background: #f9f9f9;
}
.filters .sort .sort-order {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: #f9f9f9;
  border: 1px solid #e1e2e6;
}
.filters .sort .sort-order:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 19px;
  height: 13px;
  left: 6px;
  top: 9px;
  background-position: -1px -380px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .filters .sort .sort-order:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.filters .sort .sort-order.desc:before {
  background-position: -1px -395px;
}
.phone-filters {
  background: #eaf0f0;
  position: relative;
  z-index: 15;
  top: -50px;
  margin-bottom: -50px;
  padding: 20px 0 0;
}
.phone-filters .close {
  position: relative;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 17px;
  cursor: pointer;
}
.phone-filters .close:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .phone-filters .close:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.phone-filters .close:before {
  width: 18px;
  height: 18px;
  left: 1px;
  top: 1px;
  background-position: -80px -155px;
}
.phone-filters .title {
  color: #565656;
  padding: 0 16px 10px;
}
.phone-filters .filter-block {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-bottom: 10px;
  white-space: nowrap !important;
}
.phone-filters .filter-block .option {
  display: inline-block;
  background: #DEE7E6;
  height: 39px;
  border-bottom: 2px solid #DEE7E6;
  position: relative;
  padding: 11px 14px 0;
  color: #565656;
  text-transform: uppercase;
  margin-right: 7px;
}
.phone-filters .filter-block .option.selected {
  color: #000;
  background: #CBD8D8;
  border-bottom: 2px solid #A6B0B0;
  padding-left: 28px;
}
.phone-filters .filter-block .option.selected:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 7px;
  top: 16px;
  left: 14px;
  background-position: -85px -140px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .phone-filters .filter-block .option.selected:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
#productsSpinner {
  margin-top: 200px;
}
.hj {
  padding-top: 0;
}
.hj .quick-search {
  padding: 20px 0 30px;
  margin: 0 30px;
  border-bottom: 1px solid #e1e2e6;
  text-align: center;
}
.hj .quick-search .search-block {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 0 10px;
}
.hj .quick-search .search-block .submit-search {
  position: absolute;
  background: transparent;
  width: 35px;
  height: 35px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.hj .quick-search .search-block .submit-search:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  background-position: -1px -130px;
  right: 10px;
  top: 10px;
  width: 17px;
  height: 17px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .quick-search .search-block .submit-search:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .quick-search .search {
  padding-left: 10px;
  background-position: right 10px center;
}
.hj .home-sections {
  text-align: center;
}
.hj .home-sections .image-preview {
  padding-bottom: 10px;
  display: inline-block;
  min-height: 310px;
}
.hj .home-sections .image-preview img {
  max-height: 325px;
}
.hj .category-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.hj .section {
  text-align: center;
  font-size: 26px;
  padding: 20px 40px;
  display: inline-block;
  vertical-align: bottom;
  float: none;
  cursor: pointer;
}
.hj .section .title {
  text-transform: capitalize;
  font-family: TheSansExtraLightCaps;
  margin-top: 30px;
  padding-bottom: 30px;
  color: #000000;
}
.hj .section.category .image-preview {
  padding-bottom: 10px;
  min-height: 260px;
}
.hj .section.category .title {
  border-bottom: 1px solid #e1e2e6;
}
.hj .section.category img {
  max-width: 220px;
  max-height: 260px;
}
.hj .section.product-element {
  color: #b0b0ae;
  font-size: 13px;
  font-weight: bold;
  padding: 20px;
  margin-top: 20px;
  cursor: auto;
}
.hj .section.product-element .image-preview {
  cursor: pointer;
  min-height: 210px;
}
.hj .section.product-element .image-preview img {
  max-width: 170px;
  max-height: 180px;
}
.hj .section.product-element .picto {
  display: inline-block;
  min-width: 170px;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
}
.hj .section.product-element .picto td {
  padding-right: 10px;
}
.hj .section.product-element .picto td:first-child {
  width: 30px;
}
.hj .section.product-element .picto img {
  display: none;
  margin-top: 2px;
  max-height: 30px;
  max-width: 20px;
}
.hj .section.product-element .carat,
.hj .section.product-element .title {
  padding: 0;
  font-size: 16px;
  margin-top: 10px;
  color: #3a3b6b;
}
.hj .section.product-element .title {
  font-size: 18px;
  font-weight: bold;
}
.hj .section.product-element .carat {
  font-size: 13px;
  margin-top: 20px;
  min-height: 20px;
}
.hj .section.product-element .product-footer {
  border-bottom: 1px solid #e1e2e6;
  margin-bottom: 20px;
  margin-top: -20px;
}
.hj .section.product-element .product-footer .buttons {
  background: #ffffff;
  position: relative;
  display: inline-block;
  bottom: -28px;
  padding: 8px;
}
.hj .section.product-element .product-footer .buttons .icon {
  cursor: pointer;
  padding: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #e1e2e6;
  background-color: #f9f9f9;
}
.hj .section.product-element .product-footer .buttons .icon.offer-icon:before {
  left: 6px;
  top: 4px;
}
.hj .section.product-element .product-footer .buttons .icon.heart-empty-icon:before {
  left: 6px;
  top: 8px;
}
.hj .subsections {
  background: #ecf2f2;
  padding: 30px;
  position: relative;
}
.hj .subsections:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: #e1e2e6;
}
.hj .subsections .title {
  font: 28px TheSansExtraLightCaps;
  text-align: center;
  margin-bottom: 20px;
  color: #373737;
}
.hj .subsections .option {
  text-transform: uppercase;
  color: #8f8f8f;
  padding: 10px 0;
  font-size: 14px;
  height: 38px;
  position: relative;
  cursor: pointer;
}
.hj .subsections .option.chopard-small-icon {
  position: relative;
}
.hj .subsections .option.chopard-small-icon:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 7px;
  width: 30px;
  height: 25px;
  background-position: -1px -155px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .subsections .option.chopard-small-icon:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .subsections .hq {
  padding: 0;
}
.hj .subsections .hq .option {
  margin-right: 30px;
}
.hj .subsections .individual {
  padding: 0;
}
.hj .subsections .individual .option {
  margin-left: 30px;
}
.hj .subsections .individual .option .checkbox {
  position: absolute;
  right: 0;
  top: 6px;
}
.hj .product .images {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ffffff;
  min-height: 575px;
  display: inline-block;
  position: relative;
}
.hj .product .images .vertical-middle {
  min-height: 470px;
}
.hj .product .images img.main {
  max-height: 470px;
  max-width: 500px;
  padding-bottom: 60px;
  background: url('../img/shadow.png') no-repeat bottom;
  background-size: 100%;
}
.hj .product .images video {
  max-width: 500px;
  width: 100%;
}
.hj .product .images .prev-product,
.hj .product .images .next-product {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  opacity: 0.2;
}
.hj .product .images .prev-product.disabled,
.hj .product .images .next-product.disabled {
  display: none;
}
.hj .product .images .prev-product:hover,
.hj .product .images .next-product:hover {
  opacity: 0.8;
}
.hj .product .images .prev-product:before,
.hj .product .images .next-product:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 30px;
  right: 20px;
  top: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .images .prev-product:before,
  .hj .product .images .next-product:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .images .prev-product {
  left: 0;
}
.hj .product .images .prev-product:before {
  right: auto;
  left: 20px;
  background-position: -79px -54px;
}
.hj .product .images .next-product {
  right: 0;
}
.hj .product .images .next-product:before {
  background-position: -79px -4px;
}
.hj .product .images .download-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
}
.hj .product .images .download-icon:before {
  position: absolute;
  top: 10px;
  left: 10px;
}
.hj .product .other-images {
  background: #fff;
  text-align: center;
}
.hj .product .other-images .preview-image {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  border: 1px solid #E5E3E4;
  width: 102px;
  height: 102px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  position: relative;
}
.hj .product .other-images .preview-image .video-play-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.41);
  border-radius: 20px;
  color: white;
  border: 1px solid white;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  padding-top: 11px;
  padding-left: 5px;
}
.hj .product .other-images .preview-image img {
  max-height: 90px;
  max-width: 90px;
}
.hj .product .product-details .other-images {
  background: transparent;
}
.hj .product .info-panel {
  background: #EAF0F0;
}
.hj .product .info-panel .button {
  margin: 3px;
}
.hj .product .info-panel.phone {
  padding: 0;
  height: 63px;
  border-bottom: 3px solid #CFD9D9;
  position: relative;
  text-align: center;
}
.hj .product .info-panel.phone .option {
  display: inline-block;
  width: 60px;
  height: 63px;
  border-bottom: 3px solid transparent;
  position: relative;
}
.hj .product .info-panel.phone .option.selected {
  border-bottom-color: #707575;
}
.hj .product .info-panel.phone .option.phone-info:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 26px;
  width: 9px;
  height: 18px;
  background-position: -49px -289px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .info-panel.phone .option.phone-info:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .info-panel.phone .option.phone-gallery:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 19px;
  left: 20px;
  width: 23px;
  height: 22px;
  background-position: -49px -314px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .info-panel.phone .option.phone-gallery:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .info-panel.phone .option.phone-location:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 22px;
  width: 15px;
  height: 21px;
  background-position: -49px -339px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .info-panel.phone .option.phone-location:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .info-panel.phone .option.phone-price:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 18px;
  width: 23px;
  height: 20px;
  background-position: -49px -364px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .info-panel.phone .option.phone-price:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .info-panel.phone .option.phone-share:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 22px;
  width: 20px;
  height: 18px;
  background-position: -49px -389px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .info-panel.phone .option.phone-share:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .hr-line {
  border-bottom: 1px solid #D3D8DC;
  position: relative;
}
.hj .product .hr-line .rubin {
  left: 50%;
  margin-left: -16px;
  top: 7px;
  position: absolute;
  width: 32px;
  height: 26px;
  background: #EAF0F0;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
.hj .product .hr-line .rubin:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 12px;
  height: 12px;
  left: 10px;
  top: 7px;
  background-position: -50px -270px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .hr-line .rubin:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .description > div:first-child {
  border-right: 1px solid #e1e2e6;
  padding-right: 30px;
}
.hj .product .description > div:last-child {
  padding-left: 30px;
}
.hj .product .price {
  padding-top: 0;
}
.hj .product .price .spinner {
  margin: 0 auto;
  display: none;
}
.hj .product .price .price-main {
  font-weight: bold;
  margin-bottom: 20px;
}
.hj .product .certificates .document {
  padding: 30px;
  background: #e3eceb;
  cursor: pointer;
}
.hj .product .certificates .document table {
  width: 100%;
}
.hj .product .certificates .document table td {
  vertical-align: top;
}
.hj .product .certificates .document table .preview {
  width: 100px;
}
.hj .product .certificates .document table .preview img {
  border: 1px solid #e1e2e6;
  max-width: 81px;
  max-height: 107px;
}
.hj .product .certificates .document table .title {
  color: #858B8B;
  text-transform: uppercase;
}
.hj .product .certificates .document table .title-2 {
  text-transform: uppercase;
  margin-top: 6px;
}
.hj .product .certificates .document table .icon {
  width: 35px;
}
.hj .product .certificates .document table .icon div.icon {
  width: 32px;
  height: 32px;
  background: no-repeat center;
}
.hj .product .certificates .document table .icon div.icon.pdf {
  background-image: url('../img/icon-pdf-gray.svg');
}
.hj .product .certificates .document table .icon div.icon.xls {
  background-image: url('../img/icon-excel-gray.svg');
}
.hj .product .certificates .document table .icon div.icon.doc {
  background-image: url('../img/icon-word-gray.svg');
}
.hj .product .availability > div {
  border-bottom: 1px solid #e1e2e6;
  padding-right: 0;
  padding-left: 0;
}
.hj .product .availability > div:last-child {
  border-bottom: none;
}
.hj .product .availability .city {
  text-transform: uppercase;
  position: relative;
}
.hj .product .availability .city:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 19px;
  height: 17px;
  top: 9px;
  left: 4px;
  background-position: -50px -195px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .availability .city:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .availability .address {
  color: #868C8C;
  position: relative;
}
.hj .product .availability .address:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 19px;
  top: 9px;
  left: 7px;
  background-position: -50px -220px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .hj .product .availability .address:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.hj .product .availability .city,
.hj .product .availability .address {
  padding: 12px 40px 8px;
}
.hj .product .gallery {
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap !important;
}
.hj .product .gallery > div {
  display: inline-block;
}
.hj .product .gallery .preview-image {
  background: url('../img/shadow.png') no-repeat bottom;
  background-size: 100% auto;
  display: inline-block;
  width: 60px;
  height: 70px;
  padding-bottom: 6px;
  margin: 5px;
  text-align: center;
  position: relative;
}
.hj .product .gallery .preview-image .video-play-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.41);
  border-radius: 20px;
  color: white;
  border: 1px solid white;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  padding-top: 11px;
  padding-left: 5px;
}
.hj .product .gallery .preview-image img {
  max-width: 60px;
  max-height: 70px;
}
.hj .product .contact {
  padding-bottom: 50px;
}
.hj .product .contact .field {
  margin-bottom: 10px;
}
.hj .product .contact .label {
  padding: 4px 3px;
  font-size: 13px;
}
.hj .product .contact textarea,
.hj .product .contact input {
  width: 100%;
  background: #ECF2F2;
  padding-left: 7px;
  padding-right: 7px;
}
.hj .product .contact textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  resize: none;
  height: 100px;
}
.hj .product .contact .checkbox-option .title,
.hj .product .contact .checkbox-option .checkbox {
  display: inline-block;
  vertical-align: top;
}
.hj .product .contact .checkbox-option .title {
  padding-top: 5px;
  padding-left: 5px;
}
.hj .product .contact .buttons {
  text-align: center;
  position: absolute;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: #D7E2E2;
  padding: 11px 20px;
}
.hj .product .contact .rb-select-text-wrapper:before {
  background-position: -1px -55px;
}
.rb-tooltip {
  position: absolute;
  display: inline-block;
  top: 0;
  background: #252525;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 200;
  opacity: 0;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.rb-tooltip.visible {
  opacity: 1;
}
.iphone-save-image-toggle,
.iphone-favorites-toggle {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
  z-index: 151;
  background: #D4E5E5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  display: inline-block;
  opacity: 0;
  box-shadow: 0 0 10px #646464;
}
.iphone-save-image-toggle .icon,
.iphone-favorites-toggle .icon {
  transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  margin-left: 12px;
  margin-top: 8px;
}
.iphone-save-image-toggle.active,
.iphone-favorites-toggle.active {
  opacity: 1;
  transition-property: top, left, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.iphone-save-image-toggle .icon {
  margin-top: 0;
}
.slidePanelAnimation {
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.side-panel {
  z-index: 200;
  position: fixed;
  top: 0;
  width: 300px;
  bottom: 0;
  overflow: hidden;
  background: #2C2C2E;
  color: #ffffff;
  transition-property: left, right;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
.side-panel .button {
  display: none;
  font-size: 13px;
}
.side-panel.visible {
  width: 300px;
}
.side-panel.visible .button {
  display: inline-block;
}
.side-panel .hr {
  height: 1px;
  background: #595959;
  margin: 40px 35px;
}
.side-panel .select-list .title {
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5B5D5F;
  padding-bottom: 15px;
}
.side-panel .select-list .title .back {
  position: absolute;
  left: 0;
  width: 13px;
  height: 19px;
  cursor: pointer;
}
.side-panel .select-list .title .back:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 15px;
  left: 1px;
  top: 2px;
  background-position: 0 -340px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .side-panel .select-list .title .back:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.side-panel .select-list .options {
  position: absolute;
  top: 130px;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.side-panel .select-list .filter {
  margin-bottom: 15px;
  position: relative;
}
.side-panel .select-list .filter:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 17px;
  height: 17px;
  right: 10px;
  top: 10px;
  background-position: -1px -360px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .side-panel .select-list .filter:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.side-panel .select-list .list-option {
  font-weight: normal;
  border-bottom: 1px solid #585C5D;
  padding: 12px 2px;
  margin: 0 30px;
  cursor: pointer;
  white-space: normal !important;
  text-transform: uppercase;
  min-height: 43px;
}
.side-panel .select-list .list-option.multy {
  padding-left: 35px;
  position: relative;
}
.side-panel .select-list .list-option.multy .checkbox {
  left: 0;
  top: 8px;
  position: absolute;
}
.side-panel .select-list .list-option:hover {
  background: #272729;
}
.side-panel .range {
  font-weight: normal;
}
.side-panel .range .from,
.side-panel .range .to {
  display: inline-block;
  float: left;
  width: 48%;
}
.side-panel .range .to {
  float: right;
}
.side-panel .range input {
  width: 100%;
}
.side-panel .select {
  position: relative;
}
.side-panel .select input {
  padding-right: 30px;
  cursor: pointer;
}
.side-panel .select:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 8px;
  top: 10px;
  width: 9px;
  height: 9px;
  background-position: -1px -300px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .side-panel .select:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.side-panel .spacer {
  height: 20px;
}
.side-panel .checkbox-option {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  position: relative;
  padding-left: 35px !important;
  padding-top: 5px !important;
  cursor: pointer;
}
.side-panel .checkbox-option .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
.side-panel .checkbox {
  background: #3F3F3F;
  border-color: #737373;
  cursor: pointer;
}
.side-panel .checkbox.checked:before {
  background-position: -1px -280px;
}
.side-panel .text-select {
  position: relative;
}
.side-panel .text-select .value {
  position: absolute;
  right: 2px;
  top: 3px;
}
.side-panel .side-panel-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.side-panel .fields-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  bottom: 100px;
  padding-top: 20px;
}
.side-panel .search-footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  border-top: 1px solid #6B6C70;
  margin-top: 40px !important;
  padding-top: 25px !important;
}
.side-panel .search-footer .button {
  font-weight: normal;
}
.side-panel .slider-checkbox-blue {
  position: relative;
}
.side-panel .slider-checkbox-blue:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 30px;
  right: 0;
  top: -2px;
  background-position: -60px -414px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .side-panel .slider-checkbox-blue:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.side-panel .slider-checkbox-blue.on:before {
  background-position: -60px -449px;
}
.side-panel textarea,
.side-panel input[type=text] {
  color: #ccc;
  width: 100%;
  height: 30px;
  padding-left: 8px;
  background-color: #3F3F3F;
  border-color: #9FA0A2;
}
.side-panel textarea {
  min-height: 120px;
  border-top: none;
  border-left: none;
  border-right: none;
  resize: none;
}
.side-panel .title {
  font-weight: normal;
  padding-bottom: 5px;
}
.reset {
  padding-left: 30px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  cursor: pointer;
  min-height: 19px;
  font-size: 13px;
  position: relative;
}
.reset:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  background-position: -1px -315px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .reset:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.reset.dark-gray {
  color: #3D3D3D;
}
.reset.dark-gray:before {
  background-position: -80px -325px;
}
.left-panel {
  font-size: 14px;
  font-weight: bold;
  left: -320px;
}
.left-panel.visible {
  left: 0;
}
.left-panel .option {
  padding: 3px 0;
  margin: 20px 35px;
  cursor: pointer;
  min-height: 24px;
  white-space: nowrap !important;
}
.left-panel .option:first-child {
  margin-top: 35px;
}
.left-panel .module {
  text-transform: uppercase;
  font-size: 14px;
}
.left-panel .module .module-data {
  display: inline-block;
}
.left-panel .module .module-data.flash {
  position: relative;
}
.left-panel .module .module-data.flash:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: -30px;
  top: 0;
  width: 21px;
  height: 21px;
  background-position: -110px -225px;
  opacity: 0.4;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .module .module-data.flash:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .profile {
  position: relative;
}
.left-panel .profile:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 3px;
  width: 18px;
  height: 18px;
  background-position: -1px -205px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .profile:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .download-app {
  position: relative;
}
.left-panel .download-app:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 1px;
  top: 1px;
  width: 21px;
  height: 26px;
  background-position: -110px -141px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .download-app:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .module-home {
  position: relative;
}
.left-panel .module-home:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3px;
  width: 21px;
  height: 19px;
  background-position: -110px -70px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .module-home:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .logout {
  position: relative;
}
.left-panel .logout:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 2px;
  top: 4px;
  width: 17px;
  height: 17px;
  background-position: -1px -255px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .logout:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .admin {
  position: relative;
}
.left-panel .admin:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  right: 2px;
  top: 4px;
  width: 17px;
  height: 17px;
  background-position: -1px -230px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .admin:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.left-panel .my-account {
  font: 13px Helvetica, Arial, sans-serif;
}
.left-panel .my-account .option {
  cursor: auto;
}
.left-panel .my-account .option .title,
.left-panel .my-account .option .option-title {
  color: #ABA9AA;
}
.left-panel .my-account .button {
  width: 100%;
  text-align: right;
  padding-top: 12px;
  font-size: 12px;
}
.left-panel .my-account .button.light {
  color: #2D2D2D;
}
.left-panel .my-account .button.transparent {
  opacity: 0.7;
}
.left-panel .my-account .main-title {
  position: relative;
  font: 14px "Futura", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #5B5D5F;
  padding-bottom: 15px;
}
.left-panel .my-account .main-title .back {
  position: absolute;
  left: 0;
  width: 13px;
  height: 19px;
  cursor: pointer;
}
.left-panel .my-account .main-title .back:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 15px;
  left: 1px;
  top: 2px;
  background-position: 0 -340px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .left-panel .my-account .main-title .back:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.right-panel {
  font-size: 13px;
  font-weight: bold;
  right: -320px;
}
.right-panel.visible {
  right: 0;
}
.right-panel .option {
  padding: 3px 0;
  margin: 9px 30px;
  white-space: nowrap !important;
}
.right-panel .title {
  font-weight: normal;
  padding-bottom: 5px;
}
.form-popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 44, 46, 0.4);
  z-index: 1000;
  text-align: center;
}
.form-popup-wrapper .form-popup {
  display: inline-block;
  background: #444547;
  padding: 0 40px;
  color: #fff;
  min-width: 560px;
}
.form-popup-wrapper .form-popup-header {
  position: relative;
  font: 28px TheSansExtraLightCaps;
  padding: 20px 40px 20px 40px;
  border-bottom: 1px solid #6B6C6E;
  min-height: 89px;
}
.form-popup-wrapper .form-popup-header .close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: 36px;
}
.form-popup-wrapper .form-popup-header .close:before {
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  right: 1px;
  top: 1px;
  background-position: -50px -245px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .form-popup-wrapper .form-popup-header .close:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.form-popup-wrapper .form-popup-body {
  text-align: left;
  padding: 5px 0 20px;
  border-bottom: 1px solid #6B6C6E;
}
.form-popup-wrapper .form-popup-body form {
  max-width: 700px;
}
.form-popup-wrapper .form-popup-body .col-fl-desktop-12 {
  padding: 0;
}
.form-popup-wrapper .form-popup-body .col-fl-desktop-6 {
  padding: 0;
}
.form-popup-wrapper .form-popup-body .col-fl-desktop-6:nth-child(odd) {
  padding-right: 10px;
}
.form-popup-wrapper .form-popup-body .col-fl-desktop-6:nth-child(even) {
  padding-left: 10px;
}
.form-popup-wrapper .form-popup-body .col-fl-desktop-4 {
  padding: 0;
}
.form-popup-wrapper .form-popup-body .label {
  color: #C6C7C9;
  padding: 15px 0 5px;
}
.form-popup-wrapper .form-popup-body textarea,
.form-popup-wrapper .form-popup-body input {
  width: 100%;
  color: #ccc;
  background-color: #3F3F3F;
  border-color: #9FA0A2;
  padding-left: 7px;
  padding-right: 7px;
}
.form-popup-wrapper .form-popup-body textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 100px;
  resize: none;
}
.form-popup-wrapper .form-popup-body .checkbox-option {
  margin-top: 15px;
  position: relative;
  padding-left: 35px;
  padding-top: 5px;
  cursor: pointer;
}
.form-popup-wrapper .form-popup-body .checkbox-option .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
.form-popup-wrapper .form-popup-body .checkbox-option .title {
  font-size: 13px;
}
.form-popup-wrapper .form-popup-body .checkbox {
  background: #3F3F3F;
  border-color: #737373;
}
.form-popup-wrapper .form-popup-body .checkbox.checked:before {
  background-position: -1px -280px;
}
.form-popup-wrapper .form-popup-body .message {
  padding: 20px 5px 20px 0;
  text-align: center;
  max-width: 480px;
  font-size: 14px;
}
.form-popup-wrapper .form-popup-body .message.text {
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1100px;
  max-height: 500px;
}
.form-popup-wrapper .form-popup-body .message.text .text-title {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.form-popup-wrapper .form-popup-footer {
  padding: 20px 0;
  text-align: right;
}
.form-popup-wrapper .form-popup-footer.txt_center {
  text-align: center;
}
.languages-popup .form-popup {
  min-width: 310px;
}
.languages-popup .popup-language {
  text-align: center;
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
  text-transform: uppercase;
}
.overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 46, 0.2);
  display: none;
}
.overlay-panels {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 46, 0.2);
  display: none;
  z-index: 150;
  cursor: pointer;
}
body.with-footer .footer {
  display: block;
}
body.with-footer .view-container {
  padding-bottom: 35px;
}
body.login .overlay {
  display: block;
}
body.login.phonegap {
  background: url('../img/login_bg.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
body.login.desktop {
  background: url('../img/login_bg_PSP.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  color: #000;
}
body.login.desktop .view-container {
  background-size: cover;
  background-attachment: fixed;
  background-color: #e0e0e0;
  opacity: 0.95;
}
body.login.desktop input.login,
body.login.desktop input.password {
  background: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid #6B6B6B;
}
body.login.desktop input.login::-webkit-input-placeholder,
body.login.desktop input.password::-webkit-input-placeholder {
  color: #333;
}
body.login.desktop input.login:-moz-placeholder,
body.login.desktop input.password:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
body.login.desktop input.login::-moz-placeholder,
body.login.desktop input.password::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
body.login.desktop input.login:-ms-input-placeholder,
body.login.desktop input.password:-ms-input-placeholder {
  color: #333;
}
body.login.desktop .footer {
  color: #333;
}
body.login.desktop .footer .option:after {
  background: #5E5E5E;
}
body.login .container {
  background: rgba(255, 255, 255, 0.95);
  max-width: 487px;
}
body.login.module-selector-body .container {
  max-width: 500px;
  background-size: cover;
  background-attachment: fixed;
  background-color: #e0e0e0;
}
body .login .center-block {
  top: 0;
}
body.hj {
  background: #f9fafc;
}
body.hj .view-container {
  background-image: url('../img/hj/img_bg_draw.jpg');
  background-repeat: no-repeat;
  background-position: right 10% top;
}
body.hj.white .view-container {
  background: #ffffff;
}
body.hj.lightBlue .view-container {
  background: #EAF0F0;
}
body.white-background {
  background: #ffffff;
}
body.white-background .view-container {
  background: #ffffff;
}
@media all and (max-width: 1000px) {
  .hj .home-sections .image-preview img {
    max-height: 300px;
    max-width: 300px;
  }
  .hj .home-sections .title {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 25px;
    line-height: 23px;
  }
  .hj .home-sections .section {
    padding-top: 10px;
  }
}
@media all and (max-width: 750px) {
  body.login {
    background-position: right center;
  }
  #globalLoader {
    background-position: right center;
  }
  .search-icon:before {
    top: 26px;
  }
  .header {
    height: 70px;
  }
  .header .icons .option {
    width: 70px;
    height: 70px;
  }
  .header .menu-button {
    width: 70px;
    height: 70px;
  }
  .header .menu-button:before {
    top: 27px;
  }
  .header .logo {
    background-size: auto 70%;
  }
  .form-popup-wrapper .form-popup {
    min-width: 220px;
    max-width: 300px;
    padding: 0 20px;
  }
  .left-panel .my-account .button {
    padding-top: 9px;
  }
  .hj .category-wrapper .title,
  .hj .home-sections .title {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }
  .hj .category-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hj .home-sections .image-preview {
    min-height: 150px;
  }
  .hj .home-sections .image-preview img {
    max-height: 140px;
    max-width: 110px;
  }
  .hj .home-sections .section {
    padding: 28px 20px;
  }
  .hj .section {
    padding: 28px 20px;
  }
  .hj .section:first-child {
    padding-left: 20px;
  }
  .hj .section:last-child {
    padding-right: 20px;
  }
  .hj .section.category {
    padding: 0 20px;
    margin-bottom: 25px;
  }
  .hj .section.category .title {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .hj .section.category img {
    max-height: 120px;
    max-width: 110px;
  }
  .hj .section.category .image-preview {
    min-height: 140px;
  }
  .hj .section.product-element {
    padding: 0 20px;
    margin-top: 20px;
    cursor: auto;
  }
  .hj .section.product-element .image-preview {
    cursor: pointer;
    padding-bottom: 10px;
    min-height: 90px;
  }
  .hj .section.product-element .image-preview img {
    max-width: 80px;
    max-height: 80px;
  }
  .hj .subsections {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hj .subsections:after {
    display: none;
  }
  .hj .subsections .title {
    margin: 0;
  }
  .hj .subsections .individual .option,
  .hj .subsections .hq .option {
    margin: 0;
    border-bottom: 1px solid #e1e2e6;
    height: auto;
    padding: 15px 0;
  }
  .hj .subsections .individual .option:last-child,
  .hj .subsections .hq .option:last-child {
    border-bottom: none;
  }
  .hj .subsections .hq {
    border-bottom: 1px solid #e1e2e6;
  }
  .hj .subsections .hq .option:before {
    top: 13px;
  }
  .hj .subsections .individual {
    margin-top: 30px;
  }
  .hj .subsections .individual .option .checkbox {
    top: 13px;
  }
  .hj .product .images {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hj .product .images .vertical-middle {
    min-height: 300px;
  }
  .hj .product .images img.main {
    max-width: 250px;
    max-height: 350px;
  }
  .hj .product .images .prev-product:before {
    left: 10px;
  }
  .hj .product .images .next-product:before {
    right: 10px;
  }
  .hj .product .product-details {
    background: #F8FBFB;
  }
  .hj .product .description > div {
    padding: 15px 0;
  }
  .hj .product .description > div:first-child {
    border-right: none;
    border-bottom: 1px solid #e1e2e6;
    padding-top: 0;
  }
  .hj .product .description > div:last-child {
    padding: 15px 0;
  }
  .form-popup-wrapper .form-popup-header {
    font-size: 18px;
  }
}
img.fadeOpacity {
  opacity: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: opacity;
}
.loader-body {
  padding: 20px 0;
  text-align: center;
}
.loader-body .button {
  background: #787878;
}
.header-progress {
  position: fixed;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 25;
}
.header-progress-bar {
  height: 4px;
  display: inline-block;
  background: #707575;
}
.loader-progress {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.loader-progress-bar {
  height: 38px;
  background: rgba(255, 255, 255, 0.1);
}
.loader-progress-text {
  position: absolute;
  top: 8px;
  text-align: center;
  width: 100%;
  font-size: 16px;
}
.documents-page .quick-search {
  margin: 0 20px;
}
.documents-chapters .title {
  color: #000000;
  font: 18px TheSansExtraLightCaps;
}
.documents-chapters .chapter-bullet,
.documents-chapters .chapter-open-block {
  position: absolute;
  width: 21px;
  height: 21px;
  background: #F9F9F9;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  left: 0;
  top: 1px;
}
.documents-chapters .chapter-bullet:before,
.documents-chapters .chapter-open-block:before {
  content: "+";
  display: inline-block;
  width: 20px;
  text-align: center;
  color: #000;
  font: 12px sans-serif;
  position: absolute;
  top: 3px;
}
.documents-chapters .chapter-open-block {
  cursor: pointer;
}
.documents-chapters .chapter-bullet {
  border: none;
  background: transparent;
}
.documents-chapters .chapter-bullet:before {
  content: "•";
  color: inherit;
  top: 7px;
}
.documents-chapters .chapter {
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
  min-height: 21px;
  font: 15px TheSansExtraLight;
}
.documents-chapters .chapter span {
  cursor: pointer;
}
.documents-chapters .chapter span.selected {
  color: #000;
}
.documents-chapters .chapter.open .chapter-open-block:before {
  content: "-";
}
.documents-list .document {
  font: 16px TheSansExtraLightCaps;
  position: relative;
  min-height: 145px;
  padding: 20px 0 20px 110px;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
.documents-list .document:last-child {
  border-bottom: none;
}
.documents-list .document .preview {
  position: absolute;
  left: 0;
  top: 20px;
  border: 1px solid #D3D3D3;
  height: 100px;
  width: 82px;
}
.documents-list .document .preview .preview-wrapper {
  height: 98px;
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.documents-list .document .preview img {
  max-height: 98px;
  width: 80px;
}
.documents-list .document .date {
  color: #000000;
}
.documents-list .document .title {
  margin-top: 10px;
}
.documents-list .document .type-size {
  color: #000000;
}
.documents-list .document .icon {
  position: absolute;
  top: 20px;
  right: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #E4E4E4;
  background: #FAFAFA no-repeat center;
}
.documents-list .document .icon.pdf {
  background-image: url('../img/icon-pdf-gray.svg');
}
.documents-list .document .icon.xls {
  background-image: url('../img/icon-excel-gray.svg');
}
.documents-list .document .icon.doc {
  background-image: url('../img/icon-word-gray.svg');
}
.shopping-sheet .icon {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #F8F8F9;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #E9E9E9;
  margin-left: 10px;
  cursor: pointer;
}
.shopping-sheet .value {
  color: #000000;
}
.shopping-sheet .qty-input {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  vertical-align: top;
}
.shopping-sheet .qty-input input {
  height: 32px;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  text-align: right;
  padding-right: 39px;
  width: 80px;
}
.shopping-sheet .qty-input .fa {
  background: #4B4B4B;
  border: #4B4B4B;
  position: absolute !important;
  color: #fff;
  right: 0;
  top: 0 !important;
  font-size: 22px;
}
.shopping-sheet .qty-input .fa:before {
  position: absolute;
  right: 6px;
  top: 5px;
}
.shopping-sheet .shopping-sheet-subheader {
  padding-top: 50px;
}
.shopping-sheet .shopping-sheet-subheader .label,
.shopping-sheet .shopping-sheet-subheader .value,
.shopping-sheet .shopping-sheet-subheader .status {
  display: inline-block;
  vertical-align: top;
}
.shopping-sheet .shopping-sheet-subheader .status {
  margin-left: 15px;
  padding: 0 4px;
  border-radius: 2px;
  background: #B4B4B4;
  color: #fff;
  font-size: 12px;
}
.shopping-sheet .shopping-sheet-subheader .qty-input {
  top: -8px;
}
.shopping-sheet .shopping-sheet-subheader .icon {
  position: relative;
  top: -8px;
}
.shopping-sheet .shopping-sheet-item {
  border-top: 1px solid #F0F0F1;
}
.shopping-sheet .shopping-sheet-item img {
  max-width: 300px;
  max-height: 110px;
}
.shopping-sheet .shopping-sheet-item .price,
.shopping-sheet .shopping-sheet-item .qty-input,
.shopping-sheet .shopping-sheet-item .icons {
  display: inline-block;
  vertical-align: top;
}
.shopping-sheet .shopping-sheet-item .price {
  padding-top: 8px;
}
.shopping-sheet .shopping-sheet-item .error {
  color: red;
}
.shopping-sheet .shopping-sheet-item .icons {
  margin-left: 10px;
}
.shopping-sheet .shopping-sheet-item .icons .icon {
  margin-left: 5px;
}
.shopping-sheet .shopping-sheet-total {
  border-top: 1px solid #D4D3D9;
  text-align: right;
  padding: 30px 10px;
}
.shopping-sheet .shopping-sheet-total .value {
  font-size: 16px;
}
.shopping-sheet .shopping-sheet-total .button {
  margin-top: 20px;
}
.offers-list-wrapper .filters {
  border: 0;
}
.offers-list-wrapper .filters .option {
  padding-left: 0 !important;
}
.offers-list-wrapper table {
  width: 100%;
}
.offers-list-wrapper table td {
  padding: 15px 20px;
  position: relative;
}
.offers-list-wrapper table td:last-child {
  padding-right: 50px;
}
.offers-list-wrapper table td:last-child .fa {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
  z-index: 10;
}
.offers-list-wrapper table tr {
  border-bottom: 1px solid #F1F1F1;
}
.offers-list-wrapper table thead tr {
  border-bottom: 1px solid #E8E8E7;
}
.offers-list-wrapper table thead td {
  background: #F7F6F4;
  color: #444445;
}
.offers-list-wrapper table thead td:before {
  position: absolute;
  right: 0;
  content: "|";
  color: #CAC9C7;
}
.offers-list-wrapper table thead td:last-child:before {
  display: none;
}
.offers-list-wrapper table thead .table-title {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  cursor: pointer;
}
.offers-list-wrapper table thead .table-title:before {
  display: none;
  background: url('../img/sprite.png?v=utpx.63') no-repeat;
  content: '';
  position: absolute;
  z-index: 1;
  width: 11px;
  height: 7px;
  right: 0;
  top: 5px;
  background-position: 0 -54px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .offers-list-wrapper table thead .table-title:before {
    background-image: url('../img/sprite@2x.png?v=utpx.63');
    background-size: 500px 500px;
  }
}
.offers-list-wrapper table thead .table-title.sorted:before {
  display: inline-block;
}
.offers-list-wrapper table thead .table-title.asc:before {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.search-block-wrapper {
  border-bottom: 1px solid #EDECF0;
  padding-bottom: 40px;
}
.search-block-wrapper .button {
  margin-left: 15px;
}
.search-block-wrapper .button:first-child {
  margin-left: 0;
}
.search-block-wrapper .search-block {
  padding: 10px 0;
}
.search-block-wrapper .search-block input {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.search-block-wrapper .search-block .col-fl-desktop-4:nth-child(3n+1) {
  padding-left: 0;
  padding-right: 15px;
}
.search-block-wrapper .search-block .col-fl-desktop-4:nth-child(3n+2) {
  padding-left: 5px;
  padding-right: 5px;
}
.search-block-wrapper .search-block .col-fl-desktop-4:nth-child(3n+3) {
  padding-left: 15px;
  padding-right: 0;
}
.search-block-wrapper .search-block .datepicker {
  position: relative;
}
.search-block-wrapper .search-block .datepicker .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
}
