@charset "UTF-8";

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-Medium.eot');
  src: local('DIN Pro Medium'), local('DINPro-Medium'),
    url('DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('DINPro-Medium.woff') format('woff'),
    url('DINPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-BlackItalic.eot');
  src: local('DIN Pro Black Italic'), local('DINPro-BlackItalic'),
    url('DINPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('DINPro-BlackItalic.woff') format('woff'),
    url('DINPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}



@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-MediumItalic.eot');
  src: local('DIN Pro Medium Italic'), local('DINPro-MediumItalic'),
    url('DINPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('DINPro-MediumItalic.woff') format('woff'),
    url('DINPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-Bold.eot');
  src: local('DIN Pro Bold'), local('DINPro-Bold'),
    url('DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('DINPro-Bold.woff') format('woff'),
    url('DINPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-Light.eot');
  src: local('DIN Pro Light'), local('DINPro-Light'),
    url('DINPro-Light.eot?#iefix') format('embedded-opentype'),
    url('DINPro-Light.woff') format('woff'),
    url('DINPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-Italic.eot');
  src: local('DIN Pro Italic'), local('DINPro-Italic'),
    url('DINPro-Italic.eot?#iefix') format('embedded-opentype'),
    url('DINPro-Italic.woff') format('woff'),
    url('DINPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro.eot');
  src: local('DIN Pro'), local('DINPro'),
    url('DINPro.eot?#iefix') format('embedded-opentype'),
    url('DINPro.woff') format('woff'),
    url('DINPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-Black.eot');
  src: local('DIN Pro Black'), local('DINPro-Black'),
    url('DINPro-Black.eot?#iefix') format('embedded-opentype'),
    url('DINPro-Black.woff') format('woff'),
    url('DINPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-LightItalic.eot');
  src: local('DIN Pro Light Italic'), local('DINPro-LightItalic'),
    url('DINPro-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('DINPro-LightItalic.woff') format('woff'),
    url('DINPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url('DINPro-BoldItalic.eot');
  src: local('DIN Pro Bold Italic'), local('DINPro-BoldItalic'),
    url('DINPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('DINPro-BoldItalic.woff') format('woff'),
    url('DINPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}


/******************************
RESET
*******************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, small, strong, b, i, dl, dt, dd, form, label, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

html {
  -webkit-text-size-adjust: none; }

body {
  font-size: 14px;
  line-height: 1.4;
  overflow-x: hidden;
  font-family: DIN Pro;
  }

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

textarea:focus, input:focus, select:focus, button:focus {
  outline: none; }

header *, #container *, footer *, #top-modules *, #bottom-modules * {
  box-sizing: border-box; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  clear: both;
  display: block; }

:before, :after {
  font-family: 'journal-icons';
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

i {
  position: relative;
  font-style: normal;
  vertical-align: middle; }
  i img {
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    height: auto; }

body::after {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/******************************
JOURNAL GRID
*******************************/
.xl-5 {
  width: 5%; }

.xl-10 {
  width: 10%; }

.xl-15 {
  width: 15%; }

.xl-20 {
  width: 20%; }

.xl-25 {
  width: 25%; }

.xl-30 {
  width: 30%; }

.xl-35 {
  width: 35%; }

.xl-40 {
  width: 40%; }

.xl-45 {
  width: 45%; }

.xl-50 {
  width: 50%; }

.xl-55 {
  width: 55%; }

.xl-60 {
  width: 60%; }

.xl-65 {
  width: 65%; }

.xl-70 {
  width: 70%; }

.xl-75 {
  width: 75%; }

.xl-80 {
  width: 80%; }

.xl-85 {
  width: 85%; }

.xl-90 {
  width: 90%; }

.xl-95 {
  width: 95%; }

.xl-100 {
  width: 100%; }

.xl-11 {
  width: 11.11111111111111%; }

.xl-12 {
  width: 12.5%; }

.xl-14 {
  width: 14.28571428571429%; }

.xl-16 {
  width: 16.66666666666666%; }

.xl-33 {
  width: 33.33333333333333%; }

.xl-66 {
  width: 66.66666666666666%; }

.xs-5, .xs-10, .xs-15, .xs-20, .xs-25, .xs-30, .xs-35, .xs-40, .xs-45, .xs-50, .xs-55, .xs-60, .xs-65, .xs-70, .xs-75, .xs-80, .xs-85, .xs-90, .xs-95, .xs-100, .xs-33, .xs-66, .sm-5, .sm-10, .sm-15, .sm-20, .sm-25, .sm-30, .sm-35, .sm-40, .sm-45, .sm-50, .sm-55, .sm-60, .sm-65, .sm-70, .sm-75, .sm-80, .sm-85, .sm-90, .sm-95, .sm-100, .sm-33, .sm-66, .md-5, .md-10, .md-15, .md-20, .md-25, .md-30, .md-35, .md-40, .md-45, .md-50, .md-55, .md-60, .md-65, .md-70, .md-75, .md-80, .md-85, .md-90, .md-95, .md-100, .md-33, .md-66, .lg-5, .lg-10, .lg-15, .lg-20, .lg-25, .lg-30, .lg-35, .lg-40, .lg-45, .lg-50, .lg-55, .lg-60, .lg-65, .lg-70, .lg-75, .lg-80, .lg-85, .lg-90, .lg-95, .lg-100, .lg-33, .lg-66, .xl-5, .xl-10, .xl-15, .xl-20, .xl-25, .xl-30, .xl-35, .xl-40, .xl-45, .xl-50, .xl-55, .xl-60, .xl-65, .xl-70, .xl-75, .xl-80, .xl-85, .xl-90, .xl-95, .xl-100, .xl-33, .xl-66 {
  float: left; }

.xs-11, .xs-12, .xs-14, .xs-16,
.sm-11, .sm-12, .sm-14, .sm-16,
.md-11, .md-12, .md-14, .md-16,
.lg-11, .lg-12, .lg-14, .lg-16,
.xl-11, .xl-12, .xl-14, .xl-16 {
  float: left; }

/******************************
 GENERAL STRUCTURE
*******************************/
.j-min {
  height: 40px; }
.j-60 {
  height: 60px; }
.j-med {
  height: 80px; }

.j-tall {
  height: 120px; }

.j-50 {
  height: 50px; }

.j-100 {
  height: 100px; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.z-6 {
  z-index: 6; }

.z-7 {
  z-index: 7; }

.z-8 {
  z-index: 8; }

.z-9 {
  z-index: 9; }

/******************************
 CONTENT
*******************************/
#container {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  background-color: transparent;
  z-index: 3;
  }

.heading-title, .box-heading {
  font-size: 15px;
  font-weight: normal;
  text-overflow: ellipsis;
  position: relative;
  }

.category-page .heading-title {
  line-height: normal !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  min-height: auto !important;
  text-transform: inherit;
  margin-top: 0px;
}

.secondary-title {
  font-size: 17px;
  color: #5C8BA6; }

.extended-layout #container {
  background-color: transparent;
  background-image: none; }

@media only screen and (min-width: 760px) {
  .extended-layout #column-left {
    padding: 20px 0 0 0; }
  .extended-layout #column-right {
    padding: 20px 0 0 0; }
  .extended-layout #column-right + #content {
    padding: 20px 20px 0 0; }
  .extended-layout #column-left + #content {
    padding: 20px 0 0 20px; }
  .extended-layout #column-left + #column-right + #content {
    padding: 20px 20px 0 20px; }
  .extended-layout #content {
    padding: 0px 0 0 0;
    } }
.home-page #content:empty {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

#content {
  position: relative;
  z-index: 2;
  padding: 10px 20px 20px 20px;
  background-color: transparent;
  -webkit-transform: translate3d(0, 0, 0);
  }
  #content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

.box {
  position: relative; }

#content .content ul, #content .content li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
#content .content ul {
  margin: 8px 0; }
#content .content > ul > li > a {
  display: inline-block;
  padding: 4px 0 4px 10px;
  font-size: inherit; }

