/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap");
/* ==================================================
   RADIO MAKARSKA RIVIJERA - HEADER
   ================================================== */
#g-header {
  background: radial-gradient(circle at 50% 10%, rgba(63, 210, 255, 0.22), transparent 35%), linear-gradient(160deg, #f7fcff 0%, #e7f7ff 48%, #cceeff 100%) !important;
  background-color: #f7fcff !important;
  color: #062c55;
  padding: 22px 0;
}
/* Makni originalni Helium overlay */
#g-header:before {
  display: none !important;
  content: none !important;
}
/* ==================================================
   PLAYER - RADIO MAKARSKA RIVIJERA
   ================================================== */
.rmr-header-player {
  display: flex;
  flex-direction: column;
  /* oba gumba poravnata lijevo */
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  min-height: 150px;
  margin: 0 !important;
  padding: 0 !important;
}
/* ==================================================
   PLAYER - RADIO MAKARSKA RIVIJERA
   ================================================== */
.rmr-header-player {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  /* CIJELI BLOK SKROZ DESNO */
  margin-left: auto !important;
  margin-right: 0 !important;
  float: right;
  min-height: 150px;
  padding: 0 !important;
}
/* ==================================================
   GLAVNI PLAYER
   ================================================== */
.rmr-play-button {
  border: 0;
  background: #087bdc;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 20px 10px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  box-shadow: 0 9px 22px rgba(0, 92, 170, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.rmr-play-button:hover {
  transform: translateY(-2px);
  background: #0672cd;
  box-shadow: 0 12px 28px rgba(0, 92, 170, 0.27);
}
/* PLAY KRUG */
.rmr-play-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #ffffff;
  color: #087bdc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}
