/**
* Template Name: Anyar - v4.7.1
* Template URL: https://bootstrapmade.com/anyar-free-multipurpose-one-page-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #d9483c;
}

a:hover {
  color: #a0362c;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

#login_container1 {
  width: 50%;
}

#login_container2{
  width: 100%;
  padding-left: 0% !important;
  padding-right: 0% !important;
}

div iframe {
  transform:scale(1.415);
  -webkit-transform:scale(1.415);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}

@media only screen and (max-width: 600px) {
  html,body {
    overflow-x: hidden;
  }

  #login_container1 {
    width: 93.5vw !important;
  }
}

#login_container1 > #login_container2 > .formDiv {
  position: relative;
  width: 100%;
  margin-left: 15%; 
  padding: 2%;
  border-style: solid;
  border-color: #d9483c; 
  margin-top: 10%;
  margin-bottom: 3%;
  border-radius: 5px;
}

@media (max-width: 1536px) {
  html {
    scroll-behavior: smooth;
  }

  #login_container1 {
    width: 70%;
  }

  #login_container2 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #d9483c;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #f45344;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0880e8;
  border-top-color: #bfe0fd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  height: 60px;
  padding: 0;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -60px;
}
#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  text-decoration: underline;
}
#topbar .contact-info i {
  color: #f6b024;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .cta {
  background: transparent;
}
#topbar .cta a {
  color: #fff;
  background: #f6b024;
  padding: 6px 24px 8px 24px;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}
#topbar .cta a:hover {
  background: #f1a40a;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #d9483c;
  transition: all 0.5s;
  z-index: 997;
  height: 50px; /*70px*/
  /* top: 300px;  */
}
#header.header-scrolled {
  background: #d9483c;
  top: 0;
}

#header .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo a {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  max-height: 40px;
}

.header-inner-pages {
  background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
  background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navbar Section
--------------------------------------------------------------*/
/*
* {
  font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navbar-custom {
  background-color: #d9483c;
}

.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
   Safari 4.0 - 8.0 
  animation: fadeIn 0.3s alternate;
}

.mega-content {
  background: #707070;
}


.nav-item.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 70%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}
.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}
.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: red !important;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0;
}
.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}
.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

.icons {
  display: inline-flex;
  margin-left: auto;
}
.icons a {
  transition: all 0.2s ease-in-out;
  padding: 0.2rem 0.4rem;
  color: #ccc !important;
  text-decoration: none;
}
.icons a:hover {
  color: white;
  text-shadow: 0 0 30px white;
}
*/


/*--------------------------------------------------------------
# New Navbar
--------------------------------------------------------------*/

.meni1 {
  width: 20px !important;
}

#lang_dropdown {
  min-width: 95px !important;
}

.logo-image{
  width: 65%;
  height: auto;
  overflow: hidden;
  margin-left: 10%;
}

#navbar1 {
  position: sticky;
}

#eng_zastavica {
  padding-left: 3px;
  margin-bottom: 4px;
}

#srb_zastavica {
  padding-left: 3px;
  margin-bottom: 4px;
}

.navbar-custom {
  background-color: #d9483c;
  box-shadow: 0px 8px 28px -10px #4c5257;
}

.navbar-nav > li > .dropdown-menu { 
  background-color: #444444;
  width: 100%;
  color: #ffffff;
}

.navbar-nav > li > .megamenu {
  color: #ffffff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.navbar-nav > ul > .dropdown-item {
  color: #ffffff;
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.navbar .megamenu{ padding: 1rem; }

@media (max-width: 600px) {
    #eng_dropdown {
    position: relative;
    left: 2vw;
  }

  #srb_dropdown {
    position: relative;
    left: 2vw;
  }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
	
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  overflow: hidden;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
  margin-bottom: -90px;
  z-index: 99;
  transition: 0.3s;
}
#hero:before {
  content: "";
  background: #A3A3A3;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  width: 80%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f6b024;
}
#hero .btn-get-started:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1537px) {
  #hero {
    width: 120%;
  }
}
@media (min-width: 1024px), (max-width: 1536px) {
  #hero p {
    width: 60%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: 120vh;
    padding: 100px 0;
  }
  #hero h2 {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #054a85;
}
.section-title p {
  margin-bottom: 0;
  font-style: italic;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.icon-boxes {
  padding-top: 0;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 100;
}
.icon-boxes .icon-box {
  min-height: 430px;
  padding: 10% 10%;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 16px 0px rgba(68, 88, 144, 0.2);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.icon-boxes .icon-box:hover {
  background: #d9483c;
}
#image1 {
  width: 50%;
  position: relative;
}

.image1:hover {
  color: #ffffff;
}

#image2 {
  width: 50%;
  position: relative;
}

#image3 {
  width: 50%;
  position: relative;
}

.icon-boxes .icon {
  margin: 7%;
  display: inline-block;
  text-align: center;
  align-items: center;
  align-content: center;
}
.icon-boxes .icon i {
  font-size: 36px;
  line-height: 1;
  color: #4c5257;
}
.icon-boxes .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.icon-boxes .title a {
  color: #A3A3A3;
}
.icon-boxes .icon-box:hover .title a {
  color: white;
}
.icon-boxes .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  color: #777777;
}
.icon-boxes .icon-box:hover .description {
  color: white;
}

#bgimg1 {
  height: 65vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px #4c5257;
}

#pocetna_red {
  position: relative;
  margin-top: 4.5%;
}

@media (max-width: 1536px) {
  #bgimg1 {
    height: 94%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 16px 0px #4c5257;
    padding-bottom: 2vh !important;
  }  

  #pocetna_red {
    position: relative;
    margin-top: 4%;
    margin-bottom: 4%;
  }
}


@media (max-width: 600px) {
  .icon-boxes .icon-box {
    height: 61vh;
  }
}


/*--------------------------------------------------------------
# Domen banner
--------------------------------------------------------------*/

#registracija_pocetna {
  background: rgb(142,141,141);
  background: linear-gradient(90deg, rgba(142,141,141,1) 0%, rgba(130,129,129,1) 35%, rgba(181,177,177,1) 100%);
  position: relative;
  width: 100%;
  height: 62vh;
  margin-top: 0 auto;
}

#trouglici_sivi_pocetna {
  position: absolute;
  left: -2%;
  bottom: 0;
}

#pocetna_title1 {
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 5.3vh;
  color: #ffffff;
  text-shadow: 2px 2px 4px #000000;
}

#imedomena_pocetna {
  position: relative;
  margin-top: 9%;
  left: 26%;
  font-size: 2.2vh;
  font-weight: 400;
  color: white;
}

#domen1_pocetna {
  display: block;
  width: 60%;
  height: 28%;
  padding: 0.375rem 0.75rem;
  text-indent: 6.8%;
  font-size: 2.7vh;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#lupa_pocetna {
  position: relative;
  top: 9%;
  margin-left: 3.2%;
  font-size: 3.7vh;
}

#domen_placeholder_pocetna {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 15%;
  top: 50%;
}

#domeni_cikica_pocetna {
  position: absolute;
  right: 28%;
  bottom: -3%;
}

#domeni_oblak_pocetna {
  position: absolute;
  right: 1%;
  top: 6%;
}

.container-fluid{
  top: 15%;
}

.form-inputs{
  position: relative;
  width: 75%;
  left: 37%;
  top: 20%;
}
.form-inputs .form-control{
  height:45px; 
}

.form-inputs .form-control:focus{
  box-shadow: none;
  border:1px solid #000;
}

.form-inputs i{
  position: relative;
  right: 10%;
  top: 15px;
}
 /* NISAM SIGURAN DA LI SE JOS NEGDE KORISTI KLASA form-inputs PA SAM NAPRAVIO NOVU KLASU SA -domain */
.form-inputs-domain{
  position: absolute;
  width: 25%;
  left: 20%;
  top: 44%;
}
.form-inputs-domain .form-control{
  height:45px; 
}

.form-inputs-domain .form-control:focus{
  box-shadow: none;
  border:1px solid #000;
}

.form-inputs-domain i{
  position: relative;
  right: 10%;
  top: 15px;
}

#bgimg2 {
  background-image: url("../img/Group_16.jpg");
  height: 65%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 16px 0px #4c5257;
}

.wrapper {
  position: absolute;
  top: 105%;
}



@media (max-width: 1024px) {

}

@media (max-width: 1536px) {
  #bgimg2 {
    background-image: url("../img/Group_16.jpg");
    height: 70.5%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 16px 0px #4c5257;
    padding-top: 12%;
  }

  #domeni_cikica_pocetna {
    position: absolute;
    right: 28%;
    bottom: -9.5%;
    scale: 0.8;
  }
  
  #domeni_oblak_pocetna {
    position: absolute;
    right: -1%;
    top: 2%;
    scale: 0.8;
  }
}

@media only screen and (max-width: 600px) {
  #registracija_pocetna {
    background: rgb(142,141,141);
    background: linear-gradient(90deg, rgba(142,141,141,1) 0%, rgba(130,129,129,1) 35%, rgba(181,177,177,1) 100%);
    position: relative;
    width: 100%;
    height: 75vh;
    margin-top: 0 auto;
  }
  
  #trouglici_sivi_pocetna {
    position: absolute;
    left: -7%;
    bottom: 0;
    width: 25vw;
  }
  
  #pocetna_title1 {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    text-wrap: wrap;
    margin-top: -5vh !important;
  }
  
  #imedomena_pocetna {
    position: absolute;
    top: 15vh !important;
    left: 14vw !important;
    width: 60vw;
    font-size: 2.2vh;
    font-weight: 400;
    color: white;
    text-wrap: wrap;
  }
  
  #domen1_pocetna {
    display: block;
    width: 84vw;
    height: 28%;
    padding: 0.375rem 0.75rem;
    text-indent: 1%;
    font-size: 2.25vh;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 4vw !important;
  }
  
  #lupa_pocetna {
    position: relative;
    top: 9%;
    right: 16.6vw !important;
    font-size: 3.7vh;
  }
  
  #domen_placeholder_pocetna {
    position: absolute;
    width: 100vw;
    height: 40%;
    left: 11%;
    top: 36%;
  }
  
  #domeni_cikica_pocetna {
    position: absolute;
    right: 48%;
    bottom: -4.5%;
    width: 30vw;
  }
  
  #domeni_oblak_pocetna {
    position: absolute;
    left: 40%;
    top: 55%;
    width: 60vw;
  }
  
  .container-fluid{
    top: 15%;
  }
  
  .form-inputs{
    position: relative;
    width: 75%;
    left: 37%;
    top: 20%;
  }
  .form-inputs .form-control{
    height:45px; 
  }
  
  .form-inputs .form-control:focus{
    box-shadow: none;
    border:1px solid #000;
  }
  
  .form-inputs i{
    position: relative;
    right: 10%;
    top: 15px;
  }
   /* NISAM SIGURAN DA LI SE JOS NEGDE KORISTI KLASA form-inputs PA SAM NAPRAVIO NOVU KLASU SA -domain */
  .form-inputs-domain{
    position: absolute;
    width: 25%;
    left: 20%;
    top: 44%;
  }
  .form-inputs-domain .form-control{
    height:45px; 
  }
  
  .form-inputs-domain .form-control:focus{
    box-shadow: none;
    border:1px solid #000;
  }
  
  .form-inputs-domain i{
    position: relative;
    right: 10%;
    top: 15px;
  }
  
  #bgimg2 {
    background-image: url("../img/Group_16.jpg");
    height: 65%;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 16px 0px #4c5257;
  }
  
  .wrapper {
    position: absolute;
    top: 105%;
  }
}

/*--------------------------------------------------------------
# Slajfna
--------------------------------------------------------------*/

#rsisrb {
  background: #dbdbdb;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 3vh !important;
}

#rsandsrb {
  background: #dbdbdb;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 3vh !important;
}

#slajfna {
  background: #dbdbdb;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 3vh !important;
}

#slajfna_container {
  position: relative;
  width: 55%;
}

#ovlasceni_registar {
  position: relative;
  width: 60%;
}

#rs_znak {
  position: relative;
  width: 40%;
  top: 2vh;
}

#srb_znak {
  position: relative;
  width: 40%;
  top: 2vh;
}

#rnids {
  position: relative;
  width: 80%;
  top: 4vh;
}


@media only screen and (max-width: 600px) {
  #rsisrb {
    background: #dbdbdb;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 1.5vh !important;
  }

  #rsandsrb {
    background: #dbdbdb;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 1.5vh !important;
  }

  #slajfna {
    background: #dbdbdb;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 1.5vh !important;
  }
  
  #slajfna_container {
    position: relative;
    left: 0 !important;
    width: 90vw;
  }
  
  #ovlasceni_registar {
    position: relative;
    width: 20vw;
  }
  
  #rs_znak {
    position: relative;
    width: 12vw;
    top: 2vh;
    left: 2vw;
  }
  
  #srb_znak {
    position: relative;
    width: 12vw;
    top: 2vh;
    left: 2vw;
  }
  
  #rnids {
    position: relative;
    width: 22vw;
    top: 4vh;
    right: 2vw;
  }
}

/*--------------------------------------------------------------
# Slajfna2
--------------------------------------------------------------*/

#slajfna2 {
  background: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#visa {
  position: relative;
  margin: 0 auto;
  width: 60px;
  top: 2vh;
}

#mastercard {
  position: relative;
  margin: 0 auto;
  width: 60px;
}

#maestro {
  position: relative;
  width: 60px;
}

#amex {
  position: relative;
  width: 60px;
}

#dina {
  position: relative;
  margin: 0 auto;
  width: 60px;
  top: 2vh;
}

#slajfna2_container {
  position: relative;
  width: 35%;
}

#bancaintesa {
  position: relative;
  width: 160px;
  top: 6.5vh;
}

#slajfna2_container3 {
  position: relative;
  width: 35%;
  text-align: center;
}

#slajfna2_red3 {
  text-align: center;
  position: relative;
  margin-top: 120px;
}

#visasecure {
  position: relative;
  width: 55px;
}

#mc_check {
  position: relative;
  width: 75px;
}


@media only screen and (max-width: 600px) {
  #slajfna2 {
    background: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 66vh;
    padding-top: 4vh !important;
  }
  
  #visa {
    position: absolute;
    width: 70px;
    top: 2vh;
    right: 46vw !important;
  }
  
  #mastercard {
    position: absolute;
    width: 70px;
    right: 15vw !important;
  }
  
  #maestro {
    position: absolute;
    width: 70px;
    left: 46vw !important;
  }
  
  #amex {
    position: absolute;
    width: 70px;
    top: 15vh;
    right: 28vw;
  }
  
  #dina {
    position: absolute;
    margin: 0 auto;
    width: 70px;
    top: 17.5vh;
    left: 30vw;
  }
  
  #slajfna2_container {
    position: relative;
    width: 55%;
    top: 0 !important;
  }

  #slajfna2_container2 {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    top: 25vh;
  }
  
  #bancaintesa {
    width: 190px;
    position: absolute;
    right: 50vw;
  }
  
  #slajfna2_container3 {
    position: relative;
    width: 70vw;
    text-align: center;
    top: 45vh;
    right: 9vw;
  }
  
  #slajfna2_red3 {
    text-align: center;
    position: relative;
    margin-top: 0 !important;
  }
  
  #visasecure {
    position: relative;
    width: 55px;
  }
  
  #mc_check {
    position: relative;
    width: 70px;
  }
}



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  padding: 140px 0;
  background: url("../img/about-bg.png") top center no-repeat;
  position: relative;
}
.about:before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.about .container {
  position: relative;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #0880e8;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #0880e8;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #0880e8;
}
.about .content .btn-learn-more:hover {
  background: #0880e8;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  .about {
    padding: 60px 0;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .swiper-slide:hover img {
  opacity: 1;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.clients .owl-item img {
  width: 60%;
  opacity: 0.5;
  transition: 0.3s;
}
.clients .owl-item img:hover {
  opacity: 1;
}
.clients .owl-nav, .clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.clients .owl-dot.active {
  background-color: #0880e8 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: #f1f8ff;
  padding: 0;
}
.why-us .content {
  padding: 60px 100px 0 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
  color: #848484;
}
.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}
.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.why-us .accordion-list span {
  color: #0880e8;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #0880e8;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.why-us .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}
.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .why-us .content, .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  color: #0880e8;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  /* background: linear-gradient(rgba(5, 74, 133, 0.8), rgba(5, 74, 133, 0.9)), url("../img/cta-bg.jpg") fixed center center; */
  background: url("../img/baner_v4.jpg");
  width: 100%;
  padding: 10.5%;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border-radius: 50px;
  border: 2px solid #f6b024;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #f6b024;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
    width: 90%;
  }
}