/******************************
 BUTTONS / LINKS
*******************************/
input, textarea, keygen, select, button {
  font-family: inherit; }

a {  
  text-decoration: none;
  cursor: pointer; }

button {
  border: none;
  background-color: transparent;
  padding: 0; }

.button {
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out;
  padding: 0 12px;
  border: 0;
  line-height: 32px;
  background-color: transparent;
  display: inline-block;
  -webkit-appearance: none;
  text-align: center;
  position: relative;
  /* box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1); */
  }
  .button i:before {
    padding: 0 1px; }

.cart {
  position: relative; }

.button-disabled {
  opacity: .5;
  cursor: default; }
  .button-disabled:before, .button-disabled:after {
    display: none !important; }

.buttons {
  overflow: hidden;
  padding: 15px 0;
  line-height: 30px;
  margin: 20px 0 20px 0; }
  .buttons .left {
    padding-top: 2px; }

.buttons .left {
  float: left;
  text-align: left; }

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

.buttons .right a {
  text-decoration: none !important; }

.buttons .center {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

hr {
  border: 0;
  background-color: #E4E4E4;
  height: 1px;
  margin: 0; }

/******************************
 BREADCRUMB
*******************************/
.breadcrumb {
  margin: 0 auto;
  padding: 0 15px;
  height: 40px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 0; }
  .breadcrumb a {
    color: inherit;
    font-size: inherit;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
    display: inline-block;
    vertical-align: middle; }

ul.breadcrumb {
  list-style: none; }
  ul.breadcrumb li {
    display: inline-block; }
    ul.breadcrumb li a {
      margin: 0 4px; }
    ul.breadcrumb li::before {
      content: "";
      margin-right: 2px;
      float: left; }
    ul.breadcrumb li:first-of-type a {
      margin-left: 0; }
    ul.breadcrumb li:first-of-type::before {
      display: none; }

@media only screen and (max-width: 500px) {
  ul.breadcrumb {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    line-height: 1.4;
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    ul.breadcrumb > li {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      white-space: normal; } }
.extended-container {
  position: relative;
  z-index: 10; }
  .extended-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute; }

.home-page .extended-container:before,
.maintenance-mode .extended-container:before {
  display: none; }
.maintenance-message {
  padding-bottom: 20px;
  padding-top: 20px; }
  .maintenance-message h1 {
    line-height: 30px; }
    .maintenance-message h1 br {
      display: none; }

/******************************
 NOTIFICATION
*******************************/
.journal-slider + #container > #notification {
  display: none; }

