/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
/*pillar page*/
.dnd_area-row-0-background-color {  
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


/*carovnik*/
.dnd-section-carovnik {
  padding: 80px 20px;
  min-height: 100vh;
}
.main-section-carovnik {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding: 80px 20px;
  min-height: 100vh;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "FontAwesome"; 
  src: url("//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/AJM_December2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/raw_assets/public/AJM_December2020/fonts/fontawesome-webfont.woff2") format("woff2"), 
      url("//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/raw_assets/public/AJM_December2020/fonts/fontawesome-webfont.ttf") format("truetype");
        font-style: normal; 
        font-weight: normal; 
        }

body {
  width: 100vw;
  /* min-width: 1200px; */
  height: 100%;
}

p {
  margin: 0 0 10px;
  line-height: 1.6;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.8rem;
  line-height: 1;

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.6;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {

}

.disable-focus-styles :focus {
  outline: none;
}

@media only screen and (max-width: 980px) and (min-width: 768px){
  .body-container-wrapper .dnd-section > .row-fluid {
    max-width: 738px;
  }


}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .body-container-wrapper .dnd-section > .row-fluid {
    max-width: 450px;
    padding-left: 10px;
    padding-right: 10px;
  }


}

@media only screen and (max-width: 479px) and (min-width: 1px){
  body {
    max-width: 100%;
  }
  .body-container-wrapper .dnd-section > .row-fluid {
    max-width: 310px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
  }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
form {
  max-width: 767px; 
}
input.email-edit.hs-input {
  padding: 20px !important;
}
.hs-button {
  line-height: normal;
  display: inline-block;
  cursor: pointer;
  padding: 25px 0;
  border: 1px solid #222;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 85px;
  text-decoration: none;
  border: none;
  margin: 10px 0;
}

.hs-button:hover, .hs-button:focus {
  text-decoration: none;
}

.hs-form label {
  font-size: 16px;
  position: relative;
  font-family: Roboto,sans-serif
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ed1c24 !important;
  font-weight: 300;
}

.hs-input, input[type=password] {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  padding: 20px 0 20px 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  border: 1px solid #e9e6e6;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.hs-richtext a {
  color: #FFFF00;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/*AJM servis*/

.hs_TICKET\.hs_ticket_category li.hs-form-checkbox {
  padding-bottom: 3px;
  width: 50%;
  display: inline-block;
}


@media screen and (max-width: 768px) {
  .hs_TICKET\.hs_ticket_category li.hs-form-checkbox {
    width: 100%;
  }
}

.hs-form-required {display: none;}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hs-menu-item a {
  text-decoration: none;
}





@media (min-width:981px) {
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul {
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 999;
    display: none;
    background-color: #fff;
    padding: 40px 0 0 10px;
    width: 100%;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    position: relative;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a + ul {
    display: block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li {
    padding-left: 25px;
    float: left;
    line-height: normal;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul:after,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul:before {
    display: block;
    content: '';
    clear: both;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children ul li > a {
    box-shadow: none;
    display: block;
    text-align: left;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children ul li > a:hover {
    text-decoration: underline;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li > a + ul > li {
    float: left;
    width: 160px;
    line-height: normal;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li > a + ul > li > a + ul > li {
    width: 100%;
    max-width: 160px;
    display: inline-table;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: normal;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li > a + ul > li > a + ul > li > a {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li > a + ul > li > a + ul > li > a + ul > li {
    text-align: left;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
    line-height: 0!important;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children > a + ul > li > a + ul > li > a + ul > li > a + ul > li > a {
    line-height: 17px!important;
    height: auto;
    margin-bottom: 5px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul>li.hs-item-has-children>a+ul>li>a+ul>li>a+ul>li>a+ul>li>a:hover{
    border: none;
    color: #2f5d9b;
  }
  /* Menu descripation style */
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + ul > li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(7) > a + ul > li:nth-child(2) {
    background-color: #ededed;
    float: right;
    margin-top: 30px;
    margin-right: 8px;
    width: 245px;
    padding: 0;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(4) > a + ul > li:nth-child(2) > a,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(7) > a + ul > li:nth-child(2) > a {
    text-align: justify;
    padding: 10px 15px;
    margin: 15px 0;
  }
  /* Menu descripation style */

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul {
    width: 100%;
    display: block;
    clear: both;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul:before,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul:after {
    display: block;
    clear: both;
    content: '';
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul > li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + ul > li > a + ul > li:nth-child(2){
    padding-left: 25px;
    width: 185px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul > li:nth-child(3),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(7) > a + ul > li > a + ul > li:nth-child(2),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + ul > li > a + ul > li:nth-child(2){
    padding-left: 25px;
    width: 185px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(8) > a + ul > li > a + ul > li:nth-child(4),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(7) > a + ul > li > a + ul > li:nth-child(3),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + ul > li > a + ul > li:nth-child(3),
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(3) > a + ul > li > a + ul > li:nth-child(4) {
    padding-left: 25px;
    width: 185px;
  }


  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li {
    text-align: left;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a + ul > li > a + ul {
    display: block;
    width: 100%;
    height: 100%;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li > a + ul > li {
    float: left;
    display: block;
    max-width: none;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li > a + ul > li:nth-child(2) {
    clear: left;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.hs-item-has-children:nth-child(2) > a + ul > li:nth-child(2) > a + ul > li > a + ul {
    display: block;
    width: 100%;
    height: 100%;
  }



}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

html {
	scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom_header {
  background-size: cover!important;
  width: 100%;
  height: auto;
  transition: all .8s;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  left: 0;
  top: 0;
  min-height: 210px;
  background: url("//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/raw_assets/public/AJM_December2020/images/ajm-okna-cover-1J.jpg") no-repeat scroll center center;
    }
.header__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 15px 0;
  position: relative;
}
.header__logo {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  position: absolute;
  z-index: 1000;
}

.navigation {
  width: calc(100% - 245px);
  margin-left: 260px;
  background: hsla(0,0%,100%,.6);
}
.top {
  min-height: 35px;
}
.top .navigation-toggle {
  margin-top: 8px;
  margin-left: 10px;
  margin-right: 5px;
  float: right;
  cursor: pointer;
  display: none;
}
.help-number {
  display: inline-block;
  margin: 5px 0 0 27px;
  color: #0c4da2;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.top_menu {
  float: right;
}
.top_menu div > ul {
  list-style-type: none;
}

.top_menu ul > li {
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  margin-right: 25px;
  display: inline-block;
}

.top_menu ul > li > a {
  text-decoration: none;
  color: #222;
  font-weight: 300;
  line-height: 24px;
}
.top_menu ul > li ul {
  display: none;
}
.top_menu ul > li ul li{
  display: block;
}
/* TOP MENU NEW naročite servis */
.top_menu div > ul > li:nth-child(6) { 
  height: 32px;
  line-height: 32px;
  margin-right: 25px;
  display: inline-block;
}

.top_menu div > ul > li:nth-child(6) > a {
  padding: 5px;
  color: white;
  background-color: #0c4da2;
}


.custom-menu-primary.desktop div > ul {
  clear: both;
  list-style-type: none;
  width: 100%;
  height: 60px;
  background-color: #fff;
}

.custom-menu-primary.desktop div > ul > li {
  cursor: pointer;
  float: left;
  vertical-align: middle;
  min-height: 60px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 15px;
  text-align: center;
  z-index: 1001;
}

.custom-menu-primary.desktop div > ul > li:first-child {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 11px;
}

.custom-menu-primary.desktop div > ul > li:nth-child(8) {
  padding-left: 17px;
}

.custom-menu-primary.desktop div > ul > li:nth-child(9),
.custom-menu-primary.desktop div > ul > li:nth-child(10),
.custom-menu-primary.desktop div > ul > li:nth-child(11), 
.custom-menu-primary.desktop div > ul > li:nth-child(12),
.custom-menu-primary.desktop div > ul > li:nth-child(13){
  float: right;
  width: 134px;
  height: 60px;
  line-height: 59px;
  background-color: #034ea2;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 900;
}

.custom-menu-primary.desktop div > ul > li:nth-child(10),
.custom-menu-primary.desktop div > ul > li:nth-child(11),
.custom-menu-primary.desktop div > ul > li:nth-child(12),
.custom-menu-primary.desktop div > ul > li:nth-child(13){
  margin-right: 4px;
}
.custom-menu-primary.desktop div > ul > li > a {
  display: block;
  position: relative;
  z-index: 1;
  line-height: 60px;
}
.custom-menu-primary.desktop div>ul>li:hover a {
  text-decoration: none;
  padding-bottom: 0;
  z-index: 10000;
  position: relative;
  -webkit-box-shadow: 0 -3px #0c4da2 inset;
  box-shadow: inset 0 -3px #0c4da2;
}
/*Pillar Page MENU Yellow bottom border*/
.custom-menu-primary.desktop div>ul>li:nth-child(11):hover a {
  text-decoration: none;
  padding-bottom: 0;
  z-index: 10000;
  position: relative;
  -webkit-box-shadow: 0 -3px #ffff00 inset;
  box-shadow: inset 0 -3px #ffff00;
}

.custom-menu-primary.desktop div>ul>li:nth-child(12):hover a {
  text-decoration: none;
  padding-bottom: 0;
  z-index: 10000;
  position: relative;
  -webkit-box-shadow: 0 -3px #ffff00 inset;
  box-shadow: inset 0 -3px #ffff00;
}

.custom-menu-primary.desktop div > ul > li:nth-child(9) > a,
.custom-menu-primary.desktop div > ul > li:nth-child(10) > a {
  display: block;
  position: relative;
  z-index: 1;
  height: 60px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #ff0;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Pillar page MENU CSS */
.custom-menu-primary.desktop div > ul > li:nth-child(11) > a{
  display: block;
  position: relative;
  z-index: 1;
  height: 60px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #02339a;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
}

.custom-menu-primary.desktop div > ul > li:nth-child(12) > a{
  display: block;
  position: relative;
  z-index: 1;
  height: 60px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
  color: #02339a;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffff00;
  padding: 0px 15px;
}
nav.mobile-navigation {
  display: none;
  background: #fff;
}


.mobile-menu-section {
  display: none;
}
.top_menu .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}
.top_menu .hs-menu-wrapper > ul > li:last-child > a:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 100%;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
}

.top_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  font-weight: 300;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.top_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a img {
  margin-right: 8px;
}

.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul {
  display: block;
}

.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul {
  position: absolute;
  top: 27px;
  left: -39px;
  z-index: 10000;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0,0,0,.08); 
  background-color: #E9EAEB;
  min-width: 109px; 
  min-height: 130px;
}
.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul li {
  font-size: 13px;
  color: #222;
  height: 32px; 
  line-height: 32px;
  display: block;
  max-width: 87px;
  margin-left: auto;
  margin-right: auto;
}
.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul li > a{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-left: 10px;
}
.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul li >a img {
  margin-right: 8px;
}
.top_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  height: 20px;
  width: 100%;
  background: transparent;
  z-index: 99;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}













@media (max-width:1160px) and (min-width:993px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .navigation .bottom {
    width: 100%;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  body {
    max-width: 100%;
  }
  .custom-menu-primary div > ul > li:nth-child(8) {
    padding-left: 10px;
  }




}



@media (max-width:992px) and (min-width:981px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    font-size: 13px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .navigation .bottom {
    width: 100%;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child {
    margin-left: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
  body {
    max-width: 100%;
  }
  .custom-menu-primary div > ul > li:nth-child(8) {
    padding-left: 7px;
  }




}





@media (max-width:980px){
  .header__logo {
    display: none;
  }
  .navigation {
    display: none;
  }
  .custom_header .header__container {
    min-height: 195px;
    padding: 15px 15px 0;
    max-width: 738px;
  }
  header.custom_header {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
  }
  nav.mobile-navigation {
    display: block;
  }
  nav.mobile-navigation .nav-btn span span {
    display: none;
  }
  nav.mobile-navigation .nav-btn span div {
    width: 40px;
    height: 8px;
    background: #777;
    margin: 8px 0;
    display: block;
  }
  nav.mobile-navigation .nav-btn span {
    float: right;
    cursor: pointer;
    padding: 30px;
    height: auto;
  }
  nav.mobile-navigation .nav-btn {
    z-index: 9999;
    float: right;
    background: transparent;
    height: auto;
    position: relative;
  }
  .mobile-navigation .logo-mobile {
    float: left;
    margin-top: 10px;
    width: 20%;
  }
  .mobile-navigation .logo-mobile img {
    width: 100% ;
    max-width: 180px;
    margin-bottom: -4px;
  }
  nav.mobile-navigation .help-bar {
    padding: 10px 15px;
    background: #eeeeef;
    color: #0c4da2;
    font-size: 18px;
  }
  nav.mobile-navigation .help-number {
    float: left;
    margin-bottom: 4px;
    margin-left: 0;
    margin-top: 0;
    font-size: 18px;
    line-height: 22px;
  }
  nav.mobile-navigation .help-bar .askQuote {
    float: right;
  }
  nav.mobile-navigation .help-bar .askQuote a {
    display: block;
    color: #0c4da2;
    text-decoration: none;
    text-transform: uppercase;
  }
  nav.mobile-navigation .help-bar .askQuote a i {
    font-size: 24px;
    position: relative;
    top: 2px;
    margin-left: 10px;
  }
  nav.mobile-navigation .help-number a {
    font-weight: normal;
  }
  nav.mobile-navigation .help-number i {
    margin-right: 10px;
  }
  .fa-phone:before {
    content: "\f095";
  }
  body {
    max-width: 100%;
    min-width: auto;
  }
  .mobile-menu-section {
    display: none;
    position: absolute;
    right: -100%;
    width: 80%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    z-index: 888;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    top: calc(0% + 99px);
  }
  .mobile-open .mobile-menu-section {
    right: 0;
    display: block;
  }
  .custom-menu-primary.mobile-menu {
    display: block;
    margin-top: 130px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 130px;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    opacity: 0;
    visibility: hidden;
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }




  /* Custom menu style start here */
  .mobile-menu2 .hs-menu-wrapper > ul {
    display: block;
  }
  .mobile-menu2 .hs-menu-wrapper ul > li {
    width: 50%;
    text-align: center;
    float: left;
    padding: 4%;
    line-height: normal;
    max-width: 367px;
  }
  .mobile-menu2 .hs-menu-wrapper ul > li > a {
    text-transform: uppercase;
    color: #908e8b;
    text-decoration: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 30px;
    margin-top: -12px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding: 10px 0;
    line-height: 22px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #777;
    text-decoration: none;
    display: block;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > i {
    color: #777; 
    float: right;
    font-size: 18px;
    padding: 0 0 0 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back {
    padding: 0;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back > a i {
    float: left;
    padding: 0 30px 0 0;
    color: #777;
    font-size: 18px;
    cursor: pointer;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.dl-back > a {
    font-size: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a strong {
    font-weight: 700;
    font-size: 15px;
    color: #222;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.item-1-2 > li {
    padding: 0;
    margin: 10px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.item-1-2 > li.dl-back {
    margin-top: 0;
    margin-bottom: 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li {
    color: #777;
    font-size: 18px;
    padding: 10px 0;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li i.fa.fa-caret-right {
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li > a {
    color: #777 !important;
    font-size: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li ul li {
    padding: 5px 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper li > a strong {
    font-weight: 700;
    font-family: Roboto,sans-serif;
    color: #222;
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.back {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper {
    display: none;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.closed {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .closed {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.open.closed {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper > li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .hs-menu-children-wrapper.open.closed > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.closed:last-child {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li.hs-menu-item.hs-menu-depth-2.hs-item-has-children.closed {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.hs-menu-children-wrapper>li.back.closed {
    display: none;
  }
}




@media (max-width:767px) {
  nav.mobile-navigation .nav-btn span {
    padding-top: 20px;
    padding-right: 20px;
  }
  .mobile-navigation .logo-mobile img {
    max-width: 151px;
  }




}






@media (max-width:479px) {
  nav.mobile-navigation .help-number {
    display: block;
    float: none;
    position: relative;
    top: 2px;
  }
  
 /* MOBILE AJM naročite servis */
  
   nav.mobile-navigation .help-number img {
    height: 32px;
    max-width: fit-content;
    width: auto !important;
  }
  
  nav.mobile-navigation .help-bar {
    font-size: 15px;
  }
  nav.mobile-navigation .help-number a {
    font-size: 15px;
  }
  nav.mobile-navigation .help-bar .askQuote {
    float: none;
    display: block;
    margin-top: -5px;
  }
  nav.mobile-navigation .nav-btn span {
    padding: 15px;
  }
  nav.mobile-navigation .nav-btn span div { 
    width: 30px;
    height: 6px;
    background: #777;
    margin: 4px 0;
  }
  .custom_header .header__container {
    display: none;
  }
  header.custom_header {
    background: transparent;
    height: auto;
    min-height: 201px;
  }
  header.nonav_header {
    min-height: auto;
  }
  .mobile-menu-section {
    top: calc(0% + 118px);
  }

}

.mobile-servis



.custom_header-carovnik-page {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background: transparent;
    }

.header__container-carovnik-page {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  background: transparent;
}

.header__logo-carovnik-page {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  left: 0;
  position: absolute;
  z-index: 1000;
}

@media (max-width:980px){
  .header__logo-carovnik-page{
    float: left;
    width: 20%;
  }
  .header__logo-carovnik-page img {
    float: left;
    max-width: 100%;
    
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.clearfix {
  clear: both;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
footer.footer {
  padding-top: 50px;
  width: 100%;
}
.footer .site-links {
  width: 820px;
  float: left;
}
.footer.lp{
  padding-top: 0;
}
.footer  .contact_info {
  text-align: left;
  margin-bottom: 35px;
  float: right;
  width: 315px;
}

.site-links div > ul > li {
  width: 205px;
  float: left;
  margin-bottom: 50px;
}

.site-links div > ul > li > a {
  display: block;
  line-height: 40px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  cursor: auto;
}
.site-links div > ul > li > a:hover{
  text-decoration: none;
}
.site-links div > ul  ul li {
  line-height: 40px;
  display: block;
  font-size: 15px;
}
.site-links div > ul ul li a {
  font-weight: 100;
}
.site-links div > ul ul li a:hover{
  text-decoration: underline;
}
.footer .contact_info #hs_cos_wrapper_certificates_title p {
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  margin-left: 27px;
}
.footer .contact_info #hs_cos_wrapper_certificates_title p:first-child {
  margin-bottom: 0;
}
.footer .contact_info #hs_cos_wrapper_certificates_title p:nth-child(2) {
  margin-bottom: 50px;
  font-size: 42px;
  line-height: unset;
}

.footer_video {
  position: relative;
  margin-top: -30px;
}

.footer_video p {
  margin-left: 27px;
  display: block;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.footer_video a {
  position: absolute;
  left: 45%;
  margin-top: 68px;
}

.footer_video img {
  margin: 0 auto;
  display: block;
  width: 90%;
  float: right;
  margin-right: 4px;
}

.copyright {
  float: left;
  text-align: right;
  font-size: 15px;
  margin-top: 30px;
  margin-left: -30px;
  padding-bottom: 30px;
}

.social-right {
  float: right;
}
.copyright p {
  display: inline-block;
  font-weight: 400;
  margin: 0;
  margin-left: 27px;
  font-size: 15px;
  line-height: unset;
}
.copyright p:nth-child(2) a, .copyright p:nth-child(4) a {
  font-weight: 100;
}
.social-right img {
  margin-left: 27px;
  width: 14%;
  max-width: 44.88px;
}

footer.bottom {
  display: block;
}
.bottom .cert {
  float: left;
  height: 165px;
  line-height: 165px;
  font-size: 15px;
  font-weight: 400;
}
.certificates {
  float: left;
  margin-left: 40px;
  height: 165px;
  line-height: 190px;
}
.certificates img {
  position: relative;
  top: 18px;
}
.bottom .other {
  height: 165px;
  font-size: 15px;
}
.bottom .other .sponsored a {
  margin-left: 35px;
}
.bottom .other .sponsored {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom .other .other-links a {
  margin-left: 35px;
}
.site-links.mobile{
  display: none; 
}
.social-right a:hover{
  text-decoration: none;
}
.featherlight {
  background: rgba(0,0,0,.8);
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.featherlightinner {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  min-width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  border-bottom: 0; 
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 500px;
}
.featherlightinner > div {
  width: 100%;
  height: 100%;
}
.featherlightinner .featherlight-close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  background: rgba(255,255,255,.3);
  color: #000;
  font-family: Arial,sans-serif;
}
.featherlightinner iframe {
  height: 100%;
  width: 100%;
  display: block;
}
.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}
.popup-open .featherlight {
  display: block;
}











@media (min-width: 767px){
  .bottom .other .sponsored {
    margin-left: 160px;
  }
  .bottom .other .other-links {
    float: right; 
  }
}

@media (min-width: 981px){
  .footer .site-links {
    max-width: 820px;
    width: 100%;
  }
  .footer .contact_info {
    max-width: 315px;
    width: 100%;
  }
}



@media (max-width:1024px) {
  .featherlightinner {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 520px;
    max-width: 720px;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }

}





@media (max-width:980px) {
  .footer .site-links {
    width:100%;
  }


}




@media only screen and (max-width: 980px) and (min-width: 768px){
  .footer__container {
    max-width: 768px;
  }
  .site-links div>ul>li {
    width: 50%;
    float: left;
  }

}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .footer__container {
    max-width: 480px;
  }
  .site-links div>ul>li {
    width: auto;
    float: none;
  }
  .footer .contact_info #hs_cos_wrapper_certificates_title p {
    margin-left: 0;
  }
  .footer_video p {
    margin-left: 0;
  }
  .footer_video img {
    margin-left: 0;
    margin-right: 25px;
  }
  .social-right {
    padding-bottom: 20px;
  }
  .certificates {
    height: auto;
  }
}


@media only screen and (max-width: 767px) {
  .bottom .cert {
    height: auto;
    line-height: 70px;
  }
  .certificates {
    line-height: 90px;
  }
  .featherlightinner {
    min-width: auto;
    width: calc(100% - 20px);
  }



}

@media only screen and (max-width: 479px) and (min-width: 1px){
  .footer__container {
    max-width: 320px;
  }
  .bottom .cert {
    float: none;
    height: auto;
    line-height: normal;
    margin: 30px 0;
  }
  .certificates, .certificates  div , .certificates span {
    float: none;
    height: auto;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
  .certificates img {
    display: block;
    margin: 10px 0;
    top: 0;
    height: 45px;
  }
  .bottom .other {
    float: none!important;
    height: auto;
    line-height: normal;
  }
  .bottom .other .sponsored a {
    text-align: left;
    clear: both;
    float: none;
    display: block;
    margin: 10px 0;
  }
  .bottom .other .sponsored img {
    max-width: 88.7px;
  }
  .bottom .other .other-links a {
    text-align: left;
    clear: both;
    float: none;
    display: block;
    margin: 10px 0;
  }
  .social-right {
    padding-bottom: 20px;
  }
  .footer_video img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .footer_video a {
    left: 50%;
    transform: translateX(-50%);
  }
  .footer .contact_info {
    float: left;
    margin-top: 50px;
    width: 100%;
  }
  .footer .contact_info #hs_cos_wrapper_certificates_title p {
    margin-left: 0;
  }
  .footer .contact_info #hs_cos_wrapper_certificates_title p:first-child {
    margin-left: 0;
  }
  .footer_video p {
    margin-left: 0;
  }
  .site-links div>ul>li {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .footer .site-links {
    width: 100%;
    float: none;
  }
  .site-links div>ul>li ul {
    display: none;
  }
  .site-links div>ul>li> a {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .site-links.mobile{
    display: block;
  }
  .site-links.disktop{
    display: none;
  }
  .site-links div>ul>li>a span {
    display: block;
    color: #fff;
    line-height: 40px;
    float: right;
    text-transform: uppercase;
  }
  .site-links div>ul>li>a span i{
    transform: rotate(108deg);
    -webkit-transform: rotate(180deg);
  }
  .site-links div>ul>li>a.acc-open span i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  .site-links div>ul ul li:first-child a {
    text-transform: uppercase;
  }

  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .fa-caret-down:before {
    content: "\f0d7";
  }
  .fa-caret-up:before {
    content: "\f0d8";
  }
  .copyright p {
    margin: 0 0 10px;
    text-align: center;
    display: block;
  }
  .copyright {
    text-align: center;
    float: none;
    margin: 0;
  }
  .certificates img {
    height: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
/* .blog-comments .hs-button {
background-color: transparent;
border: 2px solid #494A52;
color: #494A52;
}
.blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}



/******* Custom blog style start here *********/

.blog--listing {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 45px;
}

.blog--listing .content-wrapper {
  padding: 0 15px;
  padding-top: 1px;
}

.blog--header {
  margin-top: 68px;
  margin-bottom: 90px;
}

.blog--header h1 {
  font-size: 70px;
  font-weight: 200;
  color: #0c4da2;
  margin: 0;
  line-height: normal;
}

.post__item .post__item-image {
  object-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 450px;
}

.post__item {
  width: 100%;
  
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.post__item.post__item:nth-child(even) .post-inner-card {
  float: right;
}

.post__item.post__item {
  margin-left: 0;
}
.post__item.no-image {
  height: auto;
}

.post__item.no-image .index__post-content a.article-more {
  position: static;
  margin: 0;
}
.post__item.no-image .index__post-content {
  height: auto;
  width: auto;
  padding: 0;
}

.post-inner-card {
  padding: 30px;
  position: relative;
}

.post-inner-card .index__post-content {
  background-color: hsla(0,0%,100%,.8);
  height: 350px;
  width: 330px;
  padding: 20px;
  position: relative;
}

.post__item .article-date {
  font-size: 16px;
  font-weight: 500;
}

.post__item h2 {
  font-size: 25px;
  font-weight: 300;
  margin-top: 0; 
  margin-bottom: 30px;
}

.post__item .article-content {
  border-top: 1px solid #fff200;
  font-size: 15px;
  padding: 30px 0;
  font-weight: 300;
}

.post__item a.article-more {
  color: #0c4da2;
  font-size: 18px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border: 3px solid #0c4da2;
  padding: 15px 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 235px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: hidden;
  overflow-x: auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
  margin-left: 0;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.blog--post {
  height: auto;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.blog--post .content-wrapper {
  padding: 0 15px;
  padding-top: 1px;
  position: relative;
}

.blog--post h1.news__title {
  font-size: 70px;
  font-weight: 200;
  color: #0c4da2;
  margin-top: 68px;
  margin-bottom: 90px;
  line-height: normal;
}

.blog--post .news-move {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 68px;
}

.blog--post .news-move a {
  text-decoration: none;
  color: #222;
  padding: 30px 0 0;
  margin: 0 5px;
  font-size: 40px;
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.blog--post .news-move i { 
  font-size: inherit;
}

.blog--post .news-date {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
}

.blog--post .news-single-content {
  display: flex;
  flex-wrap: wrap;
}

.blog--post .news-text {
  font-size: 15px;
  line-height: 24px;
  width: 58%;
  padding-right: 20px;
}

.blog--post .news-pic {
  margin-left: 0;
  width: 42%;
  height: 10px;
}
.blog--post .news-pic img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.blog-recent-post .content-wrapper {
  padding: 0 15px;
  margin: 45px auto;
  max-width: 1170px;
}
.help-newsletter {
  height: auto;
  background-color: #c3dbfb;
  padding-top: 45px;
  margin: 20px 0 0;
  padding-left: 15px;
  padding-right: 15px;
}

.help-newsletter .content-wrapper {
  position: relative;
  max-width: 1140px;
  display: flex;
  padding: 0;
} 

.help-newsletter .help {
  padding-right: 30px;
  width: 51%;
}

.help-newsletter .newsletter {
  width: 49%;
}

.help-newsletter .help .title {
  font-size: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.help-newsletter .help p {
  margin-top: 30px;
  font-size: 15px;
  text-align: justify;
  line-height: normal;
}

.help-newsletter .newsletter .title {
  font-size: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.help-newsletter .newsletter .sign-newsletter h3.form-title {
  font-size: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
  font-family: Roboto,sans-serif;
  color: #222;
  font-weight: normal;
  line-height: normal;
}
.help-newsletter .newsletter h3 {
  margin: 0;
}

.help-newsletter form {
  position: relative;
  display: block;
  font-family: inherit;
}

.help-newsletter form .field {
  margin-bottom: 0;
}

.help-newsletter form .hs_email .input input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
  width: 329px !important;
  height: 55px !important;
  border: 0;
  outline: 0;
  padding: 0;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
  margin-bottom: 20px;
}

.help-newsletter form .hs-richtext {
  padding-right: 20px;
  margin: 0;
}

.help-newsletter form .hs-richtext p {
  margin: 0;
  color: #222;
  line-height: normal;
  font-size: 15px;
}

.help-newsletter form .hs_strinjam_se_s_splosnimi_pogoji_ {
  padding-top: 20px;
}

.help-newsletter form .input ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-newsletter form .input ul label {
  font-size: 15px; 
  color: #222222;
  line-height: normal;
}

.help-newsletter form input.hs-button {
  margin-left: 30px;
  border: 3px solid #0c4da2;
  width: 176px;
  height: 55px;
  background-color: transparent;
  outline: none;
  color: #0c4da2;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  white-space: normal;
  float: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: -10px;
}

.help-newsletter form .hs_submit {
  min-height: 75px;
}
.blog-recent-posts_list article {
/*   width: 360px; */
  height: 410px; 
/*   margin: 15px; */
/*   float: left; */
  flex: 1 1 0;
  position: relative;
/*   display: block; */
  margin-bottom: -20px;
  overflow: hidden;
}

.blog-recent-posts_list .article .article-img {
 object-fit: cover;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: blur(1px);
}

.blog-recent-posts_list article:nth-child(3n+1) {
  margin-left: 0;
}

.blog-recent-posts_list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.blog-recent-posts_list article:nth-child(3n+3) {
  margin-right: 0;
}
.blog-recent-posts_list .article-padding {
  padding: 30px;
  height: 410px;
}

.blog-recent-posts_list .article-padding .article-inner {
  background-color: hsla(0,0%,100%,.8);
  height: 350px;
  padding: 20px;
  position: relative;
}

.blog-recent-posts_list .article-date {
  font-size: 16px;
  font-weight: 500;
}

.blog-recent-posts_list h2 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 30px;
}

.blog-recent-posts_list .article-content {
  border-top: 1px solid #fff200;
  font-size: 15px;
  padding: 30px 0;
}

.blog-recent-posts_list a.article-more {
  color: #0c4da2;
  font-size: 18px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  border: 3px solid #0c4da2;
  padding: 15px 0;
  position: absolute;
  bottom: 60px;
  right: 0;
  width: calc(100% - 40px);
  left: 20px;
}
.blog--pagination {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.blog--pagination a {
  display: inline-block;
  margin: 0 5px;
  font-weight: 300;
  text-decoration: underline;
  color: #222222 !important; 
}
.blog--pagination a.blog--disabled {
  pointer-events: none;
  cursor: default;
}
.blog--pagination a.blog-link.blog--active {
  text-decoration: none;
  font-weight: 700;
}
.blog--listing .quotes{
  padding-top: 40px;
  margin-bottom: 40px;
}
.blog--listing .quotes .quote {
  display: inline-block;
}

.blog--listing .quotes .quote blockquote {
  background: url(//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/raw_assets/public/AJM_December2020/images/quote_up.png) no-repeat;
  width: 766px;
  margin: 0;
  margin-right: 20px;
  border: 0 none;
  padding: 0;
  max-width: 100%;
}
.blog--listing .quotes .quote blockquote p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  font-style: italic;
  font-weight: 100;
  width: 655px;
  height: 100%;
  padding-top: 0;
  padding-left: 52px;
  box-sizing: initial;
  max-width: 100%;
  margin: 18px 0;
}
.blog--listing .quotes .quote blockquote p .customer_name {
  display: block;
  width: 655px;
  text-align: right;
  margin-top: 20px;
  margin-left: -25px;
  max-width: 100%;
}
.blog--listing .quotes .quote blockquote .endquote {
  background-image: url(//8821187.fs1.hubspotusercontent-na1.net/hubfs/8821187/raw_assets/public/AJM_December2020/images/quote_down.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  width: 46px;
  height: 38px;
  display: inline-block;
}
.blog--listing .quotes .brands {
  display: inline-block;
  margin-left: 52px;
}
.blog--listing .quotes .brands img {
  margin-right: 25px;
}
.blog--listing .quotes a.recomendation {
  font-size: 16px;
  font-weight: 500;
  color: #2f5d9b;
}
.blog--listing .quotes a.recomendation img {
  margin-left: 30px;
}
.blog--listing .quotes .hs_cos_wrapper_type_module {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.blog--listing .quotes .quote blockquote{
  position: relative;
}
.blog--listing .quotes .quote blockquote .endquote {
  position: absolute;
  right: 0;
  bottom: 15px;
}

@media (min-width: 1300px) {
  .help-newsletter form .hs_email .input input{
    width: 359px !important;
  }
}

@media (max-width: 980px) {
  .blog--listing .quotes .quote {
    display: block;
  }
  .blog--listing .quotes .brands {
    display: block;
    margin-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .blog--listing .quotes .quote blockquote p {
    margin: 18px 0;
  }
}



@media (max-width: 980px) and (min-width: 768px) {
  .blog--listing .content-wrapper {
    max-width: 738px;
  }
  .help-newsletter .content-wrapper {
    max-width: 738px;
  }
  .blog--post .content-wrapper {
    max-width: 738px;
  }
  .help-newsletter .help {
    width: 50%;
    max-width: 353px;
  }
  .help-newsletter .newsletter {
    max-width: 353px;
  }
  .blog-recent-post .content-wrapper {
    max-width: 738px;
  }


}


@media (max-width: 980px) {
  .blog--post .news-pic {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 30px auto;
  }
  
  .blog--post .hs-cta-img {
    width: 100%;
    height: auto;
  }
  .blog--post .news-single-content {
    flex-direction: column;
  }
  .blog--post .news-text {
    width: 100%;
    padding-right:0px;
  }
  .help-newsletter form .hs_email .input input {
    width: calc(100% - 15px) !important;
  }
  .help-newsletter form input.hs-button {
    position: static;
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .blog--post .news-move { 
    position: static;
    margin-bottom: 20px;
  }
  .blog-recent-posts_list {
    justify-content: center;
    align-items: center;
  }
  .blog-recent-posts_list article {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .blog--listing .quotes .quote blockquote p .customer_name {
    margin-left: 0;
  }

  .blog--listing .quotes .quote {
    display: block;
    position: relative;
  }
  .blog--listing .quotes .quote blockquote p {
    width: 100%;
  }
  .blog--listing .quotes .quote blockquote {
    width: 70vw;
  }
  .blog--listing .quotes .quote blockquote .endquote {
    position: absolute;
    right: 0;
    bottom: 35px;
  }
}



@media (max-width: 767px) and (min-width: 480px) {
  .blog--header h1 {
    font-size: 45px;
  }
  .blog--listing .content-wrapper {
    width: 450px;
  }
  .blog--post .content-wrapper {
    max-width: 450px;
  }
  .blog--post h1.news__title {
    font-size: 45px;
  }
  .help-newsletter .content-wrapper {
    max-width: 450px;
  }
  .blog-recent-post .content-wrapper {
    max-width: 450px;
  }


}


@media (max-width: 767px) {
  .help-newsletter .content-wrapper {
    display: block;
  }
  .help-newsletter .help {
    width: 100%;
    padding: 0;
  }
  .help-newsletter .newsletter {
    width: 100%;
    margin-top: 60px;
  }
  .post-inner-card .index__post-content {
    display: block;
    width: auto;
  }
  .blog--listing .content-wrapper {
    padding: 0 8px;
  }
}





@media (max-width: 479px) and (min-width: 1px) {
  .blog--listing .content-wrapper {
    max-width: 290px;
  }

  .blog--header h1 {
    font-size: 45px;
  }

  .post__item.post__item {
    width: 100%;
    margin: 0;
    margin-top: 15px;
    float: none;
  }

  .post-inner-card {
    padding: 10px; 
    height: 430px;
  }

  .post-inner-card .index__post-content {
    height: 370px;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }

  .post__item .article-date {
    font-size: 14px;
  }

  .post__item h2 {
    font-size: 20px;
  }

  .post__item .article-content {
    font-size: 14px;
  }

  .post__item a.article-more {
    right: 0;
    width: 100%;
    max-width: 241px;
    left: 0;
    position: static;
    margin-top: auto;
  }
  .blog-recent-post .content-wrapper {
    max-width: 290px;
  }
  .blog-recent-posts_list article {
    width: 100%;
    height: auto;
    float: none;
  }
  .blog-recent-posts_list .article-padding {
    height: auto;
    padding: 10px;
  }
  .blog-recent-posts_list .article-padding .article-inner {
    display: flex;
    flex-direction: column;
    padding: 10px;
  }
  .blog-recent-posts_list a.article-more {
    margin-top: auto;
    position: static;
    width: 100%;
  }
  .blog--post h1.news__title {
    font-size: 45px;
  }

  .blog--listing .quotes .quote blockquote p {
    width: 260px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 18px 0;
  }
  .blog--listing .quotes .brands img {
    margin-right: 5px;
  }
  .blog--listing .quotes .quote blockquote p .customer_name {
    margin-left: 0;
    width: auto;
    padding-right: 30px;
  }
}


.featured-img-alt{

margin-top: 5px;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 300;
  font-size: 15px;}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
/*pillar page*/
.a#Zasteklitev {
  position: relative;
  top: -450px;
}

/* end pillar page*/

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page ul{
  padding: 0;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }

}


/**/
/* .grey_box .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid { padding-top:40px; } */
.grey_box>.row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell{position: relative;}
.grey_box>.row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child{position: sticky;top: 0;z-index: 9;}
/* .grey_box > .row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid > div { width: calc(100%/5); cursor:pointer; position: relative; margin: 0; padding: 10px 20px !important; display: flex; align-items: center; justify-content: center; } */
.grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div {width: calc(100%/5);cursor: pointer;position: relative;margin: 0;padding: 0 !important;}
/* .grey_box > .row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid > div:before { position: absolute; content: ""; width: 2px; height: calc(100% - 20px); background: #c3c3c3; top: 50%; transform: translateY(-50%); right: 0; } */
.grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell:not(:last-child)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before {position: absolute;content: "";width: 2px;height: calc(100% - 20px);background: #c3c3c3;top: 50%;transform: translateY(-50%);right: 0;}

/* .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before { display: none; } */
/* .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{font-size: 22px;line-height: 1.2em;} */
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 22px;line-height: 1.2em;padding: 20px 59px !important;display: block;width: 100%; text-decoration: none;}

.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;margin-right:-105px;position:relative;font-size:90px!important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2){display: none !important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: none !important}

.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative;font-size:90px!important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: none !important;}

.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;margin-right:-105px;position:relative;font-size:90px!important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: none !important;}
  
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell{position: relative;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2){position: absolute;top: 100px;left: 60px;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative;font-size:90px!important;}

.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;/*margin-right:-105px;*/position:relative;font-size:90px!important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: none !important;}
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: none !important}

.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>.active { background: none !important; color:#000; }
.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>.active { color:#414042 !important; font-weight: bold; text-decoration:none; }
.grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a.active:before { background: #c3c3c3 !important; }



@media(max-width: 1366px){
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
	
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
	
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;line-height: 1.3em;margin-right: auto;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
}

@media(max-width: 1200px){
  body {
      font-size: 18px !important;
  }
  
  body .grey_box h3{
    font-size: 24px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
  	
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 {font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}
	
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
	
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 50px !important;line-height: 1.3em;margin-right: auto;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}
}

@media(max-width: 1199px){
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {padding: 20px 10px !important;text-align: center;text-decoration:none;}  
}

@media(max-width: 991px){
  body {
      font-size: 17px !important;
  }
  
  body .grey_box h3{
    font-size: 22px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 3);}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {padding: 20px 20px !important;text-align: center;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 18px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div:before{display: none;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a>br{display: none;}
  
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 {font-size: 34px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 34px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 34px !important;margin-right: auto;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_
  wrapper>h1 br{display: none;}
  
  /*.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2){position: relative;left: inherit;top: inherit;margin-bottom: 20px;} */
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 34px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 34px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: none;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:nth-child(8) img{width: 100%;height: auto;}
}

@media(min-width: 768px){
  .selectCate{display: none;}
}

@media(max-width: 767px){
  .banner .head-landing{min-height: auto !important;margin-bottom: 30px !important;}
  .banner .head-landing {margin-top: 200px !important;}
  .banner .head-landing h1 strong {font-weight: 300;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 1);}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{text-align: left;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell:not(:last-child)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before{display: none;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child{display: flex;flex-wrap: wrap;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{order: 2;}
  .row-fluid-container{order:1;max-width:1170px;padding:0 10px;width:100%;}
  .selectCate{background:#d6d6d6;font-size:18px;line-height:1.2em;padding:20px 20px!important;display:block;width:100%;}
  .selectCate span br{display: none;}
  .selectCate span{position: relative;width: 100%;display: block;}
  .selectCate span:after {content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 10px solid #000;right: 0;top: 50%;transform: translate(0, -50%);position: absolute;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {position: absolute;top: 50px;left: 30px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{display: none;}
  .back-to-top {right: 30px !important;}
  
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: -20px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1{text-align: right;display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1) {display: none !important;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: block !important;padding-right: 35px;margin-top: -20px;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1{margin-right: auto;margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: 50px;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-bottom: 0;line-height: 1.3em;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1{margin-bottom: 0;line-height: 1.3em;text-align: right;display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1 br{display: block;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-right: 35px;margin-top: -20px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
}

@media(max-width: 576px){
  body {
      font-size: 15px !important;
  }
  
  body .grey_box h3{
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
  .selectCate span:after {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #000;}
  
	.grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 1);}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h1 {font-size: 36px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 15px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{padding: 10px 20px !important;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: -20px;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  .selectCate {padding: 15px 20px !important;}
  .selectCate span{font-size: 18px;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4){display: none !important}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: block !important}
  
	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 36px !important;}

	.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 36px !important;}
  
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 36px !important;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}

  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h1{font-size: 36px !important;}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4){display: none !important}
  .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: block !important}
  .back-to-top {right: 20px !important;}
}

#hs-cta-img-96047434-7bdb-4a15-b041-a0becf6bd194 #hs-cta-img-6cc2278c-2027-47f2-be28-6c119f18a69d #hs-cta-img-15537f41-5b7a-42a1-8f0f-9c728a5cd765{
    -webkit-box-shadow: 5px 5px 5px rgba(237, 237, 237, 0.8);
  }

.cell_16158818764705-vertical-alignment img {
    margin-top: 160px !important ;
  }
/* Lina h3 margin bottom PP */
.hs_cos_wrapper  h3 {
    margin-bottom: 10px !important;
  }

a:hover#cta_button_8821187_24e59186-b49e-4e91-9e49-06d7c25cfe55 {
    color: #02339a;
  }


/* PILLAR PAGE - vrata */ 
/**/
/* .grey_box .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid { padding-top:40px; } */
.grey_box2>.row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell{position: relative;}
.grey_box2>.row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child{position: sticky;top: 0;z-index: 9;}
/* .grey_box > .row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid > div { width: calc(100%/5); cursor:pointer; position: relative; margin: 0; padding: 10px 20px !important; display: flex; align-items: center; justify-content: center; } */
.grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div {width: calc(100%/8); cursor: pointer;position: relative;height: 88px ; margin: 0;padding: 0 !important;}
/* .grey_box > .row-fluid-wrapper  > .row-fluid > .span12.widget-type-cell > .row-fluid-wrapper.row-depth-1:first-child > .row-fluid > div:before { position: absolute; content: ""; width: 2px; height: calc(100% - 20px); background: #c3c3c3; top: 50%; transform: translateY(-50%); right: 0; } */
.grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell:not(:last-child)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before {position: absolute;content: "";width: 2px;height: 80% !important;background: #c3c3c3;top: 50% !important;transform: translateY(-50%);right: 0;}

/* .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before { display: none; } */
/* .grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{font-size: 22px;line-height: 1.2em;} */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 20px; text-align: center;line-height: 1.2em;padding: 20px 0px !important; display: block;width: 100%; text-decoration: none;}
/* Design in materiali */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;margin-right:-105px;position:relative;font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2){display: none !important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: none !important}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8){display: none !important}
/*.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>#hs_cos_wrapper_module_1616501667651_{display: none !important}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>#hs_cos_wrapper_module_1619767491218_{display: none !important} */
 /* Okovje in ključavnice */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative; margin-left: -105px; font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: none !important;}
 /* Varnost */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;/*margin-right:-150px*/;position:relative;font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: none !important;}
 /* Energetska učinkovitost */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell{position: relative;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2){position: absolute;top: 100px;left: 60px;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative;font-size:90px!important;}
/* Uporaba in vzdrževanje */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;margin-right:-130px;position:relative;font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: none !important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: none !important}
/* Smart Home NOT WORKING*/
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative;  margin-left: -105px; font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363710.hs_cos_wrapper>.hs_cos_wrapper{box-shadow: 0px !important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: none !important;}
/*Protipožarna vrata NOT WORKING */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper{display: block;text-align: right;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;margin-right:-105px;position:relative;font-size:90px!important;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: none !important;}
/*Montaža in cena NOT WORKING */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell{position: relative;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2){position: absolute;top: 100px;left: 60px;}
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2{text-align:left;display:inline-block;position:relative;font-size:90px!important;}

/* Active navigation */
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>.active { background: none !important; color:#000; }
.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>.active { color:#414042 !important; font-weight: bold; text-decoration:none; }
.grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a.active:before { background: #c3c3c3 !important; }


@media(max-width: 1366px){
 /* Design in materiali */
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Okovje in ključavnice */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important; margin-left: -80px; margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Varnost */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Energetska učinkovitost */ 
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Uporaba in vzdrževanje */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Smart Home NOT WORKING*/
 	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;} 
 /*Protipožarna vrata NOT WORKING */
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 60px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /*Montaža in cena NOT WORKING */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161899406720912.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 60px !important;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161899406720912.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
}

@media(max-width: 1200px){
  body {
      font-size: 18px !important;
  }
  
  body .grey_box2 h3{
    font-size: 24px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
 /* Design in materiali */ 	
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /*Okovje in ključavnice */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-left: -80px; font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Varnost */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Energetska učinkovitost */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Uporaba in vzdrževanje */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 50px !important;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /*  Smart Home NOT WORKING */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-left: -80px; font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}  
 /* Protipožarna varost */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
 /* Montaža in cena */
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 50px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
}

@media(max-width: 1199px){
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {padding: 20px 10px !important;text-align: center;text-decoration:none;}  
}

@media(max-width: 991px){
  body {
      font-size: 17px !important;
  }
  
  body .grey_box2 h3{
    font-size: 22px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
  
  /* Mobile navigation */
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 4);}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {padding: 20px 20px !important;text-align: center;} 
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 18px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div:before{display: none;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a>br{display: none;}
  
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

  
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;margin-left: -60px; margin-bottom: 0; line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;margin-right: auto;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_
  wrapper>h1 br{display: none;}
  
  /*.grey_box>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2){position: relative;left: inherit;top: inherit;margin-bottom: 20px;} */
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
 /* .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;} */
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important; margin-left: 0px !important; text-align: right; margin-bottom: 0; line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}

  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: none;}
/* Lina cofused ostala*/  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:nth-child(8) img{width: 100%;height: auto;}
}

@media(min-width: 768px){
  .selectCate{display: none;}
}
  /* Lina ostala MOBILE*/
@media(max-width: 767px){
  .banner .head-landing{min-height: auto !important;margin-bottom: 30px !important;}
  .banner .head-landing {margin-top: 200px !important;}
  .banner .head-landing h1 strong {font-weight: 300;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 1);}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{text-align: left;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>.widget-type-cell:not(:last-child)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a:before{display: none;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child{display: flex;flex-wrap: wrap;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{order: 2;}
  .row-fluid-container{order:1;max-width:1170px;padding:0 10px;width:100%;}
  .selectCate{background:#d6d6d6;font-size:18px;line-height:1.2em;padding:20px 20px!important;display:block;width:100%; height: 100%;}
  .selectCate span br{display: none;}
  .selectCate span{position: relative;width: 100%;display: block;}
  .selectCate span:after {content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 10px solid #000;right: 0;top: 50%;transform: translate(0, -50%);position: absolute;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {position: absolute;top: 50px;left: 30px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid{display: none;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div {height: 45px !important;}
  .back-to-top {right: 30px !important;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: -20px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}

  
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-left: -50px; text-align: right;display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1) {display: none !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: block !important;padding-right: 35px;margin-top: -20px;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-right: auto;margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: 50px;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_1613751641404.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-bottom: 0;line-height: 1.3em;text-align: right;display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_1613751641404.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-right: 35px;margin-top: -20px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}

  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-left: -50px; text-align: right;display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977634363714.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(8>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1) {display: none !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper:nth-child(2){display: block !important;padding-right: 35px;margin-top: -20px;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(1)>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper{text-align: left;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-bottom: 0;line-height: 1.3em;text-align: right;display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-right: 35px;margin-top: -20px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-bottom: 0;line-height: 1.3em;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2 br{display: block;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}

}

@media(max-width: 576px){
  body {
      font-size: 15px !important;
  }
  
  body .grey_box2 h3{
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.3em !important;
  }
  .selectCate span:after {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #000;}
  
	.grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper.row-depth-1:first-child>.row-fluid>div{width: calc(100% / 1);}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper {text-align: left;}
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615881820391.hs_cos_wrapper>.hs_cos_wrapper>h2 {font-size: 40px !important;margin-bottom: 0;line-height: 1.3em;margin-right: auto;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a {font-size: 15px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>.hs_cos_wrapper>.hs_cos_wrapper>p>a{padding: 10px 20px !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper:nth-child(2) {display: block !important;padding-left: 35px;margin-top: -20px;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.span12.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2) {display: none !important;}
  .selectCate {padding: 15px 20px !important;}
  .selectCate span{font-size: 18px;}
 

  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4){display: none !important}  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: block !important}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7){display: none !important}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(3)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(8){display: block !important}
  
	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(2)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16158818764716.hs_cos_wrapper>.hs_cos_wrapper>h2{margin-left: 0px; font-size: 40px !important;}

	.grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161582443039011.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198289813.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(6)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}

  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_widget_1615198405426.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4){display: none !important}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(7)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: block !important}

  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell:nth-child(1)>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044115.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-cell>.row-fluid-wrapper>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_161977521044111.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(4){display: none !important}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(9)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(5){display: block !important}
  
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2)>.row-fluid>.widget-type-custom_widget>#hs_cos_wrapper_module_16189940672098.hs_cos_wrapper>.hs_cos_wrapper>h2{font-size: 40px !important;}
  .grey_box2>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(10)>.row-fluid>.widget-type-cell>.row-fluid-wrapper:nth-child(2) {top: 40px;left: 20px;}
  .back-to-top {right: 20px !important;}
}


.body-container-wrapper>.body-container>.row-fluid-wrapper>.row-fluid>.widget-type-cell>.row-fluid-wrapper:first-child {
  position: sticky !important;
  top: 0 !important;
  z-index: 9;
}  

#scrollid-9 img{
    -webkit-box-shadow: 5px 5px 5px rgba(237, 237, 237, 0.8) !important;
  }


/*AJM Servis */
#hs_cos_wrapper_widget_1621338659504 {
    margin-bottom: 52px !important;
  }
#hs_cos_wrapper_widget_1621338659504 h1{
    font-size: 70px !important; 
    font-weight: 200 !important;
    color: #0c4da2 !important;
    margin-top: 68px !important; 
    font-family: Roboto,sans-serif !important;
  }

hs_form_target_widget_1621338609137 {
    width: 100% !important;
  }

#hs-form-399ea5e7-b413-4aca-80fc-13b1390bae1c_10b3217f-878c-4b33-a0db-deb3c653a05e fieldset {
    max-width: 1140px !important;
   }

.hs-form fieldset {
max-width: none!important;
}