@media (max-width: 1536px) {
  .cta {
    background-attachment: scroll;
    width: 100%;
    padding: 10.3%;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfoio
--------------------------------------------------------------*/
.portfoio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfoio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
}
.portfoio #portfolio-flters li:hover, .portfoio #portfolio-flters li.filter-active {
  color: #fff;
  background: #0880e8;
}
.portfoio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfoio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfoio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfoio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #0880e8;
  padding: 15px 20px;
}
.portfoio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.portfoio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfoio .portfolio-item .portfolio-info .preview-link, .portfoio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfoio .portfolio-item .portfolio-info .preview-link:hover, .portfoio .portfolio-item .portfolio-info .details-link:hover {
  color: #8ec8fb;
}
.portfoio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfoio .portfolio-item:hover img {
  top: -30px;
}
.portfoio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0880e8;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0880e8;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(246, 176, 36, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover img {
  transform: scale(1.1);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #05579e;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #bfe0fd;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #ecf6fe;
  color: #0665b7;
}
.team .member .social a i {
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #0880e8;
  color: #fff;
}
.team .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 700;
  color: #05579e;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #0880e8;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #0880e8;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #2b99f8;
}
.pricing .featured h3 {
  color: #fff;
  background: #0880e8;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #0880e8;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  /* background: url("../img/contact-bg.png") left center no-repeat; */
  position: relative;
}
.contact:before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.contact .container {
  position: relative;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  /* background: #0880e8; */
  background: #d9483c;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #043c6d;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #444444;
}
.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
  background: #fff;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}
.contact .php-email-form button[type=submit]:hover {
  background: #0880e8;
  color: #fff;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #ecf6fe;
  margin-top: 130px;
}
.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
  color: #043c6d;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #f8c255;
  content: "/";
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #054a85;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #f6b024;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #2b99f8;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #f6b024;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #f7b93c;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #0880e8;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #138df7;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #f6b024;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #0880e8;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(8, 128, 232, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #f6b024;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #0880e8;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #2b99f8;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #fad386;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #fad386;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #0880e8;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #138df7;
}
.blog .blog-pagination {
  color: #0880e8;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #0880e8;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #f6b024;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #0665b7;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #f8c255;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #f6b024;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #0665b7;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #f6b024;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #0880e8;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #f6b024;
  background: #f6b024;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #05579e;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #05579e;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  margin: 3px;
  background: #f6b024;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #0880e8;
}
#footer .footer-top {
  background: #065fad;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #f6b024;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5db1f9;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #fff;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  color: #f6b024;
}

/*--------------------------------------------------------------
# Domeni strana
--------------------------------------------------------------*/
#regforma_container2 {
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
}

#rectangle_nav1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 75%;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: rgba(89,90,93,1);
}

#container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#whois1 {
  width: 100%;
  height: 60vh;
  background: #f3f3f3;
  background-size: contain;
  background-repeat: no-repeat;
}

#imedomena {
  position: relative;
  margin-top: 13.9%;
  left: 25%;
  font-size: 2.4vh;
  font-weight: 400;
}

#domen1 {
  display: block;
  width: 60%;
  height: 18%;
  padding: 0.375rem 0.75rem;
  text-indent: 6.8%;
  font-size: 2.7vh;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2.5rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#lupa {
  position: relative;
  top: 5%;
  margin-left: 3.2%;
  font-size: 3.7vh;
}

#domen_placeholder {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 15%;
  top: 52%;
}

#whois {
  position: relative;
  top: 0;
  margin: 0;
}

#domeni_cikica {
  position: absolute;
  right: 30%;
  bottom: 7.2%;
}

#domeni_oblak {
  position: absolute;
  right: 3%;
  top: 12%;
}

#domeni_red {
  position: relative;
  top: 15%;
  line-height: 1.2;
}

#domeni_nav1 {
  transform: scale(1);
  position: relative;
  left: 1%;
}

#domeni_nav1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_logo1 {
  width: 65px;
  position: relative;
}

#domeni_nav2 {
  transform: scale(1);
  position: relative;
  left: 0.5%;
}

#domeni_nav2:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_nav2_en {
  transform: scale(1);
  position: relative;
  right: 0.5%;
}

#domeni_nav2_en:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_logo2 {
  width: 65px;
  position: relative;
}

#domeni_logo3 {
  width: 65px;
  position: relative;
}

#domeni_logo4 {
  width: 65px;
  position: relative;
}

#domeni_nav3 {
  transform: scale(1);
  position: relative;
  margin-top: 1.1%;
  left: 1%;
}

#domeni_nav3:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_nav3_en {
  transform: scale(1);
  position: relative;
  margin-top: 1%;
  right: 0.5%;
}

#domeni_nav3_en:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#nacionalni_square1 {
  position: relative;
  width: 7vw;
  height: 45px;
  border-color: #d9483c;
  border-style: solid;
  border-width: 4px;
  text-align: center;
  color: #d9483c;
  font-size: 3vh;
  font-weight: 700;
  line-height: 4.7vh;
}

#nacionalni_square1_en {
  position: relative;
  width: 9.5vw;
  height: 50px;
  border-color: #d9483c;
  border-style: solid;
  border-width: 4px;
  text-align: center;
  color: #d9483c;
  font-size: 3vh;
  font-weight: 700;
  line-height: 4.7vh;
}

#domeni_nav4 {
  transform: scale(1);
  position: relative;
}

#domeni_nav4:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_nav4_en {
  transform: scale(1);
  position: relative;
  left: 2%;
}

#domeni_nav4_en:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_nav5 {
  transform: scale(1);
  position: relative;
  left: 2.7%;
}

#domeni_nav5:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#domeni_logo5 {
  width: 55px;
  position: relative;
  left: 15.5%;
}

#domeni_nav6 {
  transform: scale(1);
  position: relative;
}

#domeni_nav6:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#p_logo1 {
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
  right: 1.5%;
}

#p_logo2 {
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
  right: 1.1%;
}

#p_logo3 {
  top: 8.5%;
  right: 4.5%;
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
}

#p_logo3_en {
  top: 15.5%;
  left: 10.5%;
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
}

#p_logo4 {
  margin-top: 7.8%;
  position: relative;
  overflow: visible;
  width: 185px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
}

#p_logo5 {
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
}

#p_logo6 {
  position: relative;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: 400;
  font-size: 2.6vh;
  color: #595A5D;
}

#title2 {
  top: 7%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#rectangle2 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.5%;
  height: 3px;
  left: 48.3%;
  top: 7%;
}

#registracija {
  position: relative;
  width: 100%;
  top: 0;
  margin-top: -5%;
}

#registration {
  position: relative;
  width: 100%;
  top: 0;
  margin-top: -5%;
}

#regforma_container {
  width: 100%;
}

#title3 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
  margin-top: 2%;
}

#rectangle3 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.5%;
  height: 3px;
  left: 48.3%;
  top: 5%;
}

#registracija_wrapper2 {
  position: relative;
  margin: 0 auto;
  width: 75%;
}

#title4 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#p5 {
  margin-top: 2.5%;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-size: 2.2vh;
  color: #595A5D;
}

#registracija_red {
  position: relative;
  margin-top: 4%;
}

#square1 {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #d9483c;
  text-align: center;
  color: #ffffff;
  font-size: 2.7vh;
  line-height: 2.7rem;
}

#square2 {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #d9483c;
  text-align: center;
  color: #ffffff;
  font-size: 2.7vh;
  line-height: 2.7rem;
}

#square3 {
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #d9483c;
  text-align: center;
  color: #ffffff;
  font-size: 2.7vh;
  line-height: 2.7rem;
}

#p_square1 {
  position: relative;
  font-size: 2.2vh;
  margin-top: 4%;
  font-weight: 400;
  color: #595A5D;
}

#p_square2 {
  position: relative;
  font-size: 2.2vh;
  margin-top: 4%;
  font-weight: 400;
  color: #595A5D;
}

#p_square3 {
  position: relative;
  font-size: 2.2vh;
  margin-top: 4%;
  font-weight: 400;
  color: #595A5D;
}

#registracija_red2 {
  position: relative;
  margin-top: 4%;
  width: 100%;
}

#p6 {
  font-size: 2.2vh;
  text-align: center;
  text-wrap: nowrap;
  white-space: normal;
}

#p6_placeholder {
  text-align: center;
  width: 65%;
}

#tabela_wrapper1 {
  position: relative;
  margin: 0 auto;
  width: 52%;
}

.table-responsive {
  font-weight: 400;
  font-size: 2.2vh;
}

#prva_kolona_nacionalni1 {
  line-height: 3.3rem;
  text-align: left;
  text-indent: 25%;
}

#prva_kolona_nacionalni2 {
  line-height: 3.3rem;
}

#prva_kolona_nacionalni3 {
  line-height: 2rem;
}

.bg-primary {
  height: 6.7vh;
  line-height: 2.4rem;
  text-align: center;
  background: linear-gradient(90deg, rgba(217,72,60,1) 50%, rgba(249,193,95,1) 100%) !important;
}

tr {
  text-align: center;
  font-weight: 400;
  font-size: 2.2vh;
  color: #595A5D;
}

#prva_kolona {
  text-align: left !important;
  color: #595A5D;
}

#p7 {
  position: relative;
  margin-top: 4%;
  font-size: 2.2vh;
}

#rectangle4 {
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#p8 {
  padding: 2.5%;
  font-size: 2.2vh;
  white-space: normal;
}

#rs_title {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#srb_wrapper {
  position: relative;
  margin: 0 auto;
  width: 55%;
}

#title5 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#p9 {
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#srb_container {
  position: relative;
  width: 79%;
  margin-top: 7%;
}

#rs_container {
  position: relative;
  width: 79%;
  margin-top: 7%;
}

#p10 {
  font-size: 2.2vh;
  color: #595A5D;
}

#rs_p1 {
  font-size: 2.2vh;
  color: #595A5D;
}

#p11 {
  margin-top: 4%;
  font-size: 2.2vh;
  color: #595A5D;
}

#internacionalni {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#international {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#title6 {
  top: 2%;
  text-align: left;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#internacionalni_container {
  position: relative;
  width: 43.45%;
  margin-bottom: 1%;
}

#prva_kolona2 {
  text-align: center !important;
  color: #595A5D;
}

#p12 {
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#p13 {
  padding-left: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#rectangle5 {
  margin-top: 3%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#title7 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#transfer {
  background: #F3F3F3;
  position: relative;
  margin: 0 auto;
  width: 100%;
}

#rectangle6 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.5%;
  height: 3px;
  left: 48.3%;
  margin-top: 1.5%;
}

#transfer_container {
  margin-top: 4%;
}

#transfer_placeholder1 {
  width: 29.5%;
}

#transfer_tabela {
  color: #ffffff;
}

#transfer_tabela_naslov {
  font-weight: 400;
  font-size: 2.2vh;
}

#transfer_tekst1 {
  font-size: 2.2vh;
  padding: 3%;
  text-align: left !important;
  color: #595A5D;
  white-space: normal;
}

#transfer_kolona1 {
  background-color: #ffffff;
}

#transfer_prvired {
  height: 9vh !important; 
  line-height: 4rem !important;
}

#transfer_prvired2 {
  height: 9vh !important; 
  line-height: 2rem !important;
}

#transfer_placeholder2 {
  width: 29.5%;
  margin-left: 5%;
}

#transfer_tekst2 {
  font-size: 2.2vh;
  padding: 3%;
  text-align: left !important;
  color: #595A5D;
  white-space: normal;
}

#transfer_kolona2 {
  background-color: #ffffff;
}

#ssl {
  position: relative;
  margin: 0 auto;
  width: 55%;
}

#title8 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#rectangle7 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 5.5%;
  height: 3px;
  left: 48.3%;
  margin-top: 2%;
}

#rectangle8 {
  margin-top: 3%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#p13 {
  padding-top: 2%;
  padding-bottom: 1%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 2.2vh;
  color: #595A5D;
}

#ssl_container2 {
  width: 75%;
  margin-top: 5%;
}

#p14 {
  font-size: 2.2vh;
  color: #595A5D;
}

#prva_kolona_ssl {
  position: relative;
}

#p15 {
  margin-top: 4%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#footer_wrapper {
  background: #F3F3F3;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 49vh;
  align-items: center;
}

#title9 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#p16 {
  margin-top: 1%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
  text-align: center;
}

#kontakt_container {
  position: relative;
  width: 40%;
}

#kontakt {
  position: relative;
  left: 67%;
  top: 9.5%;
}

#contact {
  background: #f3f3f3;
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 10%;
}

#contact_container {
  position: relative;
  width: 40%;
}

#contact_btn {
  background-color: #d9483c;
  border: unset;
  border-radius: 10px;
  width: 35%;
  height: 8%;
  line-height: 5.5vh;
  font-size: 2.8vh;
  margin-left: 2.175px;
}

#contact_btn:hover {
  background-color: #b83c30;
}

#p1_contact {
  position: relative;
  margin-top: 1%;
  font-size: 2.2vh;
}

#prva_kolona_contact {
  line-height: 3.3rem;
  text-align: center;
}

#drugi_red_contact {
  text-align: left;
}