/* TEKST PLAYERA */
.rmr-play-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.15;
}
.rmr-play-text strong {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.rmr-play-text small {
  margin-top: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.88;
  white-space: nowrap;
}
/* ==================================================
   POP-UP PLAYER
   ================================================== */
.rmr-popup-button {
  position: static !important;
  transform: none !important;
  /* veći razmak od glavnog playera */
  margin-top: 24px;
  border: 1px solid rgba(8, 123, 220, 0.3);
  background: rgba(255, 255, 255, 0.75);
  color: #087bdc;
  border-radius: 16px;
  padding: 6px 12px;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.rmr-popup-button:hover {
  background: #ffffff;
  border-color: #087bdc;
  color: #066dc3;
}
/* ==================================================
   MOBITEL
   ================================================== */
@media (max-width: 767px) {
  .rmr-header-player {
    width: 100%;
    margin-left: 0 !important;
    align-items: center;
    min-height: 0;
    margin-top: 15px !important;
  }
  .rmr-popup-button {
    margin-top: 16px;
  }
}
/* ==================================================
   MOBITEL
   ================================================== */
@media (max-width: 767px) {
  .rmr-header-player {
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin-top: 15px !important;
  }
  .rmr-play-button {
    padding: 9px 17px 9px 9px;
  }
  .rmr-play-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 17px;
  }
  .rmr-play-text strong {
    font-size: 14px;
  }
  .rmr-play-text small {
    font-size: 9px;
  }
  .rmr-popup-button {
    margin-top: 14px;
  }
}
/* ==================================================
   GLAVNI IZBORNIK - INTRO SEKCIJA
   ================================================== */
#g-intro {
  background: #ffffff !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(8, 123, 220, 0.12);
}
/* Makni Gantry razmake */
#g-intro > .g-container, #g-intro .g-grid, #g-intro .g-block, #g-intro .g-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* MENU PARTICLE */
.rmr-main-menu {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.rmr-main-menu .g-main-nav {
  width: 100% !important;
  text-align: left !important;
}
.rmr-main-menu .g-toplevel {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 30px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.rmr-main-menu .g-toplevel > li {
  margin: 0 !important;
  padding: 0 !important;
}
.rmr-main-menu .g-toplevel > li > .g-menu-item-container {
  display: block !important;
  position: relative !important;
  padding: 15px 0 12px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  color: #164b70 !important;
  text-transform: none !important;
  text-decoration: none !important;
  border-bottom: 3px solid transparent !important;
  transition: color 0.2s ease, border-color 0.2s ease;
}
/* HOVER */
.rmr-main-menu .g-toplevel > li:hover > .g-menu-item-container {
  color: #087bdc !important;
}
/* AKTIVNA STRANICA */
.rmr-main-menu .g-toplevel > li.active > .g-menu-item-container {
  color: #087bdc !important;
  font-weight: 700 !important;
  border-bottom-color: #087bdc !important;
}
/* ==================================================
   MOBITEL
   ================================================== */
@media (max-width: 767px) {
  #g-header {
    text-align: center;
    padding: 18px 12px;
  }
  #g-header .g-logo img {
    max-width: 230px;
  }
  .rmr-header-player {
    justify-content: center;
    flex-direction: column;
    margin-top: 18px;
  }
  .rmr-play-button {
    width: auto;
  }
  .rmr-main-menu .g-toplevel {
    gap: 18px !important;
  }
}
/* ===== KOMPAKTNI HEADER ===== */
#g-header {
  padding: 10px 0 !important;
}
#g-header .g-container, #g-header .g-grid, #g-header .g-block, #g-header .g-content {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Vertikalno centriranje loga i playera */
#g-header .g-grid {
  align-items: center !important;
}
/* Logo - prirodan omjer */
#g-header .g-logo {
  margin: 0 !important;
  padding: 0 !important;
}
#g-header .g-logo img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-height: 160px !important;
  max-width: 100% !important;
}
/* Player bez dodatnog prostora */
.rmr-header-player {
  margin: 0 !important;
  padding: 0 !important;
}
.rmr-map img {
  opacity: 0.85;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
}
/* ===== RMR BANNERI / LIJEVI SIDEBAR ===== */
/* makni Gantry razmake između modula */
#g-sidebar .g-block, #g-sidebar .g-content, #g-sidebar .moduletable {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}
/* mali kontrolirani razmak između bannera */
#g-sidebar .g-block {
  margin-bottom: 0px !important;
}
/* slike bez dodatnog prostora ispod */
#g-sidebar .moduletable img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto !important;
}
/* makni Joomla frontend UREDI ikonicu */
#g-sidebar .jmodedit {
  display: none !important;
}
/* ==================================================
   RMR - STICKY FOOTER + MORSKI VALOVI
   ================================================== */
/* cijela stranica mora imati visinu ekrana */
html, body {
  min-height: 100%;
}
/* Gantry page wrapper kao flex stupac */
#g-page-surround {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* ==================================================
   FOOTER
   ================================================== */
#g-footer {
  position: relative;
  overflow: hidden;
  /* gura footer na dno kada je sadržaj kratak */
  margin-top: auto;
  height: 130px;
  min-height: 130px;
  padding: 0 !important;
  background: #ffffff !important;
}
/* Gantry elementi ne smiju ograničavati valove */
#g-footer .g-container, #g-footer .g-grid, #g-footer .g-block, #g-footer .g-content, #g-footer .g-particle {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* ==================================================
   PROSTOR ZA VALOVE
   ================================================== */
.rmr-waves {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 130px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  pointer-events: none;
  z-index: 50;
}
/* stalna plava podloga na dnu
   da se pri podizanju valova ne pojavi bijela rupa */
.rmr-waves::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(to top, rgba(45, 170, 220, 0.72) 0%, rgba(50, 180, 225, 0.52) 35%, rgba(60, 190, 230, 0.25) 65%, rgba(60, 190, 230, 0) 100%);
  z-index: 3;
}
/* SVG namjerno puno širi zbog bočnog gibanja */
.rmr-wave-svg {
  position: absolute !important;
  left: -25vw !important;
  bottom: -4px !important;
  width: 150vw !important;
  max-width: none !important;
  height: 140px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  z-index: 2;
}
.rmr-wave-layer {
  transform-box: fill-box;
  transform-origin: center center;
}
/* ==================================================
   BOJE VALOVA
   ================================================== */
