@charset "utf-8";

body {
  background-color: #e6e6e6;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 50px;
  /* Preferred icon size */
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-bottom: 10px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons1 {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 40px;
  /* Preferred icon size */
  display: block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  margin-bottom: 10px;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

.material-icons2 {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

h1 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 140%;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 120%;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color: #0abdff;
  font-size: 120%;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 120%;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #242424;
  font-size: 100%;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 140%;
  margin-top: 0px;
}

p strong {
  font-weight: 500;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}

li {
  font-family: 'Open Sans', sans-serif;
  color: #242424;
  font-size: 100%;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 140%;
  margin-top: 0px;
}

.clearAll {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

.onlyDesk {
  display: block;
}

.onlyMob {
  display: none;
}

.header {
  width: 100%;
  margin-bottom: 20px;
}

.headBG {
  background-color: #FFFFFF;
  width: 100%;
  height: 70px;
}

.headCont {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.headLogo {
  float: left;
}

.headLogo a {
  width: 195px;
  height: 150px;
  background-image: url(../img19/head-logo-01.png);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-size: contain;
}

.headMenu {
  float: right;
  margin-top: 30px;
}

.headMenu a {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 90%;
  font-weight: 400;
  padding-top: 10px;
  display: block;
  float: left;
  text-align: center;
  width: 70px;
  background-image: url(../img19/ico-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  margin-left: 50px;
  transition-duration: 0.3s;
  background-size: contain;
}

.headMenu a:nth-child(1) {
  margin-left: 0px;
}

.headMenu a:hover {
  color: #0abdff;
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

.menuMob {
  margin-bottom: 30px;
}

.menuMob a {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 90%;
  font-weight: 400;
  padding-top: 10px;
  display: block;
  float: left;
  text-align: center;
  width: 50.00%;
  background-image: url(../img19/ico-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-bottom: 30px;
  background-size: 60px auto;
}

.menuMob a:hover {
  color: #0abdff;
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

.mainVisina {
  display: flex;
  flex-wrap: wrap;
}

.main {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}

.elm {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}

.elmIntro {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.elm2 {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.elm2:nth-child(even) {
  margin-right: 0%;
}

.elm3 {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.elm3:nth-child(3) {
  margin-right: 0%;
}

.elmImg img {
  width: 100%;
  display: block;
}

.elmTxt {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  background-color: #FFFFFF;
}

.elmIcons {
  position: absolute;
  bottom: -40px;
  width: 100%;
}

.elmIcons a {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 70%;
  font-weight: 400;
  padding-top: 10px;
  display: block;
  float: right;
  text-align: center;
  width: 60px;
  background-image: url(../img19/ico-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  margin-right: 20px;
  transition-duration: 0.3s;
  background-size: contain;
}

.elmIcons a:hover {
  color: #0abdff;
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

#aEmail {
  background-image: url(../img19/baseline-email-24px.svg), url(../img19/ico-link.png);
}

#aWhatsApp {
  background-image: url(../img19/whatsapp.svg), url(../img19/ico-link.png);
}

.linkovi a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #0abdff;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img19/baseline-open_in_new-24px.svg), url(../img19/ico-link.png);
  background-repeat: no-repeat;
  background-position: right 10px center, right center;
  height: 40px;
  background-size: auto 24px, auto 40px;
  padding-right: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  background-color: #F5F5F5;
  padding-left: 10px;
  margin-top: 10px;
  margin-right: 30px;
  transition-duration: 0.3s;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 1px solid #DCDCDC;
}

#aEmail {
  background-image: url(../img19/baseline-email-24px.svg), url(../img19/ico-link.png);
}

.linkovi a:hover {
  color: #FFFFFF;
  background-position: right -10px center, right center;
  background-color: #00BDFF;
}

.footer {
  background-color: #FFFFFF;
  margin-top: 100px;
}

.footCont {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.footIcon {
  position: absolute;
  right: 2%;
  top: -30px;
}

.footIcon a {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 80%;
  font-weight: 400;
  padding-top: 10px;
  display: block;
  float: right;
  text-align: center;
  width: 60px;
  background-image: url(../img19/ico-bg1.png);
  background-repeat: no-repeat;
  background-position: center top;
  text-decoration: none;
  margin-right: 20px;
  transition-duration: 0.3s;
  background-size: contain;
}

.footIcon a:hover {
  color: #0abdff;
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari */
  transform: scale(1.3, 1.3);
}

.footLogo {
  width: 100%;
}

.footLogo img {
  width: 100px;
  margin-bottom: 20px;
  height: auto;
  margin-top: 20px;
}

.footCont p {
  font-size: 80%;
}

.MID------------- {}

@media only screen and (max-width: 910px) {
  .headBG {
    height: 50px;
  }

  .headLogo a {
    width: 130px;
    height: 100px;
  }

  .headMenu {
    margin-top: 15px;
  }

  .headMenu a {
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 90%;
    font-weight: 400;
    padding-top: 10px;
    display: block;
    float: left;
    text-align: center;
    width: 70px;
    background-image: url(../img19/ico-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-decoration: none;
    margin-left: 30px;
    transition-duration: 0.3s;
    background-size: contain;
  }
}

.MOB------------- {}

@media only screen and (max-width: 780px) {
  .onlyDesk {
    display: none;
  }

  .onlyMob {
    display: block;
  }

  .material-icons {
    font-size: 40px;
    /* Preferred icon size */
  }

  .headCont {
    padding-left: 0%;
    padding-right: 0%;
  }

  .headBG {
    height: 40px;
  }

  .headLogo a {
    width: 121px;
    height: 93px;
    background-image: url(../img19/head-logo-01.png);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background-size: contain;
    background-position: -15px 0px;
  }

  .headMenu {
    margin-top: 10px;
  }

  .headMenu a {
    margin-right: 20px;
    width: 60px;
  }

  .main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .elm2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .elm3 {
    width: 100%;
    float: left;
    margin-right: 0;
  }

  .footLogo img {
    width: 70px;
  }

  .footCont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footCont p {
    font-size: 60%;
  }
}