@media (max-width: 1536px) {
  #rectangle_nav1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 850px;
    height: 170px;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }

  #domeni_cikica {
    scale: 0.8;
    position: absolute;
    right: 29%;
    bottom: 4.7%;
  }
  
  #domeni_oblak {
    scale: 0.8;
    position: absolute;
    right: 0;
    top: 7%;
  }

  #domeni_red {
    position: relative;
    top: 15%;
    line-height: 1.2;
  }
  
  #domeni_nav1 {
    transform: scale(1);
    position: relative;
    right: 1%;
  }
  
  #domeni_nav1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo1 {
    width: 65px;
    position: relative;
    right: 3%;
  }
  
  #domeni_nav2 {
    transform: scale(1);
    position: relative;
    right: 1.5%;
  }
  
  #domeni_nav2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo2 {
    width: 65px;
    position: relative;
    right: 2%;
  }
  
  #domeni_logo3 {
    width: 65px;
    position: relative;
    left: 11%;
  }
  
  #domeni_logo4 {
    width: 65px;
    position: relative;
    left: 11%;
  }
  
  #domeni_nav3 {
    transform: scale(1);
    position: relative;
    margin-top: 2.2%;
    left: 1%;
  }
  
  #domeni_nav3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav3_en {
    transform: scale(1);
    position: relative;
    margin-top: 1%;
  }
  
  #domeni_nav3_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #nacionalni_square1 {
    position: relative;
    width: 7vw;
    height: 45px;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 3vh;
    font-weight: 700;
    line-height: 4.7vh;
  }

  #nacionalni_square1_en {
    position: relative;
    width: 9.5vw;
    height: 45px;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 3vh;
    font-weight: 700;
    line-height: 4.7vh;
  }
  
  #domeni_nav4 {
    transform: scale(1);
    position: relative;
  }
  
  #domeni_nav4:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_nav5 {
    transform: scale(1);
    position: relative;
    left: 1%;
  }
  
  #domeni_nav5:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo5 {
    width: 55px;
    position: relative;
    left: 11%;
  }
  
  #domeni_nav6 {
    transform: scale(1);
    position: relative;
    right: 1.5%;
  }
  
  #domeni_nav6:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #p_logo1 {
    position: absolute;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo2 {
    position: absolute;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo3 {
    right: 14%;
    top: 10%;
    position: relative;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #p_logo3_en {
    top: 15.5%;
    left: 0 !important;
    position: relative;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo4 {
    margin-top: 9%;
    position: relative;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo5 {
    position: relative;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo6 {
    position: relative;
    overflow: visible;
    width: 143px;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #imedomena {
    font-size: 2.7vh;
    margin-top: 12.5%;
    margin-left: -1.4vw;
  }

  #trouglici_crveni2 {
    margin-top: -1%;
    margin-right: -0.7%;
    display: none;
  }

  #p5 {
    font-size: 2.5vh;
  }

  #p_square1 {
    font-size: 2.5vh;
  }

  #p_square2 {
    font-size: 2.5vh;
  }

  #p_square3 {
    font-size: 2.5vh;
  }

  #p6 {
    font-size: 2.5vh;
  }

  #rs_p1 {
    font-size: 2.5vh;
  }

  #p7 {
    font-size: 2.5vh;
  }

  #p8 {
    font-size: 2.5vh;
    white-space: normal;
  }

  #p9 {
    font-size: 2.5vh;
    white-space: normal;
  }

  #p10 {
    font-size: 2.5vh;
  }

  #p11 {
    font-size: 2.5vh;
  }

  #p12 {
    font-size: 2.5vh;
  }

  #transfer_tabela_naslov {
    font-size: 2.5vh;
  }

  #transfer_placeholder1 {
    width: 47.5%;
  }

  #transfer_placeholder2 {
    width: 47.5%;
    margin-left: 5%;
  }

  #transfer_tekst1 {
    font-size: 2.5vh;
  }

  #transfer_tekst2 {
    font-size: 2.5vh;
  }

  #p13 {
    font-size: 2.5vh;
  }

  #p14 {
    font-size: 2.5vh;
  }

  #p15 {
    font-size: 2.5vh;
  }
}

@media only screen and (max-width: 600px) {
  #regforma_container2 {
    position: relative;
    margin-top: 10vh;
  }
  
  #rectangle_nav1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 75vw;
    height: 53.5vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    display: block;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
  }

  #domeni_red {
    position: relative;
  }

  #domeni_logo1 {
    width: 15vw;
    position: relative;
    left: 1.5vw !important;
  }

  #domeni_nav1 {
    position: relative;
    width: 32vw;
    bottom: 6vh;
    left: 0 !important;
    transform: scale(1);
  }
  
  #domeni_nav1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo2 {
    width: 15vw;
    position: relative;
    left: 0.4vh !important;
  }

  #domeni_nav2 {
    position: relative;
    transform: scale(1);
    width: 32vw;
    bottom: 6vh;
    left: 4.5vw !important;
  }
  
  #domeni_nav2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav2_en {
    position: relative;
    transform: scale(1);
    width: 32vw;
    bottom: 6vh;
    left: 4.5vw !important;
  }
  
  #domeni_nav2_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav3 {
    transform: scale(1);
    position: relative;
    bottom: 4.5vh !important;
    left: 1vw !important;
    width: 32vw;
  }
  
  #domeni_nav3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav3_en {
    transform: scale(1);
    position: relative;
    bottom: 3.5vh !important;
    left: 1vw !important;
    width: 32vw;
  }
  
  #domeni_nav3_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #nacionalni_square1 {
    position: relative;
    left: 2vw;
    width: 25vw;
    height: 5.3vh;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 2.7vh;
    font-weight: 700;
    line-height: 4.4vh;
  }

  #nacionalni_square1_en {
    position: relative;
    right: 1vw;
    width: 32vw;
    height: 5.3vh;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 2.7vh;
    font-weight: 700;
    line-height: 4.4vh;
  }
  
  #domeni_nav4 {
    transform: scale(1);
    position: relative;
    width: 32vw;
    bottom: 4.5vh;
    left: 4vw !important;
  }
  
  #domeni_nav4:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav4_en {
    transform: scale(1);
    position: relative;
    width: 32vw;
    bottom: 4.5vh;
    left: 5vw !important;
  }
  
  #domeni_nav4_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo3 {
    width: 15vw;
    position: relative;
    left: 1.5vw !important;
  }

  #domeni_nav5 {
    transform: scale(1);
    position: relative;
    left: 1vw !important;
    bottom: 4.6vh;
    width: 32vw;
  }
  
  #domeni_nav5:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_logo5 {
    width: 12.7vw;
    position: relative;
    left: 0.4vh !important;
  }

  #domeni_logo4 {
    width: 15vw;
    position: relative;
    left: 0 !important;
  }
  
  #domeni_nav6 {
    transform: scale(1);
    position: relative;
    left: 4.5vw !important;
    bottom: 4.5vh;
    width: 32vw;
  }
  
  #domeni_nav6:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #p_logo1 {
    position: relative;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
    right: 0 !important;
    left: 3%;
  }
  
  #p_logo2 {
    position: relative;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo3 {
    top: 2.5vh;
    left: 0 !important;
    position: relative;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #p_logo3_en {
    top: 2.5vh;
    left: 0 !important;
    position: relative;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo4 {
    right: 4.5vw;
    margin-top: 6.8%;
    position: relative;
    overflow: visible;
    width: 36.5vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo5 {
    position: relative;
    left: 1vw;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #p_logo6 {
    position: relative;
    right: 0.5vw !important;
    overflow: visible;
    width: 28vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #whois1 {
    width: 100%;
    height: 80vh;
    background: #f3f3f3;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #title2 {
    top: 4%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10%;
    height: 3px;
    left: 46.3%;
    top: 4%;
  }
  
  #imedomena {
    position: relative;
    margin-top: 17%;
    left: 6%;
    font-size: 2.2vh;
    font-weight: 400;
  }
  
  #domen1 {
    display: block;
    width: 90vw;
    height: 18%;
    position: relative;
    right: 10%;
    padding: 0.375rem 0.75rem;
    text-indent: 3.3%;
    font-size: 2.4vh;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  #lupa {
    position: relative;
    top: 5%;
    right: 24%;
    font-size: 3.7vh;
  }
  
  #domen_placeholder {
    position: absolute;
    width: 100vw;
    height: 50%;
    top: 33%;
  }
  
  #whois {
    position: relative;
    top: 0;
    margin: 0;
    padding-bottom: 0 !important;
  }
  
  #domeni_cikica {
    position: absolute;
    left: 0;
    bottom: -4.2%;
    width: 35vw;
  }
  
  #domeni_oblak {
    position: absolute;
    left: 15%;
    top: 48%;
    width: 92vw;
  }

  #registracija {
    position: relative;
    width: 100%;
    padding: 0 !important;
  }

  #registration {
    position: relative;
    width: 100%;
    padding: 0 !important;
  }

  #regforma_container {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  #title3 {
    margin-top: 10%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #rectangle3 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10%;
    height: 3px;
    left: 46.3%;
    top: 5%;
  }
  
  #registracija_wrapper2 {
    position: relative;
    margin: 0 auto;
    width: 75%;
    margin-top: -15%;
  }
  
  #title4 {
    top: 3vh;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #p5 {
    margin-top: 25%;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 2.5vh;
    color: #595A5D;
    text-wrap: wrap;
  }
  
  #registracija_red {
    position: relative;
    margin-top: 15%;
  }
  
  #square1 {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #d9483c;
    text-align: center;
    color: #ffffff;
    font-size: 2.7vh;
    line-height: 2.7rem;
  }
  
  #square2 {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #d9483c;
    text-align: center;
    color: #ffffff;
    font-size: 2.7vh;
    line-height: 2.7rem;
    margin-top: 10%;
  }
  
  #square3 {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #d9483c;
    text-align: center;
    color: #ffffff;
    font-size: 2.7vh;
    line-height: 2.7rem;
    margin-top: 10%;
  }
  
  #p_square1 {
    position: relative;
    font-size: 2.5vh;
    margin-top: 4%;
    font-weight: 400;
    color: #595A5D;
  }
  
  #p_square2 {
    position: relative;
    font-size: 2.5vh;
    margin-top: 4%;
    font-weight: 400;
    color: #595A5D;
  }
  
  #p_square3 {
    position: relative;
    font-size: 2.5vh;
    margin-top: 4%;
    font-weight: 400;
    color: #595A5D;
  }
  
  #registracija_red2 {
    position: relative;
    margin-top: 18%;
    width: 100%;
  }
  
  #p6 {
    width: 70vw;
    position: relative;
    right: 24%;
    text-align: center;
    align-self: center;
    font-size: 2.5vh;
    text-wrap: wrap;
  }

  #tabela_wrapper1 {
    position: relative;
    margin: 0 auto;
    width: 100vw;
    padding-top: 0 !important;
    margin-top: -4vh !important;
  }
  
  .table-responsive {
    font-weight: 400;
    font-size: 2.2vh;
  }
  
  #prva_kolona_nacionalni1 {
    line-height: 3.3rem;
    text-align: left;
    text-indent: 25%;
  }
  
  #prva_kolona_nacionalni2 {
    line-height: 3.3rem;
  }
  
  #prva_kolona_nacionalni3 {
    line-height: 3.2vh;
  }
  
  .bg-primary {
    height: 6.7vh;
    line-height: 2.4rem;
    text-align: center;
    background: linear-gradient(90deg, rgba(217,72,60,1) 50%, rgba(249,193,95,1) 100%) !important;
  }
  
  tr {
    text-align: center;
    font-weight: 400;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #prva_kolona {
    text-align: left !important;
    color: #595A5D;
  }
  
  #p7 {
    position: relative;
    margin-top: 11%;
    font-size: 2.5vh;
    text-wrap: wrap;
  }
  
  #rectangle4 {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    margin-top: 10%;
  }
  
  #p8 {
    padding: 2.5%;
    font-size: 2.5vh;
  }
  
  #rs_title {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }

  #rs_container {
    position: relative;
    width: 100vw;
    margin-top: 6%;
  }

  #srb_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100vw;
    margin-top: -5%;
    padding-bottom: 0 !important;
    padding-top: 3vh !important;
  }
  
  #title5 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #p9 {
    margin-top: 6%;
    font-size: 2.5vh;
    color: #595A5D;
    width: 100vw;
    text-align: center;
    padding-left: 3vw;
    padding-right: 3vw;
    text-wrap: wrap;
  }
  
  #srb_container {
    position: relative;
    width: 100vw;
    margin-top: 12%;
  }
  
  #p10 {
    font-size: 2.5vh;
    color: #595A5D;
  }
  
  #rs_p1 {
    font-size: 2.5vh;
    color: #595A5D;
  }
  
  #p11 {
    margin-top: 4%;
    font-size: 2.5vh;
    color: #595A5D;
  }

  #internacionalni {
    position: relative;
    margin: 0 auto;
    width: 100vw;
  }

  #international {
    position: relative;
    margin: 0 auto;
    width: 100vw;
  }
  
  #title6 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #internacionalni_container {
    position: relative;
    width: 100vw;
    margin-bottom: 1%;
  }
  
  #prva_kolona2 {
    text-align: center !important;
    color: #595A5D;
  }
  
  #p12 {
    margin-top: 6%;
    font-size: 2.5vh;
    color: #595A5D;
  }
  
  #rectangle5 {
    margin-top: 3%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #title7 {
    margin-top: -6vh;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }

  #trouglici_sivi {
    display: none;
    position: absolute;
    left: -3%;
    bottom: 0;
    z-index: -1;
    opacity: 0.5;
  }

  #transfer {
    background: #F3F3F3;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 5vh !important;
  }
  
  #rectangle6 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10%;
    height: 3px;
    left: 46.3%;
    margin-top: 3.5%;
  }
  
  #transfer_container {
    margin-top: 6vh;
    width: 100vw !important;
  }
  
  #transfer_placeholder1 {
    width: 100vw !important;
  }
  
  #transfer_tabela {
    color: #ffffff;
  }
  
  #transfer_tabela_naslov {
    font-weight: 400;
    font-size: 2.5vh;
  }
  
  #transfer_tekst1 {
    font-size: 2.5vh;
    padding: 3%;
    text-align: left !important;
    color: #595A5D;
  }
  
  #transfer_kolona1 {
    background-color: #ffffff;
  }
  
  #transfer_prvired {
    height: 9vh !important; 
    line-height: 1.5rem !important;
  }
  
  #transfer_prvired2 {
    height: 9vh !important; 
    line-height: 1.5rem !important;
  }
  
  #transfer_placeholder2 {
    width: 100vw;
    margin: 0 auto !important;
    margin-top: 2vh !important;
  }
  
  #transfer_tekst2 {
    font-size: 2.5vh;
    padding: 3%;
    text-align: left !important;
    color: #595A5D;
  }
  
  #transfer_kolona2 {
    background-color: #ffffff;
  }

  #ssl {
    position: relative;
    margin: 0 auto;
    width: 95vw;
  }
  
  #title8 {
    margin-top: -6vh;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #rectangle7 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10%;
    height: 3px;
    left: 46.3%;
    margin-top: 2%;
  }
  
  #rectangle8 {
    margin-top: 7vh;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #p13 {
    padding-top: 4%;
    padding-bottom: 1%;
    padding-right: 3vw;
    font-size: 2.5vh;
    color: #595A5D;
    word-break: break-all;
  }
  
  #ssl_container2 {
    width: 95vw;
    margin-top: 13%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  #p14 {
    font-size: 2.5vh;
    color: #595A5D;
  }
  
  #prva_kolona_ssl {
    position: relative;
  }
  
  #p15 {
    margin-top: 4%;
    font-size: 2.5vh;
    color: #595A5D;
  }

  #footer_wrapper {
    background: #F3F3F3;
    position: relative;
    width: 100vw;
    height: 53vh !important;
    align-items: center;
  }
  
  #title9 {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
    margin-top: -10%;
  }
  
  #p16 {
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #kontakt_container {
    position: relative;
    width: 75vw !important;
  }
  
  #kontakt {
    width: 38vw;
    position: absolute;
    left: 50vw;
    top: 35.5vh !important;
  }

  #contact {
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  
  #contact_container {
    position: relative;
    width: 100%;
    margin-top: 10%;
  }
  
  #p1_contact {
    position: relative;
    margin-top: 1%;
    font-size: 2.2vh;
  }

  #contact_btn {
    background-color: #d9483c;
    border: unset;
    border-radius: 10px;
    width: 55vw !important; 
    height: 8vh !important;
    line-height: 6vh !important;
    font-size: 2.8vh;
    margin-left: 2.175px;
  }
}

@media (max-width: 1536px){
  #kontakt_container {
    position: relative;
    width: 45vw;
  }
  
  #transfer_container {
    width: 70%;
  }

  #kontakt {
    top: 3.2vh;
  }

  #contact_btn {
    background-color: #d9483c;
    border: unset;
    border-radius: 10px;
    width: 13vw;
    height: 8vh;
    line-height: 5.5vh;
    font-size: 2.8vh;
    margin-left: 2.175px;
  }

  #contact_btn:hover {
    background-color: #b83c30;
  }
}


/*--------------------------------------------------------------
# Internet strana
--------------------------------------------------------------*/
#internet_rectangle1 {
  position: relative;
  margin-top: 9%;
  background: #ffffff;
  width: 40%;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#internet_rectangle1_en {
  position: relative;
  margin-top: 9%;
  background: #ffffff;
  width: 40%;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#internet_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#internet_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#net_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}

#internet_logo1 {
  transform: scale(1);
}

#internet_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#internet_logo2 {
  transform: scale(1);
}