/* tamniji */
.wave-back {
  fill: rgba(0, 82, 180, 0.38);
  animation: rmrWaveBack 5.5s ease-in-out infinite;
}
/* srednji */
.wave-middle {
  fill: rgba(0, 132, 220, 0.36);
  animation: rmrWaveMiddle 6.7s ease-in-out infinite;
}
/* svijetli */
.wave-front {
  fill: rgba(64, 188, 231, 0.48);
  animation: rmrWaveFront 7.3s ease-in-out infinite;
}
/* ==================================================
   ANIMACIJE
   ================================================== */
@keyframes rmrWaveBack {
  0% {
    transform: translate(-6%, 10px) scaleY(1);
  }
  25% {
    transform: translate(-2%, -14px) scaleY(1.08);
  }
  50% {
    transform: translate(4%, 4px) scaleY(0.96);
  }
  75% {
    transform: translate(7%, -12px) scaleY(1.1);
  }
  100% {
    transform: translate(-6%, 10px) scaleY(1);
  }
}
@keyframes rmrWaveMiddle {
  0% {
    transform: translate(7%, -12px) scaleY(1.08);
  }
  25% {
    transform: translate(2%, 10px) scaleY(0.96);
  }
  50% {
    transform: translate(-5%, -16px) scaleY(1.12);
  }
  75% {
    transform: translate(-7%, 7px) scaleY(1);
  }
  100% {
    transform: translate(7%, -12px) scaleY(1.08);
  }
}
/* ===== RMR BANNER HOVER ===== */
.moduletable.rmr-banner {
  overflow: hidden;
}
.moduletable.rmr-banner img {
  display: block !important;
  transition: transform 0.25s ease !important;
}
.moduletable.rmr-banner:hover img {
  transform: scale(1.05);
}
.rmr-page-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #123f6d;
  margin: 0 0 28px 0;
}
.rmr-contact-card {
  max-width: 620px;
  padding: 28px 32px;
  background: #ffffff;
  border: 1px solid rgba(8, 123, 220, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 70, 110, 0.08);
}
.rmr-contact-card h3 {
  margin-top: 0;
  font-family: "Montserrat", sans-serif;
  color: #087bdc;
}
.rmr-contact-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #29465f;
}
.rmr-contact-card a {
  color: #087bdc;
  text-decoration: none;
}
.rmr-contact-card a:hover {
  text-decoration: underline;
}
.rmr-frequencies {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-right: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #164b70;
  white-space: nowrap;
}
.rmr-frequency-icon {
  width: 22px;
  height: 22px;
  fill: #087bdc;
  stroke: #087bdc;
  stroke-width: 1.7;
  stroke-linecap: round;
  flex: 0 0 22px;
}
/* DESKTOP – isti header na svim stranicama */
@media (min-width: 761px) {
  #g-header {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }
  #g-header > .g-container, #g-header > .g-container > .g-grid {
    height: 190px !important;
    min-height: 190px !important;
    max-height: 190px !important;
  }
  #g-header .g-grid {
    align-items: center !important;
  }
  #g-header .g-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
html {
  overflow-y: scroll;
}
#custom-6789-particle {
  margin: 0 !important;
  padding: 0 !important;
}
/* KARTA U HEADERU - ISTI POLOŽAJ NA SVIM OUTLINEIMA */
#g-header .rmr-map img {
  width: 580px !important;
  max-width: 580px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
}
/* ==========================================================
   RADIO MAKARSKA RIVIJERA
   STRANICA "O NAMA"
   ========================================================== */
.rmr-about {
  max-width: 1120px;
  margin: 0 auto;
  padding: 35px 25px 70px;
  font-family: inherit;
  color: #29465f;
  background: transparent;
}
/* ==========================================================
   KARTA
   ========================================================== */
.rmr-about-map {
  width: 100%;
  margin: 0 auto 42px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
}
.rmr-about-map img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
/* ==========================================================
   GLAVNI SADRŽAJ
   ========================================================== */
