@font-face {
  font-family: 'Gothabold';
  src: url('./fonts/GothaProBol.otf');
}

@font-face {
  font-family: 'Gothalight';
  src: url('./fonts/GothaProLig.otf');.name a
}

@font-face {
  font-family: 'Gotha';
  src: url('./fonts/GothaProReg.otf');
}

@font-face {
  font-family: 'Gothamed';
  src: url('./fonts/GothaProMed.otf');
}
@font-face {
  font-family: 'Bebasbold';
  src: url('./fonts/BebasNeueBold.otf');
}
@font-face {
  font-family: 'Bebaslight';
  src: url('./fonts/Bebaslight.otf');
}
@font-face {
  font-family: 'Bebas';
  src: url('./fonts/bebasneueregular.ttf');
}
ul.sigProClassic li.sigProThumb a.sigProLink{max-width: 370px;}
.breadcrumbs{display: table; width: 100%;}
.breadcrumbs ul{margin-bottom: 0;}
.breadcrumbs ul li.active span{color: #e95f40;}
.breadcrumbs div{display: table-cell; vertical-align: middle;}
#g-navigation h1{font-family: 'Gothalight';font-size: 60px;color:#fff;margin: 0;line-height: 60px;}
.breadcrumbs{height: 244px;}
.breadcrumbs ul li{display: inline-block;}
.breadcrumbs ul li a, .breadcrumbs ul li span{font-family: Gotha; font-size: 15px; color:#fff;}
.breadcrumbs{background: url(./images/breadcrumbs.jpg) no-repeat;background-size: cover; background-position: center center;}
.g-main-nav .g-dropdown, .g-main-nav .g-standard .g-dropdown .g-dropdown {
  position: absolute;
  top: auto;
  left: auto;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.docs{    line-height: 50px;
    font-family: Gothabold;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;}
    #list_product_demofiles{max-width: 330px;margin-top: 25px;}

.g-main-nav .g-standard .g-dropdown.g-active, .g-main-nav .g-fullwidth .g-dropdown.g-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.g-main-nav ul, #g-mobilemenu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.jshop h1{font-family: Gothamed; font-size: 45px; color:#1a171b;font-weight: normal;line-height: 45px;}



@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  height: auto !important;
}

#g-page-surround {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

iframe,
svg {
  max-width: 100%;
}

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

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
}

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

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"] {
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

tr, td, th {
  vertical-align: middle;
}

th, td {
  padding: 0.375rem 0;
}

th {
  text-align: left;
}

@media print {
  body {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-container {
  margin: 0 auto;
  padding: 0;
}

.g-block .g-container {
  width: auto;
}

.g-grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
}
.g-grid.nowrap {
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  flex-flow: row;
}

.g-block {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.first-block {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.last-block {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.size-5 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 5%;
  -moz-flex: 0 5%;
  -ms-flex: 0 5%;
  flex: 0 5%;
  width: 5%;
}

.size-6 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 6%;
  -moz-flex: 0 6%;
  -ms-flex: 0 6%;
  flex: 0 6%;
  width: 6%;
}

.size-7 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 7%;
  -moz-flex: 0 7%;
  -ms-flex: 0 7%;
  flex: 0 7%;
  width: 7%;
}

.size-8 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 8%;
  -moz-flex: 0 8%;
  -ms-flex: 0 8%;
  flex: 0 8%;
  width: 8%;
}

.size-9 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 9%;
  -moz-flex: 0 9%;
  -ms-flex: 0 9%;
  flex: 0 9%;
  width: 9%;
}

.size-10 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 10%;
  -moz-flex: 0 10%;
  -ms-flex: 0 10%;
  flex: 0 10%;
  width: 10%;
}

.size-11 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 11%;
  -moz-flex: 0 11%;
  -ms-flex: 0 11%;
  flex: 0 11%;
  width: 11%;
}

.size-12 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 12%;
  -moz-flex: 0 12%;
  -ms-flex: 0 12%;
  flex: 0 12%;
  width: 12%;
}

.size-13 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 13%;
  -moz-flex: 0 13%;
  -ms-flex: 0 13%;
  flex: 0 13%;
  width: 13%;
}

.size-14 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 14%;
  -moz-flex: 0 14%;
  -ms-flex: 0 14%;
  flex: 0 14%;
  width: 14%;
}

.size-15 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 15%;
  -moz-flex: 0 15%;
  -ms-flex: 0 15%;
  flex: 0 15%;
  width: 15%;
}

.size-16 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16%;
  -moz-flex: 0 16%;
  -ms-flex: 0 16%;
  flex: 0 16%;
  width: 16%;
}

.size-17 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 17%;
  -moz-flex: 0 17%;
  -ms-flex: 0 17%;
  flex: 0 17%;
  width: 17%;
}

.size-18 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 18%;
  -moz-flex: 0 18%;
  -ms-flex: 0 18%;
  flex: 0 18%;
  width: 18%;
}

.size-19 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 19%;
  -moz-flex: 0 19%;
  -ms-flex: 0 19%;
  flex: 0 19%;
  width: 19%;
}

.size-20 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 20%;
  -moz-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  width: 20%;
}

.size-21 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 21%;
  -moz-flex: 0 21%;
  -ms-flex: 0 21%;
  flex: 0 21%;
  width: 21%;
}

.size-22 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 22%;
  -moz-flex: 0 22%;
  -ms-flex: 0 22%;
  flex: 0 22%;
  width: 22%;
}

.size-23 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 23%;
  -moz-flex: 0 23%;
  -ms-flex: 0 23%;
  flex: 0 23%;
  width: 23%;
}