#notification {
  position: absolute;
  z-index: 2;
  width: 100%; }

.success, .warning, .information, .attention {
  width: 100%;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 10px 15px;
  line-height: 20px; }
  .success a, .warning a, .information a, .attention a {
    color: #428bca; }
  .success img, .warning img, .information img, .attention img {
    float: right;
    margin-top: 6px;
    cursor: pointer;
    display: block; }

.success {
  background-color: #CDECA6; }

.warning {
  background-color: #FBE3A7; }

.attention {
  background-color: #FBE3A7; }

.information {
  background-color: #BFE7F1; }

.fa-exclamation-circle {
  font-size: 17px; }

/******************************
 INPUTS
*******************************/
.required, .cart-info .stock {
  color: #EA2E49;
  font-size: 16px; }

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  -webkit-appearance: none;
  background: white;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
  padding: 5px 10px;
  width: 100%;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  font-size: 13px;
  min-height: 35px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08); }

textarea {
  width: 100%;
  max-width: 100%;
  resize: none;
  height: 150px; }

input[type='radio'],
input[type='checkbox'] {
  margin: 5px; }

select {
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: 10px 10px;
  margin: 5px;
  max-width: 100%;
  width: 100%;
  margin-left: 0px;
  }

label {
  cursor: pointer;
  padding-right: 20px; }

span.error,
.text-danger {
  display: inline-block;
  color: white;
  padding: 3px 4px 2px 4px;
  font-size: 12px;
  position: relative;
  }

/******************************
 COLORBOX
*******************************/
#cboxLoadedContent h1 {
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid #E4E4E4;
  margin: 10px 0 10px 10px;
  font-size: 24px; }
#cboxLoadedContent p {
  padding: 0 10px; }

/******************************
 RESPONSIVE VIDEO
*******************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .responsive-video > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************
 TOP BOTTOM POSITION
*******************************/
#top-modules, #bottom-modules {
  z-index: 1; }
  #top-modules > div, #bottom-modules > div {
    margin: 0 auto;
    z-index: 1; }
    #top-modules > div > div, #bottom-modules > div > div {
      position: relative;
      margin: 0 auto; }
  #top-modules .box.static-banners,
  #top-modules .multi-modules-wrapper,
  #top-modules .box.journal-carousel
  .box.custom-sections,
  #top-modules .box.cms-blocks, #bottom-modules .box.static-banners,
  #bottom-modules .multi-modules-wrapper,
  #bottom-modules .box.journal-carousel
  .box.custom-sections,
  #bottom-modules .box.cms-blocks {
    padding-bottom: 0 !important; }
  #top-modules .gutter-on.bullets-on, #bottom-modules .gutter-on.bullets-on {
    padding-bottom: 0 !important; }

#top-modules {
  position: relative; }

.ui-menu {
  z-index: 99 !important; }

/******************************
OC 2
*******************************/
.oc2.information-page #content {
  padding-bottom: 20px; }
.oc2 .required {
  color: inherit; }
  .oc2 .required label {
    font-weight: normal; }
    .oc2 .required label:before {
      content: "*";
      color: #EA2E49;
      font-weight: bold;
      font-size: 16px;
      position: relative;
      margin-right: 3px; }
.oc2 fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .oc2 fieldset > div {
    clear: both;
    margin-bottom: 6px;
    overflow: hidden; }
  .oc2 fieldset .radio {
    padding-top: 7px; }
    .oc2 fieldset .radio label {
      width: 100%;
      padding-top: 0; }
      .oc2 fieldset .radio label:before {
        display: none; }
  .oc2 fieldset label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 fieldset label + div, .oc2 fieldset label + input.form-control {
    width: 75%;
    float: right; }
  .oc2 fieldset .radio-inline {
    width: auto; }
    .oc2 fieldset .radio-inline:before {
      display: none; }
.oc2 .form-horizontal .form-group {
  overflow: hidden;
  margin-bottom: 5px; }
  .oc2 .form-horizontal .form-group label {
    width: 25%;
    float: left;
    display: block;
    padding-top: 7px; }
  .oc2 .form-horizontal .form-group label + div {
    width: 75%;
    float: right; }
.oc2 .secondary-title {
  margin-bottom: 10px; }