.rmr-about-content {
  max-width: 930px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #29465f;
}
/* ==========================================================
   MALI NATPIS IZNAD "O NAMA"
   ========================================================== */
.rmr-kicker {
  display: block;
  margin: 0 0 8px;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #1683d8;
}
/* ==========================================================
   GLAVNI NASLOV
   ========================================================== */
.rmr-about-content h1 {
  margin: 0 0 28px;
  padding: 0;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #123f6d;
}
.rmr-about-content h1::after {
  display: none;
}
/* ==========================================================
   OBIČNI TEKST
   ========================================================== */
.rmr-about-content p {
  margin: 0 0 21px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 400;
  color: #29465f;
}
/* ==========================================================
   PODEBLJANI TEKST
   ========================================================== */
.rmr-about-content strong {
  color: #123f6d;
  font-weight: 700;
}
/* ==========================================================
   PODNASLOVI
   ========================================================== */
.rmr-about-content h2 {
  margin: 42px 0 18px;
  padding: 0;
  font-family: inherit;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #123f6d;
}
.rmr-about-content h2::after {
  display: none;
}
/* ==========================================================
   DJELATNICI
   ========================================================== */
.rmr-team {
  margin-top: 10px;
}
.rmr-team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 16px;
  margin-top: 10px;
}
.rmr-team-grid div {
  position: relative;
  padding: 10px 10px 10px 22px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #29465f;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.rmr-team-grid div::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #1683d8;
}
/* ==========================================================
   ZAVRŠNI TEKST / CITAT
   ========================================================== */
.rmr-memory {
  position: relative;
  margin: 50px 0 0;
  padding: 25px 30px 25px 32px;
  background: transparent;
  border: 0;
  border-left: 3px solid #1683d8;
  border-radius: 0;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 400;
  color: #536b7c;
}
.rmr-memory p {
  margin: 0 0 20px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.8;
  font-style: italic;
  color: #536b7c;
}
.rmr-memory p:last-of-type {
  margin-bottom: 18px;
}
.rmr-memory strong {
  display: block;
  font-family: inherit;
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  color: #123f6d;
}
/* ==========================================================
   LINKOVI AKO IH BUDE U TEKSTU
   ========================================================== */
.rmr-about-content a {
  color: #1683d8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.rmr-about-content a:hover {
  color: #123f6d;
  text-decoration: underline;
}
/* ==========================================================
   TABLET
   ========================================================== */
@media (max-width: 900px) {
  .rmr-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .rmr-about-map {
    margin-bottom: 34px;
  }
  .rmr-about-content {
    max-width: 100%;
  }
}
/* ==========================================================
   MOBITEL
   ========================================================== */
