2022-06-30 11:23:09 +02:00
|
|
|
|
@charset "UTF-8";
|
|
|
|
|
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
|
|
|
/**
|
|
|
|
|
* 1. Set default font family to sans-serif.
|
|
|
|
|
* 2. Prevent iOS and IE text size adjust after device orientation change,
|
|
|
|
|
* without disabling user zoom.
|
|
|
|
|
*/
|
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
|
|
|
|
|
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
|
|
|
|
|
html {
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
/* 1 */
|
|
|
|
|
-ms-text-size-adjust: 100%;
|
|
|
|
|
/* 2 */
|
|
|
|
|
-webkit-text-size-adjust: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Remove default margin.
|
|
|
|
|
*/
|
|
|
|
|
body {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* HTML5 display definitions
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Correct `block` display not defined for any HTML5 element in IE 8/9.
|
|
|
|
|
* Correct `block` display not defined for `details` or `summary` in IE 10/11
|
|
|
|
|
* and Firefox.
|
|
|
|
|
* Correct `block` display not defined for `main` in IE 11.
|
|
|
|
|
*/
|
|
|
|
|
article,
|
|
|
|
|
aside,
|
|
|
|
|
details,
|
|
|
|
|
figcaption,
|
|
|
|
|
figure,
|
|
|
|
|
footer,
|
|
|
|
|
header,
|
|
|
|
|
hgroup,
|
|
|
|
|
main,
|
|
|
|
|
menu,
|
|
|
|
|
nav,
|
|
|
|
|
section,
|
|
|
|
|
summary {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. Correct `inline-block` display not defined in IE 8/9.
|
|
|
|
|
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
|
|
|
|
|
*/
|
|
|
|
|
audio,
|
|
|
|
|
canvas,
|
|
|
|
|
progress,
|
|
|
|
|
video {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
/* 1 */
|
|
|
|
|
vertical-align: baseline;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Prevent modern browsers from displaying `audio` without controls.
|
|
|
|
|
* Remove excess height in iOS 5 devices.
|
|
|
|
|
*/
|
|
|
|
|
audio:not([controls]) {
|
|
|
|
|
display: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address `[hidden]` styling not present in IE 8/9/10.
|
|
|
|
|
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
|
|
|
|
|
*/
|
|
|
|
|
[hidden],
|
|
|
|
|
template {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Links
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Remove the gray background color from active links in IE 10.
|
|
|
|
|
*/
|
|
|
|
|
a {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: transparent; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Improve readability of focused elements when they are also in an
|
|
|
|
|
* active/hover state.
|
|
|
|
|
*/
|
|
|
|
|
a:active,
|
|
|
|
|
a:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Text-level semantics
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
|
|
|
|
|
*/
|
|
|
|
|
abbr[title] {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 1px dotted; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
|
|
|
|
|
*/
|
|
|
|
|
b,
|
|
|
|
|
strong {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: bold; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address styling not present in Safari and Chrome.
|
|
|
|
|
*/
|
|
|
|
|
dfn {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-style: italic; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address variable `h1` font-size and margin within `section` and `article`
|
|
|
|
|
* contexts in Firefox 4+, Safari, and Chrome.
|
|
|
|
|
*/
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 2em;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 0.67em 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address styling not present in IE 8/9.
|
|
|
|
|
*/
|
|
|
|
|
mark {
|
|
|
|
|
background: #ff0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #000; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address inconsistent and variable font size in all browsers.
|
|
|
|
|
*/
|
|
|
|
|
small {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 80%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
|
|
|
|
|
*/
|
|
|
|
|
sub,
|
|
|
|
|
sup {
|
|
|
|
|
font-size: 75%;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
vertical-align: baseline; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
sup {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
top: -0.5em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
sub {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
bottom: -0.25em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Embedded content
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Remove border when inside `a` element in IE 8/9/10.
|
|
|
|
|
*/
|
|
|
|
|
img {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Correct overflow not hidden in IE 9/10/11.
|
|
|
|
|
*/
|
|
|
|
|
svg:not(:root) {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Grouping content
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Address margin not present in IE 8/9 and Safari.
|
|
|
|
|
*/
|
|
|
|
|
figure {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 1em 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address differences between Firefox and other browsers.
|
|
|
|
|
*/
|
|
|
|
|
hr {
|
|
|
|
|
box-sizing: content-box;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Contain overflow in all browsers.
|
|
|
|
|
*/
|
|
|
|
|
pre {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address odd `em`-unit font size rendering in all browsers.
|
|
|
|
|
*/
|
|
|
|
|
code,
|
|
|
|
|
kbd,
|
|
|
|
|
pre,
|
|
|
|
|
samp {
|
|
|
|
|
font-family: monospace, monospace;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 1em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Known limitation: by default, Chrome and Safari on OS X allow very limited
|
|
|
|
|
* styling of `select`, unless a `border` property is set.
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* 1. Correct color not being inherited.
|
|
|
|
|
* Known issue: affects color of disabled elements.
|
|
|
|
|
* 2. Correct font properties not being inherited.
|
|
|
|
|
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
|
|
|
|
|
*/
|
|
|
|
|
button,
|
|
|
|
|
input,
|
|
|
|
|
optgroup,
|
|
|
|
|
select,
|
|
|
|
|
textarea {
|
|
|
|
|
color: inherit;
|
|
|
|
|
/* 1 */
|
|
|
|
|
font: inherit;
|
|
|
|
|
/* 2 */
|
|
|
|
|
margin: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 3 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address `overflow` set to `hidden` in IE 8/9/10/11.
|
|
|
|
|
*/
|
|
|
|
|
button {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: visible; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address inconsistent `text-transform` inheritance for `button` and `select`.
|
|
|
|
|
* All other form control elements do not inherit `text-transform` values.
|
|
|
|
|
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
|
|
|
|
|
* Correct `select` style inheritance in Firefox.
|
|
|
|
|
*/
|
|
|
|
|
button,
|
|
|
|
|
select {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
|
|
|
|
|
* and `video` controls.
|
|
|
|
|
* 2. Correct inability to style clickable `input` types in iOS.
|
|
|
|
|
* 3. Improve usability and consistency of cursor style between image-type
|
|
|
|
|
* `input` and others.
|
|
|
|
|
* 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
|
|
|
|
|
* specificity and defer to the .w-button selector
|
|
|
|
|
*/
|
|
|
|
|
button,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
html input[type="button"],
|
|
|
|
|
input[type="reset"] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
-webkit-appearance: button;
|
|
|
|
|
/* 2 */
|
|
|
|
|
cursor: pointer;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 3 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Re-set default cursor for disabled elements.
|
|
|
|
|
*/
|
|
|
|
|
button[disabled],
|
|
|
|
|
html input[disabled] {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: default; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Remove inner padding and border in Firefox 4+.
|
|
|
|
|
*/
|
|
|
|
|
button::-moz-focus-inner,
|
|
|
|
|
input::-moz-focus-inner {
|
|
|
|
|
border: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
|
|
|
|
|
* the UA stylesheet.
|
|
|
|
|
*/
|
|
|
|
|
input {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: normal; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* It's recommended that you don't attempt to style these elements.
|
|
|
|
|
* Firefox's implementation doesn't respect box-sizing, padding, or width.
|
|
|
|
|
*
|
|
|
|
|
* 1. Address box sizing set to `content-box` in IE 8/9/10.
|
|
|
|
|
* 2. Remove excess padding in IE 8/9/10.
|
|
|
|
|
*/
|
2022-11-04 13:36:21 +01:00
|
|
|
|
input[type="checkbox"],
|
|
|
|
|
input[type="radio"] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
/* 1 */
|
|
|
|
|
padding: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
|
|
|
|
|
* `font-size` values of the `input`, it causes the cursor style of the
|
|
|
|
|
* decrement button to change from `default` to `text`.
|
|
|
|
|
*/
|
2022-11-04 13:36:21 +01:00
|
|
|
|
input[type="number"]::-webkit-inner-spin-button,
|
|
|
|
|
input[type="number"]::-webkit-outer-spin-button {
|
|
|
|
|
height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
|
|
|
|
|
* 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
|
|
|
|
|
* (similar to normalize.css >=4.0.0)
|
|
|
|
|
*/
|
2022-11-04 13:36:21 +01:00
|
|
|
|
input[type="search"] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
-webkit-appearance: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 1 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
|
|
|
|
|
* Safari (but not Chrome) clips the cancel button when the search input has
|
|
|
|
|
* padding (and `textfield` appearance).
|
|
|
|
|
*/
|
2022-11-04 13:36:21 +01:00
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
|
|
|
input[type="search"]::-webkit-search-decoration {
|
|
|
|
|
-webkit-appearance: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Define consistent border, margin, and padding.
|
|
|
|
|
*/
|
|
|
|
|
fieldset {
|
|
|
|
|
border: 1px solid #c0c0c0;
|
|
|
|
|
margin: 0 2px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0.35em 0.625em 0.75em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. Correct `color` not being inherited in IE 8/9/10/11.
|
|
|
|
|
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
|
|
|
|
|
*/
|
|
|
|
|
legend {
|
|
|
|
|
border: 0;
|
|
|
|
|
/* 1 */
|
|
|
|
|
padding: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Remove default vertical scrollbar in IE 8/9/10/11.
|
|
|
|
|
*/
|
|
|
|
|
textarea {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Don't inherit the `font-weight` (applied by a rule above).
|
|
|
|
|
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
|
|
|
|
|
*/
|
|
|
|
|
optgroup {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: bold; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* Tables
|
|
|
|
|
========================================================================== */
|
|
|
|
|
/**
|
|
|
|
|
* Remove most spacing between table cells.
|
|
|
|
|
*/
|
|
|
|
|
table {
|
|
|
|
|
border-collapse: collapse;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-spacing: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
td,
|
|
|
|
|
th {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-26 17:06:04 +02:00
|
|
|
|
.buttong,
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.button {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
padding: 12px 7px 12px 17px;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border: 1px solid #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.buttong.shrink,
|
|
|
|
|
.button.shrink {
|
|
|
|
|
max-width: 200px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-26 17:06:04 +02:00
|
|
|
|
.button {
|
|
|
|
|
margin-right: 5px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 5px !important; }
|
2022-10-26 17:06:04 +02:00
|
|
|
|
|
|
|
|
|
.buttong {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-10-26 17:06:04 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
vertical-align: middle;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inline-block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.center {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.flex {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-sizing: border-box; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 26px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
margin: 0;
|
|
|
|
|
min-height: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.content {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 70px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-top: 53px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 70px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
max-width: 1240px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding-right: 40px;
|
|
|
|
|
padding-left: 40px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
margin-right: -25px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -25px; }
|
|
|
|
|
.row.flex {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.row .col {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
|
|
|
|
.row .col.c-50 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
|
|
|
|
flex: 0 50%; }
|
|
|
|
|
.row .col.c-33 {
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%; }
|
|
|
|
|
.row .vrsta {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
|
max-width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inline-block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.clearfix:before, .clearfix:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.clearfix:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.grey-section {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #F8F8F8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-title-block {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.uvodni-slider {
|
2022-09-29 19:19:45 +02:00
|
|
|
|
padding-top: 0;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
z-index: 121;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
max-width: 1240px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
|
-webkit-flex-direction: row-reverse;
|
|
|
|
|
-ms-flex-direction: row-reverse;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
|
|
|
|
.section.uvodni-slider .slider-right {
|
|
|
|
|
height: 460px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
|
|
|
|
.section.uvodni-slider .slider-right .slider-slika {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
-o-object-fit: contain;
|
|
|
|
|
object-fit: contain; }
|
|
|
|
|
.section.uvodni-slider .slider-left {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
|
|
|
|
flex: 0 50%; }
|
|
|
|
|
.section.uvodni-slider .slider-left .slider-title {
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
line-height: 60px;
|
|
|
|
|
font-weight: 300; }
|
|
|
|
|
.section.uvodni-slider .slider-left .slider-subtitle {
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
text-transform: uppercase; }
|
2022-08-27 14:15:30 +02:00
|
|
|
|
|
|
|
|
|
.section .section-title {
|
|
|
|
|
padding-right: 50px;
|
|
|
|
|
padding-left: 50px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
|
|
|
|
.section .section-title .title {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
|
|
|
|
font-size: 34px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: center; }
|
2022-08-27 14:15:30 +02:00
|
|
|
|
|
|
|
|
|
.izbira-paketa .section-main {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2022-08-27 14:15:30 +02:00
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.izbira-paketa .section-main .col {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.izbira-paketa .section-main .col img.package {
|
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
.izbira-paketa .section-main .col .icon {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
.izbira-paketa .section-main .col .title {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
text-transform: uppercase; }
|
2022-08-27 14:15:30 +02:00
|
|
|
|
|
|
|
|
|
.funkcionalnost .section-main {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2022-08-27 14:15:30 +02:00
|
|
|
|
margin-top: 60px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 58px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
|
|
|
|
flex: 0 50%; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content {
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
display: flex; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content .icon {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #D4F0FC;
|
|
|
|
|
opacity: 1; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content .icon img {
|
|
|
|
|
width: 34px;
|
|
|
|
|
height: 34px;
|
|
|
|
|
opacity: 1; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content .text {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-left: 20px; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content .text .title {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.funkcionalnost .section-main .flexcol .content .text p {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
|
|
|
|
|
|
.koraki-spletnega-anketiranja .section-title {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row {
|
|
|
|
|
display: flex; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec {
|
|
|
|
|
-webkit-box-flex: 0 !important;
|
|
|
|
|
-webkit-flex: 0 33.333% !important;
|
|
|
|
|
-ms-flex: 0 33.333% !important;
|
|
|
|
|
flex: 0 33.333% !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0 25px; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec .slika {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
max-width: 320px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec .slika .postavitev {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 20%;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec .slika img {
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
vertical-align: middle; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec .gumb {
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%;
|
|
|
|
|
padding: 0 25px; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row .stolpec .gumb .button {
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row.flex-desna {
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
|
justify-content: right; }
|
|
|
|
|
.koraki-spletnega-anketiranja .row.flex-desna .gumb {
|
|
|
|
|
margin-top: 30px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%;
|
|
|
|
|
padding: 0 25px; }
|
|
|
|
|
|
|
|
|
|
.pridruzi-se-nam .row {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.pridruzi-se-nam .row .gumb {
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
display: flex; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .crte {
|
|
|
|
|
height: 1px;
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-bottom: 25px;
|
|
|
|
|
border-bottom: 2px dashed #0040A9; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .blok {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 13px;
|
|
|
|
|
margin-bottom: 13px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .blok.velik {
|
|
|
|
|
padding-top: 2px;
|
|
|
|
|
padding-bottom: 2px; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .blok .krog {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #D4F0FC; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .blok .krog.velik {
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 120px; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .blok .text {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
padding-top: 22px;
|
|
|
|
|
padding-bottom: 22px;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 62px;
|
|
|
|
|
line-height: 70px;
|
|
|
|
|
font-weight: 300; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec .text {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec.pol {
|
|
|
|
|
padding: 0;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
|
|
|
|
flex: 0 50%; }
|
|
|
|
|
.pridruzi-se-nam .row .stolpec.tretina {
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%; }
|
|
|
|
|
|
|
|
|
|
.zaupajo-nam .row-logotipi {
|
2022-10-28 15:58:29 +02:00
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.zaupajo-nam .row-logotipi img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
max-height: 60px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
padding: 16px;
|
|
|
|
|
background-color: #fff; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.col-6-blue {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 800px; }
|
|
|
|
|
.col-6-blue.vert-center {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
|
|
|
|
.stolpec-4 {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-width: 200px; }
|
|
|
|
|
.stolpec-4.logotipi img {
|
|
|
|
|
height: 60px;
|
|
|
|
|
margin: 0.75rem 0;
|
|
|
|
|
margin-right: 20px; }
|
|
|
|
|
.stolpec-4.logotipi img.fdv {
|
|
|
|
|
width: 214px;
|
|
|
|
|
height: auto; }
|
|
|
|
|
.stolpec-4 .fotter-ico {
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px; }
|
2022-08-27 14:15:30 +02:00
|
|
|
|
|
2022-08-30 13:46:28 +02:00
|
|
|
|
.koraki-spletnega-anketiranja .slika {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-08-30 13:46:28 +02:00
|
|
|
|
.koraki-spletnega-anketiranja .centered_text {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
font-size: 1vw;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
width: 35%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 1.4; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
2022-10-10 17:29:21 +02:00
|
|
|
|
@media screen and (max-width: 991px) {
|
|
|
|
|
.slider-right {
|
|
|
|
|
height: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 40px; } }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
.slider-right {
|
|
|
|
|
height: 335px !important;
|
|
|
|
|
margin-top: 10px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: -40px !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.slider-title {
|
|
|
|
|
font-size: 30px !important;
|
|
|
|
|
margin-bottom: 20px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400 !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.slider-subtitle {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.section-title {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0 !important; }
|
|
|
|
|
.section-title .title {
|
|
|
|
|
font-size: 23px !important;
|
|
|
|
|
line-height: 29px !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.flexcol .content {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0 !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.blok .text {
|
|
|
|
|
font-size: 40px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 40px !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.pridruzi-se-nam .row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-direction: column; } }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
.breadcrumbs {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
padding-left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
list-style: none; }
|
|
|
|
|
.breadcrumbs li {
|
|
|
|
|
padding-right: 10px; }
|
|
|
|
|
.breadcrumbs li a.povezava {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
|
color: #8c8c8c;
|
|
|
|
|
text-decoration: none; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
|
|
|
|
#breadcrumb .breadcrumbs-ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-start; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
#breadcrumb .breadcrumb-li {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 10px; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
#breadcrumb .breadcrumb {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
|
color: #8c8c8c;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
#breadcrumb .breadcrumb:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
|
|
|
|
.block-quicktabs ul.quicktabs-tabs {
|
|
|
|
|
margin: 70px 0 40px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
|
|
|
|
.block-quicktabs ul.quicktabs-tabs li {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
border-bottom: 2px solid #d3d3d3;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: 9px 30px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.block-quicktabs ul.quicktabs-tabs li a {
|
|
|
|
|
color: #999; }
|
|
|
|
|
.block-quicktabs ul.quicktabs-tabs li.active, .block-quicktabs ul.quicktabs-tabs li:hover {
|
|
|
|
|
border-bottom-color: #1e88e5; }
|
|
|
|
|
.block-quicktabs ul.quicktabs-tabs li.active a, .block-quicktabs ul.quicktabs-tabs li:hover a {
|
|
|
|
|
color: #1e88e5; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
.block-quicktabs .quicktabs-main ul {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
list-style: none; }
|
|
|
|
|
.block-quicktabs .quicktabs-main ul li {
|
|
|
|
|
padding: 13px 0px;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5; }
|
|
|
|
|
.block-quicktabs .quicktabs-main ul li:first-child {
|
|
|
|
|
border-top: 1px solid #e5e5e5; }
|
|
|
|
|
.block-quicktabs .quicktabs-main ul li a {
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
|
|
|
|
ul.seznam-tem {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
ist-style: none; }
|
|
|
|
|
ul.seznam-tem li.prirocnik {
|
|
|
|
|
padding: 13px 0px;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5; }
|
|
|
|
|
ul.seznam-tem li.prirocnik:first-child {
|
|
|
|
|
border-top: 1px solid #e5e5e5; }
|
|
|
|
|
ul.seznam-tem li.prirocnik a {
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: 400; }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
|
2022-10-10 17:29:21 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
ul.quicktabs-tabs li {
|
|
|
|
|
margin: 0 !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 10px !important; }
|
|
|
|
|
ul.quicktabs-tabs li a {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 19px; } }
|
2022-10-06 14:12:13 +02:00
|
|
|
|
.modal, .rexister-modal {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
z-index: 10000;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.39);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
|
|
|
|
.modal .modal-box, .rexister-modal .modal-box {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 90vh;
|
|
|
|
|
max-width: 750px;
|
|
|
|
|
padding: 50px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
background-color: #fff; }
|
|
|
|
|
.modal .modal-box.modal-registration, .rexister-modal .modal-box.modal-registration {
|
|
|
|
|
max-width: 1000px; }
|
|
|
|
|
.modal .modal-box .obnovitev-gesla-email, .rexister-modal .modal-box .obnovitev-gesla-email {
|
|
|
|
|
margin-top: 6px; }
|
|
|
|
|
.modal .modal-box .paragraph, .rexister-modal .modal-box .paragraph {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.modal .modal-box p a, .rexister-modal .modal-box p a {
|
|
|
|
|
text-decoration: underline; }
|
|
|
|
|
.modal .modal-box .closemodal, .rexister-modal .modal-box .closemodal {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: auto;
|
|
|
|
|
top: 20px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.modal .modal-box .checkbox-field, .rexister-modal .modal-box .checkbox-field {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.modal .modal-box .checkbox-field input, .rexister-modal .modal-box .checkbox-field input {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
min-width: 18px;
|
|
|
|
|
min-height: 18px;
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
margin-right: 5px; }
|
|
|
|
|
.modal .modal-box .checkbox-field label, .rexister-modal .modal-box .checkbox-field label {
|
|
|
|
|
font-weight: 400; }
|
|
|
|
|
.modal .modal-box h3, .rexister-modal .modal-box h3 {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
font-weight: 400; }
|
|
|
|
|
.modal .modal-box h3.center, .rexister-modal .modal-box h3.center {
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding-bottom: 25px; }
|
|
|
|
|
.modal .modal-box h4, .rexister-modal .modal-box h4 {
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.modal .modal-box .w-input, .rexister-modal .modal-box .w-input {
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #d1d1d1;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.modal .modal-box .w-input.error, .rexister-modal .modal-box .w-input.error {
|
|
|
|
|
border-color: red; }
|
|
|
|
|
.modal .modal-box #registracija-uporabnika .w-input, .modal .modal-box #forma-prijava .w-input, .rexister-modal .modal-box #registracija-uporabnika .w-input, .rexister-modal .modal-box #forma-prijava .w-input {
|
|
|
|
|
margin-bottom: 0px; }
|
|
|
|
|
.modal .modal-box #registracija-uporabnika .left_col, .modal .modal-box #registracija-uporabnika .right_col, .modal .modal-box #registracija-uporabnika ._3-3-3-12, .modal .modal-box #forma-prijava .left_col, .modal .modal-box #forma-prijava .right_col, .modal .modal-box #forma-prijava ._3-3-3-12, .rexister-modal .modal-box #registracija-uporabnika .left_col, .rexister-modal .modal-box #registracija-uporabnika .right_col, .rexister-modal .modal-box #registracija-uporabnika ._3-3-3-12, .rexister-modal .modal-box #forma-prijava .left_col, .rexister-modal .modal-box #forma-prijava .right_col, .rexister-modal .modal-box #forma-prijava ._3-3-3-12 {
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.modal .modal-box #registracija-uporabnika .error-empty, .modal .modal-box #forma-prijava .error-empty, .rexister-modal .modal-box #registracija-uporabnika .error-empty, .rexister-modal .modal-box #forma-prijava .error-empty {
|
|
|
|
|
display: none;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 14px; }
|
|
|
|
|
.modal .modal-box .w-checkbox, .rexister-modal .modal-box .w-checkbox {
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.modal .modal-box .w-checkbox input, .rexister-modal .modal-box .w-checkbox input {
|
|
|
|
|
float: none; }
|
|
|
|
|
.modal .modal-box .submit, .rexister-modal .modal-box .submit {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 0; }
|
|
|
|
|
.modal .modal-box .submit-prijava, .rexister-modal .modal-box .submit-prijava {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
background: #1e88e5;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.modal .modal-box .submit-prijava:hover, .rexister-modal .modal-box .submit-prijava:hover {
|
|
|
|
|
background: #1970bb; }
|
|
|
|
|
.modal .modal-box .aai-obvestilo, .rexister-modal .modal-box .aai-obvestilo {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
border: 1px solid #D1D1D1;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.modal .modal-box .gumb, .rexister-modal .modal-box .gumb {
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
background: #1e88e5;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
max-width: 250px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.modal .modal-box .gumb:hover, .rexister-modal .modal-box .gumb:hover {
|
|
|
|
|
background: #1970bb; }
|
|
|
|
|
.modal .modal-box .gumb.gumb-aai, .rexister-modal .modal-box .gumb.gumb-aai {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
background: #e35205;
|
|
|
|
|
letter-spacing: 0.5px; }
|
|
|
|
|
.modal .modal-box .gumb.gumb-aai.login, .rexister-modal .modal-box .gumb.gumb-aai.login {
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
width: 50%;
|
|
|
|
|
padding: 14px 49px; }
|
|
|
|
|
.modal .modal-box .gumb.gumb-aai span, .rexister-modal .modal-box .gumb.gumb-aai span {
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
.modal .modal-box .gumb.gumb-aai:hover, .rexister-modal .modal-box .gumb.gumb-aai:hover {
|
|
|
|
|
background: #fa6c21; }
|
|
|
|
|
.modal .modal-box .gumb img, .rexister-modal .modal-box .gumb img {
|
|
|
|
|
height: 1.6rem;
|
|
|
|
|
width: 52px;
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
float: left; }
|
|
|
|
|
.modal .modal-box ul, .rexister-modal .modal-box ul {
|
|
|
|
|
margin-top: -10px; }
|
|
|
|
|
.modal .modal-box .registracija #gdpr-vec-text, .rexister-modal .modal-box .registracija #gdpr-vec-text {
|
|
|
|
|
display: none; }
|
|
|
|
|
.modal .modal-box .registracija .w-form, .rexister-modal .modal-box .registracija .w-form {
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
padding-right: 10px; }
|
|
|
|
|
.modal .modal-box .registracija .w-form .input_row, .rexister-modal .modal-box .registracija .w-form .input_row {
|
|
|
|
|
display: flex; }
|
|
|
|
|
.modal .modal-box .registracija .w-form .input_row .left_col, .rexister-modal .modal-box .registracija .w-form .input_row .left_col {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
width: 50%; }
|
|
|
|
|
.modal .modal-box .registracija .w-form .input_row .right_col, .rexister-modal .modal-box .registracija .w-form .input_row .right_col {
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
width: 50%; }
|
|
|
|
|
.modal .modal-box .registracija .w-form .cb_multiple_lines, .rexister-modal .modal-box .registracija .w-form .cb_multiple_lines {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 7px; }
|
|
|
|
|
.modal .modal-box #register-form, .rexister-modal .modal-box #register-form {
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.modal .modal-box #register-form-confirm, .rexister-modal .modal-box #register-form-confirm {
|
|
|
|
|
display: none;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.modal .modal-box #register-form-confirm .preged-podatkov, .rexister-modal .modal-box #register-form-confirm .preged-podatkov {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin: 20px 0; }
|
|
|
|
|
.modal .modal-box #register-form-confirm h4, .rexister-modal .modal-box #register-form-confirm h4 {
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.modal .modal-box #register-form-confirm ul, .rexister-modal .modal-box #register-form-confirm ul {
|
|
|
|
|
margin-top: 0; }
|
|
|
|
|
.modal .modal-box #register-form-confirm .col, .rexister-modal .modal-box #register-form-confirm .col {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
|
.modal .modal-box #register-form-confirm .col.pb, .rexister-modal .modal-box #register-form-confirm .col.pb {
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
margin-bottom: 5px; }
|
|
|
|
|
.modal .modal-box #register-form-confirm .col.pb .label, .rexister-modal .modal-box #register-form-confirm .col.pb .label {
|
|
|
|
|
width: 100px;
|
|
|
|
|
text-align: end;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
font-weight: 400; }
|
|
|
|
|
.modal .modal-box .w-form .buttons,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons, .rexister-modal .modal-box .w-form .buttons,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row; }
|
|
|
|
|
.modal .modal-box .w-form .buttons .buttong,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons .buttong, .rexister-modal .modal-box .w-form .buttons .buttong,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons .buttong {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex: 1;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
.modal .modal-box .w-form .buttons .buttong.secondary-button,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons .buttong.secondary-button, .rexister-modal .modal-box .w-form .buttons .buttong.secondary-button,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons .buttong.secondary-button {
|
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
|
background: linear-gradient(to left, white 50%, #1e88e5 50%) right;
|
|
|
|
|
background-size: 200%;
|
|
|
|
|
transition: .2s ease-out;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
border: 1px solid #1e88e5;
|
|
|
|
|
padding: 11px 7px 11px 17px; }
|
|
|
|
|
.modal .modal-box .w-form .buttons .buttong.secondary-button:hover,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons .buttong.secondary-button:hover, .rexister-modal .modal-box .w-form .buttons .buttong.secondary-button:hover,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons .buttong.secondary-button:hover {
|
|
|
|
|
background-position: left;
|
|
|
|
|
color: white; }
|
|
|
|
|
.modal .modal-box .w-form .buttons .buttong.main-button,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons .buttong.main-button, .rexister-modal .modal-box .w-form .buttons .buttong.main-button,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons .buttong.main-button {
|
|
|
|
|
margin: 0 0 0 8px;
|
|
|
|
|
background: linear-gradient(to left, #1e88e5 50%, #1970bb 50%) right;
|
|
|
|
|
background-size: 200%;
|
|
|
|
|
transition: .2s ease-out;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: 1px solid #1e88e5; }
|
|
|
|
|
.modal .modal-box .w-form .buttons .buttong.main-button:hover,
|
|
|
|
|
.modal .modal-box #register-form-confirm .buttons .buttong.main-button:hover, .rexister-modal .modal-box .w-form .buttons .buttong.main-button:hover,
|
|
|
|
|
.rexister-modal .modal-box #register-form-confirm .buttons .buttong.main-button:hover {
|
|
|
|
|
border: 1px solid #1970bb;
|
|
|
|
|
background-position: left; }
|
|
|
|
|
.modal .modal-box #obnovitev-gesla .buttons, .rexister-modal .modal-box #obnovitev-gesla .buttons {
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.modal .modal-box #register-form-email-sent, .rexister-modal .modal-box #register-form-email-sent {
|
|
|
|
|
display: none;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.modal .modal-box #register-form-email-sent ul, .rexister-modal .modal-box #register-form-email-sent ul {
|
|
|
|
|
margin-top: 0; }
|
|
|
|
|
.modal .modal-box #register-form-email-sent h4, .rexister-modal .modal-box #register-form-email-sent h4 {
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.modal .error, .modal .oznacen-rdec, .rexister-modal .error, .rexister-modal .oznacen-rdec {
|
|
|
|
|
color: red; }
|
|
|
|
|
.modal label, .rexister-modal label {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin: 0; }
|
|
|
|
|
.modal .w-form, .rexister-modal .w-form {
|
|
|
|
|
margin: 0; }
|
|
|
|
|
.modal #submit-other-login,
|
|
|
|
|
.modal #login-google-title,
|
|
|
|
|
.modal #login-facebook-title,
|
|
|
|
|
.modal #login-aai-title, .rexister-modal #submit-other-login,
|
|
|
|
|
.rexister-modal #login-google-title,
|
|
|
|
|
.rexister-modal #login-facebook-title,
|
|
|
|
|
.rexister-modal #login-aai-title {
|
|
|
|
|
display: none; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.dva-stolpca {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
|
|
|
|
.dva-stolpca h4 {
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 14px; }
|
|
|
|
|
.dva-stolpca .preko-racunov {
|
|
|
|
|
border-left: 1px solid #d1d1d1;
|
|
|
|
|
width: 100%; }
|
|
|
|
|
.dva-stolpca .preko-racunov .ostale-prijave {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.dva-stolpca .preko-racunov .ostale-prijave .op-gumb {
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
border: 1px solid #1e88e5;
|
|
|
|
|
padding: 11px 7px 11px 17px;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
max-width: 250px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.dva-stolpca .preko-racunov .ostale-prijave .op-gumb:hover {
|
|
|
|
|
background: #f8f8f8; }
|
|
|
|
|
.dva-stolpca .preko-racunov .ostale-prijave .op-gumb img {
|
|
|
|
|
height: 20px;
|
|
|
|
|
width: 20px;
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
float: left; }
|
|
|
|
|
.dva-stolpca .preko-racunov .ostale-prijave .aai-prijava-small {
|
|
|
|
|
font-size: 0.8rem;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
color: #666;
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
border-top: 1px solid #333333;
|
|
|
|
|
margin: 1rem 1rem 0; }
|
|
|
|
|
.dva-stolpca .gumb {
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
background: #1e88e5;
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
|
max-width: 250px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.dva-stolpca .gumb:hover {
|
|
|
|
|
background: #1970bb; }
|
|
|
|
|
.dva-stolpca .gumb.gumb-aai {
|
|
|
|
|
background: #e35205;
|
|
|
|
|
letter-spacing: 0.5px; }
|
|
|
|
|
.dva-stolpca .gumb.gumb-aai:hover {
|
|
|
|
|
background: #fa6c21; }
|
|
|
|
|
.dva-stolpca .gumb img {
|
|
|
|
|
height: 1.6rem;
|
|
|
|
|
width: 52px;
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
float: left; }
|
|
|
|
|
.dva-stolpca .registracija {
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
min-width: 310px; }
|
|
|
|
|
.dva-stolpca .prijava.forma {
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-width: 300px; }
|
|
|
|
|
.dva-stolpca .error-message {
|
|
|
|
|
background: rgba(255, 0, 0, 0.1);
|
|
|
|
|
padding: 0.25rem 0.75rem;
|
|
|
|
|
color: red;
|
|
|
|
|
border: 1px solid red;
|
|
|
|
|
display: none;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.dva-stolpca .error-message.napaka-registracija {
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-left: 0; }
|
|
|
|
|
.dva-stolpca .intro-modal {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.dva-stolpca .intro-modal .siv-url {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
color: #d1d1d1; }
|
|
|
|
|
.dva-stolpca .intro-modal .besedilo {
|
|
|
|
|
min-height: 100px;
|
|
|
|
|
color: #535050;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 160%;
|
|
|
|
|
margin-bottom: 40px; }
|
|
|
|
|
.dva-stolpca .intro-modal .submit-btn {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
padding: 14px 49px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.dva-stolpca .intro-modal .submit-btn span {
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
.dva-stolpca .intro-modal .w-button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-1ka {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding-left: 1rem; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-1ka h4 {
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-aai {
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
border-right: 1px solid #d1d1d1;
|
|
|
|
|
width: 100%; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-aai .text-arnes {
|
|
|
|
|
color: #e35205;
|
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-aai .pojasnilo .ikona {
|
|
|
|
|
float: left; }
|
|
|
|
|
.dva-stolpca .intro-modal.intro-aai .pojasnilo .tekst {
|
|
|
|
|
float: left;
|
|
|
|
|
padding-left: 1rem;
|
|
|
|
|
color: #e35205 !important;
|
|
|
|
|
font-weight: bold; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
2022-09-19 18:27:34 +02:00
|
|
|
|
.naslov-url {
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
.naslov-url.plain {
|
|
|
|
|
color: #333;
|
|
|
|
|
justify-content: center; }
|
2022-09-19 18:27:34 +02:00
|
|
|
|
|
|
|
|
|
.modra {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
|
|
|
|
#modal-individualno-svetovanje h3 {
|
|
|
|
|
margin-top: 20px;
|
2022-07-07 14:40:06 +02:00
|
|
|
|
margin-bottom: 20px;
|
2022-07-20 14:47:11 +02:00
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
font-weight: 700;
|
2022-07-07 14:40:06 +02:00
|
|
|
|
text-transform: uppercase;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 0px; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
#modal-individualno-svetovanje .center {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
#modal-individualno-svetovanje .flexrow {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
#modal-individualno-svetovanje .flexcol {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 33.333%;
|
|
|
|
|
-ms-flex: 0 33.333%;
|
|
|
|
|
flex: 0 33.333%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 33.333%; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
#modal-individualno-svetovanje a {
|
2022-07-07 14:40:06 +02:00
|
|
|
|
color: #1e88e5;
|
2022-07-20 14:47:11 +02:00
|
|
|
|
text-decoration: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: .1s; }
|
|
|
|
|
#modal-individualno-svetovanje a img {
|
|
|
|
|
height: 48px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-23 19:05:33 +02:00
|
|
|
|
@media (max-width: 991px) {
|
2022-10-26 17:06:04 +02:00
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona .gumb {
|
2022-10-23 19:05:33 +02:00
|
|
|
|
max-width: 165px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0.5rem; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona .gumb img {
|
|
|
|
|
height: 2.6rem;
|
|
|
|
|
width: 52px;
|
|
|
|
|
padding-right: 1rem;
|
|
|
|
|
float: left; } }
|
2022-10-23 19:05:33 +02:00
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
.modal-box {
|
|
|
|
|
margin: auto 20px;
|
|
|
|
|
padding-right: 25px !important;
|
|
|
|
|
padding-left: 25px !important;
|
|
|
|
|
padding-bottom: 20px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-height: 90%; }
|
|
|
|
|
.modal-box #agreelabel .checkbox-label {
|
|
|
|
|
line-height: normal; }
|
|
|
|
|
.modal-box #cutom-login-agree {
|
|
|
|
|
align-self: start; }
|
|
|
|
|
.modal-box .col {
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
padding-right: 0 !important; }
|
|
|
|
|
.modal-box .button {
|
|
|
|
|
margin-right: 0 !important;
|
|
|
|
|
margin-left: 0 !important; }
|
|
|
|
|
.modal-box .naslov-url {
|
|
|
|
|
margin-bottom: 10px; }
|
|
|
|
|
.modal-box .naslov-url.plain {
|
|
|
|
|
text-align: unset; }
|
|
|
|
|
.modal-box .registracija .w-form {
|
|
|
|
|
padding: 0 !important; }
|
|
|
|
|
.modal-box .registracija .w-form .input_row {
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.modal-box .registracija .w-form .input_row .left_col, .modal-box .registracija .w-form .input_row .right_col {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
padding: 0 !important; }
|
|
|
|
|
.modal-box .w-form .buttons,
|
|
|
|
|
.modal-box #register-form-confirm .buttons {
|
|
|
|
|
flex-direction: column-reverse !important; }
|
|
|
|
|
.modal-box .w-form .buttons .secondary-button,
|
|
|
|
|
.modal-box #register-form-confirm .buttons .secondary-button {
|
|
|
|
|
margin: 10px 0 0 0 !important;
|
|
|
|
|
padding: 9px 15px !important; }
|
|
|
|
|
.modal-box .w-form .buttons .main-button,
|
|
|
|
|
.modal-box #register-form-confirm .buttons .main-button {
|
|
|
|
|
margin: 0 !important; }
|
|
|
|
|
.modal-box .row {
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
margin-right: 0 !important; }
|
|
|
|
|
.modal-box #submit-lost-password {
|
|
|
|
|
width: 100%; }
|
|
|
|
|
.modal-box .dva-stolpca {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.modal-box .dva-stolpca .forma {
|
|
|
|
|
min-width: unset;
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.modal-box .dva-stolpca h4 {
|
|
|
|
|
margin-left: 0; }
|
|
|
|
|
.modal-box .dva-stolpca .col p.besedilo {
|
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
.modal-box .dva-stolpca .col .submit-btn {
|
|
|
|
|
max-width: unset;
|
|
|
|
|
margin: 25px 0; }
|
|
|
|
|
.modal-box .dva-stolpca .submit-prijava {
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
margin-bottom: 16px !important; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov {
|
|
|
|
|
border-left: unset; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov h3 {
|
|
|
|
|
margin: 0; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave {
|
|
|
|
|
width: 100%;
|
|
|
|
|
display: flex; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona-custom-login {
|
|
|
|
|
max-width: unset; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona-custom-login .op-gumb {
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
max-width: unset; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona .gumb {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding: 1 rem; }
|
|
|
|
|
.modal-box .dva-stolpca .preko-racunov .ostale-prijave .ikona .gumb img {
|
|
|
|
|
height: 1.6rem; }
|
|
|
|
|
.modal-box .dva-stolpca .intro-modal .besedilo {
|
|
|
|
|
min-height: auto; }
|
|
|
|
|
.modal-box .dva-stolpca .intro-modal.intro-1ka {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-top: 26px; }
|
|
|
|
|
.modal-box .dva-stolpca .intro-modal.intro-aai {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
border-right: 0;
|
|
|
|
|
border-bottom: 2px solid #D1D1D1; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
input.form-text, input.form-submit {
|
|
|
|
|
display: block;
|
2022-07-07 14:40:06 +02:00
|
|
|
|
width: 100%;
|
|
|
|
|
height: 38px;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.428571429;
|
|
|
|
|
color: #333;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border: 1px solid #ccc; }
|
2022-07-07 14:40:06 +02:00
|
|
|
|
|
|
|
|
|
input.form-submit {
|
|
|
|
|
background: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #ffffff; }
|
2022-07-07 14:40:06 +02:00
|
|
|
|
|
|
|
|
|
input.error-field {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: red !important; }
|
2022-07-07 14:40:06 +02:00
|
|
|
|
|
|
|
|
|
@keyframes ellipsis {
|
|
|
|
|
to {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 20px; } }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
@-webkit-keyframes ellipsis {
|
|
|
|
|
to {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 20px; } }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
#nakupovanje-1ka {
|
2022-10-10 11:20:10 +02:00
|
|
|
|
width: 1040px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 0 auto; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
|
2022-09-13 17:23:14 +02:00
|
|
|
|
.accordion-toggle {
|
|
|
|
|
max-height: 0;
|
|
|
|
|
transition: max-height 0.3s ease-out;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-09-13 17:23:14 +02:00
|
|
|
|
|
|
|
|
|
.accordion-toggle.active {
|
|
|
|
|
max-height: 1000px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: max-height 0.3s ease-in; }
|
2022-09-13 17:23:14 +02:00
|
|
|
|
|
2022-07-20 14:47:11 +02:00
|
|
|
|
.paketi {
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
margin-top: -11px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background: #FFF; }
|
|
|
|
|
.paketi .podnaslov {
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
font-size: 14px; }
|
|
|
|
|
.paketi .accordion-head.active .accordion-arrow {
|
|
|
|
|
transform: rotate(180deg); }
|
|
|
|
|
.paketi .razpri-zapri-vse.active .razpri {
|
|
|
|
|
display: none; }
|
|
|
|
|
.paketi .razpri-zapri-vse.active .zapri {
|
|
|
|
|
display: inline; }
|
|
|
|
|
.paketi .razpri-zapri-vse.active .puscica {
|
|
|
|
|
transform: rotate(180deg); }
|
|
|
|
|
.paketi .veljavnost-cenika {
|
|
|
|
|
padding-top: 2rem;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 1rem; }
|
|
|
|
|
.paketi .compare-descr {
|
|
|
|
|
min-height: 95px; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
2022-09-13 17:23:14 +02:00
|
|
|
|
.circle_check {
|
2022-09-19 11:45:10 +02:00
|
|
|
|
margin-right: 2px;
|
2022-09-13 17:23:14 +02:00
|
|
|
|
margin-bottom: 3px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 16px; }
|
2022-09-13 17:23:14 +02:00
|
|
|
|
|
2022-07-20 14:47:11 +02:00
|
|
|
|
.poslovni-uporabniki.paketi .compare-descr {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: 168px; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
2022-09-19 11:45:10 +02:00
|
|
|
|
.compare-col {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: auto; }
|
|
|
|
|
.compare-col .cta {
|
|
|
|
|
background: #FFA608; }
|
|
|
|
|
.compare-col .cta:hover {
|
|
|
|
|
background: #ffcb6e; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
|
|
|
|
.cta {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
|
|
|
|
.nakup-prijava {
|
2022-07-07 14:40:06 +02:00
|
|
|
|
display: none;
|
2022-07-20 14:47:11 +02:00
|
|
|
|
padding-bottom: 1rem;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #FFA608; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
|
|
|
|
#predogled-nakupa-1ka,
|
2022-08-27 14:15:30 +02:00
|
|
|
|
#procesiram-nakup-1ka {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
|
|
|
|
#predogled-nakupa-1ka .naslov-predogled h1,
|
|
|
|
|
#procesiram-nakup-1ka .naslov-predogled h1 {
|
|
|
|
|
margin-bottom: 0; }
|
2022-08-27 14:15:30 +02:00
|
|
|
|
|
|
|
|
|
.nakup-1ka {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
background: white;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 3rem; }
|
|
|
|
|
.nakup-1ka .leva {
|
|
|
|
|
width: 45%;
|
|
|
|
|
border-right: 1px #d1d1d1 solid;
|
|
|
|
|
padding-right: 40px; }
|
|
|
|
|
.nakup-1ka .leva .month-pick {
|
|
|
|
|
width: 100%; }
|
|
|
|
|
.nakup-1ka .leva .sklop .checkbox-field {
|
|
|
|
|
padding-left: 20px; }
|
|
|
|
|
.nakup-1ka .desna {
|
|
|
|
|
width: 55%;
|
|
|
|
|
padding-left: 40px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
padding-top: 104px; }
|
|
|
|
|
.nakup-1ka .desna .ddesna {
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding-top: 33px; }
|
|
|
|
|
.nakup-1ka .desna .ddesna .cena-z-ddv-text {
|
|
|
|
|
font-size: 16px; }
|
|
|
|
|
.nakup-1ka .desna .dleva {
|
|
|
|
|
width: 60%; }
|
|
|
|
|
.nakup-1ka .desna .dleva .text-small {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.nakup-1ka .desna .dleva h3 {
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.nakup-1ka .desna .dleva h4 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0; }
|
|
|
|
|
.nakup-1ka .desna .dleva h4.margintb {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 16px; }
|
|
|
|
|
.nakup-1ka .section-main {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap; }
|
|
|
|
|
.nakup-1ka .section-main .col.packet {
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.nakup-1ka .section-main .col.packet h3 {
|
|
|
|
|
margin: 0 !important; }
|
|
|
|
|
.nakup-1ka .section-main.column {
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.nakup-1ka .section-main .col {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
|
|
|
|
flex: 0 0 33.3333%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
/* .title{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
color: $temo-modra;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
font-weight: 900;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
} */ }
|
|
|
|
|
.nakup-1ka .section-main .col .packet {
|
|
|
|
|
border: 1px #d1d1d1 solid; }
|
|
|
|
|
.nakup-1ka .section-main .col .packet:hover {
|
|
|
|
|
background-color: #f1f1f1; }
|
|
|
|
|
.nakup-1ka .section-main .col img.package {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
width: 120px; }
|
|
|
|
|
.nakup-1ka .section-main .col .icon {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
margin-bottom: 20px; }
|
|
|
|
|
.nakup-1ka .center {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.nakup-1ka .header {
|
|
|
|
|
background: #1e88e5;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding: 1rem;
|
|
|
|
|
clear: both;
|
|
|
|
|
color: #FFFFFF; }
|
|
|
|
|
.nakup-1ka .header a {
|
|
|
|
|
color: #FFFFFF; }
|
|
|
|
|
.nakup-1ka .accordion {
|
|
|
|
|
padding: 1rem 2rem; }
|
|
|
|
|
.nakup-1ka .accordion-title {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.nakup-1ka .accordion-head {
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.nakup-1ka .gumbi {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
.nakup-1ka .gumbi .submit-btn {
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.nakup-1ka .gumbi .nazaj {
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
.nakup-1ka .podatki-za-podjetje {
|
|
|
|
|
display: none; }
|
|
|
|
|
.nakup-1ka .vrsta-placila {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
.nakup-1ka .vrsta-placila .submit-btn {
|
|
|
|
|
float: none; }
|
|
|
|
|
.nakup-1ka .obvestila {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
padding: 6rem; }
|
|
|
|
|
.nakup-1ka .obvestilo,
|
|
|
|
|
.nakup-1ka .cena-brez-popusta-sklop {
|
|
|
|
|
display: none; }
|
|
|
|
|
.nakup-1ka .izbira h4 {
|
|
|
|
|
font-weight: normal; }
|
|
|
|
|
.nakup-1ka .izbira .paket {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #D1D1D1;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
width: 200px;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.nakup-1ka .izbira .paket img {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-top: 16px; }
|
|
|
|
|
.nakup-1ka .izbira .paket .logo {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
height: 45px; }
|
|
|
|
|
.nakup-1ka .izbira .paket:hover {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
border-color: #d1d1d1; }
|
|
|
|
|
.nakup-1ka .izbira .mesec {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #D1D1D1;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin-top: -1px;
|
|
|
|
|
transition: 0.2s; }
|
|
|
|
|
.nakup-1ka .izbira .mesec:hover {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
border-color: #d1d1d1; }
|
|
|
|
|
.nakup-1ka .izbira label {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
margin: 0; }
|
|
|
|
|
.nakup-1ka .izbira input[type=radio] {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
position: absolute; }
|
|
|
|
|
.nakup-1ka .izbira input[type=radio]:checked + .paket {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
border-color: #d1d1d1; }
|
|
|
|
|
.nakup-1ka .izbira input[type=radio]:checked + .mesec {
|
|
|
|
|
background: #f1f1f1;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
border-color: #d1d1d1; }
|
|
|
|
|
.nakup-1ka .izbira .paket.vrsta-placila {
|
|
|
|
|
width: 31%; }
|
|
|
|
|
.nakup-1ka .izbira.cas-trajanja {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.nakup-1ka #skupaj-placilo {
|
|
|
|
|
color: #FFA608; }
|
|
|
|
|
.nakup-1ka #skupaj-placilo h5 {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #333333; }
|
|
|
|
|
.nakup-1ka #skupaj-placilo h4 {
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 0; }
|
|
|
|
|
.nakup-1ka #skupaj-placilo .text-small {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
font-size: 14px; }
|
|
|
|
|
.nakup-1ka .col._narocilo {
|
|
|
|
|
padding-top: 2rem; }
|
|
|
|
|
.nakup-1ka .col._narocilo .col {
|
|
|
|
|
padding-top: 6px;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
font-weight: bold; }
|
|
|
|
|
.nakup-1ka .col._narocilo .col span {
|
|
|
|
|
font-weight: normal; }
|
|
|
|
|
.nakup-1ka .procesiram-narocilo {
|
|
|
|
|
display: none;
|
|
|
|
|
padding: 3rem 0; }
|
|
|
|
|
.nakup-1ka .procesiram-narocilo .procesiram-posamezno-narocilo {
|
|
|
|
|
display: none; }
|
|
|
|
|
.nakup-1ka .procesiram-narocilo .procesiram-posamezno-narocilo:after {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: bottom;
|
|
|
|
|
-webkit-animation: ellipsis steps(4, end) 900ms infinite;
|
|
|
|
|
animation: ellipsis steps(4, end) 900ms infinite;
|
|
|
|
|
content: "\2026";
|
|
|
|
|
width: 0px; }
|
|
|
|
|
|
|
|
|
|
.nakup-1ka#izbria-nacina-placila-1ka {
|
|
|
|
|
display: none; }
|
|
|
|
|
|
|
|
|
|
.padding-1 {
|
|
|
|
|
padding: 1rem; }
|
|
|
|
|
|
|
|
|
|
.ime-paketa {
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
|
|
|
|
|
#narocilo-1ka-pregled .pdf-ikona {
|
|
|
|
|
font-size: 1.6rem;
|
|
|
|
|
padding-top: 1rem; }
|
|
|
|
|
#narocilo-1ka-pregled .bottom-buttons {
|
|
|
|
|
padding-top: 4rem; }
|
|
|
|
|
|
|
|
|
|
/** POSLOVNI UPORABNIKI **/
|
|
|
|
|
#nakup-1ka-poslovni-uporabniki {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%;
|
|
|
|
|
margin: auto; }
|
|
|
|
|
#nakup-1ka-poslovni-uporabniki h1 {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
#nakup-1ka-poslovni-uporabniki .button {
|
|
|
|
|
width: 200px;
|
2022-10-28 15:58:29 +02:00
|
|
|
|
text-transform: uppercase;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: center; }
|
|
|
|
|
#nakup-1ka-poslovni-uporabniki .uspesno-oddano-narocilo {
|
|
|
|
|
display: none; }
|
|
|
|
|
#nakup-1ka-poslovni-uporabniki .vrsta-polje {
|
|
|
|
|
margin: 15px 0; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.nakupovanje {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 0px; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
@media (max-width: 1050px) {
|
|
|
|
|
.nakup-1ka .izbira .paket.vrsta-placila,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.nakup-1ka .izbira .mesec {
|
|
|
|
|
width: 259px; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
.nakup-1ka .izbira .paket {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; } }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
@media (max-width: 991px) {
|
|
|
|
|
.paketi .razpri-zapri-vse.active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
.paketi p.compare-descr {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: 39%; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.nakup-1ka .izbira .paket.vrsta-placila,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.nakup-1ka .izbira .mesec {
|
2022-10-28 15:58:29 +02:00
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 186px; } }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
|
.paketi p.compare-descr {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: 47%; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.nakup-1ka .col {
|
|
|
|
|
padding-right: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
.nakup-1ka .izbira .paket.vrsta-placila,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.nakup-1ka .izbira .mesec {
|
2022-10-28 15:58:29 +02:00
|
|
|
|
max-width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
.nakup-1ka .izbira .paket label {
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
.nakup-1ka .izbira .paket .logo {
|
|
|
|
|
display: block;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
height: 45px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 10px; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media (max-width: 479px) {
|
|
|
|
|
.nakup-1ka .pregled-narocila .col {
|
|
|
|
|
padding-left: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 20px; }
|
|
|
|
|
.nakup-1ka .pregled-narocila .col.placilo-kartica {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin: 1rem 0;
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
padding-right: 0 !important; }
|
|
|
|
|
.nakup-1ka .pregled-narocila .col.placilo-kartica .kreditna-mesec-cvc div {
|
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.nakup-1ka .izbira .paket .logo {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.nakup-1ka .gumbi {
|
|
|
|
|
clear: both;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0 20px; }
|
|
|
|
|
.nakup-1ka .gumbi .paragraph {
|
|
|
|
|
clear: both;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 14px 44px;
|
|
|
|
|
border: 1px solid #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.nakup-1ka .submit-btn {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 10px; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
|
|
|
|
|
#narocilo-1ka-pregled .pdf-ikona {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 1.1rem; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
#narocilo-1ka-pregled .bottom-buttons .col {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
#narocilo-1ka-pregled .bottom-buttons .w-button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
clear: both;
|
|
|
|
|
float: left;
|
|
|
|
|
text-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 10px; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
#narocilo-1ka-pregled .bottom-buttons .w-link-button {
|
|
|
|
|
clear: both;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border: 1px solid #1e88e5;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 9px 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 1rem; } }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
.nav-menu,
|
|
|
|
|
.mobile-nav-menu {
|
2022-10-06 14:12:13 +02:00
|
|
|
|
position: fixed;
|
2022-10-07 17:07:10 +02:00
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
z-index: 140;
|
2022-10-06 14:12:13 +02:00
|
|
|
|
background-color: #fff;
|
2022-10-07 17:07:10 +02:00
|
|
|
|
min-height: 65px;
|
|
|
|
|
/* .container {
|
|
|
|
|
-webkit-transition: all 1200ms linear;
|
|
|
|
|
-moz-transition: all 1200ms linear;
|
|
|
|
|
-o-transition: all 1200ms linear;
|
|
|
|
|
-ms-transition: all 1200ms linear;
|
|
|
|
|
transition: all 1200ms linear;
|
|
|
|
|
|
|
|
|
|
&.hide{
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|
2022-11-04 13:36:21 +01:00
|
|
|
|
} */ }
|
|
|
|
|
.nav-menu .logo,
|
|
|
|
|
.mobile-nav-menu .logo {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 71px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
float: left; }
|
|
|
|
|
.nav-menu .block-menu,
|
|
|
|
|
.mobile-nav-menu .block-menu {
|
|
|
|
|
z-index: 200;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
padding-left: 30px;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
list-style: none;
|
|
|
|
|
flex-flow: row wrap;
|
|
|
|
|
margin-right: 24px; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi .nav-li,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi .nav-li {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
list-style: none; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi .nav-li a,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi .nav-li a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
border-bottom: 2px solid #fff;
|
|
|
|
|
color: #343434;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-decoration: none; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi .nav-li a:hover,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi .nav-li a:hover {
|
|
|
|
|
border-bottom-color: #1e88e5;
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi .nav-li.menue-2-drop,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi .nav-li.menue-2-drop {
|
|
|
|
|
display: block; }
|
|
|
|
|
.nav-menu .block-menu .list-elementi .nav-li.menue-2-drop .nav-ul-2,
|
|
|
|
|
.mobile-nav-menu .block-menu .list-elementi .nav-li.menue-2-drop .nav-ul-2 {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0px;
|
|
|
|
|
top: 70px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
z-index: 153;
|
|
|
|
|
display: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1160px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
border-style: none;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #b3d8eb;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22); }
|
|
|
|
|
.nav-menu .block-menu .desni-elementi,
|
|
|
|
|
.mobile-nav-menu .block-menu .desni-elementi {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: start;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: start;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
margin-left: auto; }
|
|
|
|
|
.nav-menu .block-menu .desni-elementi .searchbutton,
|
|
|
|
|
.mobile-nav-menu .block-menu .desni-elementi .searchbutton {
|
|
|
|
|
margin-top: 4px;
|
|
|
|
|
z-index: 999;
|
|
|
|
|
align-self: auto; }
|
|
|
|
|
.nav-menu .block-menu .menu-icon,
|
|
|
|
|
.mobile-nav-menu .block-menu .menu-icon {
|
|
|
|
|
display: none;
|
|
|
|
|
margin-left: auto; }
|
|
|
|
|
.nav-menu .region-header-menu,
|
|
|
|
|
.mobile-nav-menu .region-header-menu {
|
|
|
|
|
display: flex; }
|
|
|
|
|
.nav-menu .region-header-menu .language-switcher-language-url ul,
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.nav-menu .region-header-menu .language-switcher-language-url ul li,
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url ul li {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: none; }
|
|
|
|
|
.nav-menu .region-header-menu .language-switcher-language-url ul li:not(.is-active),
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url ul li:not(.is-active) {
|
|
|
|
|
display: block; }
|
|
|
|
|
.nav-menu .region-header-menu .language-switcher-language-url ul li a,
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url ul li a {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
border-bottom: 2px solid #fff;
|
|
|
|
|
color: #343434;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: 400; }
|
|
|
|
|
.nav-menu .region-header-menu .language-switcher-language-url ul li a:hover,
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url ul li a:hover {
|
|
|
|
|
border-bottom-color: #1e88e5;
|
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidebar_menu {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
|
|
|
|
.sidebar_menu h4 a {
|
|
|
|
|
color: #333;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 15px; }
|
|
|
|
|
.sidebar_menu h4 a:hover {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu #forma-iskanje-second {
|
|
|
|
|
display: flex; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) {
|
|
|
|
|
display: block;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links):hover {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links):focus {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) li {
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
list-style: none; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) li:hover {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) li a {
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-transform: none; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) li a.is-active {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu ul:not(.contextual-links) li a:hover {
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.sidebar_menu ul.menu-1ka li a {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.sidebar_menu ul.menu-1ka ul.menu li a {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
font-weight: 400; }
|
2022-07-20 14:47:11 +02:00
|
|
|
|
|
|
|
|
|
nav.tabs {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: flex-start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 1px none #b3d8eb; }
|
|
|
|
|
nav.tabs li {
|
|
|
|
|
margin-right: 12px;
|
|
|
|
|
border-bottom: 2px solid #d3d3d3;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
text-align: left;
|
|
|
|
|
cursor: pointer; }
|
|
|
|
|
nav.tabs li a {
|
|
|
|
|
background: none;
|
|
|
|
|
color: #999; }
|
|
|
|
|
nav.tabs li a:hover, nav.tabs li a.is-active {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
nav.tabs li:hover, nav.tabs li.is-active {
|
|
|
|
|
border-bottom-color: #1e88e5;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-07-01 16:49:03 +02:00
|
|
|
|
#user-menu ul.user-menu-link {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding-inline-start: 0;
|
|
|
|
|
border: 1px solid #D1D1D1;
|
|
|
|
|
padding: 10px 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 5px; }
|
2022-07-01 16:49:03 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.mobile-nav-menu {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: auto;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
z-index: 140;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
padding: 30px 20px;
|
|
|
|
|
min-width: 350px;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
overflow: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.09); }
|
|
|
|
|
.mobile-nav-menu .region-header-menu {
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu .language-switcher-language-url {
|
|
|
|
|
padding-left: 10px; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu a {
|
|
|
|
|
padding-top: 5px !important;
|
|
|
|
|
font-size: 19px !important; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu a:hover {
|
|
|
|
|
border-bottom-color: white !important; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu .block-menu {
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu .block-menu .list-elementi {
|
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
padding-left: 10px !important; }
|
|
|
|
|
.mobile-nav-menu .region-header-menu .block-menu .list-elementi .nav-li {
|
|
|
|
|
padding: 0; }
|
|
|
|
|
.mobile-nav-menu .desni-elementi {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-left: 10px; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
2022-07-20 14:47:11 +02:00
|
|
|
|
#block-languageswitcher {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 40px; }
|
|
|
|
|
#block-languageswitcher ul {
|
|
|
|
|
list-style: none;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
font-weight: bold; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.side-nav-second {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
|
-ms-flex-align: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: flex-start; }
|
|
|
|
|
.side-nav-second .side-nav {
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #e5e5e5;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
box-shadow: -10px -10px 0 0 #f8f8f8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.glavna-vsebina .col {
|
|
|
|
|
display: unset;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-07-18 16:42:20 +02:00
|
|
|
|
.gumb-svetovanje {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding: 14px;
|
|
|
|
|
float: right;
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 100px;
|
|
|
|
|
-ms-flex: 0 0 100px;
|
|
|
|
|
flex: 0 0 100px;
|
|
|
|
|
border-radius: 50% 50% 50% 0px;
|
|
|
|
|
background-color: #D4F0FC;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.gumb-svetovanje .besedilo {
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: uppercase; }
|
2022-07-18 16:42:20 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.blue-section .secondary-button-white {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: white; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-10 17:29:21 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
.div-block-17 .buttons-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.div-block-17 .buttons-row a {
|
|
|
|
|
max-width: unset;
|
|
|
|
|
width: unset; }
|
|
|
|
|
.div-block-17 .buttons-row a.main-button-white {
|
|
|
|
|
margin-bottom: 16px; } }
|
2022-07-07 12:48:24 +02:00
|
|
|
|
#search-api-page-block-form-iskanje {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
|
|
|
|
#search-api-page-block-form-iskanje .js-form-type-search {
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-grow: 1; }
|
|
|
|
|
#search-api-page-block-form-iskanje .js-form-type-search .form-search {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 26px;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
float: left;
|
|
|
|
|
border: 1px solid #D1D1D1;
|
|
|
|
|
border-radius: 37px 0px 0px 37px;
|
|
|
|
|
padding-left: 29px;
|
|
|
|
|
border-right: 0px;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
outline: none; }
|
|
|
|
|
#search-api-page-block-form-iskanje .js-form-type-search .form-search:focus {
|
|
|
|
|
border-color: #1e88e5; }
|
|
|
|
|
#search-api-page-block-form-iskanje .search-form__submit {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 0px 37px 37px 0px;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
border-left: 0px;
|
|
|
|
|
background-image: url("../svg/icons-search-bela.svg");
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
background-size: 26px 26px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
letter-spacing: 3px;
|
|
|
|
|
color: transparent;
|
|
|
|
|
margin-left: 0 !important;
|
|
|
|
|
border: none; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
|
|
|
|
|
.node--view-mode-search-result h2 {
|
|
|
|
|
font-size: 22px;
|
|
|
|
|
line-height: 26px;
|
2022-10-06 14:12:13 +02:00
|
|
|
|
text-transform: uppercase;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
|
|
|
|
.node--view-mode-search-result h2:hover {
|
|
|
|
|
text-decoration: underline; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.iskanje-najdeno-st-zadetkov {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #D1D1D1; }
|
2022-10-28 15:58:29 +02:00
|
|
|
|
|
|
|
|
|
.novice-page ul {
|
|
|
|
|
display: -webkit-box;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
list-style: none; }
|
|
|
|
|
.novice-page ul li {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 33.333%;
|
|
|
|
|
-ms-flex: 0 33.333%;
|
|
|
|
|
flex: 0 33.333%;
|
|
|
|
|
-webkit-flex-basis: 33.333%;
|
|
|
|
|
-ms-flex-preferred-size: 33.333%;
|
|
|
|
|
flex-basis: 33.333%; }
|
|
|
|
|
.novice-page ul li .datum-novica.mesec {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.novice-page ul li .datum-novica.dan-no {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
float: left;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #D4F0FC;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding-top: 7px; }
|
|
|
|
|
.novice-page ul li .naslov-novica {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.novice-page ul li .naslov-novica a {
|
|
|
|
|
color: #535050; }
|
|
|
|
|
.novice-page ul li .readmore a {
|
|
|
|
|
color: #1E88E5;
|
|
|
|
|
font-weight: 600; }
|
|
|
|
|
.novice-page ul li .readmore a:hover {
|
|
|
|
|
text-decoration-line: underline; }
|
2022-07-07 12:48:24 +02:00
|
|
|
|
|
2022-08-26 08:45:00 +02:00
|
|
|
|
.cenik-prikaz {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -150px; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve {
|
|
|
|
|
padding: 2rem 0; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .compare-row.naslov {
|
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .compare-row.naslov .cd {
|
|
|
|
|
font-weight: bold; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .compare-row .compare-col.leftcol {
|
|
|
|
|
min-width: 56%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .compare-row .compare-col.bold {
|
|
|
|
|
font-weight: bold; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block {
|
|
|
|
|
width: 100%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title {
|
|
|
|
|
min-width: 59%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.w-70 {
|
|
|
|
|
min-width: 70%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.title-cena {
|
|
|
|
|
min-width: 22%;
|
|
|
|
|
font-weight: 400; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .compare-col {
|
|
|
|
|
text-align: right; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .compare-col.leftcol {
|
|
|
|
|
text-align: left; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .accordion-title-block {
|
|
|
|
|
justify-content: space-between; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title {
|
|
|
|
|
min-width: 70%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .accordion-title-block .accordion-title.title-cena {
|
|
|
|
|
min-width: 20%;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
text-align: right;
|
|
|
|
|
padding: 0 50px; }
|
2022-08-26 08:45:00 +02:00
|
|
|
|
|
2022-10-10 12:51:51 +02:00
|
|
|
|
@media screen and (max-width: 991px) {
|
2022-10-28 11:56:46 +02:00
|
|
|
|
.cenik-prikaz {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 70px; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve.w-70 .compare-col {
|
|
|
|
|
text-align: center; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title {
|
|
|
|
|
min-width: 70%; }
|
|
|
|
|
.cenik-prikaz .ostale-storitve .accordion-title-block .accordion-title.title-cena.full_width {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center; } }
|
2022-08-26 08:45:00 +02:00
|
|
|
|
.iskani-rezultat p {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333; }
|
2022-09-13 17:23:14 +02:00
|
|
|
|
.iskani-rezultat h3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
|
|
|
|
.iskani-rezultat h3:hover {
|
|
|
|
|
text-decoration: underline; }
|
2022-08-26 08:45:00 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@font-face {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: 'webflow-icons';
|
2022-06-30 11:23:09 +02:00
|
|
|
|
src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
|
|
|
|
|
font-weight: normal;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-style: normal; }
|
|
|
|
|
[class^="w-icon-"],
|
2022-06-30 11:23:09 +02:00
|
|
|
|
[class*=" w-icon-"] {
|
|
|
|
|
/* use !important to prevent issues with browser extensions that change fonts */
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: 'webflow-icons' !important;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
speak: none;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
/* Better Font Rendering =========== */
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-moz-osx-font-smoothing: grayscale; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-slider-right:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e600"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-slider-left:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e601"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-nav-menu:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e602"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-arrow-down:before,
|
|
|
|
|
.w-icon-dropdown-toggle:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e603"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-file-upload-remove:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e900"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-file-upload-icon:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: "\e903"; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
|
-moz-box-sizing: border-box;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-sizing: border-box; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
html {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
min-height: 100%;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
vertical-align: middle;
|
2022-10-10 17:29:21 +02:00
|
|
|
|
display: inline-block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-self: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
html.w-mod-touch * {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-attachment: scroll !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-block {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-inline-block {
|
|
|
|
|
max-width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inline-block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-clearfix:before,
|
|
|
|
|
.w-clearfix:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-clearfix:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-button {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 9px 15px;
|
|
|
|
|
background-color: #1970bb;
|
|
|
|
|
color: white;
|
|
|
|
|
border: 0;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
input.w-button {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-appearance: button; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
html[data-w-dynpage] [data-w-cloak] {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: transparent !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-webflow-badge,
|
|
|
|
|
.w-webflow-badge * {
|
|
|
|
|
position: static;
|
|
|
|
|
left: auto;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: auto;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
z-index: auto;
|
|
|
|
|
display: block;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
overflow: visible;
|
|
|
|
|
overflow-x: visible;
|
|
|
|
|
overflow-y: visible;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
max-height: none;
|
|
|
|
|
max-width: none;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
min-width: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
float: none;
|
|
|
|
|
clear: none;
|
|
|
|
|
border: 0 none transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
background: none;
|
|
|
|
|
background-image: none;
|
|
|
|
|
background-position: 0% 0%;
|
|
|
|
|
background-size: auto auto;
|
|
|
|
|
background-repeat: repeat;
|
|
|
|
|
background-origin: padding-box;
|
|
|
|
|
background-clip: border-box;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
box-shadow: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1.0;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
transform: none;
|
|
|
|
|
transition: none;
|
|
|
|
|
direction: ltr;
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
color: inherit;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
font-style: inherit;
|
|
|
|
|
font-variant: inherit;
|
|
|
|
|
text-align: inherit;
|
|
|
|
|
letter-spacing: inherit;
|
|
|
|
|
text-decoration: inherit;
|
|
|
|
|
text-indent: 0;
|
|
|
|
|
text-transform: inherit;
|
|
|
|
|
list-style-type: disc;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
font-smoothing: auto;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
cursor: inherit;
|
|
|
|
|
white-space: inherit;
|
|
|
|
|
word-break: normal;
|
|
|
|
|
word-spacing: normal;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
word-wrap: normal; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-webflow-badge {
|
|
|
|
|
position: fixed !important;
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
visibility: visible !important;
|
|
|
|
|
opacity: 1 !important;
|
|
|
|
|
z-index: 2147483647 !important;
|
|
|
|
|
top: auto !important;
|
|
|
|
|
right: 12px !important;
|
|
|
|
|
bottom: 12px !important;
|
|
|
|
|
left: auto !important;
|
|
|
|
|
color: #AAADB0 !important;
|
|
|
|
|
background-color: #fff !important;
|
|
|
|
|
border-radius: 3px !important;
|
|
|
|
|
padding: 6px 8px 6px 6px !important;
|
|
|
|
|
font-size: 12px !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1.0 !important;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
line-height: 14px !important;
|
|
|
|
|
text-decoration: none !important;
|
|
|
|
|
transform: none !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
height: auto !important;
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-webflow-badge > img {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
visibility: visible !important;
|
|
|
|
|
opacity: 1 !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
vertical-align: middle !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h1,
|
|
|
|
|
h2,
|
|
|
|
|
h3,
|
|
|
|
|
h4,
|
|
|
|
|
h5,
|
|
|
|
|
h6 {
|
|
|
|
|
font-weight: bold;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 38px;
|
|
|
|
|
line-height: 44px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 36px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
line-height: 30px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 24px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
line-height: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
margin-top: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
|
margin: 0 0 10px 0;
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
border-left: 5px solid #E2E2E2;
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 22px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
figure {
|
|
|
|
|
margin: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
figcaption {
|
|
|
|
|
margin-top: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
ul,
|
|
|
|
|
ol {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-list-unstyled {
|
|
|
|
|
padding-left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
list-style: none; }
|
|
|
|
|
.w-list-unstyled .menu.w-list-unstyled {
|
|
|
|
|
padding-left: 20px !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-embed:before,
|
|
|
|
|
.w-embed:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-embed:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-video {
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-video iframe,
|
|
|
|
|
.w-video object,
|
|
|
|
|
.w-video embed {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
button,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
html input[type="button"],
|
|
|
|
|
input[type="reset"] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
border: 0;
|
|
|
|
|
cursor: pointer;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-appearance: button; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 0 0 15px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-done {
|
|
|
|
|
display: none;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
text-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #dddddd; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-fail {
|
|
|
|
|
display: none;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
padding: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #ffdede; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: bold; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input,
|
|
|
|
|
.w-select {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 38px;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 1.428571429;
|
|
|
|
|
color: #333333;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
background-color: #ffffff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border: 1px solid #cccccc; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input:-moz-placeholder,
|
|
|
|
|
.w-select:-moz-placeholder {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #999; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input::-moz-placeholder,
|
|
|
|
|
.w-select::-moz-placeholder {
|
|
|
|
|
color: #999;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input:-ms-input-placeholder,
|
|
|
|
|
.w-select:-ms-input-placeholder {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #999; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input::-webkit-input-placeholder,
|
|
|
|
|
.w-select::-webkit-input-placeholder {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #999; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input:focus,
|
|
|
|
|
.w-select:focus {
|
|
|
|
|
border-color: #3898EC;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-input[disabled],
|
|
|
|
|
.w-select[disabled],
|
|
|
|
|
.w-input[readonly],
|
|
|
|
|
.w-select[readonly],
|
|
|
|
|
fieldset[disabled] .w-input,
|
|
|
|
|
fieldset[disabled] .w-select {
|
|
|
|
|
cursor: not-allowed;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #eeeeee; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
textarea.w-input,
|
|
|
|
|
textarea.w-select {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-select {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #f3f3f3; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-select[multiple] {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-weight: normal;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-radio {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-radio:before,
|
|
|
|
|
.w-radio:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-radio:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-radio-input {
|
|
|
|
|
margin: 4px 0 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 1px \9;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
line-height: normal;
|
|
|
|
|
float: left;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-radio-input {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 3px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload {
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-input {
|
|
|
|
|
width: 0.1px;
|
|
|
|
|
height: 0.1px;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
position: absolute;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: -100; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-default,
|
|
|
|
|
.w-file-upload-uploading,
|
|
|
|
|
.w-file-upload-success {
|
|
|
|
|
display: inline-block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333333; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-error {
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-default.w-hidden,
|
|
|
|
|
.w-file-upload-uploading.w-hidden,
|
|
|
|
|
.w-file-upload-error.w-hidden,
|
|
|
|
|
.w-file-upload-success.w-hidden {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-uploading-btn {
|
|
|
|
|
display: flex;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
border: 1px solid #cccccc;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fafafa; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-file {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 8px 9px 8px 11px;
|
|
|
|
|
border: 1px solid #cccccc;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fafafa; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-file-name {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-remove-link {
|
|
|
|
|
margin-top: 3px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 3px;
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-file-upload-remove {
|
|
|
|
|
margin: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-error-msg {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
color: #ea384c;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 2px 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-info {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
line-height: 38px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 0 12px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-file-upload-label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 8px 12px;
|
|
|
|
|
border: 1px solid #cccccc;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fafafa; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-file-upload-icon,
|
|
|
|
|
.w-icon-file-upload-uploading {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
margin-right: 8px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-file-upload-uploading {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-container {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 940px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-container:before,
|
|
|
|
|
.w-container:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-container:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-container .w-row {
|
|
|
|
|
margin-left: -10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: -10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-row:before,
|
|
|
|
|
.w-row:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-row:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-row .w-row {
|
|
|
|
|
margin-left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 1px;
|
|
|
|
|
padding-left: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col .w-col {
|
|
|
|
|
padding-left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 8.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 16.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 25%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-4 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 33.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-5 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 41.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-7 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 58.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-8 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 66.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-9 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 75%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-10 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 83.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-11 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 91.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-12 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-main {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 991px) {
|
|
|
|
|
.w-container {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 728px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-main {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-medium {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 8.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 16.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 25%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-4 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 33.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-5 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 41.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-7 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 58.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-8 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 66.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-9 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 75%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-10 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 83.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-11 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 91.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-medium-12 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-stack {
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
right: auto; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
.w-hidden-main {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-medium {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-small {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-row,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-container .w-row {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
margin-left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col {
|
|
|
|
|
width: 100%;
|
|
|
|
|
left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
right: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 8.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 16.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 25%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-4 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 33.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-5 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 41.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-7 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 58.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-8 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 66.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-9 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 75%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-10 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 83.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-11 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 91.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-small-12 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
.w-container {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-main {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-medium {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-small {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inherit !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-hidden-tiny {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 8.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 16.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 25%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-4 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 33.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-5 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 41.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-7 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 58.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-8 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 66.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-9 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 75%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-10 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 83.33333333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-11 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 91.66666667%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-col-tiny-12 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.w-widget {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-map {
|
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 400px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-map label {
|
|
|
|
|
width: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: inline; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-map img {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: inherit; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-map .gm-style-iw {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-map .gm-style-iw > button {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 28px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: white;
|
|
|
|
|
border: #758696 solid 1px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 3px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim * {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
user-select: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
|
|
|
|
|
position: relative;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
line-height: 12px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #999;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: serif; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--large {
|
|
|
|
|
width: 36px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 28px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 18px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical) {
|
|
|
|
|
margin-left: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 8px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 6px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical):before,
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical):after {
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 0;
|
|
|
|
|
border: solid transparent;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
position: absolute;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
pointer-events: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical):before {
|
|
|
|
|
border-color: rgba(117, 134, 150, 0);
|
|
|
|
|
border-right-color: #5d6c7b;
|
|
|
|
|
border-width: 4px;
|
|
|
|
|
margin-left: -9px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -4px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
|
|
|
|
|
border-width: 5px;
|
|
|
|
|
margin-left: -10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -5px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical):after {
|
|
|
|
|
border-color: rgba(255, 255, 255, 0);
|
|
|
|
|
border-right-color: white;
|
|
|
|
|
border-width: 4px;
|
|
|
|
|
margin-left: -8px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -4px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
|
|
|
|
|
border-width: 5px;
|
|
|
|
|
margin-left: -9px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -5px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical {
|
|
|
|
|
width: 61px;
|
|
|
|
|
height: 33px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 8px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical:before,
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical:after {
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
border: solid transparent;
|
|
|
|
|
content: " ";
|
|
|
|
|
height: 0;
|
|
|
|
|
width: 0;
|
|
|
|
|
position: absolute;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
pointer-events: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical:before {
|
|
|
|
|
border-color: rgba(117, 134, 150, 0);
|
|
|
|
|
border-top-color: #5d6c7b;
|
|
|
|
|
border-width: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -5px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical:after {
|
|
|
|
|
border-color: rgba(255, 255, 255, 0);
|
|
|
|
|
border-top-color: white;
|
|
|
|
|
border-width: 4px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -4px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 22px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-twitter-count-shim.w--vertical.w--large {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 76px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-widget-gplus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-background-video {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 500px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: white; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-background-video > video {
|
|
|
|
|
background-size: cover;
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
right: -100%;
|
|
|
|
|
bottom: -100%;
|
|
|
|
|
top: -100%;
|
|
|
|
|
left: -100%;
|
|
|
|
|
object-fit: cover;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: -100; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-background-video > video::-webkit-media-controls-start-playback-button {
|
|
|
|
|
display: none !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-appearance: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 300px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #dddddd;
|
|
|
|
|
clear: both;
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
tap-highlight-color: rgba(0, 0, 0, 0); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-mask {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
white-space: nowrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slide {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
white-space: normal;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
tap-highlight-color: rgba(0, 0, 0, 0); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav.w-round > div {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav.w-num > div {
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
|
|
|
|
padding: 0.2em 0.5em;
|
|
|
|
|
font-size: inherit;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: inherit; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav.w-shadow > div {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav-invert {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav-invert > div {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: rgba(34, 34, 34, 0.4); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-nav-invert > div.w-active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #222; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-dot {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 1em;
|
|
|
|
|
height: 1em;
|
|
|
|
|
background-color: rgba(255, 255, 255, 0.4);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
margin: 0 3px 0.5em;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: background-color 100ms, color 100ms; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-dot.w-active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-dot:focus {
|
|
|
|
|
outline: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0px 0px 0px 2px #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-dot:focus.w-active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-arrow-left,
|
|
|
|
|
.w-slider-arrow-right {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 80px;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: white;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
|
tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
user-select: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-slider-arrow-left [class^='w-icon-'],
|
|
|
|
|
.w-slider-arrow-right [class^='w-icon-'],
|
|
|
|
|
.w-slider-arrow-left [class*=' w-icon-'],
|
|
|
|
|
.w-slider-arrow-right [class*=' w-icon-'] {
|
|
|
|
|
position: absolute; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-arrow-left:focus,
|
|
|
|
|
.w-slider-arrow-right:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-arrow-left {
|
|
|
|
|
z-index: 3;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
right: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-arrow-right {
|
|
|
|
|
z-index: 4;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
left: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-slider-left,
|
|
|
|
|
.w-icon-slider-right {
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
width: 1em;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 1em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-aria-label {
|
|
|
|
|
border: 0;
|
|
|
|
|
clip: rect(0 0 0 0);
|
|
|
|
|
height: 1px;
|
|
|
|
|
margin: -1px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: absolute;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 1px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-slider-force-show {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
position: relative;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 900; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-btn,
|
|
|
|
|
.w-dropdown-toggle,
|
|
|
|
|
.w-dropdown-link {
|
|
|
|
|
position: relative;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #222222;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
white-space: nowrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-toggle {
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
cursor: pointer;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-toggle:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-icon-dropdown-toggle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
margin: auto;
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
width: 1em;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 1em; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-list {
|
|
|
|
|
position: absolute;
|
|
|
|
|
background: #dddddd;
|
|
|
|
|
display: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-list.w--open {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-link {
|
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #222222; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-link.w--current {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #0082f3; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dropdown-link:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
.w-nav-brand {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 10px; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
/**
|
|
|
|
|
* ## Note
|
|
|
|
|
* Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
|
|
|
|
|
* For example percentage units do not work on descendants of elements that
|
|
|
|
|
* have any dimensions expressed in viewport units. It also doesn’t handle them at
|
|
|
|
|
* all in `calc()`.
|
|
|
|
|
*/
|
|
|
|
|
/**
|
|
|
|
|
* Wrapper around all lightbox elements
|
|
|
|
|
*
|
|
|
|
|
* 1. Since the lightbox can receive focus, IE also gives it an outline.
|
|
|
|
|
* 2. Fixes flickering on Chrome when a transition is in progress
|
|
|
|
|
* underneath the lightbox.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-backdrop {
|
|
|
|
|
color: #000;
|
|
|
|
|
cursor: auto;
|
|
|
|
|
font-family: serif;
|
|
|
|
|
font-size: medium;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-variant: normal;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
letter-spacing: normal;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
list-style: disc;
|
|
|
|
|
text-align: start;
|
|
|
|
|
text-indent: 0;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
visibility: visible;
|
|
|
|
|
white-space: normal;
|
|
|
|
|
word-break: normal;
|
|
|
|
|
word-spacing: normal;
|
|
|
|
|
word-wrap: normal;
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
line-height: 1.2;
|
|
|
|
|
font-weight: 300;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: rgba(0, 0, 0, 0.9);
|
|
|
|
|
z-index: 2000;
|
|
|
|
|
outline: 0;
|
|
|
|
|
/* 1 */
|
|
|
|
|
opacity: 0;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
|
-webkit-transform: translate(0, 0);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Neat trick to bind the rubberband effect to our canvas instead of the whole
|
|
|
|
|
* document on iOS. It also prevents a bug that causes the document underneath to scroll.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-backdrop,
|
|
|
|
|
.w-lightbox-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
overflow: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-overflow-scrolling: touch; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100vh;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-view {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 100vw;
|
|
|
|
|
height: 100vh;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-view:before {
|
|
|
|
|
content: "";
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 100vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* .w-lightbox-content */
|
|
|
|
|
.w-lightbox-group,
|
|
|
|
|
.w-lightbox-group .w-lightbox-view,
|
|
|
|
|
.w-lightbox-group .w-lightbox-view:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 86vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-frame,
|
|
|
|
|
.w-lightbox-view:before {
|
|
|
|
|
display: inline-block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
vertical-align: middle; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* 1. Remove default margin set by user-agent on the <figure> element.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-figure {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 1 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-group .w-lightbox-figure {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* IE adds image dimensions as width and height attributes on the IMG tag,
|
|
|
|
|
* but we need both width and height to be set to auto to enable scaling.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-img {
|
|
|
|
|
width: auto;
|
|
|
|
|
height: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. Reset if style is set by user on "All Images"
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-image {
|
|
|
|
|
display: block;
|
|
|
|
|
float: none;
|
|
|
|
|
/* 1 */
|
|
|
|
|
max-width: 100vw;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-height: 100vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-group .w-lightbox-image {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-height: 86vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-caption {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: .5em 1em;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
|
text-align: left;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-embed {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-control {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 4em;
|
|
|
|
|
background-size: 24px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
cursor: pointer;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-transition: all .3s;
|
|
|
|
|
transition: all .3s; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-left {
|
|
|
|
|
display: none;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-right {
|
|
|
|
|
display: none;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
|
|
|
|
|
* The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
|
|
|
|
|
* (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-close {
|
|
|
|
|
right: 0;
|
|
|
|
|
height: 2.6em;
|
|
|
|
|
/* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
|
|
|
|
|
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-size: 18px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 1. All IE versions add extra space at the bottom without this.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-strip {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
padding: 0 1vh;
|
|
|
|
|
line-height: 0;
|
|
|
|
|
/* 1 */
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow-x: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow-y: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
|
|
|
|
|
* which doesn’t work in Safari anyway.
|
|
|
|
|
* 2. Chrome renders images pixelated when switching to GPU. Making sure
|
|
|
|
|
* the parent is also rendered on the GPU (by setting translate3d for
|
|
|
|
|
* example) fixes this behavior.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-item {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 10vh;
|
|
|
|
|
padding: 2vh 1vh;
|
|
|
|
|
box-sizing: content-box;
|
|
|
|
|
/* 1 */
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
-webkit-transform: translate3d(0, 0, 0);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
/* 2 */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: .3; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-thumbnail {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 10vh;
|
|
|
|
|
background: #222;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-thumbnail-image {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
left: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-thumbnail .w-lightbox-tall {
|
|
|
|
|
top: 50%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
-webkit-transform: translate(0, -50%);
|
|
|
|
|
-ms-transform: translate(0, -50%);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transform: translate(0, -50%); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-thumbnail .w-lightbox-wide {
|
|
|
|
|
left: 50%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
-webkit-transform: translate(-50%, 0);
|
|
|
|
|
-ms-transform: translate(-50%, 0);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transform: translate(-50%, 0); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Spinner
|
|
|
|
|
*
|
|
|
|
|
* Absolute pixel values are used to avoid rounding errors that would cause
|
|
|
|
|
* the white spinning element to be misaligned with the track.
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-spinner {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 50%;
|
|
|
|
|
left: 50%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
width: 40px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
margin-top: -20px;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
border: 5px solid rgba(0, 0, 0, 0.4);
|
|
|
|
|
border-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
-webkit-animation: spin .8s infinite linear;
|
|
|
|
|
animation: spin .8s infinite linear; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-spinner:after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: -4px;
|
|
|
|
|
right: -4px;
|
|
|
|
|
bottom: -4px;
|
|
|
|
|
left: -4px;
|
|
|
|
|
border: 3px solid transparent;
|
|
|
|
|
border-bottom-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Utility classes
|
|
|
|
|
*/
|
|
|
|
|
.w-lightbox-hide {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-noscroll {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
|
.w-lightbox-content {
|
|
|
|
|
height: 96vh;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 2vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-view,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-lightbox-view:before {
|
|
|
|
|
height: 96vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/* .w-lightbox-content */
|
|
|
|
|
.w-lightbox-group,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-lightbox-group .w-lightbox-view,
|
|
|
|
|
.w-lightbox-group .w-lightbox-view:before {
|
|
|
|
|
height: 84vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-image {
|
|
|
|
|
max-width: 96vw;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-height: 96vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-group .w-lightbox-image {
|
|
|
|
|
max-width: 82.3vw;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-height: 84vh; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-left,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-lightbox-right {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: .5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-close {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: .8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-lightbox-control:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.w-lightbox-inactive,
|
|
|
|
|
.w-lightbox-inactive:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext:before,
|
|
|
|
|
.w-richtext:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext[contenteditable="true"]:before,
|
|
|
|
|
.w-richtext[contenteditable="true"]:after {
|
|
|
|
|
white-space: initial; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext ol,
|
|
|
|
|
.w-richtext ul {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
|
|
|
|
|
outline: 2px solid #2895f7; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
|
|
|
|
|
outline: 2px solid #2895f7; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-video > div:after,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="video"] > div:after {
|
|
|
|
|
content: '';
|
2022-06-30 11:23:09 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
display: none;
|
|
|
|
|
left: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
bottom: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 60%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure > div:before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: default !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure img {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 0.6; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure div {
|
|
|
|
|
/* fix incorrectly sized selection border in the data manager */
|
|
|
|
|
font-size: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: transparent; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-image,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="image"] {
|
|
|
|
|
display: table; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-image > div,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="image"] > div {
|
|
|
|
|
display: inline-block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-image > figcaption,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="image"] > figcaption {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: table-caption;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
caption-side: bottom; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-video,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="video"] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
width: 60%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-video iframe,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="video"] iframe {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-figure-type-video > div,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure[data-rt-type="video"] > div {
|
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-center {
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
|
|
|
|
|
max-width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-normal {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-fullwidth {
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
clear: both;
|
|
|
|
|
display: block;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-fullwidth > div {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
/* padding-bottom is used for aspect ratios in video figures
|
|
|
|
|
we want the div to inherit that so hover/selection borders in the designer-canvas
|
|
|
|
|
fit right*/
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: inherit; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-floatleft {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-right: 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-richtext figure.w-richtext-align-floatright {
|
|
|
|
|
float: right;
|
|
|
|
|
margin-left: 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav {
|
|
|
|
|
position: relative;
|
|
|
|
|
background: #dddddd;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 1000; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav:before,
|
|
|
|
|
.w-nav:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-brand {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: left;
|
|
|
|
|
text-decoration: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333333; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-link {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #222222;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
margin-left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-link.w--current {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #0082f3; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-menu {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: right; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
[data-nav-menu-open] {
|
|
|
|
|
display: block !important;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
background: #C8C8C8;
|
|
|
|
|
text-align: center;
|
|
|
|
|
overflow: visible;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-width: 200px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w--nav-link-open {
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-overlay {
|
|
|
|
|
position: absolute;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
display: none;
|
|
|
|
|
top: 100%;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-overlay [data-nav-menu-open] {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
top: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-animation="over-left"] .w-nav-overlay {
|
|
|
|
|
width: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-animation="over-left"] .w-nav-overlay,
|
|
|
|
|
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
right: auto;
|
|
|
|
|
z-index: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
top: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-animation="over-right"] .w-nav-overlay {
|
|
|
|
|
width: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-animation="over-right"] .w-nav-overlay,
|
|
|
|
|
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
left: auto;
|
|
|
|
|
z-index: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
top: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-button {
|
|
|
|
|
position: relative;
|
|
|
|
|
float: right;
|
|
|
|
|
padding: 18px;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
display: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
|
tap-highlight-color: rgba(0, 0, 0, 0);
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
user-select: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-button:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-button.w--open {
|
|
|
|
|
background-color: #C8C8C8;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: white; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="all"] .w-nav-menu {
|
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="all"] .w-nav-button {
|
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w--nav-dropdown-open {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w--nav-dropdown-toggle-open {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w--nav-dropdown-list-open {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: static; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 991px) {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="medium"] .w-nav-menu {
|
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="medium"] .w-nav-button {
|
|
|
|
|
display: block; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 767px) {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="small"] .w-nav-menu {
|
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="small"] .w-nav-button {
|
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-nav-brand {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 10px; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="tiny"] .w-nav-menu {
|
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-11-04 13:36:21 +01:00
|
|
|
|
.w-nav[data-collapse="tiny"] .w-nav-button {
|
|
|
|
|
display: block; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.w-tabs {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tabs:before,
|
|
|
|
|
.w-tabs:after {
|
|
|
|
|
content: " ";
|
|
|
|
|
display: table;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
grid-row-start: 1;
|
|
|
|
|
grid-column-end: 2;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-end: 2; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tabs:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-menu {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-link {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding: 9px 30px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #222222;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #dddddd; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-link.w--current {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #C8C8C8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-link:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
outline: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-content {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-pane {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w--tab-active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
.w-tab-link {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.w-ix-emptyfix:after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: ""; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@keyframes spin {
|
|
|
|
|
0% {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transform: rotate(0deg); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
100% {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transform: rotate(360deg); } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.w-dyn-empty {
|
|
|
|
|
padding: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #dddddd; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dyn-hide {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-dyn-bind-empty {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-condition-invisible {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-formradioinput--inputType-custom {
|
|
|
|
|
border-top-width: 1px;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
border-right-width: 1px;
|
|
|
|
|
border-top-color: #ccc;
|
|
|
|
|
border-bottom-color: #ccc;
|
|
|
|
|
border-left-color: #ccc;
|
|
|
|
|
border-right-color: #ccc;
|
|
|
|
|
border-top-style: solid;
|
|
|
|
|
border-bottom-style: solid;
|
|
|
|
|
border-left-style: solid;
|
|
|
|
|
border-right-style: solid;
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
border-bottom-left-radius: 50%;
|
|
|
|
|
border-bottom-right-radius: 50%;
|
|
|
|
|
border-top-left-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-top-right-radius: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-formradioinput--inputType-custom.w--redirected-focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0px 0px 3px 1px #3898ec; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-form-formradioinput--inputType-custom.w--redirected-checked {
|
|
|
|
|
border-top-width: 4px;
|
|
|
|
|
border-bottom-width: 4px;
|
|
|
|
|
border-left-width: 4px;
|
|
|
|
|
border-right-width: 4px;
|
|
|
|
|
border-top-color: #3898ec;
|
|
|
|
|
border-bottom-color: #3898ec;
|
|
|
|
|
border-left-color: #3898ec;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-right-color: #3898ec; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox::before {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: ' ';
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: table;
|
|
|
|
|
-ms-grid-column-span: 1;
|
|
|
|
|
grid-column-end: 2;
|
|
|
|
|
-ms-grid-column: 1;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
-ms-grid-row-span: 1;
|
|
|
|
|
grid-row-end: 2;
|
|
|
|
|
-ms-grid-row: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
grid-row-start: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox::after {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
content: ' ';
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: table;
|
|
|
|
|
-ms-grid-column-span: 1;
|
|
|
|
|
grid-column-end: 2;
|
|
|
|
|
-ms-grid-column: 1;
|
|
|
|
|
grid-column-start: 1;
|
|
|
|
|
-ms-grid-row-span: 1;
|
|
|
|
|
grid-row-end: 2;
|
|
|
|
|
-ms-grid-row: 1;
|
|
|
|
|
grid-row-start: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
clear: both; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox-input {
|
|
|
|
|
float: left;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-left: -20px;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
margin-top: 4px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: normal; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox-input--inputType-custom {
|
|
|
|
|
border-top-width: 1px;
|
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
|
border-left-width: 1px;
|
|
|
|
|
border-right-width: 1px;
|
|
|
|
|
border-top-color: #ccc;
|
|
|
|
|
border-bottom-color: #ccc;
|
|
|
|
|
border-left-color: #ccc;
|
|
|
|
|
border-right-color: #ccc;
|
|
|
|
|
border-top-style: solid;
|
|
|
|
|
border-bottom-style: solid;
|
|
|
|
|
border-left-style: solid;
|
|
|
|
|
border-right-style: solid;
|
|
|
|
|
width: 12px;
|
|
|
|
|
height: 12px;
|
|
|
|
|
border-bottom-left-radius: 2px;
|
|
|
|
|
border-bottom-right-radius: 2px;
|
|
|
|
|
border-top-left-radius: 2px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-top-right-radius: 2px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox-input--inputType-custom.w--redirected-checked {
|
|
|
|
|
background-color: #3898ec;
|
|
|
|
|
border-top-color: #3898ec;
|
|
|
|
|
border-bottom-color: #3898ec;
|
|
|
|
|
border-left-color: #3898ec;
|
|
|
|
|
border-right-color: #3898ec;
|
|
|
|
|
background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
background-size: cover;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-repeat: no-repeat; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-checkbox-input--inputType-custom.w--redirected-focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0px 0px 3px 1px #3898ec; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
height: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 26px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 42px;
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
line-height: 62px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 300; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 36px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 600; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 21px;
|
|
|
|
|
line-height: 26px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 600; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
p {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-li1 {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-li1:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #f8f8f8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 280px;
|
|
|
|
|
top: 0px;
|
|
|
|
|
display: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 280px;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.content {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 70px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding-top: 70px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 70px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.blue-section {
|
|
|
|
|
background-color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.grey-section {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #F8F8F8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.kvs {
|
|
|
|
|
z-index: 1;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 70vh;
|
|
|
|
|
padding-top: 45px;
|
|
|
|
|
padding-bottom: 45px;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
max-width: 1240px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding-right: 40px;
|
|
|
|
|
padding-left: 40px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
|
|
|
|
.container.wide {
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.container.narrow {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 900px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
margin-right: -25px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -25px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.flex {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.flex.flex-center {
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.pcenter {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.grid-list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.pricing-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.sideav-flex {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
|
-ms-flex-align: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col {
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._4-12-12-12 {
|
|
|
|
|
width: 33.3333%;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 0 33.3333%; }
|
|
|
|
|
.col._4-12-12-12 p {
|
|
|
|
|
flex-grow: 1; }
|
|
|
|
|
.col._4-12-12-12 .buttons-row {
|
|
|
|
|
margin-top: 30px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12.vert-center {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._4-4-12-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 33.333%;
|
|
|
|
|
-ms-flex: 0 33.333%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 33.333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col.kvleft {
|
|
|
|
|
max-width: 700px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._3-6-6-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 25%;
|
|
|
|
|
-ms-flex: 0 25%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 25%; }
|
|
|
|
|
.col._3-6-6-12 .center {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column; }
|
|
|
|
|
.col._3-6-6-12 .center p {
|
|
|
|
|
flex-grow: 1; }
|
|
|
|
|
.col._3-6-6-12 .center .buttons-row {
|
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-6-6-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col.gridcol {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 58px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-heading {
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
line-height: 60px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 300; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section-title {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 60px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
font-size: 34px;
|
|
|
|
|
line-height: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.topnav {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 300px;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 4; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.burger {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
float: right;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
padding: 12px 7px 12px 17px;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
/* -webkit-transition: background-color 200ms linear;
|
|
|
|
|
-moz-transition: background-color 200ms linear;
|
|
|
|
|
-o-transition: background-color 200ms linear;
|
|
|
|
|
-ms-transition: background-color 200ms linear;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: background-color 200ms linear; */ }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #f5f4f0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button:active {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button.shrink {
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-28 10:40:08 +02:00
|
|
|
|
.buttong.main-button,
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.button.main-button {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background: linear-gradient(to left, #1e88e5 50%, #1970bb 50%) right;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
background-size: 200%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: .2s ease-out;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border: 1px solid #1e88e5; }
|
|
|
|
|
.buttong.main-button img,
|
|
|
|
|
.button.main-button img {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity 200ms; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button.main-button-white {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
background: linear-gradient(to left, white 50%, #1e88e5 50%) right;
|
|
|
|
|
background-size: 200%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: .2s ease-out; }
|
|
|
|
|
.button.main-button-white img {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity 200ms; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button.main-button:hover {
|
|
|
|
|
border: 1px solid #0040A9;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-position: left; }
|
|
|
|
|
.button.main-button:hover img {
|
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.secondary-button {
|
|
|
|
|
background: linear-gradient(to left, white 50%, #1e88e5 50%) right;
|
|
|
|
|
background-size: 200%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: .2s ease-out;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
color: #1e88e5;
|
|
|
|
|
border: 1px solid #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 11px 7px 11px 17px; }
|
|
|
|
|
.secondary-button img {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity 200ms; }
|
|
|
|
|
.secondary-button:hover {
|
|
|
|
|
background-position: left;
|
|
|
|
|
color: white; }
|
|
|
|
|
.secondary-button:hover img {
|
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.secondary-button-white {
|
|
|
|
|
border: 1px solid #fff !important;
|
|
|
|
|
width: 196px;
|
|
|
|
|
padding: 11px 7px 11px 17px;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
background: linear-gradient(to left, #1e88e5 50%, white 50%) right;
|
|
|
|
|
background-size: 200%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: .2s ease-out; }
|
|
|
|
|
.secondary-button-white img {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
transition: opacity 200ms; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.buttons-row .secondary-button-white {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 21px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button.submit {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
text-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button.submit:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.buttons-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin: 20px -5px 0px;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
-ms-flex-pack: end;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.buttons-row.buttons-center {
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.buttons-row.bottom-margin {
|
|
|
|
|
margin-bottom: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-end; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navmenu {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
z-index: 140;
|
|
|
|
|
height: 70px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
padding-left: 30px;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-li {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 0 auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-li.menue-2-drop {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
padding-bottom: 3px;
|
|
|
|
|
border-bottom: 2px solid #fff;
|
|
|
|
|
color: #343434;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
font-weight: 400;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink:hover {
|
2022-09-13 17:23:14 +02:00
|
|
|
|
border-bottom-color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-6 {
|
|
|
|
|
z-index: 200;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.intro {
|
|
|
|
|
max-width: 800px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 27px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 71px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
padding-top: 14px;
|
|
|
|
|
padding-bottom: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kvcol {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
max-width: 620px;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 50%;
|
|
|
|
|
-ms-flex: 0 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kvcol.leftcol {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 400px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-right-col {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-image-3 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
-o-object-fit: contain;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
object-fit: contain; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-image-3.l3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-image-3.l1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-image-3.i2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-8 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: end;
|
|
|
|
|
-webkit-justify-content: flex-end;
|
|
|
|
|
-ms-flex-pack: end;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-subtext {
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 19px;
|
|
|
|
|
line-height: 28px;
|
|
|
|
|
font-weight: 900;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kvtext-max-w {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-right-arrow {
|
|
|
|
|
width: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-9 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.users-icon {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.heading-2 {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
font-weight: 900;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.heading-2.bm0 {
|
|
|
|
|
margin-top: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-label {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 3;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
font-size: 16px;
|
2022-10-10 17:29:21 +02:00
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-self: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.si {
|
|
|
|
|
width: 50%;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.minh {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: 89px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-flyin {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -1%;
|
|
|
|
|
top: -1%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: -5%;
|
|
|
|
|
display: none;
|
|
|
|
|
color: #fff;
|
|
|
|
|
height: 110%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #004A90; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-flyin-secondary {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.secondary-button-white:hover {
|
|
|
|
|
color: #1e88e5 !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-position: left; }
|
|
|
|
|
.secondary-button-white:hover img {
|
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-flyin-blue {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.main-button-white:hover {
|
|
|
|
|
color: white;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-position: left; }
|
|
|
|
|
.main-button-white:hover img {
|
|
|
|
|
opacity: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-flyin.main {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #004A90; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.testimonial-tile {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
2022-09-13 17:23:14 +02:00
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
margin-top: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: 230px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.test-padding {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
padding: 50px 29px 60px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
background-color: #D4F0FC;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
border-top: 1px solid #1e88e5;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.testimonial-quotes {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 56px;
|
|
|
|
|
height: 56px;
|
|
|
|
|
margin-top: -28px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.login {
|
|
|
|
|
padding-top: 9px;
|
|
|
|
|
padding-bottom: 9px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #1e88e5;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.login:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #004A90; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.register {
|
|
|
|
|
margin-left: 30px;
|
|
|
|
|
padding-top: 11px;
|
|
|
|
|
padding-bottom: 11px;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
-webkit-transition: all 200ms ease;
|
|
|
|
|
transition: all 200ms ease;
|
|
|
|
|
color: #fff;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
line-height: 15px;
|
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: -2px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.register:hover {
|
|
|
|
|
border-color: #004A90;
|
|
|
|
|
background-color: #004A90;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-10 {
|
|
|
|
|
z-index: 121;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
height: 100%;
|
|
|
|
|
max-width: 1240px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
|
-webkit-flex-direction: row-reverse;
|
|
|
|
|
-ms-flex-direction: row-reverse;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.center {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-11 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.image {
|
|
|
|
|
width: 47px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 0 auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.isc {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 20%;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nimber-row {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 13px;
|
|
|
|
|
margin-bottom: 13px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nimber-row.largenr {
|
|
|
|
|
padding-top: 2px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 2px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.number-background-circle {
|
|
|
|
|
position: absolute;
|
|
|
|
|
width: 70px;
|
|
|
|
|
height: 70px;
|
|
|
|
|
border-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #D4F0FC; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.number-background-circle.lbc {
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 120px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #D4F0FC; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-3 {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
padding-top: 22px;
|
|
|
|
|
padding-bottom: 22px;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 62px;
|
|
|
|
|
line-height: 70px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 300; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-14 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.n {
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 600; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-16 {
|
|
|
|
|
height: 1px;
|
|
|
|
|
max-width: 400px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 2px dashed #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-16.bdash {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 18px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col-copy {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding-right: 25px;
|
|
|
|
|
padding-left: 25px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.side-title {
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
line-height: 42px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
max-width: 800px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.grid-icon {
|
|
|
|
|
width: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.grid-icon.large-gi {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.icon-wrapp {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 60px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
padding: 11px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #D4F0FC;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-19 {
|
|
|
|
|
padding-top: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.footer-link {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
color: #58595b;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.footer-link:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.link-block-2 {
|
|
|
|
|
padding-right: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cocico {
|
|
|
|
|
width: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul-2 {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0px;
|
|
|
|
|
top: 70px;
|
|
|
|
|
right: 0px;
|
|
|
|
|
z-index: 153;
|
|
|
|
|
display: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 100%;
|
|
|
|
|
max-width: 1160px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
border-style: none;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #b3d8eb;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.22); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav2-li {
|
|
|
|
|
padding: 20px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink-2 {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 14px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink-2:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink-2.strong {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 600; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-sub-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-right: -10px;
|
|
|
|
|
margin-left: -10px;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-sub-row.toppadding {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 34px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-col-3 {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-pricing {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-menu-pricing {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-top: 40px;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 1px none #b3d8eb; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
border-bottom: 2px solid #d3d3d3;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #8c8c8c;
|
|
|
|
|
font-size: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab:hover {
|
|
|
|
|
border-bottom-color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab.w--current {
|
|
|
|
|
border-bottom-color: #1e88e5;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.paket {
|
|
|
|
|
font-size: 23px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 500; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.price {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
font-size: 19px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 700; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-icon {
|
|
|
|
|
width: 26px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 26px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame {
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 100%;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
padding: 30px 30px 70px;
|
|
|
|
|
background-color: #abe7ff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame.paket-b {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #99f2e1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame.paket-c {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #c1c8e9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame.w {
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pi {
|
|
|
|
|
min-height: 80px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
|
|
|
|
font-size: 16px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 26px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricetable-feature {
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
font-size: 16px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricetable-ul {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.ptf-li {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
|
-ms-flex-align: start;
|
|
|
|
|
align-items: flex-start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-pricechart {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 30px;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: 30px;
|
|
|
|
|
bottom: 30px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
color: #fff;
|
|
|
|
|
-webkit-transition: background-color 200ms linear;
|
|
|
|
|
-moz-transition: background-color 200ms linear;
|
|
|
|
|
-o-transition: background-color 200ms linear;
|
|
|
|
|
-ms-transition: background-color 200ms linear;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
transition: background-color 200ms linear; }
|
|
|
|
|
.button-pricechart:hover {
|
|
|
|
|
background-color: #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-pricechart.pcb-2 {
|
|
|
|
|
background-color: #ffc700;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333; }
|
|
|
|
|
.button-pricechart.pcb-2:hover {
|
|
|
|
|
background-color: #EDB900; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-pricechart.pcb-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #0040A9; }
|
|
|
|
|
.button-pricechart.pcb-3:hover {
|
|
|
|
|
background-color: #003D76; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-icon-outer {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 140px;
|
|
|
|
|
height: 140px;
|
|
|
|
|
margin-top: -100px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-style: dashed;
|
|
|
|
|
border-width: 3px;
|
|
|
|
|
border-color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-icon-outer.green {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #ffc700; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-icon-outer.grey {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-inner-circle {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-inner-circle.pic-green {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #ffc700; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.pricing-inner-circle.pic-grey {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.price-icon {
|
|
|
|
|
width: 60px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 60px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.textlink {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.intri-inner {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-size: 21px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 32px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.image-3--2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink {
|
|
|
|
|
display: block;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: 400;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink.l1 {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink.l1:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelist {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.breadcrumbs-ul {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.breadcrumb-li {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
border-right: 1px solid #e5e5e5;
|
|
|
|
|
color: #8c8c8c;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-decoration: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.breadcrumb:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidenav {
|
|
|
|
|
width: 300px;
|
|
|
|
|
margin-right: 25px;
|
|
|
|
|
margin-left: 25px;
|
|
|
|
|
padding: 25px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #e5e5e5;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: -10px -10px 0 0 #f8f8f8; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink-dd {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 4px 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dropdown {
|
|
|
|
|
z-index: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-4 {
|
|
|
|
|
position: relative;
|
|
|
|
|
color: #333;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 15px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-4:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.icon-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dropdown-list {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: relative; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dropdown-list.w--open {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: rgba(255, 255, 255, 0); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink-l3 {
|
|
|
|
|
padding-top: 4px;
|
|
|
|
|
padding-bottom: 4px;
|
|
|
|
|
background-color: transparent;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 15px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink-l3:hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink-l3:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.sidenav-toggle {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dashcol {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding-top: 169px;
|
|
|
|
|
padding-right: 74px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 74px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dashtitle {
|
|
|
|
|
margin-top: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.dashlink {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 7px;
|
|
|
|
|
padding-bottom: 7px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #333; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.ic {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 200px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.medium-icon-wrapper {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-style: dashed;
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
border-color: #1e88e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-radius: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.inner-icon-circle {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-radius: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #D4F0FC; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cloud-icon2 {
|
|
|
|
|
width: 200px;
|
|
|
|
|
-o-object-fit: contain;
|
|
|
|
|
object-fit: contain;
|
|
|
|
|
-o-object-position: 50% 17px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
object-position: 50% 17px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.icon-image {
|
|
|
|
|
width: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.logos-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.trust-logo {
|
|
|
|
|
max-height: 60px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
padding: 16px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-field {
|
|
|
|
|
height: 38px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #ccc;
|
|
|
|
|
border-top-left-radius: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom-left-radius: 18px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab-pane-tab-1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 30px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-21 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col {
|
|
|
|
|
padding: 5px 20px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
|
|
|
|
font-weight: 600;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col.leftcol {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
font-weight: 400;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-icon {
|
|
|
|
|
width: 35px;
|
|
|
|
|
height: 35px;
|
|
|
|
|
margin-right: 15px;
|
|
|
|
|
padding: 6px;
|
|
|
|
|
float: left;
|
|
|
|
|
border-radius: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #D4F0FC; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 1px solid #e5e5e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-title {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 53px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-wrap {
|
|
|
|
|
font-size: 14px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 24px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-arrow {
|
|
|
|
|
width: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-toggle-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-head {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
border-bottom: 1px solid #e5e5e5;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 700; }
|
|
|
|
|
.accordion-head:not(.static) {
|
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-14 13:16:10 +02:00
|
|
|
|
.accordion-head:not(.static):hover {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #1e88e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.collapse-row {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
-webkit-box-pack: justify;
|
|
|
|
|
-webkit-justify-content: space-between;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cd {
|
|
|
|
|
font-size: 16px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 500; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-toggle {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: hidden; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab-pane-tab-1-2 {
|
|
|
|
|
height: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 105px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-content {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.h2-compare {
|
|
|
|
|
margin-top: 60px;
|
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
font-size: 28px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 32px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.form {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.submit-button {
|
|
|
|
|
width: 38px;
|
|
|
|
|
height: 38px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
border-radius: 0px 50% 50% 0%;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
background-image: url("/tema1ka/svg/icons-search-bela.svg");
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
background-size: 20px 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-repeat: no-repeat; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.searchbutton {
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
width: 24px;
|
|
|
|
|
height: 24px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-22 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: reverse;
|
|
|
|
|
-webkit-flex-direction: row-reverse;
|
|
|
|
|
-ms-flex-direction: row-reverse;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
|
-ms-flex-align: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list-inner {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-align: start;
|
|
|
|
|
-webkit-align-items: flex-start;
|
|
|
|
|
-ms-flex-align: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slide-partners {
|
|
|
|
|
width: 20%;
|
|
|
|
|
padding-top: 9px;
|
|
|
|
|
padding-bottom: 9px;
|
|
|
|
|
border-right: 1px solid #e0f6ff;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sarr {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 60px;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
color: #0040A9;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 23px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.mask-2 {
|
|
|
|
|
margin-right: 50px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 50px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slider {
|
|
|
|
|
height: auto;
|
|
|
|
|
margin-bottom: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: rgba(221, 221, 221, 0); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slide-nav-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.form-2 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: flex; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.submit-button-2 {
|
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
border-radius: 0px 37px 37px 0px;
|
|
|
|
|
background-color: #1e88e5;
|
|
|
|
|
border-left: 0px;
|
|
|
|
|
background-image: url("../svg/icons-search-bela.svg");
|
|
|
|
|
background-position: 50% 50%;
|
|
|
|
|
background-size: 26px 26px;
|
|
|
|
|
background-repeat: no-repeat;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
letter-spacing: 3px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-field-2 {
|
|
|
|
|
height: 48px;
|
|
|
|
|
padding-left: 29px;
|
|
|
|
|
border-radius: 37px 0px 0px 37px;
|
|
|
|
|
border: 1px solid #cccccc;
|
|
|
|
|
border-right: 0px;
|
|
|
|
|
font-size: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.hide-search {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
width: 48px;
|
|
|
|
|
height: 48px;
|
|
|
|
|
padding: 12px;
|
|
|
|
|
border-radius: 43px;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.searchform {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
2022-10-07 17:07:10 +02:00
|
|
|
|
top: 70px !important;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: auto;
|
2022-07-20 14:47:11 +02:00
|
|
|
|
z-index: 150;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: none;
|
2022-10-06 14:12:13 +02:00
|
|
|
|
background-color: white;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 0 11px 8px -8px rgba(0, 0, 0, 0.33); }
|
|
|
|
|
.searchform .container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
max-width: 100%; }
|
|
|
|
|
.searchform .container .row {
|
|
|
|
|
max-width: 1240px;
|
|
|
|
|
margin-right: auto;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
padding-right: 40px;
|
|
|
|
|
padding-left: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.button-small {
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
padding: 2px 15px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
border-color: #ececec;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
color: #8b8b8b; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 100px;
|
|
|
|
|
height: 100px;
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
padding: 14px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 100px;
|
|
|
|
|
-ms-flex: 0 0 100px;
|
|
|
|
|
flex: 0 0 100px;
|
|
|
|
|
border-radius: 50% 50% 50% 0px;
|
|
|
|
|
background-color: #D4F0FC;
|
|
|
|
|
color: #0040A9;
|
|
|
|
|
font-size: 11px;
|
|
|
|
|
line-height: 17px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
text-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-transform: uppercase; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-23 {
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list-thumb {
|
|
|
|
|
width: 100px;
|
|
|
|
|
margin-top: 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 18px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.recommended-item {
|
|
|
|
|
padding: 13px 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-bottom: 1px solid #e5e5e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.recommended-item:first-child {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-top: 1px solid #e5e5e5; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.recommended-item-title {
|
|
|
|
|
font-size: 18px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.recommended-item-arrow {
|
|
|
|
|
float: right;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 3px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.modal {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
z-index: 10000;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: rgba(0, 0, 0, 0.39); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.modal-inner {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
max-height: 90vh;
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
padding: 53px 50px 30px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
|
|
|
|
flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.modal-h1 {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
line-height: 48px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.label {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-fiels-form {
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #b3d8eb; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-fiels-form:focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #0040A9; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.form-row {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-right: -5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -5px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.gorm-col {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
-webkit-box-flex: 1;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.radio-button {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-left: -34px;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-width: 1px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #b3d8eb; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.radio-button.w--redirected-checked {
|
|
|
|
|
border-color: #0040A9;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.radio-button.w--redirected-focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.radio-button-field {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 34px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.checkbox {
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
margin-left: -30px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
border-color: #b3d8eb; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.checkbox.w--redirected-checked {
|
|
|
|
|
border-color: #0040A9;
|
|
|
|
|
background-color: #0040A9;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-size: 13px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.checkbox.w--redirected-focus {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.checkbox-field {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 30px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.close-modal {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: auto;
|
|
|
|
|
top: 20px;
|
|
|
|
|
right: 20px;
|
|
|
|
|
bottom: auto;
|
|
|
|
|
width: 30px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 30px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-content-copy {
|
|
|
|
|
height: auto;
|
|
|
|
|
padding-right: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sideicon-col {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.side-text-padding {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 30px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.icon-wrapp-copy {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: 120px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
padding: 11px;
|
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-webkit-box-align: center;
|
|
|
|
|
-webkit-align-items: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
background-color: #e0f6ff;
|
2022-10-28 15:58:29 +02:00
|
|
|
|
opacity: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-self: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 991px) {
|
|
|
|
|
.nav-li1 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
position: static; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul2 {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0px;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
margin-left: 100%;
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
background-image: url("../images/icons8-left-arrow-3.svg");
|
|
|
|
|
background-position: 50% 10px;
|
|
|
|
|
background-size: 30px 30px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
text-align: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
2022-10-07 17:07:10 +02:00
|
|
|
|
|
|
|
|
|
.searchform {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
top: 0px !important;
|
|
|
|
|
padding: 10px 0; }
|
|
|
|
|
.searchform .container {
|
|
|
|
|
padding-top: 10px; }
|
|
|
|
|
.searchform .container .w-form {
|
|
|
|
|
margin: 0; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.section-main.functionalities {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block !important; }
|
|
|
|
|
.section-main.functionalities .flexcol {
|
|
|
|
|
margin-bottom: 18px !important; }
|
2022-09-29 19:19:45 +02:00
|
|
|
|
|
|
|
|
|
.mnenja-up {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block !important; }
|
2022-09-29 19:19:45 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.content {
|
|
|
|
|
padding-top: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section {
|
2022-10-28 11:56:46 +02:00
|
|
|
|
padding-top: 50px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 50px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.kvs {
|
|
|
|
|
z-index: 0;
|
|
|
|
|
height: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.grid-list {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.pricing-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.sideav-flex {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.koraki-spletnega-anketiranja .row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block !important; }
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.koraki-spletnega-anketiranja .gumb {
|
|
|
|
|
flex: none !important;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
margin-left: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: auto; }
|
2022-09-29 19:19:45 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.col._4-12-12-12 {
|
2022-09-29 19:19:45 +02:00
|
|
|
|
width: 100% !important;
|
|
|
|
|
-webkit-box-flex: 0 !important;
|
|
|
|
|
-webkit-flex: 0 100% !important;
|
|
|
|
|
-ms-flex: 0 100% !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 100% !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12 {
|
|
|
|
|
-webkit-flex-basis: 100%;
|
|
|
|
|
-ms-flex-preferred-size: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col.kvleft {
|
|
|
|
|
max-width: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._3-6-6-12 {
|
|
|
|
|
-webkit-flex-basis: 50%;
|
|
|
|
|
-ms-flex-preferred-size: 50%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.topnav {
|
|
|
|
|
left: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 42; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.burger {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 7px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
opacity: 1; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navmenu {
|
|
|
|
|
position: relative;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 15; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list {
|
|
|
|
|
display: block;
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
padding-left: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
background-color: #fff; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink {
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-bottom: 0px;
|
|
|
|
|
border-bottom-style: none;
|
|
|
|
|
font-size: 19px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 33px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-6 {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
z-index: 50;
|
|
|
|
|
display: none;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
-webkit-box-align: stretch;
|
|
|
|
|
-webkit-align-items: stretch;
|
|
|
|
|
-ms-flex-align: stretch;
|
|
|
|
|
align-items: stretch;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 100%;
|
|
|
|
|
-ms-flex: 0 100%;
|
|
|
|
|
flex: 0 100%;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: 4px 4px 11px 0 rgba(0, 0, 0, 0.09); }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 43; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kvcol {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kvcol.leftcol {
|
2022-09-29 19:19:45 +02:00
|
|
|
|
max-width: none !important;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
-webkit-box-pack: center;
|
|
|
|
|
-webkit-justify-content: center;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-right-col {
|
|
|
|
|
height: 403px;
|
|
|
|
|
max-width: none;
|
|
|
|
|
margin-top: 52px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 52px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-8 {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
margin-top: 17px;
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
padding-left: 15px;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.minh {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
min-height: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.testimonial-tile {
|
|
|
|
|
height: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 57px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.uvodni-slider {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.image {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.isc {
|
|
|
|
|
display: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 0%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-3 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 48px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col-copy {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 15px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.image-2 {
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
margin-top: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul-2 {
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0px;
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
width: auto;
|
|
|
|
|
max-width: none;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
border-style: none;
|
|
|
|
|
background-color: #fff;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav2-li {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding: 2px 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink-2 {
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
font-size: 14px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 22px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-sub-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-sub-row.toppadding {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame {
|
2022-10-10 12:51:51 +02:00
|
|
|
|
margin-top: 106px;
|
2022-10-23 19:05:33 +02:00
|
|
|
|
margin-left: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelink {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-right: 19px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidelist {
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sl {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 auto;
|
|
|
|
|
-ms-flex: 0 0 auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 0 auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sidenav {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: auto;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
2022-09-29 19:19:45 +02:00
|
|
|
|
z-index: 200;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: none;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
border: 1px solid #e5e5e5;
|
|
|
|
|
border-radius: 0px;
|
|
|
|
|
background-color: #fff;
|
2022-09-29 19:19:45 +02:00
|
|
|
|
box-shadow: none;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-09-29 19:19:45 +02:00
|
|
|
|
.sidenav-toggle {
|
2022-06-30 11:23:09 +02:00
|
|
|
|
position: fixed;
|
|
|
|
|
left: auto;
|
|
|
|
|
top: auto;
|
|
|
|
|
right: 20px;
|
|
|
|
|
bottom: 20px;
|
|
|
|
|
z-index: 2000;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
padding: 9px;
|
|
|
|
|
border-radius: 39px;
|
|
|
|
|
background-color: #1e88e5;
|
2022-09-29 19:19:45 +02:00
|
|
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.37);
|
2022-11-04 13:36:21 +01:00
|
|
|
|
cursor: pointer; }
|
|
|
|
|
.sidenav-toggle img {
|
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.medium-icon-wrapper {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cloud-icon2 {
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
margin-top: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
float: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 14px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col.leftcol {
|
|
|
|
|
-webkit-box-flex: 100%;
|
|
|
|
|
-webkit-flex: 100%;
|
|
|
|
|
-ms-flex: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 100%; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.h2-compare {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 0 !important; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
|
|
|
|
.accordion-title:not(.title-cena) {
|
|
|
|
|
line-height: normal;
|
|
|
|
|
align-self: center;
|
|
|
|
|
min-height: 35px;
|
|
|
|
|
display: flex;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
align-items: center; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
2022-10-10 12:51:51 +02:00
|
|
|
|
.ostale-storitve .accordion-title-block {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
|
|
|
|
.ostale-storitve .accordion-title-block .title-cena {
|
|
|
|
|
width: 49%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-row {
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cd {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 16px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab-pane-tab-1-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.searchbutton {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slide-partners {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 33.3333%; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 34px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 28px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 34px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section {
|
2022-10-28 11:56:46 +02:00
|
|
|
|
padding-top: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section.topmargin {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.grid-list {
|
|
|
|
|
display: block;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12 {
|
|
|
|
|
-webkit-flex-basis: 100%;
|
|
|
|
|
-ms-flex-preferred-size: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._4-4-12-12 {
|
|
|
|
|
-webkit-flex-basis: 100%;
|
|
|
|
|
-ms-flex-preferred-size: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-heading {
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
line-height: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-weight: 400; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section-title {
|
|
|
|
|
font-size: 24px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 31px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink {
|
|
|
|
|
padding-top: 2px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 2px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
overflow: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-right-col {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 300px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.si {
|
|
|
|
|
max-width: 150px;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: auto; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-3 {
|
|
|
|
|
font-size: 44px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 64px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col {
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
font-size: 13px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 23px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col.leftcol {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
padding-top: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 0px; }
|
2022-10-10 12:51:51 +02:00
|
|
|
|
|
|
|
|
|
/* .ostale-storitve-tabela{
|
|
|
|
|
.compare-col.leftcol {
|
|
|
|
|
border-bottom: 1px solid #d1d1d1;
|
|
|
|
|
}
|
2022-11-04 13:36:21 +01:00
|
|
|
|
|
2022-10-10 12:51:51 +02:00
|
|
|
|
.compare-row {
|
|
|
|
|
border-bottom-style: none;
|
|
|
|
|
}
|
|
|
|
|
} */
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.cd {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
|
|
|
|
font-size: 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: center; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-10 12:51:51 +02:00
|
|
|
|
.ostale-storitve .cd {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
text-align: left; }
|
|
|
|
|
.ostale-storitve .cd.cena {
|
|
|
|
|
text-align: center; }
|
2022-10-10 12:51:51 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.slide-partners {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 50%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.modal-inner {
|
|
|
|
|
position: fixed;
|
|
|
|
|
left: 0%;
|
|
|
|
|
top: 0%;
|
|
|
|
|
right: 0%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
max-height: 100vh;
|
|
|
|
|
padding-top: 62px;
|
|
|
|
|
padding-right: 55px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 55px; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
@media screen and (max-width: 479px) {
|
|
|
|
|
.section.kvs {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-top: 17px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
padding-right: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row {
|
|
|
|
|
margin-right: -10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.flex {
|
|
|
|
|
margin-right: -10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: -10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.row.pricing-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col {
|
2022-10-10 17:29:21 +02:00
|
|
|
|
padding-right: 0 !important;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0 !important; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._6-12-12-12 {
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 100%;
|
|
|
|
|
-ms-flex: 0 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.col._3-6-6-12 {
|
|
|
|
|
-webkit-flex-basis: 100%;
|
|
|
|
|
-ms-flex-preferred-size: 100%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-basis: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-heading {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.section-title {
|
|
|
|
|
font-size: 23px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 29px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.topnav {
|
|
|
|
|
left: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
z-index: 100; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.buttons-row.buttons-center {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.w-tab-content.buttons-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-end; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-li {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 12px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 28px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-6 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.intro {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-right-col {
|
|
|
|
|
width: 90%;
|
|
|
|
|
height: 239px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin: 14px auto 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.kv-subtext {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.users-icon {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-top: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.heading-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.si {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
max-width: 180px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.login {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 13px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.text-block-3 {
|
|
|
|
|
font-size: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.grid-icon.large-gi {
|
|
|
|
|
width: 40px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 40px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.nav-ul-2 {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.navlink-2 {
|
|
|
|
|
font-size: 12px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 16px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-menu-pricing {
|
|
|
|
|
margin-top: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-bottom: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tab {
|
|
|
|
|
margin-right: 0px;
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
padding-right: 18px;
|
|
|
|
|
padding-left: 18px;
|
|
|
|
|
font-size: 15px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
line-height: 19px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col-frame.w {
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
padding-left: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
box-shadow: none; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.breadcrumb {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 13px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-col {
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 0 0 33.3333%;
|
|
|
|
|
-ms-flex: 0 0 33.3333%;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 0 0 33.3333%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
2022-10-10 17:29:21 +02:00
|
|
|
|
.ostale-storitve.compare-col {
|
|
|
|
|
padding-right: 2px;
|
|
|
|
|
padding-left: 2px;
|
|
|
|
|
-webkit-box-flex: 0;
|
|
|
|
|
-webkit-flex: 1;
|
|
|
|
|
-ms-flex: 1;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex: 1; }
|
2022-10-10 17:29:21 +02:00
|
|
|
|
|
2022-06-30 11:23:09 +02:00
|
|
|
|
.compare-col.leftcol {
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
padding-top: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-bottom: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-icon {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-right: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.compare-row {
|
|
|
|
|
-webkit-flex-wrap: wrap;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-wrap: wrap; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-arrow {
|
|
|
|
|
width: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
height: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.accordion-head {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 14px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.cd {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 10px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
font-size: 14px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.div-block-22 {
|
2022-10-10 17:29:21 +02:00
|
|
|
|
margin-top: 40px;
|
2022-06-30 11:23:09 +02:00
|
|
|
|
display: block;
|
|
|
|
|
-webkit-box-orient: horizontal;
|
|
|
|
|
-webkit-box-direction: normal;
|
|
|
|
|
-webkit-flex-direction: row;
|
|
|
|
|
-ms-flex-direction: row;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
flex-direction: row; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.list-inner {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slide-partners {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 100%; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.slider {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
width: 280px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.badge {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.modal-inner {
|
|
|
|
|
padding-right: 20px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 20px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.form-row {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
display: block; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.tabs-content-copy {
|
|
|
|
|
padding-right: 0px;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 0px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.sideicon-col {
|
|
|
|
|
display: -webkit-box;
|
|
|
|
|
display: -webkit-flex;
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-webkit-box-pack: start;
|
|
|
|
|
-webkit-justify-content: flex-start;
|
|
|
|
|
-ms-flex-pack: start;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
justify-content: flex-start; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.side-text-padding {
|
2022-11-04 13:36:21 +01:00
|
|
|
|
padding-left: 10px; }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
.icon-wrapp-copy {
|
|
|
|
|
width: 80px;
|
|
|
|
|
height: 80px;
|
|
|
|
|
margin-right: auto;
|
2022-11-04 13:36:21 +01:00
|
|
|
|
margin-left: auto; } }
|
2022-06-30 11:23:09 +02:00
|
|
|
|
|
|
|
|
|
/*# sourceMappingURL=style.css.map */
|