#internet_logo2:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#net_p_logo1 {
  margin-left: 17%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#net_p_logo2 {
  margin-top: 18%;
  margin-left: 8%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#net_p_logo2_en {
  margin-top: 15%;
  margin-left: 8%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#net_logo1 {
  position: relative;
}

#net_logo2 {
  position: relative;
  top: 32%;
  right: 12%;
}

#xdsl {
  background: #f3f3f3;
  position: relative;
  margin-top: 2%;
  width: 100%;
  height: 62vh;
}

#net_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#net_rectangle2 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#net_container2 {
  width: 42%;
}

#net_rectangle3 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#net_p1 {
  padding-top: 2%;
  padding-bottom: 1%;
  padding-left: 4%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#xdsl1 {
  position: absolute;
  left: 78%;
  top: 39.5%;
}

#adsl_wrapper {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
}

#trouglici_crveni {
  position: absolute;
  right: -3%;
  top: 1%;
}

#trouglici_crveni2 {
  position: absolute;
  right: -3%;
  top: 5%;
}

#trouglici_sivi {
  position: absolute;
  left: -3%;
  bottom: 0;
}

#adsl_container1 {
  width: 55%;
}

#adsl_container2 {
  width: 55%;
}

#net_title2 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#adsl_p1 { 
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
}

#adsl_p2 { 
  margin-top: 8%;
  font-size: 2.2vh;
  color: #595A5D;
}

#prva_kolona_adsl1 {
  font-size: 2.2vh;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 2rem;
}

#prva_kolona_adsl2 {
  font-size: 2.2vh;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif !important;
  line-height: 4rem;
  position: sticky;
  top: 0;
}

.tableFixHead {
  overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
  height: 500px; /* gives an initial height of 200px to the table */
}
.tableFixHead > thead > th {
  position: sticky; /* make the table heads sticky */
  top: 0; /* table head will be placed from the top of the table and sticks to it */
}

#cpanel_tabela_p1 {
  text-align: left !important;
  margin-top: 1%;
  font-size: 2.2vh;
  color: #595A5D;
}

#adsl_p3 {
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
}

#net_title3 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#adsl_wrapper2 {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
}

#adsl_p4 {
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
}

#adsl_p5 {
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
}

#adsl_wrapper3 {
  background: #f3f3f3;
  position: relative;
  margin-top: 0 auto;
  width: 100%;
}

#adsl_container3 {
  width: 62%;
}

#zahtev_za_adsl {
  width: 535px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#podnesi_container {
  position: relative;
  text-align: center;
  top: 18vh;
}

#podnesi_container2 {
  position: relative;
  text-align: center;
  top: 5vh;
}

#podnesi_dugme {
  background-color: #d9483c;
  border: unset;
  border-radius: 10px;
  line-height: 5.5vh;
  font-size: 2.5vh;
  margin-left: 2.175px;
  color: white;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
}

#podnesi_dugme:hover {
  background-color: #b83c30;
}

.rc-anchor {
  width: 350px !important;
}

.container.mt-5 {
  padding-bottom: 5vh !important;
}

.form-group.mt-3 {
  padding-top: 5vh !important;
  padding-bottom: 1vh !important;
  text-align: center;
}

.border.p-2 {
  padding: 5% !important;
}

.form-group .form-control {
  background-color: #eee !important;
}

#adsl_rectangle1 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 58.3vh;
}

#adsl_rectangle1_en {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 62vh;
}

#adsl_rectangle2 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 14%;
  height: 2.5px;
  left: 44%;
  margin-top: 1.5%;
}

#adsl_rectangle3{
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 58.3vh;
  overflow-y: auto;
}

#adsl_rectangle3_en{
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 62vh;
  overflow-y: auto;
}

#adsl_rectangle4 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 14%;
  height: 2.5px;
  left: 42.6%;
  margin-top: 1.5%;
}

#adsl_p6 {
  position: relative;
  left: 2%;
  margin-top: 3%;
  padding: 5%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#aneks_wrapper1 {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
  background: #f3f3f3;
  padding-top: 0 !important;
}

#aneks_container1 {
  width: 70%;
  text-align: center;
}

#aneks_container2 {
  margin-top: 0 !important; 
}

#aneks_title1 {
  margin-top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-size: 4vh;
  color: #595A5D;
}

#aneks_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 6%;
  height: 2.5px;
  left: 47%;
  margin-top: 1.5%;
}

#aneks_p1 {
  margin-top: 2%;
  font-size: 2.2vh;
  color: #595A5D;
}

#adsl_title1 {
  margin-top: 5%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-size: 4vh;
  color: #595A5D;
}

#adsl_title2 {
  margin-top: 5%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-size: 4vh;
  color: #595A5D;
}

#adsl_wrapper4 {
  background: #f3f3f3;
  position: relative;
  margin-top: -3%;
  width: 100%;
  padding-top: 0 !important;
}

#adsl_container4 {
  width: 62%;
}

#adsl_rectangle5 {
  margin-top: 6%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 48vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#adsl_rectangle5_en {
  margin-top: 6%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
}


#adsl_title3 {
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: normal;
  font-size: 3.5vh;
  color: #595A5D;
}

#adsl_title3_en {
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: normal;
  font-size: 3.5vh;
  color: #595A5D;
}

#adsl_rectangle6 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 14%;
  height: 2.5px;
  left: 32%;
  margin-top: 1.5%;
}

#adsl_p7 {
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#prelazak1 {
  position: relative;
  left: 4%;
  margin-top: 2%;
  margin-bottom: 3%;
  width: 48%;
  overflow-y: auto;
}

#prelazak2 {
  position: relative;
  left: 4%;
  margin-top: -2%;
  width: 46.8%;
  padding-right: 0 !important;
  overflow-y: auto;
}

#dokumentacija_wrapper1 {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
  background: #f3f3f3;
  padding-top: 0 !important;
}

#dokumentacija_container1 {
  width: 70%;
  text-align: center;
}

#dokumentacija_title1 {
  margin-top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-size: 4vh;
  color: #595A5D;
}

#dokumentacija_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 6%;
  height: 2.5px;
  left: 47%;
  margin-top: 1.5%;
}

#dokumentacija_p1 {
  margin-top: 2%;
  font-size: 2.2vh;
  color: #595A5D;
}


#stalneveze {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
}

#permanent_connections {
  position: relative;
  margin-top: 0 auto;
  width: 100%;
}

#stalne_container1 {
  width: 60%;
}

#stalne_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#stalne_red1 {
  margin-top: 8%;
}

#stalne_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 5.5%;
  height: 3px;
  left: 47.2%;
  margin-top: 1.5%;
}

#stalne_tabela1 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#stalne_tabela2 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#stalne_tekst1 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 5%;
  padding-right: 2%;
  height: 40vh;
}

#stalne_tekst1_en {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 5%;
  padding-right: 2%;
  height: 44vh;
}

#stalne_tekst2 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 5%;
  white-space: normal;
  height: 40vh;
}

#stalne_tekst2_en {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 5%;
  white-space: normal;
  height: 44vh;
}

#stalne_tabela_naslov {
  font-size: 2.7vh;
  font-weight: 400;
}

#stalne_container2 {
  width: 60%;
}

#stalne_placeholder1 {
  position: relative;
  height: 60%;
}

#stalne_placeholder1_en {
  position: relative;
  height: 60%;
}

#stalne_placeholder2 {
  position: relative;
  height: 60%;
}

#stalne_placeholder2_en {
  position: relative;
  height: 60%;
}

#stalne_rectangle2 {
  margin-top: 3%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#stalne_title2 {
  margin-top: 2%;
  margin-left: 4%;
  top: 2%;
  text-align: left;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 400;
  font-size: 3.5vh;
  color: #595A5D;
}

#stalne_p1 {
  margin-left: 4%;
  font-size: 2.2vh;
  color: #595A5D;
}

td {
  font-size: 2.2vh !important;
}

th {
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  #internet_rectangle1 {
    position: relative;
    margin-top: 9%;
    background: #ffffff;
    width: 63vw;
    height: 16vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }

  #internet_rectangle1_en {
    position: relative;
    margin-top: 9%;
    background: #ffffff;
    width: 63vw;
    height: 19vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #internet_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #internet_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    margin-bottom: 7%;
  }
  
  #net_red1 {
    position: relative;
    top: 10%;
  }
  
  #internet_logo1 {
    transform: scale(1);
    position: relative;
    right: 2vw;
  }
  
  #internet_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #internet_logo2 {
    transform: scale(1);
  }
  
  #internet_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #net_logo1 {
    width: 16.5vw;
    position: relative;
    margin-left: 3%;
  }
    
  #net_logo2 {
    position: relative;
    width: 18.5vw;
  }

  #net_p_logo1 {
    right: 4.7vw;
    margin-top: 0.6vh;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #net_p_logo2 {
    margin-top: 4.95vh;
    right: 12vw;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #net_p_logo2_en {
    margin-top: 4.7vh;
    right: 2.5vw;
    position: absolute;
    overflow: visible;
    width: 30vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }


  
  #xdsl {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    height: 83vh;
  }
  
  #net_title1 {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
    margin-top: -15%;
  }
  
  #net_rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.7%;
    margin-top: 5%;
  }
  
  #net_container2 {
    width: 100vw;
  }
  
  #net_rectangle3 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #net_p1 {
    padding-top: 4%;
    padding-bottom: 1%;
    padding-left: 4%;
    padding-right: 1%;
    font-size: 2.5vh;
    color: #595A5D;
  }
  
  #xdsl1 {
    position: absolute;
    left: 65%;
    top: 65vh !important;
    width: 30%;
  }

  #aneks_wrapper1 {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
    background: #f3f3f3;
    padding-top: 0 !important;
  }
  
  #aneks_container1 {
    width: 90vw;
    text-align: center;
  }
  
  #aneks_container2 {
    margin-top: 0 !important; 
  }
  
  #aneks_title1 {
    margin-top: 2%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 60vw;
    white-space: nowrap;
    font-size: 4vh;
    color: #595A5D;
    text-wrap: wrap;
  }
  
  #aneks_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10vw;
    height: 2.5px;
    left: 43.7%;
    margin-top: 1.5%;
  }
  
  #aneks_p1 {
    margin-top: 3vh;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #adsl_wrapper {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
  }
  
  #trouglici_crveni {
    position: absolute;
    right: -3%;
    top: 1%;
    display: none;
  }
  
  #trouglici_crveni2 {
    position: absolute;
    right: -4%;
    top: 5%;
    width: 20vw;
  }
  
  #trouglici_sivi {
    position: absolute;
    left: -3%;
    bottom: 0;
  }
  
  #adsl_container1 {
    width: 100vw;
  }
  
  #adsl_container2 {
    width: 100vw;
    margin-top: 5vh;
  }
  
  #net_title2 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #adsl_p1 { 
    margin-top: 8%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #adsl_p2 { 
    margin-top: 8%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #prva_kolona_adsl1 {
    font-size: 2.2vh;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6rem;
  }
  
  #prva_kolona_adsl2 {
    font-size: 2.2vh;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 1.6rem;
  }
  
  #adsl_p3 {
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #net_title3 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #adsl_wrapper2 {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 3vh !important;
  }
  
  #adsl_p4 {
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #adsl_p5 {
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #adsl_wrapper3 {
    background: #f3f3f3;
    position: relative;
    margin-top: 0 auto;
    width: 100vw;
    padding-top: 3vh !important;
  }

  .container.mt-5 {
    padding-bottom: 5vh !important;
    padding: 2vh !important;
  }

  .form-group.mt-3 {
    padding-top: 1vh !important;
    padding-bottom: 1vh !important;
  }
  
  #adsl_container3 {
    width: 100vw;
  }

  #zahtev_za_adsl {
    width: 100vh;
  }

  #podnesi_container {
    position: relative;
    text-align: center;
    top: 20vh;
  }
  
  #podnesi_container2 {
    position: relative;
    text-align: center;
    top: 5vh;
  }
  
  #adsl_rectangle1 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    }
  
  #adsl_rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 14%;
    height: 2.5px;
    left: 42%;
    margin-top: 2.5%;
  }
  
  #adsl_rectangle3{
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 87vh !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  #adsl_rectangle4 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 14%;
    height: 2.5px;
    left: 42.6%;
    margin-top: 2.5%;
  }
  
  #adsl_p6 {
    position: relative;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left !important;
    left: 0 !important;
    padding-left: 5% !important;
    margin-bottom: 2vh ;
  }
  
  #adsl_title1 {
    margin-top: 5%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #adsl_title2 {
    margin-top: 5%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #adsl_wrapper4 {
    background: #f3f3f3;
    position: relative;
    margin-top: -3%;
    width: 100%;
    padding-top: 0 !important;
  }
  
  #adsl_container4 {
    width: 100vw;
  }
  
  #adsl_rectangle5 {
    margin-top: 6%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 143vh !important;
    overflow-x: hidden;
  }
  
  #adsl_title3 {
    text-align: center;
    margin-top: 5%;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space:unset !important;
    font-size: 3.5vh;
    color: #595A5D;
    text-wrap: wrap;
  }

  #adsl_title3_en {
    text-align: center;
    margin-top: 5%;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space:unset !important;
    font-size: 3.5vh;
    color: #595A5D;
    text-wrap: wrap;
  }
  
  #adsl_rectangle6 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 14%;
    height: 2.5px;
    left: 42%;
    margin-top: 1.5%;
  }
  
  #adsl_p7 {
    margin-top: 5vh !important;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #prelazak1 {
    position: relative;
    margin-top: 2% !important;
    margin-bottom: 3%;
    width: 90vw !important;
    overflow-x: hidden;
  }
  
  #prelazak2 {
    position: relative;
    width: 96vw !important;
    left: 0 !important;
    overflow-x: hidden;
    height: 40vh;
  }

  #dokumentacija_wrapper1 {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
    background: #f3f3f3;
    padding-top: 0 !important;
    padding-bottom: 3vh;
  }
  
  #dokumentacija_container1 {
    width: 70%;
    text-align: center;
  }
  
  #dokumentacija_title1 {
    margin-top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: normal;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #dokumentacija_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 10vw;
    height: 2.5px;
    left: 42%;
    margin-top: 1.5%;
  }
  
  #dokumentacija_p1 {
    margin-top: 2vh;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #stalneveze {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
    padding-top: 4vh !important;
  }

  #permanent_connections {
    position: relative;
    margin-top: 0 auto;
    width: 100%;
    padding-top: 4vh !important;
  }
  
  #stalne_container1 {
    width: 100vw;
  }
  
  #stalne_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: normal;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #stalne_red1 {
    margin-top: 8%;
  }
  
  #stalne_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 46.9%;
    margin-top: 1.5%;
  }
  
  #stalne_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 80vh;
  }
  
  #stalne_tabela2 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 70vh;
  }
  
  #stalne_tekst1 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    padding-left: 2% !important;
    padding-bottom: 3% !important;
    margin-left: 1% !important;
    margin-bottom: 0 !important;
    white-space: normal;
  }
  
  #stalne_tekst2 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    padding-left: 2% !important;
    padding-bottom: 3% !important;
    margin-left: 1% !important;
    margin-bottom: 0 !important;
  }
  
  #stalne_tabela_naslov {
    font-size: 2.7vh;
    font-weight: 400;
  }

  #stalne_placeholder1 {
    position: relative;
    height: 79vh;
    margin-bottom: 5vh;
  }
  
  #stalne_placeholder2 {
    position: relative;
    height: 60vh;
  }
  
  #stalne_container2 {
    position: relative;
    width: 100vw;
    margin-top: 2vh;
  }
  
  #stalne_rectangle2 {
    margin-top: 3%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #stalne_title2 {
    margin-top: 2%;
    margin-left: 4%;
    top: 2%;
    text-align: left;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 400;
    font-size: 3.5vh;
    color: #595A5D;
  }
  
  #stalne_p1 {
    margin-left: 4%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  td {
    font-size: 2.2vh !important;
  }
  
  th {
    font-weight: 400;
  }
}