.size-24 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 24%;
  -moz-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
  width: 24%;
}

.size-25 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 25%;
  -moz-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
  width: 25%;
}

.size-26 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 26%;
  -moz-flex: 0 26%;
  -ms-flex: 0 26%;
  flex: 0 26%;
  width: 26%;
}

.size-27 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 27%;
  -moz-flex: 0 27%;
  -ms-flex: 0 27%;
  flex: 0 27%;
  width: 27%;
}

.size-28 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 28%;
  -moz-flex: 0 28%;
  -ms-flex: 0 28%;
  flex: 0 28%;
  width: 28%;
}

.size-29 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 29%;
  -moz-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
  width: 29%;
}

.size-30 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 30%;
  -moz-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  width: 30%;
}

.size-31 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 31%;
  -moz-flex: 0 31%;
  -ms-flex: 0 31%;
  flex: 0 31%;
  width: 31%;
}

.size-32 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 32%;
  -moz-flex: 0 32%;
  -ms-flex: 0 32%;
  flex: 0 32%;
  width: 32%;
}

.size-33 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33%;
  -moz-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
  width: 33%;
}

.size-34 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 34%;
  -moz-flex: 0 34%;
  -ms-flex: 0 34%;
  flex: 0 34%;
  width: 34%;
}

.size-35 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 35%;
  -moz-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
  width: 35%;
}

.size-36 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 36%;
  -moz-flex: 0 36%;
  -ms-flex: 0 36%;
  flex: 0 36%;
  width: 36%;
}

.size-37 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 37%;
  -moz-flex: 0 37%;
  -ms-flex: 0 37%;
  flex: 0 37%;
  width: 37%;
}

.size-38 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 38%;
  -moz-flex: 0 38%;
  -ms-flex: 0 38%;
  flex: 0 38%;
  width: 38%;
}

.size-39 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 39%;
  -moz-flex: 0 39%;
  -ms-flex: 0 39%;
  flex: 0 39%;
  width: 39%;
}

.size-40 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 40%;
  -moz-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
  width: 40%;
}

.size-41 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 41%;
  -moz-flex: 0 41%;
  -ms-flex: 0 41%;
  flex: 0 41%;
  width: 41%;
}

.size-42 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 42%;
  -moz-flex: 0 42%;
  -ms-flex: 0 42%;
  flex: 0 42%;
  width: 42%;
}

.size-43 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 43%;
  -moz-flex: 0 43%;
  -ms-flex: 0 43%;
  flex: 0 43%;
  width: 43%;
}

.size-44 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 44%;
  -moz-flex: 0 44%;
  -ms-flex: 0 44%;
  flex: 0 44%;
  width: 44%;
}

.size-45 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 45%;
  -moz-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
  width: 45%;
}

.size-46 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 46%;
  -moz-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
  width: 46%;
}

.size-47 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 47%;
  -moz-flex: 0 47%;
  -ms-flex: 0 47%;
  flex: 0 47%;
  width: 47%;
}

.size-48 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 48%;
  -moz-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
  width: 48%;
}

.size-49 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 49%;
  -moz-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
  width: 49%;
}

.size-50 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 50%;
  -moz-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  width: 50%;
}

.size-51 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 51%;
  -moz-flex: 0 51%;
  -ms-flex: 0 51%;
  flex: 0 51%;
  width: 51%;
}

.size-52 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 52%;
  -moz-flex: 0 52%;
  -ms-flex: 0 52%;
  flex: 0 52%;
  width: 52%;
}

.size-53 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 53%;
  -moz-flex: 0 53%;
  -ms-flex: 0 53%;
  flex: 0 53%;
  width: 53%;
}

.size-54 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 54%;
  -moz-flex: 0 54%;
  -ms-flex: 0 54%;
  flex: 0 54%;
  width: 54%;
}

.size-55 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 55%;
  -moz-flex: 0 55%;
  -ms-flex: 0 55%;
  flex: 0 55%;
  width: 55%;
}

.size-56 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 56%;
  -moz-flex: 0 56%;
  -ms-flex: 0 56%;
  flex: 0 56%;
  width: 56%;
}

.size-57 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 57%;
  -moz-flex: 0 57%;
  -ms-flex: 0 57%;
  flex: 0 57%;
  width: 57%;
}

.size-58 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 58%;
  -moz-flex: 0 58%;
  -ms-flex: 0 58%;
  flex: 0 58%;
  width: 58%;
}

.size-59 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 59%;
  -moz-flex: 0 59%;
  -ms-flex: 0 59%;
  flex: 0 59%;
  width: 59%;
}

.size-60 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 60%;
  -moz-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
  width: 60%;
}

.size-61 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 61%;
  -moz-flex: 0 61%;
  -ms-flex: 0 61%;
  flex: 0 61%;
  width: 61%;
}

.size-62 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 62%;
  -moz-flex: 0 62%;
  -ms-flex: 0 62%;
  flex: 0 62%;
  width: 62%;
}

.size-63 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 63%;
  -moz-flex: 0 63%;
  -ms-flex: 0 63%;
  flex: 0 63%;
  width: 63%;
}

.size-64 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 64%;
  -moz-flex: 0 64%;
  -ms-flex: 0 64%;
  flex: 0 64%;
  width: 64%;
}

.size-65 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 65%;
  -moz-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
  width: 65%;
}

.size-66 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 66%;
  -moz-flex: 0 66%;
  -ms-flex: 0 66%;
  flex: 0 66%;
  width: 66%;
}