.oc2 .input-group {
  display: table;
  position: relative; }
  .oc2 .input-group .form-control {
    float: left;
    display: table-cell; }
  .oc2 .input-group.datetime {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%; }
.oc2 .input-group-btn {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }
  .oc2 .input-group-btn button {
    padding: 6px 12px 9px 12px;
    cursor: pointer;
    font-size: 12px;
    box-shadow: none; }
    .oc2 .input-group-btn button:hover {
      -webkit-transition: all 0.2s;
              transition: all 0.2s; }
.oc2 .date .input-group-btn button, .oc2 .time .input-group-btn button, .oc2 .datetime .input-group-btn button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.oc2 .fa {
  font-size: 14px; }
  .oc2 .fa:before {
    font-family: 'FontAwesome'; }
.oc2 .captcha-row .pull-right {
  float: none;
  margin-left: 25%; }
.oc2 .alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .oc2 .alert button {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    opacity: .6; }
  .oc2 .alert i {
    margin-right: 5px; }

.oc2.route-account-register .form-horizontal .radio {
  padding-top: 0; }
  .oc2.route-account-register .form-horizontal .radio label {
    width: auto;
    float: none;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
.oc2.route-account-register .form-horizontal label.radio-inline {
  width: auto; }

.modal {
  color: #222; }

.old-browser {
  display: table;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #f74558;
  height: 60px;
  line-height: 60px;
  position: fixed;
  z-index: 9999999;
  top: 0; }
  .old-browser a {
    text-decoration: underline;
    color: #fff; }

.oc1 .ui-datepicker {
  z-index: 99999999 !important; }

.i6 body, .ie7 body, .ie8 body {
  padding-top: 60px; }

.tooltip + .tooltip {
  visibility: visible; }

.android:not(.chrome) .product-grid-item .name a {
  display: block; }

.ie:not(.edge) .mini-cart-info table tr td.remove button {
  padding-right: 5px; }

/******************************
Quick Checkout Stripe Payment CSS for OC 1.5.X AND 2.X
*******************************/
.one-page-checkout .confirm-section {
  float: left;
  width: 100%; }

.one-page-checkout .payment-stripe {
  display: block !important; }

.one-page-checkout .checkout-cart .buttons {
  display: none !important; }

/******************************
 Skin Specific
*******************************/
.skin-10 .super-menu > li:first-of-type {
  border-top-width: 0;
  /* border-radius: 30px; */
  }

/******************************
 Demo 11
*******************************/
.skin-11 .side-column .box:not(.flyout-menu) {
  overflow: hidden; }
.skin-11 .heading-title,
.skin-11 .refine-image a,
.skin-11 .side-column .box {
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05); }
.skin-11 .journal-cms-block-96 .block-content-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.skin-11 .product-grid .product-grid-item .price {
  margin: 7px 0 10px 0; }
.skin-11 .secondary-title, .skin-11 #content #review-title {
  padding-top: 0; }

@media only screen and (min-width: 760px) {
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-search,
  .skin-11 body:not(.is-sticky) .journal-header-center .journal-cart {
    margin-top: 10px; }
  .skin-11 body:not(.is-sticky) .journal-header-center .header-assets:not(.top-bar) {
    top: 10px;
    position: relative; }

  .skin-12 #logo a img {
    top: 45%; }
  .skin-12 .journal-header-center .journal-cart,
  .skin-12 .journal-header-center .journal-search {
    margin-top: -10px; } }
/******************************
 Demo 12
*******************************/
@media only screen and (min-width: 760px) and (max-width: 800px) {
  .skin-12 .journal-header-center #cart .heading {
    right: 10px; } }
.skin-12 .product-grid-item .image .wishlist,
.skin-12 .product-grid-item .image .compare {
  bottom: -3px; }
.skin-12 .product-grid-item .image .wishlist {
  left: -5px; }
.skin-12 .product-grid-item .image .compare {
  right: -5px; }

/******************************
 Demo 14
*******************************/
.skin-14 .product-info .product-options > .cart,
.skin-14 .product-info .product-options > .rating {
  margin-bottom: 0; }

/******************************
 Demo 15
*******************************/
.skin-15 #bottom-modules .journal2_text_rotator .rotator-image.image-center {
  margin: 40px auto 10px auto !important; }
.skin-15 #bottom-modules .journal2_text_rotator .bullets-on .rotator-author {
  margin-bottom: 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .rotator-text {
  padding: 10px 30px; }
.skin-15 #bottom-modules .journal2_text_rotator .text-rotator.bullets-center .quovolve-nav {
  bottom: 20px !important; }