@media (max-width: 767px) {
  .rmr-about {
    padding: 22px 16px 50px;
  }
  .rmr-about-map {
    margin-bottom: 28px;
  }
  .rmr-kicker {
    margin-bottom: 6px;
    font-size: 10px;
    letter-spacing: 1.3px;
  }
  .rmr-about-content h1 {
    margin-bottom: 22px;
    font-size: 27px;
    line-height: 1.25;
  }
  .rmr-about-content {
    font-size: 15px;
    line-height: 1.75;
  }
  .rmr-about-content p {
    margin-bottom: 18px;
    font-size: 15px;
    line-height: 1.75;
  }
  .rmr-about-content h2 {
    margin-top: 34px;
    margin-bottom: 16px;
    font-size: 21px;
  }
  .rmr-team-grid {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .rmr-team-grid div {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .rmr-memory {
    margin-top: 38px;
    padding: 22px 20px 22px 25px;
    font-size: 14.5px;
    line-height: 1.75;
  }
  .rmr-memory p {
    font-size: 14.5px;
    line-height: 1.75;
  }
}
/* ==========================================================
   VRLO MALI MOBITEL
   ========================================================== */
@media (max-width: 420px) {
  .rmr-about {
    padding-left: 13px;
    padding-right: 13px;
  }
  .rmr-about-content h1 {
    font-size: 26px;
  }
  .rmr-about-content h2 {
    font-size: 20px;
  }
}
/* ==========================================================
   RADIO MAKARSKA RIVIJERA
   CJENIK USLUGA
   ========================================================== */
.rmr-cjenik {
  max-width: 930px;
  margin: 0 auto;
  padding: 35px 25px 70px;
  font-family: inherit;
  color: #29465f;
}
/* ==========================================================
   GLAVNI NASLOV
   ========================================================== */
.rmr-cjenik > h1 {
  margin: 0 0 38px;
  padding: 0;
  font-family: inherit;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
  color: #123f6d;
}
/* ==========================================================
   SEKCIJE
   ========================================================== */
.rmr-cjenik-section {
  margin: 0 0 42px;
}
.rmr-cjenik-section h2, .rmr-info-card h2, .rmr-contact-card h2 {
  margin: 0 0 17px;
  padding: 0;
  font-family: inherit;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: #123f6d;
}
/* ==========================================================
   SCROLL TABLICE
   ========================================================== */
.rmr-table-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: #ffffff;
}
/* ==========================================================
   TABLICE
   ========================================================== */
.rmr-price-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: inherit;
  font-size: 14.5px;
  color: #29465f;
  background: #ffffff;
}
/* ŠIROKA TABLICA - PORUKE */
.rmr-price-table-wide {
  min-width: 720px;
}
/* ZAGLAVLJE TABLICE */
.rmr-price-table thead th {
  padding: 14px 15px;
  background: #f3f9fd;
  border-right: 1px solid #dce8f0;
  border-bottom: 1px solid #cfdfe9;
  color: #123f6d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.rmr-price-table thead th:last-child {
  border-right: 0;
}
/* ĆELIJE TABLICE */
.rmr-price-table td {
  padding: 13px 15px;
  border-right: 1px solid #e2ebf1;
  border-bottom: 1px solid #e2ebf1;
  vertical-align: middle;
}
.rmr-price-table tr:last-child td {
  border-bottom: 0;
}
.rmr-price-table td:last-child {
  border-right: 0;
}
/* PORUKE - CENTRIRANI PODACI */
.rmr-price-table-wide td {
  text-align: center;
  white-space: nowrap;
}
.rmr-price-table-wide td:first-child, .rmr-price-table-wide td:nth-child(2) {
  font-weight: 600;
  color: #123f6d;
}
/* HOVER REDA */
.rmr-price-table tbody tr {
  transition: background-color 0.15s ease;
}
.rmr-price-table tbody tr:hover {
  background: #f8fcff;
}
/* ==========================================================
   JEDNOSTAVNE TABLICE
   ========================================================== */
.rmr-price-table-simple td:first-child {
  text-align: left;
}
.rmr-price-table-simple td:last-child {
  width: 130px;
  text-align: right;
  white-space: nowrap;
  color: #123f6d;
  font-weight: 700;
}
/* ==========================================================
   NAPOMENE
   ========================================================== */
.rmr-table-note {
  margin: 10px 4px 0;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.6;
  font-style: italic;
  color: #60778a;
}
/* ==========================================================
   UVJETI SURADNJE I PLAĆANJA
   ========================================================== */
.rmr-info-card {
  margin: 50px 0 25px;
  padding: 27px 30px;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(18, 63, 109, 0.05);
}
.rmr-conditions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.rmr-conditions li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #29465f;
}
.rmr-conditions li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 17px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1683d8;
}
/* ==========================================================
   KONTAKT I POSLOVNI PODACI
   CENTRIRANA KARTICA
   ========================================================== */