.size-67 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 67%;
  -moz-flex: 0 67%;
  -ms-flex: 0 67%;
  flex: 0 67%;
  width: 67%;
}

.size-68 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 68%;
  -moz-flex: 0 68%;
  -ms-flex: 0 68%;
  flex: 0 68%;
  width: 68%;
}

.size-69 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 69%;
  -moz-flex: 0 69%;
  -ms-flex: 0 69%;
  flex: 0 69%;
  width: 69%;
}

.size-70 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 70%;
  -moz-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
  width: 70%;
}

.size-71 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 71%;
  -moz-flex: 0 71%;
  -ms-flex: 0 71%;
  flex: 0 71%;
  width: 71%;
}

.size-72 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 72%;
  -moz-flex: 0 72%;
  -ms-flex: 0 72%;
  flex: 0 72%;
  width: 72%;
}

.size-73 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 73%;
  -moz-flex: 0 73%;
  -ms-flex: 0 73%;
  flex: 0 73%;
  width: 73%;
}

.size-74 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 74%;
  -moz-flex: 0 74%;
  -ms-flex: 0 74%;
  flex: 0 74%;
  width: 74%;
}

.size-75 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 75%;
  -moz-flex: 0 75%;
  -ms-flex: 0 75%;
  flex: 0 75%;
  width: 75%;
}

.size-76 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 76%;
  -moz-flex: 0 76%;
  -ms-flex: 0 76%;
  flex: 0 76%;
  width: 76%;
}

.size-77 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 77%;
  -moz-flex: 0 77%;
  -ms-flex: 0 77%;
  flex: 0 77%;
  width: 77%;
}

.size-78 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 78%;
  -moz-flex: 0 78%;
  -ms-flex: 0 78%;
  flex: 0 78%;
  width: 78%;
}

.size-79 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 79%;
  -moz-flex: 0 79%;
  -ms-flex: 0 79%;
  flex: 0 79%;
  width: 79%;
}

.size-80 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 80%;
  -moz-flex: 0 80%;
  -ms-flex: 0 80%;
  flex: 0 80%;
  width: 80%;
}

.size-81 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 81%;
  -moz-flex: 0 81%;
  -ms-flex: 0 81%;
  flex: 0 81%;
  width: 81%;
}

.size-82 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 82%;
  -moz-flex: 0 82%;
  -ms-flex: 0 82%;
  flex: 0 82%;
  width: 82%;
}

.size-83 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 83%;
  -moz-flex: 0 83%;
  -ms-flex: 0 83%;
  flex: 0 83%;
  width: 83%;
}

.size-84 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 84%;
  -moz-flex: 0 84%;
  -ms-flex: 0 84%;
  flex: 0 84%;
  width: 84%;
}

.size-85 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 85%;
  -moz-flex: 0 85%;
  -ms-flex: 0 85%;
  flex: 0 85%;
  width: 85%;
}

.size-86 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 86%;
  -moz-flex: 0 86%;
  -ms-flex: 0 86%;
  flex: 0 86%;
  width: 86%;
}

.size-87 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 87%;
  -moz-flex: 0 87%;
  -ms-flex: 0 87%;
  flex: 0 87%;
  width: 87%;
}

.size-88 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 88%;
  -moz-flex: 0 88%;
  -ms-flex: 0 88%;
  flex: 0 88%;
  width: 88%;
}

.size-89 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 89%;
  -moz-flex: 0 89%;
  -ms-flex: 0 89%;
  flex: 0 89%;
  width: 89%;
}

.size-90 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 90%;
  -moz-flex: 0 90%;
  -ms-flex: 0 90%;
  flex: 0 90%;
  width: 90%;
}

.size-91 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 91%;
  -moz-flex: 0 91%;
  -ms-flex: 0 91%;
  flex: 0 91%;
  width: 91%;
}

.size-92 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 92%;
  -moz-flex: 0 92%;
  -ms-flex: 0 92%;
  flex: 0 92%;
  width: 92%;
}

.size-93 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 93%;
  -moz-flex: 0 93%;
  -ms-flex: 0 93%;
  flex: 0 93%;
  width: 93%;
}

.size-94 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 94%;
  -moz-flex: 0 94%;
  -ms-flex: 0 94%;
  flex: 0 94%;
  width: 94%;
}

.size-95 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 95%;
  -moz-flex: 0 95%;
  -ms-flex: 0 95%;
  flex: 0 95%;
  width: 95%;
}

.size-33-3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 33.33333%;
  -moz-flex: 0 33.33333%;
  -ms-flex: 0 33.33333%;
  flex: 0 33.33333%;
  width: 33.33333%;
  max-width: 33.33333%;
}

.size-16-7 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 16.66667%;
  -moz-flex: 0 16.66667%;
  -ms-flex: 0 16.66667%;
  flex: 0 16.66667%;
  width: 16.66667%;
  max-width: 16.66667%;
}

.size-14-3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 14.28571%;
  -moz-flex: 0 14.28571%;
  -ms-flex: 0 14.28571%;
  flex: 0 14.28571%;
  width: 14.28571%;
  max-width: 14.28571%;
}

.size-12-5 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 12.5%;
  -moz-flex: 0 12.5%;
  -ms-flex: 0 12.5%;
  flex: 0 12.5%;
  width: 12.5%;
  max-width: 12.5%;
}

.size-11-1 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 11.11111%;
  -moz-flex: 0 11.11111%;
  -ms-flex: 0 11.11111%;
  flex: 0 11.11111%;
  width: 11.11111%;
  max-width: 11.11111%;
}