.product-wrapper.cat:hover {
  background: #ffcf00;
    background: -webkit-linear-gradient(top,#ffcf00,#e9a203);
    background: -o-linear-gradient(top,#ffcf00,#e9a203);
    background: -moz-linear-gradient(top,#ffcf00,#e9a203);
    background: linear-gradient(to bottom, #ffcf00, #e9a203);
}

.product-wrapper.cat {
  border:none;
  padding-top:10px;
  
}

.product-wrapper.cat a{
  font-weight:normal !important;
}

.product-wrapper.cat:hover a{
  color:#fff !important;
}

.box-heading.box-sections.box-block.cat ul li{
    text-align: center;
    display: inline-block;
}

.contact-page legend {
  display:none !important;
}

.blocks a.pre {text-decoration: underline;font-style: italic;font-family: times new roman;color: #999;font-size: 16px;}

.blocks h3.pre {
  font-size: 14px;
  padding-top: 10px;
  text-transform: uppercase;
  color: #666;
}


.blocks .editor-content:hover a.pre {color:#000;}
.journal-cms-block-5 .editor-content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.journal-cms-block-5 .editor-content p {
  padding-bottom:0px;
}


.journal-cms-block-5 .editor-content b{font-size:30px;font-weight:normal;line-height:30px;font-style:normal;color: #0066a4;}

.journal-cms-block-7 .box-heading {color: #0066a4;font-size:30px !important;}
.journal-cms-block-5 .editor-content p{
  /* line-height:20px; */
  color: #080605;
  font-size: 16px;
  font-family: Roboto;
  font-weight: 300;
}




/*select*/

.dropcontainer {
   position:relative;
   font-size: 16px;
   color: #777;
} 
 
.trigger {
   color: #777;
   padding: 10px;
   font-size: 16px;
   width: 70%;
   background: #fff url(../image/select-arrow-open.png) 98% center no-repeat;
   display: block;
   border: 1px solid #ccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
 
.trigger:hover {
   color: #777;
   background: #f5f5f5 url(../image/select-arrow-open.png) 98% center no-repeat;
}
 
.activetrigger {
   color: #777;
   padding: 10px;
   font-size: 16px;
   width: 70%;
   background: #ffffff url(../image/select-arrow-close.png) 98% center no-repeat;
   display: block;
   border: 1px solid #ccc;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
.activetrigger:hover {
   background: #f5f5f5 url(../image/select-arrow-close.png) 98% center no-repeat;
   color: #777;
}
 
.activetrigger:active {
   background: #f5f5f5 url(../image/select-arrow-close.png) 98% center no-repeat;
   color: #777;
}
 
.dropcontainer ul {
   font-size: 16px;
   border: 1px solid #ccc;
   border-top: none;
   background: #fff;
   list-style-type: none;
   padding: 10px;
   margin:;
   width: 70%;
   z-index: 100;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
 
.dropcontainer ul li {
   padding: 5px;
   -webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
   -o-transition: all 0.5s ease; 
   transition: all 0.5s ease;
}
 
.dropcontainer ul li:hover {
   background: #f5f5f5;
   outline: none;
}
 
.dropcontainer ul li:first-child {
   display: none;
}
 ul.dropdownvisible li:hover a{
   color:#fff !important;
 }
 ul.dropdownvisible li:hover{
 background:#2a2b2e !important;
 }
ul.dropdownvisible li {
  display:block !important;
  margin: 0px !important;
  padding: 5px 10px !important;
}

.dropcontainer ul li:last-child {
   border-bottom: none;
}
 
.dropdownhidden {
   display: none;
}
 
.dropdownvisible {
   height: auto;
}



.moto_title {
  font-size: 30px;
  color:#080605;
  font-family: "Roboto";
  font-weight: 500;
  margin-bottom: 25px;
  background: url(../image/line.jpg)bottom left no-repeat;
  padding-bottom: 10px;
}

.static-banners-25 .box-heading {
    background: url(../image/line.jpg)bottom center no-repeat;
  padding-bottom: 10px;
}
.info1 p{
  line-height: 20px !important;
}
.info1 {
  padding: 40px;
  padding-top: 10px;
  padding-left: 18px;
  padding-bottom: 0;
}

.carousel-11 .box-heading {
  padding: 0px 28% !important;
  white-space: normal;
  overflow: auto;
  text-overflow: inherit;
  background: url(../image/line.jpg)bottom center no-repeat;
  padding-bottom: 10px !important;
}
.carousel-11 .box-heading a{
  text-align:center;
  float:none !important;
  padding-left: 0px !important;
}

.image.news {
  float: left;
    width: auto;
    height: 52px;
    display: table-cell !important;
    vertical-align: middle;
    padding-right:5px;
}

.caption.news {
      -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: left;    
    display: table-cell;
    vertical-align: middle;
    padding: 0px 10px;
}

.caption.news a{
  color: #303030;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  font-size:12px !important;
  font-weight:normal;
}

.caption.news:hover a{
  color: #016ab2;
  text-decoration:none;
}

.product-thumb.transition.news {
  margin-bottom: 10px;
  border: none;
  border-bottom: 1px dotted #dee0ee;
  display: block;
  height: 100%;
  min-height: 70px;
}


.product-list-item #stock {
  display: inline-block;
  float: right;
  text-align: right;
}


#container, #header, #footer, .bottom-footer > div, .bottom-footer.boxed-bar {
}


input[type="radio"]:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border: 1px solid #e1e1e1;
    margin-top: -3px;
    border-radius: 64px;
    margin-left: -5px;
}

input[type="radio"]:checked:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff url(../image/shape.svg)center center no-repeat;
    position: absolute;
    background-size: 12px;
}

.account-page .secondary-title {
  color:#2a2b2e;
  padding-bottom: 0px;
  text-align: left;
  padding-left: 0px;
}

.account-page #content .content {
  padding-top: 0px;
  padding-left: 0px;
}
.account-page #content .content ul li{
  border-bottom:1px dashed #eaeaea;
  padding-bottom:5px;
  margin-bottom:5px;
}
.account-page #content .content ul li a i{
  margin-top:-4px;
}
.journal-cms-block-31 .editor-content{
  margin-top:20px;
}

.block1, .form{
  display: block;
}
.block1{
  background: url(block1.jpg)left center no-repeat;
  height: 392px;
  background-size: 98%;
  position:relative;
}
.block1 .price_block1{
  background:url(price.png)center no-repeat;
  width:268px;
  height:100px;
  padding:10px;
  padding-left:40px;
  position:absolute;
  right:30px;
  bottom:10px;
  font-weight: 500;
}
.block1 .price_block1 span b{
  text-decoration: line-through;
}
.block1 .price_block1 span:first-child, .block1 .price_block1 span b{
  color:#778087;
  font-size:22px;
  font-weight:normal;
  position: relative;
}
.block1 .price_block1 span:last-child{
  display:block;
  font-size:44px;
  color:#ff3e18;
  line-height: 35px;
}
.form {
  background:#ff3d17;
  border-radius:10px;
  text-align:center;
  color:#fff;
  padding: 15px 20px;
}
.form span{
  font-size:17px;
}
.form .title_form{
  font-size:21px;
  margin-top: 10px;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 500;
}
.form input:not([type='checkbox']){
  height:50px;
  display:block;
  width:100%;
  margin-bottom: 6px;
  border-radius: 3px;
  padding-left:10px;
  border:1px solid #d8dde0;
}
.form .title_form span{
  margin-bottom:20px;
  display:block;
}
.form form{
  display:block;
  margin-top: 33px;
}
.form form span{
  display:block;
  margin-top: 14px;
}
.form form button:hover, .callme_viewform.bot:hover{
  background:#ffb018 !important;
  color:#1c242a;
}
.form form button{
  display:block;
  text-align:center;
  margin:0 auto;
  background:#fff;
  width:196px;
  height:50px;
  margin-top: 24px;
  border-radius:3px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1c242a;
  font-weight: bold;
  cursor: pointer;
  line-height: 50px;
}
.journal-cms-block-131 .box-heading h2, .journal-cms-block-132 .box-heading h2{
  text-align:center;
  font-size:32px;
  font-weight:500;
  color:#1c242a;
  margin-bottom:40px !important;
  position:relative;
}
.journal-cms-block-131 .box-heading span, .journal-cms-block-132 .box-heading span{
  color:#ff3d17;
}
.journal-cms-block-131 b{
  margin-top:30px !important;
  position:relative;
  display:block;
  text-transform:uppercase;
  font-weight:500;
  font-size:20px;
  margin-bottom:23px;
}
.journal-cms-block-131 p{
  font-size:16px;
  line-height:18px !important;
  padding-left:5px;
  padding-right:5px;
}
.journal-cms-block-132 b{
  display:block;
}
.journal-cms-block-132 span i:before{
  width:14px;
  height:14px;
  border:2px solid #ff3d17;
  content:"";
  border-radius:100%;
  margin-right: 5px;
}
.journal-cms-block-132 .editor-content{
  display:table;
}
.journal-cms-block-132 .editor-content > div{
  display: table-cell;
}
#block3b p {
  font-size:20px;
  line-height: 25px;
}
#block3b b {
  text-transform:uppercase;
  font-size:20px;
  margin-bottom: 13px;
  margin-top: 24px;
}
#block3b span{
  font-size: 16px;
  line-height: 26px;
}
.block4a .title{
  color:#fff;
  text-transform:uppercase;
  font-size:32px;
  font-weight:500;
  line-height: initial;
}
.block4a .title span{
  color:#ff3d17;
}
.block4a p{
  color:#fff;
  font-size:17px;
  margin-top:40px;
}
.block4a p:last-child{
  font-size:20px;
  line-height: initial;
  margin-top:35px;
}
.journal-cms-block-133 .editor-content{
  display: table-row;
}
.journal-cms-block-133 .cms-block{
  display:table
}
.block4a, .block4b{
  display: table-cell;
  height: 100%;
  position: relative;
}
.block4b .youtube{
  text-align:center;
  min-height: 284px;
  display:table;
  width: 100%;
}
.block4b .youtube a{
  color:#fff;
  /*background: url(youtube.png)center no-repeat;*/
  padding: 42px 0px;
  top: 10px;
  position: relative;
  z-index:9;
  text-align:center;
  font-size: 0px;
}

.block4b .youtube a:after{
  content:"";
  background: hsla(0, 0%, 100%, 0.10);
  width:270px;
  height:270px;
  z-index:-1;
  border-radius:100%;
  border:2px solid #fff;
  margin-bottom: -140px;
}
#top-modules .journal2_cms_blocks:nth-child(6){
  margin-top:7px;
}