@media (max-width: 1536px) {
  #xdsl1{
    top: 22%;
  }

  #adsl_rectangle1{
    height: 79.3vh;
  }

  #adsl_rectangle1_en {
    height: 78vh;
  }

  #adsl_rectangle3{
    height: 79.3vh;
  }

  #adsl_rectangle3_en {
    height: 78vh;
  }

  #adsl_rectangle5 {
    margin-top: 6%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 68vh;
    overflow-x: hidden;
  }

  #adsl_rectangle5_en {
    margin-top: 6%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    height: 68vh;
    overflow-x: hidden;
  }

  #podnesi_container {
    position: relative;
    text-align: center;
    top: 27vh;
  }
  
  #podnesi_container2 {
    position: relative;
    text-align: center;
    top: 6vh;
  }

  #prelazak1 {
    position: relative;
    left: 5%;
    margin-top: 6.5%;
    margin-bottom: 3%;
    width: 48%;
    overflow-y: auto;
  }

  #prelazak2 {
    width: 48%;
  }

  #adsl_title3 {
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-size: 3.5vh;
    color: #595A5D;
    margin-bottom: 3%;
  }

  #adsl_title3_en {
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-size: 3.5vh;
    color: #595A5D;
    margin-bottom: 3%;
  }

  #adsl_p1 { 
    font-size: 2.5vh;
  }
  
  #adsl_p2 { 
    font-size: 2.5vh;
  }

  #adsl_p3 { 
    font-size: 2.5vh;
  }

  #adsl_p4 { 
    font-size: 2.5vh;
  }

  #adsl_p5 { 
    font-size: 2.5vh;
  }

  #adsl_p6 { 
    font-size: 2.5vh;
  }

  #adsl_p7 { 
    font-size: 2.5vh;
    margin-top: 5% !important;
  }

  #stalne_tekst1 { 
    font-size: 2.5vh;
    height: 52vh;
  }

  #stalne_tekst1_en { 
    font-size: 2.5vh;
    height: 55vh;
  }

  #stalne_tekst2 { 
    font-size: 2.5vh;
    height: 52vh;
  }

  #stalne_tekst2_en { 
    font-size: 2.5vh;
    height: 55vh;
  }

  #stalne_placeholder2 {
    height: 60%;
  }

  #stalne_p1 {
    font-size: 2.5vh;
  }

  #net_p1 {
    font-size: 2.5vh;
    padding-right: 2%;
  }
  
  #p16 {
    font-size: 2.5vh;
  }

  #footer_wrapper {
    height: 60.2vh;
  }
}

/*--------------------------------------------------------------
# Hosting strana
--------------------------------------------------------------*/

#hosting_rectangle1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 46%;
  height: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#hosting_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#hosting_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#hosting_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}

#hosting_logo1 {
  position: relative;
  width: 85px;
  top: 3%;
  right: 6%;
}

#nav_logo1 {
  transform: scale(1);
}

#nav_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#hosting_p_logo1 {
  left: 8%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#nav_logo2 {
  transform: scale(1);
}

#nav_logo2:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#hosting_logo2 {
  position: relative;
  width: 85px;
  top: 5%;
  right: 15%;
}

#hosting_p_logo2 {
  right: 25%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#nav_logo3 {
  transform: scale(1);

}

#nav_logo3:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#hosting_logo3 {
  position: relative;
  width: 85px;
  top: 6%;
  right: 5%;
}

#hosting_p_logo3 {
  right: 32%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#cpanel {
  background: #f3f3f3;
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#trouglici_crveni3 {
  position: absolute;
  right: -3%;
  top: 4%;
}

#trouglici_sivi2 {
  position: absolute;
  left: -3%;
  bottom: 0;
}

#cpanel_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#cpanel_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#cpanel_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#cpanel_p1 { 
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#cpanel_tabela_red1 {
  padding: 0 !important;
}

#prva_kolona5 {
  line-height: 9.5vh;
}

#prva_kolona6 {
  line-height: 13vh;
}

#prva_kolona7 {
  line-height: 7vh;
}

#prva_kolona8 {
  line-height: 7vh;
}

#cpanel_p2 { 
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#vps {
  position: relative;
  margin-top: o;
  width: 100%;
}

#vps_container1 {
  position: relative;
  margin-top: 4%;
  text-align: center;
  width: 54%;
}

#vps_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#vps_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#vps_p1 { 
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#vps_p2 { 
  margin-top: 6%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#vps_tabela1 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#vps_p3 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 11%;
}

#vps_tabela_naslov {
  font-size: 2.7vh;
  font-weight: 400;
}

#vps_container2 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#vps_p4 {
  text-align: left !important;
  margin-top: 7%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#vps_prvakolona2 {
  line-height: 5vh;
}

#vps_p5 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#vps_container3 {
  position: relative;
  margin-top: 4%;
  text-align: center;
  width: 54%;
}

#vps_title2 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#vps_rectangle2 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 5.5%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#vps_p6 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#vps_p7 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#vps_p8 {
  text-align: left !important;
  margin-top: 8%;
  font-size: 2.2vh;
  color: #595A5D;
}

#najam_container1 {
  margin-top: 5%;
  width: 100%;
}

#vps_tabela2 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#vps_p9 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_container1 {
  margin-top: 5%;
  width: 54%;
}

#housing_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#housing_p1 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_p2 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_kolona1 {
  line-height: 5vh;
}

#housing_kolona13 {
  line-height: 2.5vh;
}

#housing_kolona2 {
  line-height: 6.6vh;
}

#housing_tabela1 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#housing_p1 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_p2 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_p3 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#housing_p4 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 7%;
  line-height: 3vh;
}

#housing_tabela2 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#housing_kolona3 {
  line-height: 7.7vh;
}

#housing_kolona4 {
  line-height: 6.5vh;
}

#housing_kolona5 {
  line-height: 6.5vh;
}

#housing_p5 {
  text-align: left !important;
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
}

#audio {
  position: relative;
  margin-top: 1%;
  width: 100%;
  padding-top: 0 !important;
}

#audio_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#audio_title2 {
  top: 2%;
  text-align: left;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#audio_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#audio_container1 {
  margin-top: 5%;
  width: 54%;
}

#audio_p1 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#audio_p2 {
  text-align: left !important;
  margin-top: 2%;
  font-size: 2.2vh;
  color: #595A5D;
  margin-left: 2%;
}

#audio_tabela1 {
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#audio_tabela_naslov {
  position: relative;
}

#audio_p3 {
  text-align: left !important;
  margin-top: 1%;
  font-size: 2.2vh;
  color: #595A5D;
}

#audio_container2 {
  margin-top: 5%;
  width: 54%;
}

#audio_title3 {
  top: 2%;
  text-align: left;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4vh;
  color: #595A5D;
}

#audio_p4 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
}

#audio_p5 {
  text-align: left !important;
  margin-top: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  white-space: normal;
}

#trouglici_crveni3 {
  position: absolute;
  right: -3%;
  margin-top: -3%;
}

#trouglici_sivi2 {
  position: absolute;
  bottom: 0;
  left: -3%;
}

#dnk1 {
  position: absolute;
  width: 100%;
  opacity: 0.15;
}

@media only screen and (max-width: 600px) {
  #hosting_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 82vw;
    height: 17.5vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #hosting_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #hosting_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #hosting_red1 {
    position: relative;
    top: 5%;
    line-height: 1.2;
    margin-right: 0 !important;
    left: 3.5%;
  }
  
  #hosting_logo1 {
    position: relative;
    width: 15vw;
    top: 1vh;
    left: 0.2vw;
  }
  
  #nav_logo1 {
    transform: scale(1);
    position: relative;
    width: 25vw;
    top: 0.5vh;
    right: 2.2vw;
  }
  
  #nav_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_p_logo1 {
    left: -3.4vw !important;
    top: 0.7vh;
    position: relative;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.3vh;
    color: #595A5D;
  }
  
  #nav_logo2 {
    transform: scale(1);
    position: relative;
    width: 25vw;
    top: 0.7vh;
    right: 2vw;
  }
  
  #nav_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_logo2 {
    position: relative;
    width: 15vw;
    left: 0.1vw;
  }
  
  #hosting_p_logo2 {
    top: 0.5vh;
    right: 3vw !important;
    position: relative;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.3vh;
    color: #595A5D;
  }
  
  #nav_logo3 {
    transform: scale(1);
    position: relative;
    width: 25vw;
  }
  
  #nav_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_logo3 {
    position: relative;
    width: 15vw;
    left: 2.5vw;
  }
  
  #hosting_p_logo3 {
    left: 1.7vw;
    top: 0.2vh;
    position: relative;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.3vh;
    color: #595A5D;
    text-wrap: wrap;
  }
  
  #cpanel {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #trouglici_crveni3 {
    position: absolute;
    right: -3%;
    top: 4%;
    display: none;
  }
  
  #trouglici_sivi2 {
    position: absolute;
    left: -3%;
    bottom: 0;
  }
  
  #cpanel_container1 {
    position: relative;
    margin-top: 1% !important;
    padding-top: 0 !important;
    text-align: center;
    width: 100vw;
  }
  
  #cpanel_title1 {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #cpanel_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 46.2%;
    margin-top: 1.5%;
  }
  
  #cpanel_p1 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #cpanel_tabela_red1 {
    padding: 0 !important;
  }
  
  #prva_kolona5 {
    line-height: 4vh;
  }
  
  #prva_kolona6 {
    line-height: 13vh;
  }
  
  #prva_kolona7 {
    line-height: 4vh;
  }
  
  #prva_kolona8 {
    line-height: 7vh;
  }
  
  #cpanel_p2 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #vps {
    position: relative;
    margin-top: o;
    width: 100%;
    padding-top: 3vh !important;
  }
  
  #vps_container1 {
    position: relative;
    margin-top: 5vh;
    text-align: center;
    width: 100vw;
  }
  
  #vps_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #vps_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 44.2%;
    margin-top: 2.5%;
  }
  
  #vps_p1 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #vps_p2 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #vps_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    width: 93.4vw;
  }
  
  #vps_p3 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    margin-left: 2%;
  }
  
  #vps_tabela_naslov {
    font-size: 2.7vh;
    font-weight: 400;
  }
  
  #vps_container2 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 100vw;
    padding: 0 !important;
  }
  
  #vps_p4 {
    text-align: left !important;
    margin-top: 7%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_prvakolona2 {
    line-height: 5vh;
  }
  
  #vps_p5 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_container3 {
    position: relative;
    margin-top: 14%;
    text-align: center;
    width: 100vw;
  }
  
  #vps_title2 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #vps_rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 5.5%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #vps_p6 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_p7 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }

  #najam_polje13 {
    line-height: 2.5vh;
  }
  
  #vps_p8 {
    text-align: left !important;
    margin-top: 8%;
    font-size: 2.2vh;
    color: #595A5D;
    width: 93.4vw;
  }
  
  #najam_container1 {
    margin-top: 5%;
    width: 100vw;
    padding: 0 !important;
  }
  
  #vps_tabela2 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
    width: 93.4vw;
    padding: 0 !important;
  }
  
  #vps_p9 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_container1 {
    margin-top: 15%;
    width: 100vw;
  }
  
  #housing_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #housing_p1 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p2 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_kolona1 {
    line-height: 5vh;
  }
  
  #housing_kolona2 {
    line-height: 4vh;
  }
  
  #housing_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #housing_p1 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p2 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p3 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p4 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    margin-left: 2%;
    line-height: 3vh;
  }
  
  #housing_tabela2 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #housing_kolona3 {
    line-height: 7.7vh;
  }
  
  #housing_kolona4 {
    line-height: 6.5vh;
  }

  #housing_kolona5 {
    line-height: 6.5vh;
  }
  
  #housing_p5 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio {
    position: relative;
    margin-top: 1%;
    width: 100%;
    padding-bottom: 4vh !important;
  }
  
  #audio_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #audio_title2 {
    top: 2%;
    text-align: left;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #audio_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 44.2%;
    margin-top: 1.5%;
  }
  
  #audio_container1 {
    margin-top: 6vh;
    width: 100vw;
  }
  
  #audio_p1 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio_p2 {
    text-align: left !important;
    margin-top: 2%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }

  #audio_tabela_naslov {
    position: relative;
    line-height: 1.7rem;
  }
  
  #audio_p3 {
    text-align: left !important;
    margin-top: 1%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio_container2 {
    margin-top: 8vh;
    width: 100vw;
  }
  
  #audio_title3 {
    top: 2%;
    text-align: left;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #audio_p4 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
  }

  #audio_cenovnik_polje {
    line-height: 3vh;
  }
  
  #audio_p5 {
    text-align: left !important;
    margin-top: 3vh;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #trouglici_crveni3 {
    position: absolute;
    right: -3%;
    margin-top: -3%;
  }
  
  #trouglici_sivi2 {
    position: absolute;
    bottom: 0;
    left: -3%;
    display: none;
  }
  
  #dnk1 {
    position: absolute;
  }
}

@media (max-width: 1536px) {
  #dnk1 {
    position: absolute;
    width: 100%;
  }

  #cpanel_p1{
    font-size: 2.5vh;
  }

  #cpanel_p2{
    font-size: 2.5vh;
  }

  #vps_p1 {
    font-size: 2.5vh;
  }

  #vps_p2 {
    font-size: 2.5vh;
  }

  #vps_p3 {
    font-size: 2.5vh;
  }

  #vps_p4 {
    font-size: 2.5vh;
  }

  #vps_p5 {
    font-size: 2.5vh;
  }
  
  #vps_p6 {
    font-size: 2.5vh;
  }

  #vps_p7 {
    font-size: 2.5vh;
  }

  #vps_p8 {
    font-size: 2.5vh;
  }

  #vps_p9 {
    font-size: 2.5vh;
  }

  #housing_p1 {
    font-size: 2.5vh;
  }

  #housing_p2 {
    font-size: 2.5vh;
  }

  #housing_p3 {
    font-size: 2.5vh;
  }

  #hosting_p_logo3 {
    right: 19%;
  }

  #housing_p4 {
    font-size: 2.5vh;
  }

  #housing_p5 {
    font-size: 2.5vh;
  }

  #audio_p1 {
    font-size: 2.5vh;
  }

  #audio_p2 {
    font-size: 2.5vh;
  }

  #audio_p3 {
    font-size: 2.5vh;
  }

  #audio_p4 {
    font-size: 2.5vh;
  }

  #audio_p5 {
    font-size: 2.5vh;
  }
}

/*--------------------------------------------------------------
# VoIP strana
--------------------------------------------------------------*/

#voip_rectangle1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 46%;
  height: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#voip_rectangle1_en {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 46%;
  height: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#voip_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#voip_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#voip_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}

#voip_nav_logo1 {
  position: relative;
}

#voip_logo1 {
  position: relative;
  width: 130px;
  top: 3%;
  right: 6%;
}

#voip_logo1 {
  transform: scale(1);
}

#voip_logo1_en {
  transform: scale(1);
}

#voip_logo1_en {
  position: relative;
  width: 130px;
  top: 3%;
  right: 6%;
}

#voip_logo1_en {
  transform: scale(1);
}

#voip_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#voip_p_logo1 {
  left: 7.5%;
  margin-top: 4%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.4vh;
  color: #595A5D;
}

#voip_p_logo1_en {
  left: 7.5%;
  margin-top: 4%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.4vh;
  color: #595A5D;
}

#voip_nav_logo2 {
  position: relative;
  white-space: normal;
}

#voip_logo2 {
  transform: scale(1);
}

#voip_logo2:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#voip_logo2 {
  position: relative;
  width: 75px;
  top: 10%;
  right: 3%;
}