.size-9-1 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 9.09091%;
  -moz-flex: 0 9.09091%;
  -ms-flex: 0 9.09091%;
  flex: 0 9.09091%;
  width: 9.09091%;
  max-width: 9.09091%;
}

.size-8-3 {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 8.33333%;
  -moz-flex: 0 8.33333%;
  -ms-flex: 0 8.33333%;
  flex: 0 8.33333%;
  width: 8.33333%;
  max-width: 8.33333%;
}

.size-100 {
  width: 100%;
  max-width: 100%;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}

.g-main-nav:not(.g-menu-hastouch) .g-dropdown {
  z-index: 10;
  top: -9999px;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown.g-active {
  top: 100%;
}
.g-main-nav:not(.g-menu-hastouch) .g-dropdown .g-dropdown {
  top: 0;
}
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown.g-active {
  top: auto;
}
.g-main-nav:not(.g-menu-hastouch) .g-fullwidth .g-dropdown .g-dropdown.g-active {
  top: 0;
}
.g-main-nav .g-toplevel > li {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
}
.g-main-nav .g-toplevel > li.g-menu-item-type-particle, .g-main-nav .g-toplevel > li.g-menu-item-type-module {
  cursor: initial;
}
.g-main-nav .g-toplevel > li .g-menu-item-content {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.g-main-nav .g-toplevel > li .g-menu-item-container {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator:after {
  display: inline-block;
  cursor: pointer;
  width: 1.5rem;
  opacity: 0.5;
  font-family: FontAwesome, serif;
  content: "\f078";
  text-align: right;
}
.g-main-nav .g-toplevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
  content: "\f00d";
}
.g-main-nav .g-dropdown {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  z-index: 1;
}
.g-main-nav .g-sublevel > li {
  -webkit-transition: background 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: background 0.2s ease-out, transform 0.2s ease-out;
}
.g-main-nav .g-sublevel > li.g-menu-item-type-particle, .g-main-nav .g-sublevel > li.g-menu-item-type-module {
  cursor: initial;
}
.g-main-nav .g-sublevel > li .g-menu-item-content {
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
  margin-right: 2rem;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  position: absolute;
  right: 0.738rem;
  top: 0.838rem;
  width: auto;
  text-align: center;
}
.g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator:after {
  content: "\f054";
  text-align: center;
}
.g-main-nav .g-sublevel > li.g-parent.g-selected > .g-menu-item-container > .g-menu-parent-indicator:after {
  content: "\f00d";
}

[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-item-content {
  margin-right: inherit;
  margin-left: 2rem;
  text-align: right;
}
[dir="rtl"] .g-main-nav .g-sublevel > li.g-parent .g-menu-parent-indicator {
  right: inherit;
  left: 0.738rem;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.g-menu-item-container {
  display: block;
  position: relative;
}
.g-menu-item-container input, .g-menu-item-container textarea {
  color: #666;
}

.g-main-nav .g-standard {
  position: relative;
}
.g-main-nav .g-standard .g-sublevel > li {
  position: relative;
}
.g-main-nav .g-standard .g-dropdown {
  top: 100%;
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-left {
  right: 0;
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.g-main-nav .g-standard .g-dropdown.g-dropdown-right {
  left: 0;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown {
  top: 0;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-left {
  left: auto;
  right: 100%;
}
.g-main-nav .g-standard .g-dropdown .g-dropdown.g-dropdown-right {
  left: 100%;
  right: auto;
}
.g-main-nav .g-standard .g-dropdown .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.g-main-nav .g-standard .g-go-back {
  display: none;
}

.g-main-nav .g-fullwidth .g-dropdown {
  position: absolute;
  left: 0;
  right: 0;
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-left {
  right: 0;
  left: inherit;
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-center {
  left: inherit;
  right: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.g-main-nav .g-fullwidth .g-dropdown.g-dropdown-right {
  left: 0;
  right: inherit;
}
.g-main-nav .g-fullwidth .g-dropdown .g-block {
  position: relative;
  overflow: hidden;
}
.g-main-nav .g-fullwidth .g-dropdown .g-go-back {
  display: block;
}
.g-main-nav .g-fullwidth .g-dropdown .g-go-back.g-level-1 {
  display: none;
}
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown {
  top: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.g-main-nav .g-fullwidth .g-sublevel .g-dropdown.g-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.g-main-nav .g-fullwidth .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.g-go-back.g-level-1 {
  display: none;
}
.g-go-back a span {
  display: none;
}
.g-go-back a:before {
  display: block;
  text-align: center;
  width: 1.28571em;
  font-family: FontAwesome;
  content: "\f053";
  opacity: 0.5;
}

.g-menu-item-container > i {
  vertical-align: middle;
  margin-right: 0.2rem;
}

.g-menu-item-subtitle {
  display: block;
  font-size: 0.8rem;
  line-height: 1.1;
}

.g-nav-overlay, .g-menu-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  -moz-transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
  transition: opacity 0.3s ease-out, z-index 0.1s ease-out;
}

#g-mobilemenu-container .g-toplevel {
  position: relative;
}
#g-mobilemenu-container .g-toplevel li {
  display: block;
  position: static !important;
  margin-right: 0;
  cursor: pointer;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-container {
  padding: 0.938rem 1rem;
}
#g-mobilemenu-container .g-toplevel li .g-menu-item-content {
  display: inline-block;
  line-height: 1rem;
}
#g-mobilemenu-container .g-toplevel li.g-parent > .g-menu-item-container > .g-menu-item-content {
  position: relative;
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator {
  position: absolute;
  right: 0.938rem;
  text-align: center;
}
#g-mobilemenu-container .g-toplevel li.g-parent .g-menu-parent-indicator:after {
  display: inline-block;
  text-align: center;
  opacity: 0.5;
  width: 1.5rem;
  line-height: normal;
  font-family: FontAwesome;
  content: "\f054";
}
#g-mobilemenu-container .g-toplevel .g-dropdown {
  top: 0;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#g-mobilemenu-container .g-toplevel .g-dropdown.g-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 0;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-go-back {
  display: block;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block {
  width: 100%;
  overflow: visible;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block .g-go-back {
  display: none;
}
#g-mobilemenu-container .g-toplevel .g-dropdown .g-block:first-child .g-go-back {
  display: block;
}
#g-mobilemenu-container .g-toplevel .g-dropdown-column {
  float: none;
  padding: 0;
}
#g-mobilemenu-container .g-toplevel .g-dropdown-column [class*="size-"] {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 1 100%;
  -moz-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
}
#g-mobilemenu-container .g-sublevel {
  cursor: default;
}
#g-mobilemenu-container .g-sublevel li {
  position: static;
}
#g-mobilemenu-container .g-sublevel .g-dropdown {
  top: 0;
}
#g-mobilemenu-container .g-menu-item-container {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#g-mobilemenu-container .g-toplevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-toplevel.g-slide-out > .g-go-back > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-menu-item > .g-menu-item-container, #g-mobilemenu-container .g-sublevel.g-slide-out > .g-go-back > .g-menu-item-container {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
#g-mobilemenu-container .g-menu-item-subtitle {
  line-height: 1.5;
}
#g-mobilemenu-container i {
  float: left;
  line-height: 1.4rem;
  margin-right: 0.3rem;
}

.g-menu-overlay.g-menu-overlay-open {
  z-index: 2;
  position: fixed;
  opacity: 1;
  height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.75rem 0 1.5rem 0;
  text-rendering: optimizeLegibility;
}

p {
  margin: 1.5rem 0;
}

ul, ol, dl {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin-left: 1.5rem;
  padding: 0;
}

dl {
  padding: 0;
}

ol {
  padding-left: 1.5rem;
}

blockquote {
  margin: 1.5rem 0;
  padding-left: 0.75rem;
}

cite {
  display: block;
}
cite:before {
  content: "\2014 \0020";
}

pre {
  margin: 1.5rem 0;
  padding: 0.938rem;
}

hr {
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5rem 0;
}

fieldset {
  border: 0;
  padding: 0.938rem;
  margin: 0 0 1.5rem 0;
}

label {
  margin-bottom: 0.375rem;
}
label abbr {
  display: none;
}

textarea, select[multiple=multiple] {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  padding: 0.375rem 0.375rem;
}
textarea:focus, select[multiple=multiple]:focus {
  outline: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  padding: 0.375rem 0.375rem;
}

input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

input[type="file"] {
  width: 100%;
}

select {
  max-width: 100%;
  margin-bottom: 1.5rem;
}

button,
input[type="submit"] {
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: inherit;
}

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

.float-right {
  float: right !important;
}

.hide, body .g-offcanvas-hide {
  display: none;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.align-left {
  text-align: left !important;
}

.full-height {
  min-height: 100vh;
}

.nomarginall {
  margin: 0 !important;
}
.nomarginall .g-content {
  margin: 0 !important;
}

.nomargintop {
  margin-top: 0 !important;
}
.nomargintop .g-content {
  margin-top: 0 !important;
}

.nomarginbottom {
  margin-bottom: 0 !important;
}
.nomarginbottom .g-content {
  margin-bottom: 0 !important;
}

.nomarginleft {
  margin-left: 0 !important;
}
.nomarginleft .g-content {
  margin-left: 0 !important;
}

.nomarginright {
  margin-right: 0 !important;
}
.nomarginright .g-content {
  margin-right: 0 !important;
}

.nopaddingall {
  padding: 0 !important;
}
.nopaddingall .g-content {
  padding: 0 !important;
}

.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingtop .g-content {
  padding-top: 0 !important;
}

.nopaddingbottom {
  padding-bottom: 0 !important;
}
.nopaddingbottom .g-content {
  padding-bottom: 0 !important;
}

.nopaddingleft {
  padding-left: 0 !important;
}
.nopaddingleft .g-content {
  padding-left: 0 !important;
}

.nopaddingright {
  padding-right: 0 !important;
}
.nopaddingright .g-content {
  padding-right: 0 !important;
}

.g-flushed {
  padding: 0 !important;
}
.g-flushed .g-content {
  padding: 0;
  margin: 0;
}
.g-flushed .g-container {
  width: 100%;
  height: inherit;
  position: relative;
}
#g-footer .g-container, #g-footer .g-content{height: 100%;}

#g-footer .layer{position: relative;}
.full-width {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.full-width .g-block {
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
/* START */

.block1 span.title{    
    font-size: 22px;
    font-family: 'Bebasbold';
    color: #fff;
    max-width: 140px;
    display: inline-block;
    clear: both;
    line-height: 26px;
    margin-top: -39px;
    margin-left: 53px;
    text-align: left;
    position: relative;
    float: left;}
.block1 .viewmore{clear: both; font-family: Gotha; color:#fff; font-size: 12px;display:block;text-transform: uppercase;}


.hidden {
  display: none;
  visibility: hidden;
}
  video::-webkit-media-controls {
    display:none !important;
  }
  #myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
  height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
      background-image: /* our video */;
      background-position: center center;
      background-size: contain;
      object-fit: cover; /*cover video background */
      z-index:3;
  }
#g-navigation .g-grid .g-block.size-15, #g-navigation .g-grid .g-block.size-70{z-index: 4;}
.layer{
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 43%;

text-align: center;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  #g-utility #myVideo{position: relative;}
  #g-utility p{margin:0;line-height: 0;}
  .moduletable.contact_map{position: absolute;
    background: #fff;
    top: 120px;
    left: 100px;
    color:#000;
    padding: 60px 65px !important;
    text-align: left;
}
.moduletable.contact_map table,.moduletable.contact_map td{border:0;padding: 0;vertical-align: top;}
  #g-utility .layer{top:34%;}

.home_link img{margin-left: 20px;
    vertical-align: middle;}
.home_link{background: url(./images/button.png) no-repeat;    background-size: contain;
    color: #fff;
    font-family: Gothabold;
    font-size: 17px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 48px;
    padding: 0 40px;    margin-top: 20px;}
    .home_link:hover{color:#fff;}
    .section{
    text-align:center;
    
  }
  section.section{overflow: hidden;}
.name a{font-family: Bebasbold;font-size:20px; color:#000;line-height: 20px;    font-family: 'Gothamed';}
.jshop_list_product .product .buttons a{font-family: Gotha;font-size: 12px; color:#000;background:none;padding: 0;margin:0;}
.jshop_list_product .product .buttons a:hover{background: none; color:#000;}
 #g-page-surround #g-footer{padding:0;}

 .jshop_list_product .product .image{    text-align: center;
    margin-bottom: 5px;
    border: 2px solid #d3d4dc;
    border-radius: 10px;
    padding: 40px 10px;height: 320px;}
#g-page-surround #g-navigation .g-container .g-grid:first-child {
    margin: 0 auto !important;
    padding: 25px 0 25px 0;
}
.jshop_list_product .product .name{    display: inline-block;
    margin-left: 30px;
    margin-top: -20px;
    padding: 0 10px;
    background: #fff;}
.jshop_menu_level_0 a, .jshop_menu_level_0_a a{color:#000; font-family: 'Gothamed';font-size:15px;text-transform: uppercase;}
.jshop_menu_level_0_a a,.jshop_menu_level_0 a:hover{color:#e95f40;font-weight: normal !important;font-family: 'Gothamed';font-size:15px;}

.jshop_menu_level_0, .jshop_menu_level_0_a{line-height: 26px;}

.button_detail img{margin-left:5px;}
#g-page-surround #g-container-main h3{
      font-family: Bebasbold;
    font-size: 31px;
    color: #1a171b;
    text-align: left;
    line-height: 31px;
    margin-bottom: 38px;
}
#map{width: 100%;}
.itemid-146 #g-container-main{display: none;}
#menu-4759-particle{padding: 5px 0 0 0;}
#g-page-surround #g-intro{background: url(./images/business.jpg) no-repeat;
background-size: cover;
} 
.itemid-104 #g-page-surround #g-footer, 
.itemid-143 #g-page-surround #g-footer{
  background: url(./images/salers.jpg) no-repeat;
background-size: cover;
} 
#g-navigation .g-main-nav .g-dropdown a{font-family: Gotha;}
.about_header{    font-size: 21px;
    line-height: 30px;
    font-family: Gothamed;
    margin-bottom: 20px !important;}
 #g-page-surround #g-footer .g-content{margin:25px 0;}
 #g-navigation .g-container .g-main-nav .g-grid:first-child{width:auto;padding: 10px !important;}
#g-navigation .g-main-nav .g-dropdown{margin: 0;}
#g-navigation .moduletable.block1 {background: url(./images/products_block1.jpg) no-repeat;
background-size: cover;height: inherit; display: table; width: 100%;}
#g-above .moduletable.block1 {background: url(./images/products_block2.jpg) no-repeat;
background-size: cover;height: inherit; display: table; width: 100%;}
#g-testimonials .moduletable.block1 {background: url(./images/products_block3.jpg) no-repeat;
background-size: cover;height: inherit; display: table; width: 100%;}
.itemid-104 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container{color:#fff;}
.itemid-104 #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container:hover{color:#fff;}
.itemid-104 #g-navigation .g-main-nav .g-toplevel>li:hover>.g-menu-item-container{color:#fff;}

#g-navigation p{margin:0;}
.moduletable.block1 .custom.block1{display: table-cell;vertical-align: middle;}
#g-above .g-grid, #g-testimonials .g-grid, #g-above .g-grid .g-content, #g-testimonials .g-grid .g-content,#g-above .g-grid .g-content .platform-content, #g-testimonials .g-grid .g-content .platform-content{height: 100%;}
.moduletable.block1 table,.moduletable.block1 table td{border:0;}


.djslider-default .navigation-container img:focus{outline:none;}

#g-intro .fp-tableCell .g-container{display: table;}
#g-intro .fp-tableCell .g-container .g-grid{display: table-cell;vertical-align: middle;}

#g-navigation .g-container .g-grid:first-child, #g-intro .g-container, .moduletable.block1 .custom.block1, .moduletable.block1 .custom.block1 table,#g-footer .g-container .g-grid:last-child{width: 75rem; margin: 0px auto;}
#g-intro .g-container table, #g-intro .g-container table td{border:0;}

#g-intro .g-container table td{position: relative;}
#g-page-surround #g-features{padding:0;}
a.partener_link img{vertical-align: baseline;}
a.partener_link{position: relative;
    padding: 0px 25px;
    line-height: 32px;
    display: inline-block;
    margin: 0px auto;
    color: #fff;
    top: -55px;
    background: rgba(0, 0, 0, 0.6);    
    border-radius: 20px;
  font-family: 'Gothabold';
font-size: 14px;
text-transform: uppercase;}
    a.partener_link:hover{color: #fff;}
    #g-page-surround h3{font-family: 'Gothalight';
    font-size: 80px;
    color: #fff;
    margin: 0;
    line-height: 80px;
    text-align: center;}

    #g-page-surround h4{font-family: 'Gotha';
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
}

.item-page p{margin:0;}
.itemid-142 .about{
   -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
              font-size: 17px;
    color: #fff;
    font-family: 'Gotha';
    line-height: 24px;
}
.itemid-142 #g-container-main{background: url(./images/about.jpg) no-repeat;    background-size: cover;     background-position: center;}

#g-navigation .g-grid:last-child,#g-navigation .g-grid .g-content, #g-navigation .g-grid .g-content .platform-content{height: 100%;}

    #g-navigation .g-main-nav .g-toplevel>li>.g-menu-item-container {    font-family: 'Gothamed';
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;color:#fff;}

.mod-languages a{color:#000;} 
.itemid-104 .mod-languages a{color:#fff;}
.itemid-104 #g-container-main{display: none;}

    .mod-languages{margin-top: 8px;}
    #g-footer h3.g-title {font-size: 24px;color:#000000;font-family: 'Bebasbold'; text-align: left;line-height: 24px;margin-bottom: 25px;}
    #g-footer ul.menu{padding:0;border:0; float: left;}
#g-footer ul.menu li a{color:#000;font-size: 14px;line-height: 28px;font-family: Gotha;text-align: left;}
#g-footer ul.menu li{padding: 0;margin: 0;border:0;    list-style: disc;
  } 
#g-footer table, #g-footer table td{border:0; vertical-align: top; text-align: left;padding: 0;    font-size: 14px;
    line-height: 28px;
    font-family: Gotha;}
#g-footer ul.menu.footer_catalog li{float: left; list-style: outside none none; width: 50%;    list-style: disc;}
#g-footer table td p{margin:0;} 


.itemid-143 #g-navigation .g-container .g-grid:nth-child(2){height: inherit;}
.itemid-104 .breadcrumbs, .itemid-143 .breadcrumbs{display: none;}
   .itemid-104 #g-footer .g-container .g-grid:first-child .g-content, .itemid-143 #g-footer .g-container .g-grid:first-child .g-content{display: table;margin: 0;width: 100%;}
   .itemid-104 #g-footer .g-container .g-grid:first-child .g-content .platform-content, .itemid-143 #g-footer .g-container .g-grid:first-child .g-content .platform-content{display: table-cell;vertical-align: middle;}
   .itemid-104 #g-footer .g-container .g-grid:last-child .g-block, 
   .itemid-143 #g-footer .g-container .g-grid:last-child .g-block,
   .itemid-150 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-151 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-152 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-153 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-154 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-155 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-156 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-157 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-158 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-159 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-160 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-183 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-184 #g-footer .g-container .g-grid:last-child .g-block,   
    .itemid-185 #g-footer .g-container .g-grid:last-child .g-block   {z-index: 1;padding-top: 30px;}


.itemid-104 #g-footer .g-container .g-grid:first-child, .itemid-143 #g-footer .g-container .g-grid:first-child{height: 30%;}
.itemid-104 #g-footer .g-container .g-grid:nth-child(2), .itemid-143 #g-footer .g-container .g-grid:nth-child(2){height: 30%;}
.itemid-104 #g-footer .g-container .g-grid:last-child, .itemid-143 #g-footer .g-container .g-grid:last-child{height: 40%;background: #fff;}
 
.itemid-150 #g-footer .g-container .g-grid:last-child,   
.itemid-151 #g-footer .g-container .g-grid:last-child,   
.itemid-152 #g-footer .g-container .g-grid:last-child,   
.itemid-153 #g-footer .g-container .g-grid:last-child,   
.itemid-154 #g-footer .g-container .g-grid:last-child,   
.itemid-155 #g-footer .g-container .g-grid:last-child,   
.itemid-156 #g-footer .g-container .g-grid:last-child,   
.itemid-157 #g-footer .g-container .g-grid:last-child,   
.itemid-158 #g-footer .g-container .g-grid:last-child,   
.itemid-159 #g-footer .g-container .g-grid:last-child,   
.itemid-160 #g-footer .g-container .g-grid:last-child,   
.itemid-183 #g-footer .g-container .g-grid:last-child,   
.itemid-184 #g-footer .g-container .g-grid:last-child,   
.itemid-185 #g-footer .g-container .g-grid:last-child{
  background: #fff;
  height: 42%;
}

.itemid-104 #g-footer .g-container .g-grid:last-child:after, .itemid-104 #g-footer .g-container .g-grid:last-child:before,
.itemid-143 #g-footer .g-container .g-grid:last-child:after, .itemid-143 #g-footer .g-container .g-grid:last-child:before,  
.itemid-150 #g-footer .g-container .g-grid:last-child:after, .itemid-150 #g-footer .g-container .g-grid:last-child:before,  
.itemid-151 #g-footer .g-container .g-grid:last-child:after, .itemid-151 #g-footer .g-container .g-grid:last-child:before,  
.itemid-152 #g-footer .g-container .g-grid:last-child:after, .itemid-152 #g-footer .g-container .g-grid:last-child:before,  
.itemid-153 #g-footer .g-container .g-grid:last-child:after, .itemid-153 #g-footer .g-container .g-grid:last-child:before,  
.itemid-154 #g-footer .g-container .g-grid:last-child:after, .itemid-154 #g-footer .g-container .g-grid:last-child:before,  
.itemid-155 #g-footer .g-container .g-grid:last-child:after, .itemid-155 #g-footer .g-container .g-grid:last-child:before,  
.itemid-156 #g-footer .g-container .g-grid:last-child:after, .itemid-156 #g-footer .g-container .g-grid:last-child:before,  
.itemid-157 #g-footer .g-container .g-grid:last-child:after, .itemid-157 #g-footer .g-container .g-grid:last-child:before,  
.itemid-158 #g-footer .g-container .g-grid:last-child:after, .itemid-158 #g-footer .g-container .g-grid:last-child:before,  
.itemid-159 #g-footer .g-container .g-grid:last-child:after, .itemid-159 #g-footer .g-container .g-grid:last-child:before,  
.itemid-160 #g-footer .g-container .g-grid:last-child:after, .itemid-160 #g-footer .g-container .g-grid:last-child:before,  
.itemid-183 #g-footer .g-container .g-grid:last-child:after, .itemid-183 #g-footer .g-container .g-grid:last-child:before,  
.itemid-184 #g-footer .g-container .g-grid:last-child:after, .itemid-184 #g-footer .g-container .g-grid:last-child:before,  
.itemid-185 #g-footer .g-container .g-grid:last-child:after, .itemid-185 #g-footer .g-container .g-grid:last-child:before 
{
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 0;
    left:0;
}
span.divider{margin: 0 10px;}


    @media only screen and (max-width: 48rem)  {
#g-navigation .g-container .g-grid:first-child, #g-intro .g-container, .moduletable.block1 .custom.block1, .moduletable.block1 .custom.block1 table,#g-footer .g-container .g-grid:last-child{width: 100%; margin: 0px auto;}
.g-offcanvas-toggle{color:#e95f40 !important;}
.g-block.size-15.align-right{display: none;}
.layer{top:25%;}
#g-page-surround h3{    font-size: 30px; line-height: 35px;}
#g-page-surround h4{font-size: 9px;}
#g-intro .g-container table td {
    border: 0;
    display: inline-block;
    width: 50%;}
    #g-intro .g-container table td:last-child{display: none;}
    #g-utility #myVideo{position: absolute;}
    .navigation-container{display: none;}
    #g-footer .g-container .g-grid:last-child{display: none;}
    .itemid-104 #g-footer .g-container .g-grid:first-child, .itemid-143 #g-footer .g-container .g-grid:first-child{height: 50%;}
    .itemid-104 #g-footer .g-container .g-grid:nth-child(2), .itemid-143 #g-footer .g-container .g-grid:nth-child(2){height: 50%;}
    .moduletable.block1 table td{    display: inline-block;
    width: 50%;vertical-align: top !important;}
    .block1 span.title{margin-left: 23px;}
    .block1 table td img{max-height: 185px;}
    .moduletable.block1 .custom.block1{vertical-align: top;}
    #g-above .moduletable.block1 .custom.block1{vertical-align: middle;}
    #g-testimonials .moduletable.block1 .custom.block1{vertical-align: middle;}
    #g-navigation h1{    line-height: 35px;    font-size: 35px;}
    .categories{display: none;}
    #g-mainbar{padding:0 !important;}

    .jshop_list_product .product .image{    margin: 0 5px;
    height: 230px;}
    .jshop_img_description{padding: 0 10px;}
    .breadcrumbs {
    height: 180px;
}
    .itemid-142 #g-sidebar{padding: 0;} 
    .itemid-142 .about {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.itemid-142 #g-page-surround h4{font-size: 18px;}
.moduletable.contact_map{position: relative; top: auto;left:auto;padding: 30px 35px !important;}
   } 
   .itemid-142 #g-page-surround #g-container-main h3 {display: none;}
   @media only screen and (min-width: 960px) and (max-width: 1440px)  {
       #g-navigation .block1 table td a img:first-child{max-width:80%;} 
       #g-navigation .block1 table{max-height: 385px;}
       #g-navigation .moduletable.block1 table td{vertical-align: top!important;}
}


/* END */
@media print {
  .visible-print {
    display: inherit !important;
  }

  .g-block.visible-print {
    display: block !important;
  }

  .hidden-print {
    display: none !important;
  }
}
.equal-height {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.equal-height .g-content {
  width: 100%;
}

#g-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  display: none;
  -webkit-overflow-scrolling: touch;
}

.g-offcanvas-toggle {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 10;
  line-height: 1;
  cursor: pointer;
}

.g-offcanvas-active {
  overflow-x: hidden;
}

.g-offcanvas-open {
  overflow: hidden;
}
.g-offcanvas-open body, .g-offcanvas-open #g-page-surround {
  overflow: hidden;
}
.g-offcanvas-open .g-nav-overlay {
  z-index: 15;
  position: absolute;
  opacity: 1;
  height: 100%;
}
.g-offcanvas-open #g-offcanvas {
  display: block;
}

.g-offcanvas-left #g-page-surround {
  left: 0;
}

.g-offcanvas-right #g-offcanvas {
  left: inherit;
}
.g-offcanvas-right .g-offcanvas-toggle {
  left: inherit;
  right: 0.7rem;
}
.g-offcanvas-right #g-page-surround {
  right: 0;
}

.g-offcanvas-left #g-offcanvas {
  right: inherit;
}



/*# sourceMappingURL=nucleus.css.map */