.journal-carousel .htabs.single-tab a {
  color:#1c242a;
  cursor:text;
  font-weight: 500;
}
.journal-carousel .htabs.single-tab h2 span{
  color:#ff3d17;
}
.journal-cms-block-136 a, .journal-cms-block-138 a, .journal-cms-block-140 a{
  font-size:16px;
  font-weight:bold;
  color: #1c242a !important;
  padding: 11px 20px;
  display: block;
  text-transform: uppercase;
  line-height: initial;
}
.journal-cms-block-136, .journal-cms-block-138, .journal-cms-block-140 {
  margin-top: 10px !important;
  position:relative;
}
.journal-cms-block-136 p, .journal-cms-block-138 p, .journal-cms-block-140 p{
  width: 346px;
  display: inline-block;
  border: 2px solid #ff3d17;
  overflow: hidden;
  border-radius: 3px;
  padding-bottom: 0px !important;
  }
  .carousel-137 .box-heading a {
    text-transform:none !important;
    font-size:24px !important;
    font-weight:500;
  }
  .carousel-146 .box-heading a, .carousel-147 .box-heading a, .carousel-148 .box-heading a {
    text-transform:uppercase;
    font-size:24px !important;
    font-weight:500;
  }
  .carousel-135 .box-heading h2{
    font-size:32px !important;
  }
  .carousel-139 .box-heading h2 {
    text-transform:uppercase;
    font-size:24px !important;
    font-weight:500
  }
  .carousel-139 .box-heading h2{
    margin-bottom:28px;
  }

  .journal-cms-block-141 .box-heading h2, .journal-cms-block-142 .box-heading h2, .journal-cms-block-143 .box-heading h2, .journal-rotator-144 .box-heading h2{
    font-size:32px;
    text-align:center;
    font-weight:500;
    margin-bottom:50px !important;
    position:relative;
  }
  .journal-cms-block-141 .box-heading span, .journal-cms-block-143 .box-heading span, .journal-rotator-144 .box-heading span{
    color:#ff3d17;
  }
  .journal-cms-block-141 b{
    font-size:20px;
    font-weight:500;
    text-transform:uppercase;
    margin-bottom:20px;
    position:relative;
    display:block;
    line-height:initial;
  }
  .journal-cms-block-141 p{
    font-size:16px;
    line-height:initial;
    padding-right: 30px;
  }
  .journal-cms-block-141 .block-icon-left {
    height:110px;
    margin-right: 30px;
  }
  .journal-cms-block-142 .cms-block{
    margin-bottom:-6px;
  }
  .journal-cms-block-142 .cms-block img{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all 1s ease-in-out; /** Firefox **/
    -o-transition: all 1s ease-in-out; /** Opera **/
    position:relative;
    transform: translate(0px,80px);
    -webkit-transform: translate(0px,80px); /** Chrome & Safari **/
    -o-transform: translate(0px,80px); /** Opera **/
    -moz-transform: translate(0px,80px); /** Firefox **/
  }
  .journal-cms-block-142 .cms-block img:hover{
    top:0px;
    cursor:pointer;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px); /** Chrome & Safari **/
    -o-transform: translate(0px,0px); /** Opera **/
    -moz-transform: translate(0px,0px); /** Firefox **/
    
  }
  .journal-cms-block-142{
    overflow:hidden
  }
  .journal-cms-block-143 b{
    font-weight:500;
    text-transform:uppercase;
    font-size:20px;
    line-height: initial;
    margin-bottom: 10px;
    display: block;
  }
   .journal-cms-block-143 p{
    font-size:16px;
    line-height: initial !important;
    padding-right: 10px;
   }
   .journal-cms-block-143 .block-content-top .block-icon{
     text-align:left !important;
     display:inline-block !important;
     flex: none;
     width: 100%;
     margin-bottom: 20px;
   }
   .journal-cms-block-145 .block1{
     background: url(block16.png)left bottom no-repeat;
     /*height: 450px;*/
     background-size: 97%;
	margin: 30px 0 0 0;
	height: 525px;
	background-color: #fff;
   }
   .journal-cms-block-145 .cms-block{
     margin-bottom:0px;
     padding-bottom:0px;
   }

   .journal-cms-block-145 .block1 .price_block1{
     bottom: 70px;
   }
   .journal-cms-block-145 .form{
    margin-top: 30px;
	margin-bottom: 30px;
   }