#voip_p_logo2 {
  right: 23%;
  margin-top: 6%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: normal;
  text-align: center;
  font-weight: normal;
  font-size: 2.4vh;
  color: #595A5D;
}

#voip_p_logo2_en {
  right: 38%;
  margin-top: 6%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: normal;
  text-align: center;
  font-weight: normal;
  font-size: 2.4vh;
  color: #595A5D;
}

#voip_nav_logo3 {
  position: relative;
}

#voip_nav_logo3_en {
  position: relative;
  left: 2%;
}

#voip_logo3 {
  transform: scale(1);

}

#voip_logo3:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#voip_logo3 {
  position: relative;
  width: 85px;
  top: 6%;
  right: 5%;
}

#voip_p_logo3 {
  right: 17%;
  margin-top: 0.9%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#voip_p_logo3_en {
  right: 17%;
  margin-top: 0.9%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#pbx {
  background: #f3f3f3;
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#pbx_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#pbx_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#pbx_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#pbx_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#pbx_p1 { 
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#pbx_container2 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#pbx_p2 { 
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#pbx_kolona1 {
  line-height: 6.7vh;
}

#pbx_kolona2 {
  line-height: 9.4vh;
}

#pbx_container3 {
  position: relative;
  text-align: center;
  width: 65%;
}

#pbx_p3 { 
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#oprema {
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#equipment {
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#oprema_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#oprema_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#oprema_p1 {
  margin-top: 5%;
  margin-bottom: 15%;
  font-size: 3vh;
  color: #595A5D;
  text-align: center;
}

#oprema_kontakt {
  position: absolute;
  right: 5%;
  top: 10%;
}

#cenovnik {
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#pricelist {
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#cenovnik_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 45%;
}

#cenovnik_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#cenovnik_p1 {
  margin-top: 5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#cenovnik_container2 {
  position: relative;
}

#voip_forma1 {
  margin-top: 7%;
  margin-bottom: 20%;
}

#voip_ili {
  position: relative;
  margin-top: 5%;
}

#voipPricelistForm {
  position: absolute;
  margin-top: 5%;
}

#prikazi_dugme {
  position: relative;
  float: right;
}

@media only screen and (max-width: 600px) {
  #voip_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 90vw;
    height: 18vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }

  #voip_rectangle1_en {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 90vw;
    height: 19vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #voip_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #voip_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #voip_red1 {
    position: relative;
    top: 10%;
    line-height: 1.2;
  }
  
  #voip_nav_logo1 {
    position: absolute;
    right: 25vw;
    top: 1vh;
  }

  #voip_logo1 {
    position: relative;
    width: 23vw;
    top: 0;
    right: 3.6vw;
  }

  #voip_logo1_en {
    position: relative;
    width: 23vw;
    top: 0;
    right: 5vw;
  }
  
  #voip_logo1_en {
    transform: scale(1);
  }
  
  #voip_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #voip_logo1_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_p_logo1 {
    left: 25vw !important;
    margin-top: 1.5vh;
    position: relative;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #voip_p_logo1_en {
    left: 25vw !important;
    margin-top: 2vh;
    position: relative;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #voip_nav_logo2 {
    position: absolute;
    left: 7vw;
    top: 1vh;
    bottom: 20vh;
  }

  #voip_logo2 {
    transform: scale(1);
  }
  
  #voip_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_logo2 {
    position: relative;
    width: 15vw;
    top: 0;
    right: 7vw;
  }
  
  #voip_p_logo2 {
    left: 23.5vw !important;
    margin-top: 0 !important;
    position: relative;
    width: 22vw;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
    white-space: normal;
    word-wrap: break-word;
  }

  #voip_p_logo2_en {
    left: 20.5vw !important;
    margin-top: 0 !important;
    position: relative;
    width: 28vw;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
    white-space: normal;
    word-wrap: break-word;
  }
  
  #voip_nav_logo3 {
    position: absolute;
    left: 9vw;
  }

  #voip_nav_logo3_en {
    position: absolute;
    left: 9vw;
  }

  #voip_logo3 {
    transform: scale(1);
  
  }
  
  #voip_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_logo3 {
    position: relative;
    width: 19vw;
    top: 0;
    left: 20vw;
  }
  
  #voip_p_logo3 {
    left: 50vw;
    position: relative;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }

  #voip_p_logo3_en {
    left: 50vw;
    position: relative;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #pbx {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
    padding-bottom: 2vh;
  }
  
  #pbx_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 100vw;
  }
  
  #pbx_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100vw;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
    text-wrap: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  
  #pbx_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 46.2%;
    margin-top: 1.5%;
  }
  
  #pbx_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #pbx_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #pbx_container2 {
    position: relative;
    margin-top: 7vh;
    text-align: center;
    width: 100vw;
  }
  
  #pbx_p2 { 
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #pbx_kolona1 {
    line-height: 6.7vh;
  }
  
  #pbx_kolona2 {
    line-height: 9.4vh;
  }
  
  #pbx_container3 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 100vw;
  }
  
  #pbx_p3 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #oprema {
    position: relative;
    width: 100vw;
    padding-top: 2vh;
    height: 40vh;
  }

  #equipment {
    position: relative;
    width: 100vw;
    padding-top: 2vh;
    height: 40vh;
  }
  
  #oprema_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 65%;
  }
  
  #oprema_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #oprema_p1 {
    margin-top: 5%;
    margin-bottom: 15%;
    font-size: 3vh;
    color: #595A5D;
    text-align: center;
  }
  
  #oprema_kontakt {
    position: absolute;
    right: 5%;
    top: 6vh;
    width: 30vw;
  }
  
  #cenovnik {
    position: relative;
    width: 100vw;
    padding-top: 5vh !important;
  }

  #pricelist {
    position: relative;
    width: 100vw;
    padding-top: 5vh !important;
  }
  
  #cenovnik_container1 {
    position: relative;
    margin-top: 0 !important;
    text-align: center;
    width: 100vw;
  }
  
  #cenovnik_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #cenovnik_p1 {
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #cenovnik_container2 {
    position: relative;
    width: 90vw;
    height: 20vh;
    margin-top: 5vh;
    text-align: center;
  }

  #voip_drzava {
    position: relative;
    left: 12.3vw;
  }

  #voip_drzava_en {
    position: relative;
    left: 13.1vw;
  }

  #voip_ili {
    position: relative;
    top: 6vh;
    right: 19vw;
  }

  #voip_broj {
    position: relative;
    width: 58.248vw;
    top: 11vh;
    right: 50vw;
  }

  #voip_dugme {
    position: relative;
    right: 88.5vw;
    top: 18vh;
  }

  #voip_forma1 {
    position: relative;
    width: 100vw;
    height: 40vh;
    margin-top: 7%;
    margin-bottom: 20%;
    display: block;
    text-wrap: wrap;
    word-wrap: break-word;
  }
  
  #prikazi_dugme {
    position: relative;
    float: right;
  }
}

@media (max-width: 1536px) {
  #voip_p_logo1 {
    left: 9%;
  }
  
  #voip_p_logo2 {
    right: 17%;
  }

  #voip_p_logo2_en {
    right: 27%;
  }
  
  #voip_p_logo3 {
    right: 17.5%;
  }

  #pbx_p1 {
    font-size: 2.5vh;
  }

  #pbx_p2 {
    font-size: 2.5vh;
  }

  #pbx_p3 {
    font-size: 2.5vh;
  }

  #cenovnik_p1 {
    font-size: 2.5vh;
  }
}

/*--------------------------------------------------------------
# Software strana
--------------------------------------------------------------*/

#software_rectangle1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 48%;
  height: 160px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#software_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#software_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#software_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}

#software_logo1 {
  position: relative;
  width: 160px;
  top: 3%;
  right: 1%;
  transform: scale(1);
}

#software_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#software_p_logo1 {
  left: 4.5%;
  margin-top: 3.5%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#software_nav_logo1 {
  margin-top: 5.3%;
}

#software_logo2 {
  transform: scale(1);
}

#software_logo2:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#software_logo2 {
  position: relative;
  width: 120px;
  top: 5%;
  right: 4%;
}

#software_p_logo2 {
  right: 39.5%;
  margin-top: 3%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#software_nav_logo2 {
  margin-top: 4%;
}

#software_logo3 {
  transform: scale(1);

}

#software_logo3:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#software_logo3 {
  position: relative;
  width: 160px;
  top: 6%;
  right: 5%;
}

#software_p_logo3 {
  right: 7%;
  margin-top: 4.2%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#software_nav_logo3 {
  margin-top: 6%;
}

#kaspersky {
  background: #f3f3f3;
  position: relative;
  margin-top: 5%;
  width: 100%;
}

#kaspersky_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 65%;
}

#kaspersky_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#kaspersky_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#kaspersky_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#kaspersky_p1 { 
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#nod32 {
  background: #f3f3f3;
  position: relative;
  width: 100%;
}

#nod32_container1 {
  position: relative;
  text-align: center;
  width: 65%;
}

#nod32_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#nod32_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#nod32_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#nod32_p1 { 
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#m365 {
  background: #f3f3f3;
  position: relative;
  width: 100%;
}

#m365_container1 {
  position: relative;
  text-align: center;
  width: 65%;
}

#m365_title1 {
  top: 2%;
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#m365_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1.5%;
}

#m365_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#m365_p1 { 
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

@media only screen and (max-width: 600px) {
  #software_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 93.4vw;
    height: 30vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #software_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #software_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #software_red1 {
    position: relative;
    top: 10%;
    line-height: 1.2;
  }
  
  #software_logo1 {
    position: relative;
    width: 120px;
    top: 3%;
    right: 1%;
    transform: scale(1);
  }
  
  #software_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_p_logo1 {
    left: 32vw;
    margin-top: 3.5%;
    position: absolute;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #software_nav_logo1 {
    position: absolute;
    margin-top: 5.3%;
    right: 23vw;
  }
  
  #software_logo2 {
    transform: scale(1);
  }
  
  #software_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_logo2 {
    position: relative;
    width: 110px;
    top: 5%;
    right: 4%;
  }
  
  #software_p_logo2 {
    right: 36.5vw;
    margin-top: 3%;
    position: absolute;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #software_nav_logo2 {
    position: absolute;
    left: 26vw;
    margin-top: 4%;
  }
  
  #software_logo3 {
    transform: scale(1);
  
  }
  
  #software_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_logo3 {
    position: relative;
    width: 160px;
    top: 6%;
    right: 5%;
  }
  
  #software_p_logo3 {
    right: 40.5vw;
    margin-top: 4.2%;
    position: absolute;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #software_nav_logo3 {
    position: absolute;
    margin-top: 15vh;
    left: 3vw;
  }
  
  #kaspersky {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #kaspersky_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 100vw;
  }
  
  #kaspersky_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #kaspersky_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #kaspersky_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #kaspersky_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #nod32 {
    background: #f3f3f3;
    position: relative;
    width: 100vw;
    padding-top: 5vh !important;
  }
  
  #nod32_container1 {
    position: relative;
    text-align: center;
    width: 100vw;
  }
  
  #nod32_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #nod32_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #nod32_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #nod32_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #m365 {
    background: #f3f3f3;
    position: relative;
    width: 100vw;
    padding-top: 5vh !important ;
  }
  
  #m365_container1 {
    position: relative;
    text-align: center;
    width: 100vw;
  }
  
  #m365_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #m365_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #m365_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #m365_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
}

@media (max-width: 1536px) {
  #kaspersky_p1 {
    font-size: 2.5vh;
  }

  #nod32_p1 {
    font-size: 2.5vh;
  }

  #m365_p1 {
    font-size: 2.5vh;
  }
}

/*--------------------------------------------------------------
# Zastita strana
--------------------------------------------------------------*/

#zastita_rectangle1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 17%;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#zastita_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#zastita_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#zastita_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}
#zastita_nav_logo1 {
  transform: scale(1);
}
#zastita_nav_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#zastita_logo1 {
  position: relative;
  width: 85px;
  right: 1%;
  transform: scale(1);
}

#zastita_p_logo1 {
  left: 17.5%;
  margin-top: 3.5%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#zastita_nav_logo1 {
  margin-top: 2.3%;
}

#backup {
  background: #f3f3f3;
  position: relative;
  margin-top: 2%;
  width: 100%;
}

#backup_container1 {
  position: relative;
  margin-top: 2%;
  text-align: center;
  width: 65%;
}

#backup_title1 {
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#backup_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 3.7%;
  height: 3px;
  left: 48.2%;
  margin-top: 1%;
}

#backup_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#backup_p1 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}


@media only screen and (max-width: 600px) {
  #zastita_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 50vw;
    height: 20vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #zastita_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #zastita_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #zastita_red1 {
    position: relative;
    top: 5%;
    line-height: 1.2;
  }
  
  #zastita_logo1 {
    position: relative;
    width: 17.5vw;
    top: 3%;
    right: 1%;
    transform: scale(1);
  }
  
  #zastita_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #zastita_p_logo1 {
    left: 14.6vw;
    margin-top: 3.5%;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #zastita_nav_logo1 {
    position: absolute;
    margin-top: 5.3%;
  }
  
  #backup {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
    padding-top: 3vh !important;
  }
  
  #backup_container1 {
    position: relative;
    margin-top: 5vh;
    text-align: center;
    width: 100vw;
  }
  
  #backup_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #backup_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #backup_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #backup_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
}

@media (max-width: 1536px) {
  #backup_p1 { 
    font-size: 2.5vh;
  }
}

/*--------------------------------------------------------------
# About strana
--------------------------------------------------------------*/

#about_rectangle1 {
  position: relative;
  margin-top: 10%;
  background: #ffffff;
  width: 17%;
  height: 170px;
  border-style: solid;
  border-width: 2px;
  border-color: #b9b9b9;
  -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
}

#about_title1 {
  margin-bottom: 5%;
  font-weight: 500;
  font-size: 5.3vh;
  color: #595A5D;
}

#about_container1 {
  position: relative;
  margin-top: 5%;
  text-align: center;
}

#about_red1 {
  position: relative;
  top: 10%;
  line-height: 1.2;
}
#about_nav_logo1 {
  transform: scale(1);
}
#about_nav_logo1:hover {
  transform: scale(1.07);
  transition: all 250ms ease-in-out;
}

#about_logo1 {
  position: relative;
  width: 85px;
  right: 1%;
  transform: scale(1);
}

#about_p_logo1 {
  left: 17.5%;
  margin-top: 3.5%;
  position: absolute;
  overflow: visible;
  width: 143px;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  font-size: 2.6vh;
  color: #595A5D;
}

#about_nav_logo1 {
  margin-top: 2.3%;
}

#onama {
  background: #f3f3f3;
  position: relative;
  margin-top: 10%;
  width: 100%;
}

#onama_container1 {
  position: relative;
  margin-top: 2%;
  text-align: center;
  width: 65%;
}

#onama_title1 {
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#onama_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 2.7%;
  height: 3px;
  left: 48.8%;
  margin-top: 1%;
}

#onama_rectangle2 {
  margin-top: 5%;
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#onama_p1 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#uslovi {
  background: #f3f3f3;
  position: relative;
  margin-top: 10%;
  width: 100%;
}

#uslovi_container1 {
  position: relative;
  margin-top: 2%;
  text-align: center;
  width: 40%;
}

#uslovi_title1 {
  text-align: center;
  position: relative;
  overflow: visible;
  width: 100%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 4.7vh;
  color: #595A5D;
}

#uslovi_rectangle1 {
  position: relative;
  background-color: rgba(231,85,57,1);
  width: 2.7%;
  height: 3px;
  left: 48.8%;
  margin-top: 1%;
}

#uslovi2 {
  background: #f3f3f3;
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}

#uslovi_container2 {
  position: relative;
  margin-top: 2%;
  text-align: center;
  width: 40%;
}

