/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 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. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
  Author's custom styles
  ========================================================================== */
/* ==========================================================================
  Helper classes
  ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden; }

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* DelighterJS CSS */
/* when the library loads, each [data-delighter] 
   gets the .delighter class */
.delighter {
  transition: all .5s ease-out;
  transform: translate3d(0, 30%, 0);
  opacity: 0; }

/* the .started class is set when the top
of [data-delighter] is at 0.75 of the viewport 
(where 0 is top and 1 is bottom) */
.delighter.started {
  transform: none;
  opacity: 1; }

/* an extra .ended state is set when the bottom 
of [data-delighter] is at 0.75 of the viewport
(where 0 is top and 1 is bottom) */
/* Modular scale */
/*
.262
.328
.41
.512
.64
.8
1
1.25
1.563
1.953
2.441
3.052
3.815
4.678
*/
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html {
  box-sizing: border-box; }

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

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype");
  /* Safari, Android, iOS */ }
html, body {
  font-family: 'Public Sans', sans-serif;
  color: #394053;
  min-height: 100%;
  height: 100%; }

h1 {
  font-weight: normal;
  font-size: 1.953em;
  color: #00a8d2;
  padding-bottom: 0.8em;
  line-height: 1.25em; }
  @media (min-width: 576px) {
    h1 {
      font-size: 2.441em; } }
  @media (min-width: 768px) {
    h1 {
      font-size: 3.052em; } }

p {
  font-size: 1em;
  line-height: 1.563em;
  max-width: 35rem; }
  @media (min-width: 768px) {
    p {
      font-size: 1.25em; } }

.padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .padding {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.margin {
  margin-left: 1.25rem;
  margin-right: 1.25rem; }
  @media (min-width: 768px) {
    .margin {
      margin-left: 2.5rem;
      margin-right: 2.5rem; } }

@media (min-width: 1200px) {
  .center {
    margin-left: auto !important;
    margin-right: auto !important; } }

.main-bg {
  padding-bottom: 8rem;
  background: url("../img/kontakt-bg.jpg") no-repeat center bottom;
  background-size: contain; }
  @media (min-width: 992px) {
    .main-bg {
      background: url("../img/kontakt-bg-lg.jpg") no-repeat center bottom;
      background-size: contain; } }

.navigacija {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  padding-top: 1rem;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.ascomm-logo {
  max-width: 7rem; }

.language-toggle {
  position: absolute;
  color: #587291;
  top: 21px;
  right: 5.25rem; }

.language-toggle__link {
  color: #587291;
  display: inline-block;
  padding: .5rem 1rem;
  background: #ebeced;
  text-align: center;
  text-decoration: none;
  border-radius: 1rem; }

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
  opacity: 1; }

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none; }

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 29px;
  right: 1.25rem;
  height: 22px;
  width: 22px; }
  @media (min-width: 768px) {
    .sidebarIconToggle {
      right: 2.5rem; } }

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #00a8d2;
  border-radius: 3px; }

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px; }

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left; }

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
  background-color: #fff; }

input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
  background-color: #fff; }

#sidebarMenu {
  transition-property: transform,opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
  opacity: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(100vw);
  background: linear-gradient(180deg, #00a8d2 0%, #36f1cd 100%); }

.sidebarMenuInner li {
  list-style: none;
  color: #fff;
  padding: 1.25rem 4rem;
  cursor: pointer;
  font-size: 1.563em; }

.open li:nth-of-type(1) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.open li:nth-of-type(2) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.open li:nth-of-type(3) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.open li:nth-of-type(4) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }
.open li:nth-of-type(5) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.open li:nth-of-type(6) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.open li:nth-of-type(7) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.open li:nth-of-type(8) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }
.open li:nth-of-type(9) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }
.open li:nth-of-type(10) {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.sidebarMenuInner li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.sidebarMenuInner li:first-child {
  padding: 1rem 1.25rem; }

.ascomm-logo-menu {
  max-width: 7rem; }

.naslovnica {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background: url("../img/naslovnica_bg-sm.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0;
  animation-delay: 0; }
  @media (min-width: 992px) {
    .naslovnica {
      background: url("../img/naslovnica_bg-lg.jpg") center no-repeat; } }

.naslovnica__naslov {
  position: absolute;
  font-size: 3.052em;
  bottom: 0;
  line-height: 1em;
  max-width: 400px;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }
  @media (min-width: 768px) {
    .naslovnica__naslov {
      font-size: 4.678em; } }
  @media (min-width: 992px) {
    .naslovnica__naslov {
      max-width: 100%; } }

.opis {
  padding-top: 10em; }

.opis__video-wrapper {
  max-width: 100%;
  background: #ffffff;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.8em;
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.5); }
  @media (min-width: 576px) {
    .opis__video-wrapper {
      margin-bottom: 1.953rem; } }

.opis__video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.opis__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.opis-djelatnosti {
  margin-top: 10em; }

.opis-djelatnosti__naslov {
  text-align: center;
  font-size: 3.052em;
  line-height: 0.6em; }
  @media (min-width: 576px) {
    .opis-djelatnosti__naslov {
      font-size: 4.678em; } }
  .opis-djelatnosti__naslov span {
    color: #587291;
    font-size: 0.41em; }

@media (min-width: 992px) {
  .opis-djelatnosti--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; } }