.sale_text span{
  color:#ff3d17;
}
.sale_text{
  font-size:26px;
  text-transform:uppercase;
  font-weight:500;
  position:absolute;
  bottom: 20px;
  right:30px;
}
.journal-cms-block-145 .block1 .pioner{
  position:absolute;
  right:40px;
  top: 205px;
  line-height: initial;
  font-size:24px;
}
.journal-carousel .htabs.single-tab{
  margin-bottom:30px;
}
.header_block{
  float:left;
  margin-right: auto;
}
.header_block div{
  width:33%;
  display:inline-block;
  float:left;
  text-align: center;
  background: url(star.png)top center no-repeat;
  padding-top: 30px;
  font-size: 14px;
  line-height: 18px;
}
.header_block div:nth-child(2){
background: url(star2.png)top center no-repeat;
}
.header_block div:nth-child(3){
background: url(star3.png)top center no-repeat;
}
  .htabs h2{
    color: #1c242a;
    cursor: text;
    font-weight: 500;
    font-size:24px;
  }
    .journal-carousel .htabs.single-tab a.selected{
    display:none;
  }
  .journal-cms-block-136 p:hover, .journal-cms-block-138 p:hover, .journal-cms-block-140 p:hover {
    background:#ffb018;
    border-color:#ffb018;
  }


  /* Kindle */
 @media only screen and (min-device-width : 600px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1)  {
.journal-cms-block-145 .block1 {
    background: url(block16.png)right 20px no-repeat;
    height: 450px;
    background-size: 150%;
}
.sale_text{
  width:100%;
  left:0px;
  right:0px;
  bottom:10px;
  font-size: 24px;
  text-align: center;
}
.journal-rotator-144 .quote > div:nth-child(1){
  width:20%;
}
.journal-rotator-144 .quote > div:nth-child(2){
  width:80%;
}
   #top-modules .journal2_cms_blocks:nth-child(6), #top-modules .journal2_cms_blocks:nth-child(5) {
    background-size: cover !important;
}
 }

 .journal-cms-block-131 p i:before {
    width: 14px;
    height: 14px;
    border: 2px solid #ff3d17;
    content: "";
    border-radius: 100%;
    margin-right: 5px;
    margin-left: -22px;
    top: 2px;
}