#uslovi_rectangle2 {
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#uslovi_p1 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#uslovi_p2 {
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#uslovi_container3 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 40%;
}

#uslovi_rectangle3 {
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#uslovi_p3 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#uslovi_p4 {
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}


#uslovi_container4 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 40%;
}

#uslovi_rectangle4 {
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#uslovi_p5 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#uslovi_p6 {
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

#uslovi_container5 {
  position: relative;
  margin-top: 5%;
  text-align: center;
  width: 40%;
}

#uslovi_rectangle5 {
  position: relative;
  background: #ffffff;
  border-style: solid;
  border-width: 2px;
  border-color: #d9483c;
}

#uslovi_p7 { 
  padding: 1.5%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
  white-space: normal;
}

#uslovi_p8 {
  padding: 3%;
  font-size: 2.2vh;
  color: #595A5D;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  #about_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 39vw;
    height: 17vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #about_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #about_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #about_red1 {
    position: relative;
    top: 5%;
    line-height: 1.2;
  }
  
  #about_logo1 {
    position: relative;
    width: 14.5vw;
    top: 3%;
    right: 1%;
    transform: scale(1);
  }
  
  #about_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #about_p_logo1 {
    left: 8.7vw;
    margin-top: 3.5%;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #about_nav_logo1 {
    position: absolute;
    margin-top: 11.3%;
  }
  
  #onama {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
    padding-top: 3vh !important;
  }
  
  #onama_container1 {
    position: relative;
    margin-top: 5vh;
    text-align: center;
    width: 100vw;
  }
  
  #onama_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #onama_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #onama_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #onama_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  

  #uslovi {
    background: #f3f3f3;
    position: relative;
    margin: 0;
    width: 100%;
    padding-top: 10% !important;
    padding-bottom: 0 !important;
  }
  
  #uslovi_container1 {
    position: relative;
    margin-top: 10%;
    text-align: center;
    width: 100vw;
  }
  
  #uslovi_title1 {
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #uslovi_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 9vw;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #uslovi2 {
    background: #f3f3f3;
    position: relative;
    width: 100%;
    padding-top: 0 !important;
  }
  
  #uslovi_container2 {
    position: relative;
    margin-top: 10%;
    text-align: center;
    width: 100vw;
  }
  
  #uslovi_rectangle2 {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #uslovi_p1 { 
    padding: 1.5%;
    font-size: 2.3vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #uslovi_p2 {
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #uslovi_container3 {
    position: relative;
    margin-top: 15%;
    text-align: center;
    width: 100vw;
  }
  
  #uslovi_rectangle3 {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #uslovi_p3 { 
    padding: 1.5%;
    font-size: 2.3vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #uslovi_p4 {
    padding: 3%;
    font-size: 2.vh;
    color: #595A5D;
    text-align: left;
  }
  
  
  #uslovi_container4 {
    position: relative;
    margin-top: 15%;
    text-align: center;
    width: 100vw;
  }
  
  #uslovi_rectangle4 {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #uslovi_p5 { 
    padding: 1.5%;
    font-size: 2.3vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #uslovi_p6 {
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #uslovi_container5 {
    position: relative;
    margin-top: 15%;
    text-align: center;
    width: 100vw;
  }
  
  #uslovi_rectangle5 {
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #uslovi_p7 { 
    padding: 1.5%;
    font-size: 2.3vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #uslovi_p8 {
    padding-top: 8%;
    padding-bottom: 2% !important;
    padding-left: 1% !important;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
}

@media (max-width: 1536px) {
  #onama_p1 {
    font-size: 2.5vh;
  }
}