.opis-djelatnosti__blok {
  border-radius: 10px;
  padding: 1em 1.563em 1.563em 1.563em;
  margin: 2.441em auto 0 auto;
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.5);
  max-width: 30rem; }
  @media (min-width: 992px) {
    .opis-djelatnosti__blok {
      width: 90%; } }
  .opis-djelatnosti__blok h1 {
    margin-bottom: 0.238em; }

.opis-djelatnosti__lista {
  font-size: 0.8em;
  line-height: 1.563em; }
  @media (min-width: 576px) {
    .opis-djelatnosti__lista {
      font-size: 1em; } }

.audio-video {
  color: #ffffff;
  background: url("../img/opis_av.jpg") center no-repeat;
  background-size: cover; }

.audio-video__naslov {
  color: #42f2f7; }

.sustavi-upravljanja {
  color: #160f29;
  background: url("../img/opis_sustavi-upravljanja.jpg") center no-repeat;
  background-size: cover; }

.sustavi-upravljanja__naslov {
  color: #160f29; }

.konferencijski-sustavi {
  background: url("../img/opis_konferencijski-sustavi.jpg") center no-repeat;
  background-size: cover;
  color: #ffffff; }

.konferencijski-sustavi__naslov {
  color: #42f2f7; }

.botun {
  text-decoration: none;
  color: #00a8d2;
  border: 1px solid #00a8d2;
  display: block;
  width: 7em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 3em;
  margin-top: 2.441em; }

.botun:hover, .botun:focus {
  color: #ffffff;
  background: #00a8d2; }

.projekti__slike {
  width: 100%;
  margin-top: 2.441em;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  .projekti__slike::-webkit-scrollbar {
    width: 0 !important; }

.slika {
  display: inline-block;
  width: 60vw;
  height: auto;
  border-radius: 10px;
  margin: 0;
  overflow: hidden;
  margin-left: 1.25rem;
  max-width: 35rem; }
  @media (min-width: 768px) {
    .slika {
      margin-left: 2.5rem; } }
  .slika img {
    max-width: 100%; }

.slika:not(:first-child) {
  margin-left: 1.25rem; }

.projekti__bg-text {
  font-weight: 200;
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  font-size: 9.313em;
  top: 8.7rem;
  color: #ebeced;
  z-index: -1; }

.poslovna-rjesenja {
  position: relative;
  padding-top: 15em; }

.maloprodaja {
  position: relative;
  padding-top: 15em; }

.ugostiteljstvo {
  position: relative;
  padding-top: 15em; }

.javni-objekti {
  position: relative;
  padding-top: 15em; }

.rezidencijalni-objekti {
  position: relative;
  padding-top: 15em; }

.podrska {
  margin-top: 8rem; }

.podrska-blok {
  margin: 4.678em auto 0 auto;
  background: #ebeced;
  border-radius: 10px;
  padding: 1.25rem;
  width: 100%;
  max-width: 30rem; }
  @media (min-width: 768px) {
    .podrska-blok {
      max-width: 40rem;
      padding: 2.5rem; } }

.ascomm-logo-podrska {
  display: block;
  max-width: 10rem;
  margin: 1rem auto; }

.podrska-item {
  display: flex;
  font-size: 0.8em;
  line-height: 1.2em;
  min-height: 4rem;
  background: #394053;
  border-radius: 4rem;
  color: #ffffff;
  padding: 1em 1.25rem;
  margin-top: 2rem; }
  .podrska-item p {
    padding-top: 0.44rem; }

.podrska-item__ikona {
  max-width: 2rem;
  height: 2rem;
  margin-right: 1rem; }

.klijenti {
  margin-top: 8rem;
  text-align: center;
  max-width: 50rem; }
  @media (min-width: 576px) {
    .klijenti {
      margin: 8rem auto 0 auto; } }

.klijenti__loga {
  max-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }
  @media (min-width: 576px) {
    .klijenti__loga {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.klijenti__logo {
  display: block;
  margin: 0 auto;
  width: 100%; }

.kontakt {
  margin-top: 8rem; }
  @media (min-width: 576px) {
    .kontakt h1 {
      text-align: center; } }

.forma {
  border-radius: 10px;
  background: #fff;
  padding: 1.25rem;
  box-shadow: 0px 0px 25px -11px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  max-width: 30rem; }
  @media (min-width: 768px) {
    .forma {
      padding: 2.5rem; } }
  .forma p:first-child {
    padding-top: 0; }
  .forma p {
    padding-bottom: 1em;
    padding-top: 1.25em; }

input[type="text"], input[type="email"], textarea {
  width: 100%;
  padding: 1em 0 1em 1.2em;
  border-radius: 10px;
  background: #ebeced;
  border: 4px solid #ebeced;
  outline: none;
  color: #160f29;
  font-family: Public Sans, sans-serif; }

input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, textarea:active, textarea:focus {
  border: 4px solid #00a8d2; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #587291;
  opacity: 1;
  /* Firefox */
  font-family: Public Sans, sans-serif; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #587291;
  font-family: Public Sans, sans-serif; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #587291;
  opacity: 1;
  /* Firefox */
  font-family: Public Sans, sans-serif; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #587291;
  font-family: Public Sans, sans-serif; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #587291;
  opacity: 1;
  /* Firefox */
  font-family: Public Sans, sans-serif; }

textarea::-webkit-input-placeholder {
  color: #587291;
  font-size: 1em;
  font-family: Public Sans, sans-serif; }

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #587291;
  font-size: 1em;
  font-family: Public Sans, sans-serif; }

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #587291;
  font-size: 1em;
  font-family: Public Sans, sans-serif; }

textarea:-ms-input-placeholder {
  color: #587291;
  font-size: 1em;
  font-family: Public Sans, sans-serif; }

textarea::placeholder {
  color: #587291;
  font-size: 1em;
  font-family: Public Sans, sans-serif; }

button {
  display: block;
  border: 4px solid #00a8d2;
  margin: 2em auto 1em auto;
  width: 150px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  background: #00a8d2;
  color: white;
  outline: none;
  border: none;
  cursor: pointer; }
  button:hover, button:active {
    border: 1px solid #00a8d2;
    background: #fff;
    color: #00a8d2;
    line-height: 42px; }
    @media (min-width: 768px) {
      button:hover, button:active {
        line-height: 52px; } }
  @media (min-width: 768px) {
    button {
      margin-top: 3em;
      height: 60px;
      border-radius: 60px;
      width: 170px;
      line-height: 60px; } }

footer {
  color: #ffffff;
  background: #394053 url("../img/footer-bg.png") bottom right no-repeat;
  background-size: contain;
  padding: 1.25rem 1.25rem 2.5rem 2.5rem; }
  footer h2 {
    font-size: 1em;
    color: #00a8d2;
    padding-top: 1.563rem; }
    @media (min-width: 768px) {
      footer h2 {
        font-size: 1.25em; } }
  footer p, footer a {
    font-size: 0.8em;
    text-decoration: none;
    font-size: 0.8em;
    color: #ffffff; }
    @media (min-width: 768px) {
      footer p, footer a {
        font-size: 1em; } }

.vise__naslovna-slika {
  display: block;
  width: 100%;
  height: 60vh;
  border-bottom-left-radius: 20px;
  background-size: cover !important;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0;
  animation-delay: 0; }

.vise__naslovna-slika--poslovna {
  background: url("../img/poslovna-thumb1.jpg") bottom no-repeat; }
  @media (min-width: 992px) {
    .vise__naslovna-slika--poslovna {
      height: 70vh;
      background: url("../img/poslovna-thumb1-lg.jpg") bottom no-repeat; } }

.vise__naslovna-slika--maloprodaja {
  background: url("../img/maloprodaja-thumb1.jpg") center no-repeat; }
  @media (min-width: 992px) {
    .vise__naslovna-slika--maloprodaja {
      height: 70vh;
      background: url("../img/maloprodaja-thumb1-lg.jpg") center no-repeat; } }

.vise__naslovna-slika--ugostiteljstvo {
  background: url("../img/ugostiteljstvo-thumb1.jpg") center no-repeat; }
  @media (min-width: 992px) {
    .vise__naslovna-slika--ugostiteljstvo {
      height: 70vh;
      background: url("../img/ugostiteljstvo-thumb1-lg.jpg") center no-repeat; } }

.vise__naslovna-slika--javni {
  background: url("../img/javni-thumb2.jpg") left no-repeat; }
  @media (min-width: 992px) {
    .vise__naslovna-slika--javni {
      height: 70vh;
      background: url("../img/javni-thumb1-lg.jpg") center no-repeat; } }

.vise__naslovna-slika--rezidencijalni {
  background: url("../img/rezidencijalni-thumb1.jpg") center no-repeat; }
  @media (min-width: 992px) {
    .vise__naslovna-slika--rezidencijalni {
      height: 70vh;
      background: url("../img/rezidencijalni-thumb1-lg.jpg") center no-repeat; } }

.vise__glavni-blok {
  position: relative;
  margin-top: 5rem; }
  .vise__glavni-blok h1 {
    padding-top: 1rem;
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .vise__glavni-blok p {
    -webkit-animation-name: fadein;
    animation-name: fadein;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s; }

.vise__bg-text {
  font-weight: 200;
  float: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  font-size: 9.313em;
  top: -5.2rem;
  color: #ebeced;
  z-index: -1;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.vise__natrag {
  width: 8rem;
  display: block;
  text-decoration: none;
  padding: 1.563rem;
  background: #00a8d2;
  color: #ffffff;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 8rem; }

.vise__natrag:hover, .vise__natrag:focus {
  width: 9rem;
  padding-left: 2.563rem;
  transition: all ease-in-out 250ms; }

@media (min-width: 1200px) {
  .flex-container {
    display: flex;
    justify-content: space-evenly; } }
@media (min-width: 1200px) {
  .flex-container p {
    margin-top: 12rem; } }

.vise__slika--lijevo {
  max-width: 80vw;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.5);
  margin-top: 3.052rem;
  margin-bottom: 3.052rem; }
  @media (min-width: 1200px) {
    .vise__slika--lijevo {
      border-radius: 10px;
      margin-right: 0; } }

.vise__slika--desno {
  max-width: 80vw;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 0px 26px -4px rgba(0, 0, 0, 0.5);
  margin-top: 3.052rem;
  margin-bottom: 3.052rem; }
  @media (min-width: 1200px) {
    .vise__slika--desno {
      margin-top: 0;
      border-radius: 10px; } }

.align-right {
  width: 100%;
  text-align: right; }

@media (min-width: 1200px) {
  .align-center-extra {
    width: 100%;
    text-align: center; } }

.vise__srednji-naslov {
  background: #ebeced; }
  @media (min-width: 1200px) {
    .vise__srednji-naslov {
      margin-bottom: 6.104rem;
      margin-top: 3.052rem; } }

@media (min-width: 992px) {
  .reference__naslov {
    text-align: center; } }

.reference {
  width: 100%;
  max-width: 50rem;
  padding-bottom: 3rem; }
  @media (min-width: 992px) {
    .reference {
      margin: 0 auto; } }

.reference__grupa {
  display: flex;
  margin-bottom: 2rem; }

.reference__logo {
  width: 30%; }
  .reference__logo img {
    width: 100%;
    max-width: 10rem; }
    @media (min-width: 992px) {
      .reference__logo img {
        max-width: 200px; } }

.reference__tekst {
  width: 70%;
  font-size: 0.8em;
  line-height: 1.5em; }
  @media (min-width: 992px) {
    .reference__tekst {
      font-size: 1em; } }

.reference__link {
  text-decoration: none;
  color: #00a8d2; }

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