.block4b .youtube a img:hover{
    -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}
.block4b .youtube a img {
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    text-align:center;
    float: none;
    position: absolute;
    top: 5px;
    left: 80px;
}
.br{
	height:30px;
}
.reviews_rotator{
	margin:0 auto;
	width:75%;
}
.reviews_rotator img{
	max-width:100%;
}
.reviews_rotator a+a img{
	max-width:23%;
}
#block146,#block147{
	position: absolute;
	top: -70px;
}
.komplekt_ul{
	margin:20px 23% 30px;
}
.komplekt_ul ul{
	margin:0;
	padding:0;
	list-style:none;
}
.komplekt_ul li:before{
	width: 14px;
	height: 14px;
	border: 2px solid #ff3d17;
	content: "";
	border-radius: 100%;
	margin-right: 10px;
	vertical-align: middle;
}
.form_review_cust{
	padding: 15px 60px;
}
.frc_title{
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin:0 0 5px 0;
}
.frc_item{
	margin: 0 0 8px 0;
}
.frc_item label{
	font-size: 15px;
	margin: 0 0 2px 0;
	display: block;
}
.frc_table{
	width:100%;
	display:table;
	margin:0 0 10px;
}
.frc_table_left,.frc_table_right{
	display:table-cell;
	vertical-align:top;
}
.frc_item input[type=radio]{
	margin:0;
}
.banner_button_wrap{
	position: absolute;
left: 35px;
top: 16%;
}
.banner_button_or{
	padding:0 30px;
	font-size: 20px;
	font-weight: bold;
}
.banner_button_table{
	width:100%;
	display:table;
}
.banner_button_block,.banner_button_or{
	display:table-cell;
	vertical-align:middle;
}
.banner_button_block1,.banner_button_block2{
	display: block;
text-align: center;
line-height: 30px;
font-weight: bold;
font-size: 14px;
padding: 0px 10px;
text-transform: uppercase;
border-radius: 3px;
}
.banner_button_block1{
	margin:0 0 10px 0;
	line-height: 30px;
	background-color: #ff3d17;
	color:#fff;
	border: 3px solid #ff3d17;
}
.banner_button_block1:hover{
	background:#000;
	color:#fff;
}
.banner_button_block2{
	border: 2px solid #ff3d17;
	background:#fff;
}
#block150 .swiper-wrapper .product-grid-item:last-child{
	margin-right:0 !important;
}
#block137{margin: 0 15%;}
#block3b{margin: 0 15%;display: block;}
.editor-content h1 span{
	font-size:30px;
	font-weight:500;
}
@media (max-width: 767px) {
	#block3b{margin: 0;}
  #block137{margin: 0;}
 }