/*--------------------------------------------------------------
# Tablet responsive
--------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {

  #bgimg1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pocetna_red {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .icon-boxes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .icon-boxes .icon-box {
    min-height: 520px;
    padding: 10% 10%;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 16px 0px rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
  }

  #image1 {
    width: 6vw;
    position: relative;
  }
  
  #image2 {
    width: 6vw;
    position: relative;
  }
  
  #image3 {
    width: 6vw;
    position: relative;
  }

  #registracija_pocetna {
    background: rgb(142,141,141);
    background: linear-gradient(90deg, rgba(142,141,141,1) 0%, rgba(130,129,129,1) 35%, rgba(181,177,177,1) 100%);
    position: relative;
    width: 100%;
    height: 62vh;
    margin-top: 0 auto;
  }

  #imedomena_pocetna {
    position: relative;
    margin-top: 15%;
    left: 23.5%;
    font-size: 2.2vh;
    font-weight: 400;
    color: white;
  }

  #domeni_oblak_pocetna {
    position: absolute;
    right: -10%;
    top: 50.5%;
    scale: 0.53;
  }

  #domen1_pocetna {
    position: relative;
    display: block;
    top: 1%;
    width: 85%;
    height: 22%;
    font-size: 2.4vh;
    text-indent: 4%;
  }

  #lupa_pocetna {
    position: relative;
    top: 8.5%;
    margin-left: 3.2%;
    font-size: 2.8vh;
  }

  #domen_placeholder_pocetna {
    position: absolute;
    width: 80%;
    height: 50%;
    left: 15%;
    top: 37%;
  }

  #domeni_cikica_pocetna {
    position: absolute;
    right: 26%;
    bottom: -6.4%;
    scale: 0.64;
  }

  #slajfna_container {
    position: relative;
    width: 85%;
  }

  #ovlasceni_registar {
    position: relative;
    width: 80%;
  }
  
  #rs_znak {
    position: relative;
    width: 54%;
    top: 2vh;
  }
  
  #srb_znak {
    position: relative;
    width: 54%;
    top: 2vh;
  }
  
  #rnids {
    position: relative;
    width: 100%;
    top: 4vh;
  }

  #slajfna2 {
    background: #fff;
    position: relative;
    margin: 0 auto;
    width: 100%;
  }
  
  #visa {
    position: relative;
    margin: 0 auto;
    width: 70px;
    top: 2vh;
  }
  
  #mastercard {
    position: relative;
    margin: 0 auto;
    width: 70px;
  }
  
  #maestro {
    position: relative;
    width: 70px;
  }
  
  #amex {
    position: relative;
    width: 70px;
  }
  
  #dina {
    position: relative;
    margin: 0 auto;
    width: 70px;
    top: 2vh;
  }
  
  #slajfna2_container {
    position: relative;
    width: 65%;
  }
  
  #bancaintesa {
    position: relative;
    width: 210px;
    top: 6.5vh;
  }
  
  #slajfna2_container3 {
    position: relative;
    width: 55%;
    text-align: center;
  }
  
  #slajfna2_red3 {
    text-align: center;
    position: relative;
    margin-top: 120px;
  }
  
  #visasecure {
    position: relative;
    width: 65px;
  }
  
  #mc_check {
    position: relative;
    width: 85px;
  }

  #footer_wrapper {
    padding-top: 3% !important;
    height: 38vh;
  }

  #contact_btn {
    background-color: #d9483c;
    border: unset;
    border-radius: 10px;
    width: 85%;
    height: 8%;
    line-height: 5.5vh;
    font-size: 2.8vh;
    margin-left: 2.175px;
  }

  #kontakt {
    position: relative;
    left: 67%;
    top: 23.5%;
    scale: 0.75;
  }


  /** Internet strana **/
  #adsl_container1 {
    width: 95vw;
  }

  #adsl_rectangle1 {
    height: unset;
  }

  #adsl_rectangle1_en {
    height: unset;
  }

  #prva_kolona_adsl1 {
    font-size: 2.2vh;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 2.1rem;
  }
  
  #prva_kolona_adsl2 {
    font-size: 2.2vh;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif !important;
    line-height: 2.1rem;
  }

  #trouglici_crveni {
    position: absolute;
    right: -3%;
    top: 1%;
    display: none;
  }

  #adsl_container2 {
    width: 95vw;
  }

  #trouglici_sivi {
    display: none;
  }

  #adsl_container3 {
    width: 95vw;
    display: block;
  }

  #col_ugovor {
    width: unset;
  }

  #login_prozor1 {
    height: 45vh;
    width: 100%;
  }

  #adsl_rectangle2 {
    width: 6%;
    left: unset;
    margin: 0 auto;
  }
  
  #adsl_rectangle3 {
    height: 45vh;
  }

  #adsl_rectangle3_en {
    height: 45vh;
  }

  #adsl_rectangle4 {
    width: 6%;
    position: relative;
    background-color: rgba(231, 85, 57, 1);
    height: 2.5px;
    margin-top: 1.5%;
    left: unset;
    margin: 0 auto;
  }
  
  #adsl_container4 {
    width: 95vw;
  }

  #adsl_container4_red {
    display: block;
  }

  #adsl_rectangle5 {
    height: 95vh;
  }

  #aneks_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 6%;
    height: 2.5px;
    left: unset;
    margin: 0 auto;
    margin-top: 1.5%;
  }

  #aneks_container2 {
    margin-top: 3.5vh !important;
  }

  #dokumentacija_p1 {
    margin-top: 3.5vh;
  }

  #adsl_title3 {
    text-align: center;
  }

  #adsl_title3_en {
    text-align: center;
  }

  #adsl_rectangle6 {
    margin: auto;
    left: 0 !important;
    width: 6%;
  }

  #prelazak1 {
    width: 100% !important;
    left: 0 !important;
  }

  #adsl_p7 {
    padding-left: 2vh;
    padding-right: 2vh;
  }
  
  #prelazak2 {
    width: 100% !important;
    left: 0 !important;
    overflow-y: unset;
  }

  #stalne_container1 {
    width: 95vw;
  }

  #stalne_red1 {
    display: block;
  }

  #stalne_tabela_naslov {
    font-size: 2.7vh;
    font-weight: 400;
    line-height: 5vh;
  }

  #stalne_placeholder1 {
    width: 100%;
    height: 70vh;
  }

  #stalne_placeholder1_en {
    width: 100%;
    height: 71vh;
  }

  #stalne_tabela1 {
    height: 68vh;
  }

  #stalne_container2 {
    width: 95vw;
  }
  
  #stalne_placeholder2 {
    width: 100%;
  }

  #stalne_placeholder2_en {
    width: 100%;
  }

  /** Domeni strana **/

  #internet_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 3.8vh;
    color: #595A5D;
  }

  #net_title1 {
    font-size: 3.8vh;
  }

  #net_p_logo1 {
    right: 3.4rem;
    top: 7vh;
    position: absolute;
    overflow: visible;
    width: 7vw;
    white-space: nowrap;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #net_p_logo2 {
    top: 4.5vh;
    right: 1vw;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }

  #net_p_logo2_en {
    top: 3.5vh;
    right: 1vw;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }

  #rectangle_nav1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 47vw;
    height: 46.5vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    display: block;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.26);
  }

  #domeni_red {
    position: relative;
  }

  #domeni_logo1 {
    width: 10vw;
    position: relative;
    right: 0;
  }

  #domeni_nav1 {
    position: relative;
    width: 21vw;
    bottom: 5vh;
    left: 2vw !important;
    transform: scale(1);
  }
  
  #domeni_nav1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo2 {
    width: 10vw;
    position: relative;
    right: 0;
    left: 1vw;
  }

  #domeni_nav2 {
    position: relative;
    transform: scale(1);
    width: 21vw;
    bottom: 5vh;
    left: 2.5vw !important;
  }
  
  #domeni_nav2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav2_en {
    position: relative;
    transform: scale(1);
    width: 21vw;
    bottom: 5vh;
    left: 2.5vw !important;
  }
  
  #domeni_nav2_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav3 {
    transform: scale(1);
    position: relative;
    bottom: 2.5vh !important;
    left: 2vw !important;
    width: 21vw;
  }
  
  #domeni_nav3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav3_en {
    transform: scale(1);
    position: relative;
    bottom: 2.5vh !important;
    left: 2vw !important;
    width: 21vw;
  }
  
  #domeni_nav3_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #nacionalni_square1 {
    position: relative;
    left: 0;
    width: 19.5vw;
    height: 5vh;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 2.7vh;
    font-weight: 700;
    line-height: 4.4vh;
  }

  #nacionalni_square1_en {
    position: relative;
    right: 1vw;
    width: 22vw;
    height: 5vh;
    border-color: #d9483c;
    border-style: solid;
    border-width: 4px;
    text-align: center;
    color: #d9483c;
    font-size: 2.7vh;
    font-weight: 700;
    line-height: 4.4vh;
  }
  
  #domeni_nav4 {
    transform: scale(1);
    position: relative;
    width: 21vw;
    bottom: 2.5vh;
    left: 4vw !important;
  }
  
  #domeni_nav4:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_nav4_en {
    transform: scale(1);
    position: relative;
    width: 21vw;
    bottom: 2.5vh;
    left: 4vw !important;
  }
  
  #domeni_nav4_en:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #domeni_logo3 {
    width: 10vw;
    position: relative;
    left: 1vw;
  }

  #domeni_nav5 {
    transform: scale(1);
    position: relative;
    left: 1.5vw !important;
    bottom: 2vh;
    width: 21vw;
  }
  
  #domeni_nav5:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #domeni_logo5 {
    width: 8.5vw;
    position: relative;
    left: 0;
  }

  #domeni_logo4 {
    width: 10vw;
    position: relative;
    left: 0.3vw !important;
  }
  
  #domeni_nav6 {
    transform: scale(1);
    position: relative;
    left: 3.3vw !important;
    bottom: 2vh;
    width: 21vw;
  }
  
  #domeni_nav6:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }

  #p_logo1 {
    position: relative;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
    right: 1.2vw;
  }
  
  #p_logo2 {
    position: relative;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
    right: 0;
  }
  
  #p_logo3 {
    top: 2.7vh;
    left: 0 !important;
    position: relative;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
  }

  #p_logo3_en {
    top: 2.4vh;
    left: 0 !important;
    position: relative;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #p_logo4 {
    right: 1.1vw;
    margin-top: 6.8%;
    position: relative;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #p_logo5 {
    position: relative;
    left: 0;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #p_logo6 {
    position: relative;
    right: 0.5vw !important;
    overflow: visible;
    width: 21vw;
    white-space: nowrap;
    text-align: center;
    font-weight: 400;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #whois1 {
    width: 100%;
    height: 80vh;
    background: #f3f3f3;
    background-size: contain;
    background-repeat: no-repeat;
  }

  #title2 {
    top: 4%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.5%;
    height: 3px;
    left: unset;
    margin: 0 auto;
    top: 4%;
  }

  #registracija_wrapper2 {
    width: 95vw;
  }

  #p5 {
    margin-top: 4vh;
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    font-weight: 400;
    font-size: 2.2vh;
    color: #595A5D;
  }

  #registracija_red {
    margin-top: 4vh;
  }

  #tabela_wrapper1 {
    width: 100vw;
  }

  #rs_container {
    width: 95vw;
  }

  #srb_container {
    position: relative;
    width: 95vw;
    margin-top: 12%;
  }
  
  #prva_kolona_nacionalni1 {
    line-height: 5vh;
    text-align: left;
    left: 10vw;
  }

  #prva_kolona_nacionalni2 {
    line-height: 5vh;
    text-align: left;
    left: 10vw;
  }

  #prva_kolona_nacionalni3 {
    line-height: 2.5vh;
    text-align: left;
    left: 10vw;
  }

  #srb_wrapper {
    width: 100vw;
  }

  #p9 {
    width: 95vw;
    position: relative;
  }

  #prva_kolona_srb {
    line-height: 5vh;
  }

  #internacionalni_container {
    position: relative;
    width: 95vw;
    margin-bottom: 1%;
  }

  #p10 {
    margin-top: 3vh;
  }

  #p11 {
    margin-top: 3.5vh;
  }

  #rectangle6 {
    position: relative;
    background-color: rgba(231, 85, 57, 1);
    width: 3.5%;
    height: 3px;
    left: unset;
    margin-top: 1.5%;
    margin: 0 auto;
  }

  #transfer_container {
    width: 95vw;
  }

  #transfer_placeholder1 {
    width: 100vw;
  }

  #transfer_placeholder2 {
    width: 100vw;
    margin-top: 4vh;
    margin-left: unset;
  }

  #transfer_prvired {
    height: 8vh !important;
    line-height: 6rem !important;
  }

  #transfer_prvired2 {
    height: 8vh !important;
    line-height: 3rem !important;
  }

  #ssl {
    width: 95vw;
  }

  #ssl_container2 {
    width: 95vw;
  }

  #prva_kolona_ssl {
    line-height: 5vh;
  }

  #imedomena {
    position: relative;
    margin-top: 23%;
    left: 14%;
    font-size: 2.2vh;
    font-weight: 400;
    width: 70vw;
  }
  
  #domen1 {
    display: block;
    width: 90vw;
    height: 90%;
    position: relative;
    right: 10%;
    padding: 0.375rem 0.75rem;
    text-indent: 3.3%;
    font-size: 2.4vh;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  #lupa {
    position: relative;
    top: 3vh;
    right: 22%;
    font-size: 3.7vh;
  }
  
  #domen_placeholder {
    position: absolute;
    width: 85vw;
    height: 10vh;
    top: 33%;
  }
  
  #whois {
    position: relative;
    top: 0;
    margin: 0;
    padding-bottom: 0 !important;
  }
  
  #domeni_cikica {
    position: absolute;
    left: 14vw;
    bottom: -3.3vh;
    width: 23vw;
  }
  
  #domeni_oblak {
    position: absolute;
    left: 30vw;
    top: 52%;
    width: 55vw;
  }

  #xdsl {
    height: 90vh;
  }

  #net_container2 {
    width: 65%;
  }

  #xdsl1 {
    position: absolute;
    left: 66%;
    top: 71.5%;
  }

  #net_title1 {
    top: 0;
  }
  
  /** Hosting **/
  
  #hosting_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 65vw;
    height: 160px;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #hosting_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #hosting_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #hosting_red1 {
    position: relative;
    top: 10%;
    line-height: 1.2;
  }
  
  #hosting_logo1 {
    position: relative;
    width: 85px;
    top: 3%;
    right: unset;
  }
  
  #nav_logo1 {
    transform: scale(1);
  }
  
  #nav_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_p_logo1 {
    left: unset;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #nav_logo2 {
    transform: scale(1);
    position: relative;
    right: 5%;
  }
  
  #nav_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_logo2 {
    position: relative;
    width: 85px;
    top: 5%;
    right: unset;
  }
  
  #hosting_p_logo2 {
    right: unset;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #nav_logo3 {
    transform: scale(1);
    position: relative;
    right: 5%;
  }
  
  #nav_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #hosting_logo3 {
    position: relative;
    width: 85px;
    top: 6%;
    right: unset;
  }
  
  #hosting_p_logo3 {
    right: unset;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #cpanel {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #trouglici_crveni3 {
    display: none;
  }
  
  #trouglici_sivi2 {
    display: none;
  }
  
  #cpanel_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #cpanel_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #cpanel_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #cpanel_p1 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #cpanel_tabela_red1 {
    padding: 0 !important;
  }
  
  #prva_kolona5 {
    line-height: 3.2vh;
  }
  
  #prva_kolona6 {
    line-height: 13vh;
  }
  
  #prva_kolona7 {
    line-height: 7vh;
  }
  
  #prva_kolona8 {
    line-height: 7vh;
  }
  
  #cpanel_p2 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #vps {
    position: relative;
    margin-top: o;
    width: 100%;
  }
  
  #vps_container1 {
    position: relative;
    margin-top: 4%;
    text-align: center;
    width: 95vw;
  }
  
  #vps_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #vps_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #vps_p1 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #vps_p2 { 
    margin-top: 6%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #vps_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #vps_p3 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    margin-left: 3%;
  }
  
  #vps_tabela_naslov {
    font-size: 2.7vh;
    font-weight: 400;
    line-height: 5vh;
  }
  
  #vps_container2 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 85vw;
  }
  
  #vps_p4 {
    text-align: left !important;
    margin-top: 7%;
    font-size: 2.2vh;
    color: #595A5D;
    white-space: normal;
  }
  
  #vps_prvakolona2 {
    line-height: 5vh;
  }
  
  #vps_p5 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_container3 {
    position: relative;
    margin-top: 6%;
    text-align: center;
    width: 95vw;
  }
  
  #vps_title2 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #vps_rectangle2 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 5.5%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #vps_p6 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_p7 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #vps_p8 {
    text-align: left !important;
    margin-top: 8%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #najam_container1 {
    margin-top: 5%;
    width: 100%;
  }
  
  #vps_tabela2 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #vps_p9 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_container1 {
    margin-top: 5%;
    width: 95vw;
  }
  
  #housing_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #housing_p1 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p2 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_kolona1 {
    line-height: 5vh;
  }
  
  #housing_kolona13 {
    line-height: 2.5vh;
  }
  
  #housing_kolona2 {
    line-height: 6.6vh;
  }
  
  #housing_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #housing_p1 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p2 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p3 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #housing_p4 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    margin-left: 7%;
    line-height: 3vh;
  }
  
  #housing_tabela2 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #housing_kolona3 {
    line-height: 7.7vh;
  }
  
  #housing_kolona4 {
    line-height: 3.2vh;
  }

  #housing_kolona5 {
    line-height: 6.5vh;
  }
  
  #housing_p5 {
    text-align: left !important;
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio {
    position: relative;
    margin-top: 1%;
    width: 100%;
    padding-top: 0 !important;
  }
  
  #audio_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #audio_title2 {
    top: 2%;
    text-align: left;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #audio_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #audio_container1 {
    margin-top: 5%;
    width: 95vw;
  }
  
  #audio_p1 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    white-space: normal;
  }
  
  #audio_p2 {
    text-align: left !important;
    margin-top: 2%;
    font-size: 2.2vh;
    color: #595A5D;
    margin-left: 2%;
  }
  
  #audio_tabela1 {
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #audio_tabela_naslov {
    position: relative;
    line-height: 5vh;
  }
  
  #audio_p3 {
    text-align: left !important;
    margin-top: 1%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio_container2 {
    margin-top: 7%;
    width: 95vw;
  }
  
  #audio_title3 {
    top: 2%;
    text-align: left;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4vh;
    color: #595A5D;
  }
  
  #audio_p4 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
  }
  
  #audio_p5 {
    text-align: left !important;
    margin-top: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    white-space: normal;
  }
  
  #trouglici_crveni3 {
    position: absolute;
    right: -3%;
    margin-top: -3%;
  }
  
  #trouglici_sivi2 {
    position: absolute;
    bottom: 0;
    left: -3%;
  }
  
  #dnk1 {
    position: absolute;
    width: 100%;
    opacity: 0.15;
  }

  /** VoIP **/
  #voip_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 60vw;
    height: 160px;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #voip_rectangle1_en {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 68vw;
    height: 160px;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #voip_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #voip_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #voip_red1 {
    position: relative;
    top: 10%;
    line-height: 1.2;
  }
  
  #voip_nav_logo1 {
    position: relative;
    right: 2.5%;
  }
  
  #voip_logo1 {
    position: relative;
    width: 130px;
    top: 3%;
    right: unset;
  }
  
  #voip_logo1 {
    transform: scale(1);
  }
  
  #voip_logo1_en {
    transform: scale(1);
  }
  
  #voip_logo1_en {
    position: relative;
    width: 130px;
    top: 3%;
    right: unset;
  }
  
  #voip_logo1_en {
    transform: scale(1);
  }
  
  #voip_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_p_logo1 {
    left: unset;
    margin-top: 4%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #voip_p_logo1_en {
    left: unset;
    margin-top: 4%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #voip_nav_logo2 {
    position: relative;
    white-space: normal;
  }
  
  #voip_logo2 {
    transform: scale(1);
  }
  
  #voip_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_logo2 {
    position: relative;
    width: 75px;
    top: 10%;
    right: unset;
    left: 6%;
  }
  
  #voip_p_logo2 {
    right: unset;
    margin-top: 6%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: normal;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #voip_p_logo2_en {
    right: 20%;
    margin-top: 6%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: normal;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #voip_nav_logo3 {
    position: relative;
    left: 2.5%;
  }
  
  #voip_nav_logo3_en {
    position: relative;
    left: 2%;
  }
  
  #voip_logo3 {
    transform: scale(1);
  
  }
  
  #voip_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #voip_logo3 {
    position: relative;
    width: 85px;
    top: 6%;
    right: unset;
  }
  
  #voip_p_logo3 {
    right: unset;
    margin-top: 0.9%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #voip_p_logo3_en {
    right: unset;
    margin-top: 1.4%;
    position: absolute;
    overflow: visible;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #pbx {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #pbx_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #pbx_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
    text-wrap: wrap;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  
  #pbx_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #pbx_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #pbx_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #pbx_container2 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #pbx_p2 { 
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #pbx_kolona1 {
    line-height: 6.7vh;
  }
  
  #pbx_kolona2 {
    line-height: 9.4vh;
  }
  
  #pbx_container3 {
    position: relative;
    text-align: center;
    width: 95vw;
  }
  
  #pbx_p3 { 
    padding: unset;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
    margin-top: 3%;
  }
  
  #oprema {
    position: relative;
    margin-top: 5%;
    width: 100%;
    height: 50vh;
  }
  
  #equipment {
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #oprema_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #oprema_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #oprema_p1 {
    margin-top: 5%;
    margin-bottom: 15%;
    font-size: 3vh;
    color: #595A5D;
    text-align: center;
  }
  
  #oprema_kontakt {
    position: relative;
    right: 5%;
    float: right;
    top: unset;
    bottom: 3vh;
  }
  
  #cenovnik {
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #pricelist {
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #cenovnik_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #cenovnik_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #cenovnik_p1 {
    margin-top: 5%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }
  
  #cenovnik_container2 {
    position: relative;
    width: 90vw;
    height: 20vh;
    margin-top: 5vh;
    text-align: center;
  }

  #voip_drzava {
    position: relative;
    width: 42vw;
    left: 21.3vw;
    border-style: solid;
    text-align: center;
  }

  #voip_drzava_en {
    position: relative;
    width: 42vw;
    left: 21.3vw;
    border-style: solid;
    text-align: center;
  }

  #voip_ili {
    position: relative;
    top: 6vh;
    right: unset;
  }

  #voip_broj {
    position: relative;
    text-align: center;
    width: 42vw;
    top: 11vh;
    right: 23vw;
    border-style: solid;
  }

  #voip_dugme {
    position: relative;
    right: 48.5vw;
    top: 18vh;
  }

  #voip_forma1 {
    position: relative;
    width: 100vw;
    height: 40vh;
    margin-top: 7%;
    margin-bottom: 20%;
    display: block;
    text-wrap: wrap;
    word-wrap: break-word;
  }
  
  #prikazi_dugme {
    position: relative;
    float: right;
  }

  /** Zastita/backup **/
  #zastita_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 25vw;
    height: 16vh;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #zastita_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #zastita_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #zastita_red1 {
    position: relative;
    top: 5%;
    line-height: 1.2;
  }
  
  #zastita_logo1 {
    position: relative;
    width: 10vw;
    top: 3%;
    right: 1%;
    transform: scale(1);
  }
  
  #zastita_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #zastita_p_logo1 {
    left: 0;
    margin-top: 3.5%;
    position: absolute;
    overflow: visible;
    width: 25vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2.6vh;
    color: #595A5D;
  }
  
  #zastita_nav_logo1 {
    position: absolute;
    margin-top: 5.3%;
  }
  
  #backup {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
    padding-top: 3vh !important;
  }
  
  #backup_container1 {
    position: relative;
    margin-top: 5vh;
    text-align: center;
    width: 95vw;
  }
  
  #backup_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #backup_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 45.8%;
    margin-top: 1.5%;
  }
  
  #backup_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #backup_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
  }

  /** Software **/

  #software_rectangle1 {
    position: relative;
    margin-top: 10%;
    background: #ffffff;
    width: 65vw;
    height: 160px;
    border-style: solid;
    border-width: 2px;
    border-color: #b9b9b9;
    -webkit-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
    box-shadow: 10px 10px 17px 0px rgba(0,0,0,0.23);
  }
  
  #software_title1 {
    margin-bottom: 5%;
    font-weight: 500;
    font-size: 5.3vh;
    color: #595A5D;
  }
  
  #software_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
  }
  
  #software_red1 {
    position: relative;
    top: 10%;
    line-height: 1.2;
  }
  
  #software_logo1 {
    position: relative;
    width: 160px;
    top: 3%;
    right: unset;
    transform: scale(1);
  }
  
  #software_logo1:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_p_logo1 {
    left: unset;
    margin-top: 3%;
    position: absolute;
    overflow: visible;
    width: 18vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #software_nav_logo1 {
    margin-top: 5.3%;
  }
  
  #software_logo2 {
    transform: scale(1);
  }
  
  #software_logo2:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_logo2 {
    position: relative;
    width: 13vw;
    top: 5%;
    right: unset;
  }
  
  #software_p_logo2 {
    right: unset;
    margin-top: 9%;
    position: absolute;
    overflow: visible;
    width: 18vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #software_nav_logo2 {
    position: relative;
    margin-top: 3.2%;
    width: 20vw;
    right: 2%;
  }
  
  #software_logo3 {
    transform: scale(1);
  
  }
  
  #software_logo3:hover {
    transform: scale(1.07);
    transition: all 250ms ease-in-out;
  }
  
  #software_logo3 {
    position: relative;
    width: 20vw;
    top: 6%;
    right: unset;
  }
  
  #software_p_logo3 {
    right: unset;
    margin-top: 3.6%;
    position: absolute;
    overflow: visible;
    width: 20vw;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
    font-size: 2vh;
    color: #595A5D;
  }
  
  #software_nav_logo3 {
    margin-top: 5%;
    width: 20vw;
  }
  
  #kaspersky {
    background: #f3f3f3;
    position: relative;
    margin-top: 5%;
    width: 100%;
  }
  
  #kaspersky_container1 {
    position: relative;
    margin-top: 5%;
    text-align: center;
    width: 95vw;
  }
  
  #kaspersky_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #kaspersky_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #kaspersky_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #kaspersky_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #nod32 {
    background: #f3f3f3;
    position: relative;
    width: 100%;
  }
  
  #nod32_container1 {
    position: relative;
    text-align: center;
    width: 95vw;
  }
  
  #nod32_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #nod32_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #nod32_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #nod32_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }
  
  #m365 {
    background: #f3f3f3;
    position: relative;
    width: 100%;
  }
  
  #m365_container1 {
    position: relative;
    text-align: center;
    width: 95vw;
  }
  
  #m365_title1 {
    top: 2%;
    text-align: center;
    position: relative;
    overflow: visible;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 4.7vh;
    color: #595A5D;
  }
  
  #m365_rectangle1 {
    position: relative;
    background-color: rgba(231,85,57,1);
    width: 3.7%;
    height: 3px;
    left: 48.2%;
    margin-top: 1.5%;
  }
  
  #m365_rectangle2 {
    margin-top: 5%;
    position: relative;
    background: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #d9483c;
  }
  
  #m365_p1 { 
    padding: 3%;
    font-size: 2.2vh;
    color: #595A5D;
    text-align: left;
    white-space: normal;
  }

  #onama_container1 {
    width: 95vw;
  }

  #uslovi_container1 {
    width: 95vw;
  }

  #uslovi_container2 {
    width: 95vw;
  }

  #uslovi_container3 {
    width: 95vw;
  }

  #uslovi_container4 {
    width: 95vw;
  }

  #uslovi_container5 {
    width: 95vw;
  }

  #contact_container {
    width: 95vw;
  }
}