.rmr-contact-card {
  max-width: 650px;
  margin: 0 auto;
  padding: 30px 35px;
  border: 1px solid #dce8f0;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(18, 63, 109, 0.05);
  text-align: center;
}
/* NASLOV KONTAKT KARTICE */
.rmr-contact-card h2 {
  margin: 0 0 18px;
  padding: 0;
  font-family: inherit;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 700;
  color: #123f6d;
}
/* RADIO MAKARSKA RIVIJERA d.o.o. */
.rmr-contact-card h3 {
  margin: 0 0 22px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
  color: #1683d8;
}
/* TEKST KONTAKTA */
.rmr-contact-card p {
  margin: 0 0 14px;
  font-family: inherit;
  font-size: 14.5px;
  line-height: 1.7;
  color: #29465f;
}
.rmr-contact-card strong {
  color: #123f6d;
  font-weight: 700;
}
/* LINKOVI */
.rmr-contact-card a {
  color: #1683d8;
  text-decoration: none;
  transition: color 0.2s ease;
}
.rmr-contact-card a:hover {
  color: #123f6d;
  text-decoration: underline;
}
/* ==========================================================
   RAČUN, OIB I MB
   ========================================================== */
.rmr-company-data {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid #e2ebf1;
  text-align: center;
}
.rmr-company-data p {
  margin: 0 0 8px;
  font-size: 14.5px;
  line-height: 1.7;
}
.rmr-company-data p:last-child {
  margin-bottom: 0;
}
.rmr-separator {
  display: inline-block;
  margin: 0 8px;
  color: #9bb1c1;
}
/* ==========================================================
   TABLET
   ========================================================== */
@media (max-width: 900px) {
  .rmr-cjenik {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ==========================================================
   MOBITEL
   ========================================================== */
@media (max-width: 767px) {
  /* GLAVNI NASLOV */
  /* SEKCIJE */
  /* ======================================================
       ŠIROKA TABLICA PORUKE
       OSTAVLJAMO JE ŠIROKU I SKROLA SE LIJEVO-DESNO
       ====================================================== */
  /* NAPOMENE */
  /* UVJETI */
  /* KONTAKT */
  .rmr-cjenik {
    padding: 25px 16px 50px;
  }
  .rmr-cjenik > h1 {
    margin-bottom: 30px;
    font-size: 27px;
  }
  .rmr-cjenik-section {
    margin-bottom: 35px;
  }
  .rmr-cjenik-section h2, .rmr-info-card h2, .rmr-contact-card h2 {
    font-size: 20px;
  }
  .rmr-price-table-wide {
    min-width: 700px;
  }
  .rmr-price-table {
    font-size: 14px;
  }
  .rmr-price-table td, .rmr-price-table thead th {
    padding: 12px 13px;
  }
  .rmr-table-note {
    font-size: 12.5px;
    line-height: 1.55;
  }
  .rmr-info-card {
    margin-top: 40px;
    padding: 23px 20px;
  }
  .rmr-contact-card {
    max-width: 100%;
    padding: 23px 20px;
    text-align: center;
  }
  .rmr-contact-card h3 {
    font-size: 17px;
  }
  .rmr-contact-card p {
    font-size: 14px;
  }
  .rmr-company-data p {
    font-size: 14px;
  }
}
/* ==========================================================
   VRLO MALI MOBITEL
   ========================================================== */
@media (max-width: 420px) {
  .rmr-cjenik {
    padding-left: 13px;
    padding-right: 13px;
  }
  .rmr-cjenik > h1 {
    font-size: 25px;
  }
  .rmr-table-note {
    font-size: 12px;
  }
  .rmr-info-card {
    padding: 20px 17px;
  }
  .rmr-contact-card {
    padding: 20px 17px;
  }
  .rmr-contact-card h2 {
    font-size: 19px;
  }
  .rmr-contact-card h3 {
    font-size: 16px;
  }
}
/* ==========================================================
   VIDEO
   ========================================================== */
.rmr-stream-player {
  width: 100%;
  overflow: hidden;
}
.rmr-stream-player iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  border: 0;
}
/* ==========================================================
   MOBILE - UKLONI PREUSKE GANTRY / BOOTSTRAP MARGINE
   ========================================================== */
@media (max-width: 767px) {
  .g-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-content.container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .platform-content.container > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .platform-content.container > .row > .col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .rmr-about, .rmr-cjenik, .rmr-contact {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*# sourceMappingURL=custom_16.css.map */