html, body{
	margin:0;
	min-height:100%;
	height:100%;
	width:100%;
	font-family: 'Poppins', sans-serif;
}

h1{
	font-family: 'Poppins', sans-serif;
	font-weight:800;
	margin:0;
	padding:0;
	font-size:1rem;
}

h2{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-align:center;
	font-size:1.5rem;
    margin:0;
	width:fit-content;
	color:inherit;
}

h3{
	font-weight:800;
}

h4{
	font-weight:700;
	font-size:1.1rem;
}

.header {
    position:absolute;
    top:0;
    min-height:4rem;
    width:100%;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	color:white;
	background-color:#263040;
	z-index:1;
}

.mobile-menu{
	display:block;
	margin-bottom:1rem;
}

.mobile-menu > img{
	max-width:1.5rem;
	margin:0 2rem;
}

.mobile-menu-view{
	position:fixed;
	display:block;
	width:calc(100% - 1.5rem);
	height:100%;
	top:0;
	left:-100%;
	padding:1rem 0rem 0 1.5rem;
	color:white;
	background-color:#1b2330;
	transition:all .2s;
	z-index:2;
}

.mobile-menu-view > .x{
	position:absolute;
	display:block;
	top:1rem;
	right:1.5rem;
	font-size:1.5rem;
	font-weight:800;
	color:inherit;
	text-decoration:none;
	z-index:3;
}

.mobile-menu-view > div > a{
	display:block;
	color:inherit;
	width:100%;
	font-size:1rem;
	margin:0.5rem 0;
}

.items{
	position:relative;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
	width:100%;
}

#linkovi{
	display:none;
}

.items > div{
	display:flex;
	align-items:center;
}

.naslov > h1 > a{
	text-decoration:none;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}

.naslov > a > img{
	position:relative;
	max-width:3.5rem;
	max-height:3.5rem;
	margin-right:1rem;
	vertical-align:middle;
}

.items > div > a{
	color:white;
	font-weight:700;
	text-decoration:none;
 	margin-left:0rem;
}

.items > div > a:hover{
	text-decoration:underline;
}

.ekran {
    position:relative;
    width:98%;
	max-width:2000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5.1rem;
	padding:2% 1%;
    height:fit-content;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
 	align-content: center;
	color:#393963;
	background-color:white;
	overflow:hidden;
}

.spacer{
	position:relative;
	width:100%;
	height:100px;
}

.img-naslovna{
	position:absolute;
	top:0;
	height:50%;
	width:80%;
	margin-left:10%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	z-index:0;
}

.img-naslovna > img{
	position:absolute;
	top:-6%;
	width:auto;
	height:105%;
	z-index:0;
}

.naslov-cont{
	position:relative;
	width:96%;
	height:auto;
	margin-top:90%;
	color:#393963;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	text-align:center;
	z-index:1;
}

.naslov-mobilni{
	display:none;
}

.naslov-naslov{
	font-weight:800;
	font-size:2.2rem;
}

/*.naslov-cont > h3{
	font-weight:800;
	font-size:2rem;
	margin-top:1rem;
}*/

.naslov-cont > p{
	font-weight:500;
	font-size:0.9rem;
}

.naslov-inovacija{
	position:relative;
	width:400px;
	height:130px;
	overflow:hidden;
}

.naslov-inovacija > div{
	position:relative;
	margin-top:-15px;
	height:130px;
	width:800px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
}
.naslov-inovacija > div > img{
	position:relative;
	left:0;
	top:0;
	width:400px;
	height:auto;
	transition:all .5s;
}

.naslov-inovacija > div > h2{
	position:relative;
	height:72px;
	width:390px;
	margin-top:88px;
	padding-left:10px;
	text-align:left;
	transition:all .5s;
}

.naslov-inovacija > div .prvi{
	margin-left:-400px;
	transition:all .5s;
}

.naslov-inovacija > div > .margin-left{
	margin-left:0px !important;
	transition:all .5s;
}

.upoznaj-gumb{
	position:relative;
	height:fit-content;
	margin-top:0.8rem;
	margin-left:auto;
	margin-right:auto;
	padding:8px 13px 8px 13px;
	text-decoration:none;
	font-weight:800;
	font-size:1rem;
	color:#393963;
	border:4px solid #393963;
	cursor:pointer;
	transition:all .2s;
}

.upoznaj-gumb:hover{
	color:white;
	background-color:#393963;
}

.naslov2-cont{
	position:absolute;
	width:25%;
	right:10%;
}

.naslov-cont > h2{
	font-size:1.6rem;
	text-align:center;
}

.coding-cont{
	position:relative;
	width:100%;
	height:fit-content;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	align-content:center;
}

.coding-block{
	position:relative;
	width:55%;
	height:200px;
	color:white;
	background-color:#716ffd;
	font-weight:bold;
	border-radius:20px;
	padding:0.5rem;
	margin:0.3rem 0;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}

.coding-block > h2{
	width:100%;
	text-align:left;
	font-size:1.3rem;
}

.coding-block > p{
	font-size:0.9rem;
}

.coding-block-blank{
	position:relative;
	width:35%;
	height:200px;
	background-color:white;
	padding:0.5rem;
	margin:0rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
}

.coding-block-blank > img{
	position:relative;
	width:70%;
	height:auto;
}

.img-coding{
	position:relative;
	width:100%;
	display:none;
}

.img-coding > img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.server-cont{
	position:relative;
	width:100%;
	height:fit-content;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-content:flex-start;
	color:#393963;
}

.server-cont > h2{
	position:relative;
	width:100%;
	height:fit-content;
	margin-top:3rem;
	font-size:2.1rem;
	color:#393963;
}

.server-cont > p{
	position:relative;
	width:100%;
	margin:1rem 0rem 2rem 0rem;
	font-size:1rem;
	text-align:center;
}

.img-server{
	position:relative;
	max-width:30%;
	height:100%;
	display:none;
	overflow:hidden;
}

.img-server > img{
	position:relative;
	left:-20px;
	width:auto;
	height:70%;
}

.server-block{
	position:relative;
	width:85%;
	height:fit-content;
	font-size:1.2rem;
	padding:1rem;
	margin-bottom:10px;
	border-radius:20px;
	background-color:rgba(113, 111, 253, 0.3);
}

.geo-cont{
	position:relative;
	width:100%;
	height:100%;
	margin-bottom:100px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
}

.geo-cont > .text{
	width:96%;
	height:fit-content;
	font-size:1.1rem;
	z-index:2;
}

.redundantni-tekst{
	display:none;
}

.text li{
	margin-top:15px;
}

.text > h2{
	width:96%;
	font-size:2rem;
}

.geo-cont > .slika{
	width:96%;
	overflow:hidden;
}

.geo-cont > div > img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.purple{
	background-color:rgba(113, 111, 253, 0.3);
}

.evenly{
	justify-content:space-evenly;
}

.ponuda{
	height:fit-content !important;
	min-height:1050px !important;
	align-content:flex-start;
	margin-top:0 !important;
}

.opcije-sidebar-cont{
	position:absolute;
	top:0%;
	left:0;
	width:365px;
	height:1140px;
	padding:10px;
	background-color:white;
	border-top:1px solid #393963;
	border-bottom:1px solid #393963;
}

.opcije-sidebar-cont > h3{
	font-size:23px;
}

.opcija-sidebar{
	position:relative;
	width:100%;
	height:fit-content;
	display:inline-block;
	margin:20px 0;
	padding:10px 0 10px 10px;
	font-size:16px;
	font-weight:400;
	border-left:3px solid #393963;
}

.opcija-sidebar > h4{
	position:relative;
	width:100%;
	margin:10px 0;
	font-size:20px;
}

.opcija-sidebar > div{
	margin:12px 0;
	display:flex;
}

.opcija-sidebar > div > label{
	font-weight:500;
}

/*#########################################3*/

.opcija-sidebar > div  input {
  display: none;
}

.opcija-sidebar > div > label {
  display: inline-block;
  padding: 5px 0 5px 5px;
  cursor: pointer;
}

.opcija-sidebar > div > label span {
  position: relative;
  line-height: 18px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}

.opcija-sidebar > div > label span:before,
.opcija-sidebar > div > label span:after {
  content: '';
}

.opcija-sidebar > div > label span:before {
  border: 1px solid #393963;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}

.opcija-sidebar > div > label span:after {
  background: #393963;
  width: 12px;
  height: 12px;
  position: absolute;
  top:3px;
  left:3px;
  transition: 100ms;
  opacity: 0;
}

.opcija-sidebar > div > label input:checked+span:after {
  opacity: 1;
}

/*#########################################3*/


.opcija-sidebar input[type=number]{
	display:block;
	font-size: 16px;
	outline:none;
	color:#393963;
	border:none;
	border-bottom:1px solid #393963;
}

.opcije-detalji-cont{
	position:relative;
	width:96%;;
	height:fit-content;
	margin-top:1150px;
	padding:0 10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:flex-start;
}

.naslov-ponuda{
	position:relative;
	width:100%;
	margin:3rem 0;
	font-size:1.8rem;
	color:#393963;
}

.opcije-detalji{
	position:relative;
	height:auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	margin-top:50px;
	justify-content:space-evenly;
	align-items:flex-start;
}

.opcije-detalji-pojed{
	position:relative;
	height:fit-content;
	width:calc(100% - 30px);
	background-color:white;
	border-radius:20px;
	padding:20px;
	margin:10px 5px;
}

.opcije-detalji-pojed > img{
	position:relative;
	display:block;
	width:80px;
	height:auto;
	margin:5px auto;
	border-radius:10px;
}

.opcije-detalji-pojed h3{
	font-size:20px;
	text-align:center;
}

.opcije-detalji-pojed ul{
	font-size:16px;
	list-style-type: none;
	color:#86869c;
}

.opcije-detalji-pojed > ul img{
	position:relative;
	height:20px;
	width:auto;
	margin-right:10px;
	display:inline-block;
	vertical-align:middle;
}

.opcije-detalji-pojed li{
	margin-top:10px;
	display: inline-block;
	vertical-align: middle;
	width:100%;
}

.podrzano {
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  vertical-align:middle;
  margin-right:5px;
}

.podrzano_stem {
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #393963;
  left: 10px;
  top: 0px;

}

.podrzano_kick {
  position: absolute;
  width: 9px;
  height: 3px;
  background-color: #393963;
  left: 4px;
  top: 15px;
}

.nije-podrzano-cont{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:23px;
	height:23px;
}

.nije-podrzano {
  position:relative;
  width: 23px;
  height: 23px;
  display:inline-block;
}

.nije-podrzano:before, .nije-podrzano:after {
  position: absolute;
  left:5px;
  top:0px;
  content: ' ';
  height: 20px;
  width: 2px;
  background-color: #393963;
}
.nije-podrzano:before {
  transform: rotate(45deg);
}
.nije-podrzano:after {
  transform: rotate(-45deg);
}

label{
	font-weight:600;
	display:flex;
	align-items:center;
	cursor:pointer;
}

.auto{
	height:fit-content !important;
}

.klijenti-ekran{
	align-content:normal;
	min-height:fit-content !important;
}

.klijenti-ekran > h2{
	position:relative;
	width:100%;
	margin:0 0 80px 0;
	font-size:2.5rem;
}

.klijenti-cont{
	position:relative;
	width:100%;
	height:fit-content;
	margin-bottom:80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
}

.klijent{
	position:relative;
	width:51%;
	aspect-ratio:1/1;
	margin:20px auto;
}

.klijent > a > img{
	width:100%;
	height:100%;
	object-fit:contain;
}

.email-korisnika{
	display:block !important;
}

.opcija-sidebar input[type=email]{
	position:relative;
	width:90%;
	height:fit-content;
	display:block;
	outline:none;
	padding:5px;
	color:#393963;
	border:none;
	border-bottom:1px solid #393963;
}

.nastavi{
	position:relative;
	width:fit-content;
	height:fit-content;
	padding:0.5rem 0.6rem 0.5rem 0.6rem;
	margin:20px 0;
	background-color:#716ffd;
	color:white;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
	border:none;
	border-radius:20px;
	outline:none;
	transition:all .1s;
	cursor:pointer;
}

.nastavi:hover{
	background-color:#3e3e69;
}

/*.builder-cont{
	position:relative;
	width:calc(100% - 2rem);
	height:fit-content;
	padding:1.5rem 1rem;
	color:#393963;
	background-color:white;
	border-radius:20px;
}*/

.builder-cont > img{
	position:relative;
	max-width:400px;
	max-height:400px;
	margin-left:calc(50% - 200px - 3rem);
}
/*
.builder-cont > h2{
	position:relative;
	margin:1rem;
	width:auto;
	font-size:1.6rem;
	font-weight:800;
}

.builder-items{
	position:relative;
	width:100%;
	margin:1.5rem 0 1rem 0;
}

.builder-items > label{
	font-size:1.2rem;
}

.opis{
	margin:0 0 0.7rem 0;
	padding:0;
	width:100%;
}

.opis-hosting{
	margin:0.4rem 0 0rem 0;
	padding:0;
	width:100%;
	color:grey;
	font-size:1rem;
}

.builder-items > textarea{
	width:calc(100% - 6px);
	min-height:8rem;
}

.builder-items > div{
	position:relative;
	width:auto;
	height:fit-content;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:center;
}

.builder-items > .hosting-chk{
	justify-content:flex-start;
}

.builder-items-pojed{
	position:relative;
	width:9rem;
	height:fit-content;
	margin-bottom:1rem;
	padding:0.3rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	color:white;
	background-color:#716ffd;
	text-align:center;
	border-radius:20px;
	transition:all .1s;
}


.builder-items-pojed:hover{
	box-shadow: 1px 9px 10px 2px #d9e9dc;
	cursor:pointer;
	background-color:#3e3e69;
}

.builder-items-pojed > input{
	cursor:pointer;
    width: 100%;
    height: 1.5em;
}

.builder-items > input{
	width:20rem;
	outline:none;
	padding:0 0 0.3rem 0;
	border:none;
	border-bottom:1px solid #1b2330;
}

.builder-items > button{
	margin:0;
	cursor:pointer;
	font-size:1rem;
}

.checkbox-wrapper-26 {
	position:relative;
	margin-right:0.5rem;
}

.checkbox-wrapper-26 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
  }

  .checkbox-wrapper-26 input[type="checkbox"] {
    display: none;
  }

  .checkbox-wrapper-26 label {
    --size: 30px;
    --shadow: calc(var(--size) * .07) calc(var(--size) * .1);

    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background-color: #f72414;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
      0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
  }

  .checkbox-wrapper-26 label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(var(--size) * .7);
    height: calc(var(--size) * .7);
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 var(--shadow) #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
  }

  .checkbox-wrapper-26 label:hover:before {
    width: calc(var(--size) * .55);
    height: calc(var(--size) * .55);
    box-shadow: inset 0 var(--shadow) #ff9d96;
  }

  .checkbox-wrapper-26 label:active {
    transform: scale(0.9);
  }

  .checkbox-wrapper-26 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -.05);
    width: calc(var(--size) * .6);
    height: calc(var(--size) * .6);
    margin: 0 auto;
    margin-left: calc(var(--size) * .14);
    transform: rotateZ(-40deg);
  }

  .checkbox-wrapper-26 .tick_mark:before,
  .checkbox-wrapper-26 .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
  }

  .checkbox-wrapper-26 .tick_mark:before {
    left: 0;
    bottom: 0;
    width: calc(var(--size) * .1);
    height: calc(var(--size) * .3);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(calc(var(--size) * -.68));
  }

  .checkbox-wrapper-26 .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--size) * .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(calc(var(--size) * .78));
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
    width: 0;
    height: 0;
  }

  .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
  .checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
  }

#hosting-cont{
	height:fit-content;
	transition:all .2s;
	overflow:hidden;
}

#izrada-cijena{
	margin-bottom:0.5rem;
}

#hosting-cijena{
	margin-top:0;
	padding-top:0;
	margin-bottom:0rem;
}*/

.zavrseno{
	position:relative;
	height:fit-content;
/* 	width:calc(95% - 2rem); */
	padding:1rem;
	color:#1b2330;
	background-color:white;
	border-radius:20px;
}

.zavrseno-poruka-poslano{
	position:relative;
/* 	max-width:calc(96% - 5rem); */
	padding:1rem;
	font-weight:700;
	font-size:1.2rem;
	color:white;
	background-color:#77dd77;
	border-radius:20px;
}

.zavrseno-poruka-neuspjelo{
	position:relative;
	padding:1rem;
	font-weight:700;
	font-size:1.2rem;
	color:white;
	background-color:#ff7771;
	border-radius:20px;
}

.zavrseno > div > p > a{
	color:white;
}

.onama-cont{
	position:relative;
	width:96%;
	height:fit-content;
	padding:1rem 3rem;
	margin:2rem;
	color:#1b2330;
	font-size:1rem;
	background-color:white;
	border-radius:20px;
}

.onama-cont > h2{
	font-size:1.5rem;
	font-weight:700;
	padding:0;
	margin:0;
}

.kontakt-cont{
	position:relative;
	width:calc(100% - 2rem);
	height:fit-content;
	padding:1rem;
	margin:1.2rem 0rem;
	color:#3e3e69;
	font-size:1.2rem;
	background-color:white;
	border-radius:20px;
}
.kontakt-form{
	position:relative;
	width:100%;
	height:fit-content;
	font-size:0.9rem;
}

.kontakt-form > input[type=text]{
	width:20rem;
	max-width:100%;
	margin:1rem 1rem 1rem 0;
	color:#3e3e69;
	font-size:inherit;
	outline:none;
	border:none;
	border-bottom:1px solid #3e3e69;
}

.kontakt-form > textarea{
	max-width:calc(100% - 1rem);
	width:100%;
	height:10rem;
	margin:1rem 1rem 1rem 0;
	padding:0.5rem;
	color:#3e3e69;
	font-size:inherit;
	outline:none;
	border:1px solid #3e3e69;
	border-radius:10px;
}

.kontakt-form > input[type=submit]{
	position:relative;
	width:fit-content;
	height:fit-content;
	padding:0.5rem 0.7rem 0.5rem 0.7rem;
	margin:1rem 10rem 1rem 0rem;
	margin-right:calc(100% - 3rem);
	background-color:#3e3e69;
	color:white;
	font-weight:700;
	text-decoration:none;
	border:none;
	border-radius:20px;
	outline:none;
	cursor:pointer;
}

.privatnost{
	height:fit-content !important;
}

.privatnost-cont{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:96%;
	max-width:800px;
	color:#263040;
}

.privatnost-cont > h2{
	text-align:left;
	font-size:1.5rem;
	margin-top:2rem;
}

.naslov-privatnost{
	position:relative;
	margin-top:4rem !important;
	margin-bottom:2.5rem;
	font-size:2.2rem !important;
}

.pravne-cont{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:7rem;
	width:96%;
	max-width:800px;
	color:#263040;
	font-size:1rem;
}

.forofor-cont{
    position:relative;
    margin-left:auto;
    margin-right:auto;
	margin-top:3rem;
	margin-bottom:5rem;
	padding:1.5rem 1rem;
    width:95%;
    height:fit-content;
    min-height:60%;
	background-color:white;
	border-radius:20px;
}

.forofor-cont > h1{
    position:relative;
    margin-left:auto;
    margin-right:auto;
	text-align:center;
    font-size:2rem;
    font-weight:800;
    color:#3e3e69;
    border-bottom:1px solid #3e3e69;
}

.forofor-cont > h2{
    position:relative;
    font-size:40px;
    font-weight:600;
    color:#3e3e69;
    text-align:center;
	font-size:1.6rem;
	margin-left:auto;
	margin-right:auto;
}

.footer{
	position:relative;
	width:100%;
	height:fit-content;
	min-height:20rem;
	padding:2.2rem 0;
	display:flex;
	flex-wrap:wrap;
	text-align:center;
	justify-content:center;
	align-items:flex-start;
	align-content:center;
	font-size:1rem;
	background-color:#1b2330;
}

.footer > .odjeljak{
	position:relative;
	max-width:20rem;
	color:white;
	margin-bottom:1.5rem;
}

.footer-podnaslov{
	position:relative;
	margin:0.5rem 0 0 0;
	padding:0;
	font-weight:700;
}

.footer-sdrz{
	margin:0.2rem 0 1rem 0 !important;
}

.footer-link{
	position:relative;
	display:block;
	width:100%;
	color:white;
	margin:0.5rem 0 1rem 0;
}


/*########################################################################################################################################################################################################################*/
/* #######################################################################################################################################################################################################################*/
/*MOBITEEEEEEL*/


@media (min-width:961px)  {

	h1{
		font-size:2rem;
	}

	h2{
		font-size:2rem;
	}

	.items{
		justify-content:space-between;
		width:95%;
		max-width:1920px;
	}

	.items > div > a{
		margin-left:1.5rem;
	}

	.mobile-menu{
		display:none !important;
	}

	.mobile-menu-view{
		display:none;
	}

	.x{
		display:none;
	}

	#linkovi{
		display:flex;
		font-size:1.1rem;
	}

	.podnaslov{
		font-size:3rem;
		margin:0 0 4.5rem 0;
	}

	.ekran{
		height:96%;
		min-height:70%;
		width:96%;
		padding:2% 2%;
		margin-top:0;
	}

	.ekran-prvi{
		width:95%;
		padding:2% 0 2% 5%;
	}

	.img-naslovna{
		width:90%;
		height:95%;
		margin-left:auto;
		margin-right:auto;
	}

	.img-naslovna > img{
		position:absolute;
		top:-4%;
		width:auto;
		height:113%;
	}

	.naslov-cont{
		width:36%;
		margin-top:0;
		text-align:left;
	}

	.naslov-mobilni{
		display:flex;
		width:38%;
	}

	.naslov-cont > h2{
		font-size:3rem;
		text-align:left;
	}

	.naslov-naslov{
		font-size:3rem;
	}

	.naslov-cont > p{
		font-size:1.2rem;
	}

	.upoznaj-gumb{
		margin-left:0;
		margin-right:0;
	}

	.coding-cont{
		width:60%;
		height:100%;
	}

	.coding-block{
		width:35%;
		height:calc(30% - 2rem);
		padding:1rem;
		margin:0.5rem;
	}

	.coding-block > h2{
		font-size:2.1rem;
	}

	.coding-block > p{
		font-size:1.2rem;
	}

	.coding-block-blank{
		width:35%;
		height:calc(30% - 2rem);
		padding:1rem;
		margin:0.5rem;
	}

	.coding-block-blank > img{
		position:relative;
		width:auto;
		height:80%;
	}

	.img-coding{
		max-width:40%;
		display:block;
	}

	.img-server{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-content:center;
	}

	.server-cont{
		width:65%;
		height:100%;
	}

	.server-block{
		width:40%;
		font-size:1.4rem;
		margin-bottom:0px;
	}

	.server-cont > h2{
		font-size:3.5rem;
	}

	.server-cont > p{
		font-size:1.2rem;
		margin:1rem 0rem 5rem 0rem;
	}

	.naslov-ponuda{
		margin-top:2%;
		margin-bottom:3%;
		font-size:3rem;
	}

	.opcije{
		width:23%;
	}

	.opcije > p{
		font-size:1.1rem;
	}

	.geo-cont > .text{
		width:30%;
		font-size:24px;
	}

	.text > h2{
		font-size:50px;
	}

	.redundantni-tekst{
		display:block;
	}

	.geo-cont > .slika{
		width:40%;
	}

	.ponuda{
		height:fit-content !important;
		min-height:1155px !important;
	}

	.builder-cont{
		width:50%;
		padding:0rem 3rem 0.5rem 3rem;
		margin-top:4rem;
		margin-right:auto;
		margin-left:auto;
	}

	.builder-cont > img{
		margin-top:2rem;
	}
/*
	.builder-cont > h2{
		margin:3rem;
		font-size:2.2rem;
	}

	.builder-items > textarea{
		width:35rem;
	}

	.builder-items > div{
		justify-content:flex-start;
	}

	#hosting-cont{
		height:17rem;
	}

	.builder-items-pojed{
		width:10rem;
		padding:1rem;
		margin:0 1rem 0 0;
	}*/

	.opcije-sidebar-cont{
		min-height:calc(100% - 22px);
	}

	.opcije-detalji-cont{
		margin-top:0;
		width:calc(100% - 400px);
		min-height:100%;
		margin-left:400px;
	}

	.opcije-detalji-pojed{
		width:24%;
	}

	.klijenti-ekran > h2{
		margin:0 0 80px 0;
		font-size:50px;
	}

	.klijent{
		width:200px;
		height:200px;
		margin:0;
	}

	.zavrseno{
		width:calc(100% - 4rem);
		padding:2rem;
	}

	.onama-cont{
		width:50%;
		margin:2rem 2%;
		padding:1rem;
	}

	.onama-cont > h2{
		font-size:2rem;
	}

	.onama-cont > p{
		font-size:1.2rem;
	}

	.kontakt-cont{
		margin-top:5rem;
		width:40rem;
		padding:0rem 3rem 0.5rem 3rem;
		margin-left:auto;
		margin-right:auto;
	}

	.kontakt-form > input{
		width:20rem;
	}

	.kontakt-form > textarea{
		width:20rem;
	}

	.privatnost-cont{
		width:60%;
	}

	.pravne-cont{
		width:60%;
		font-size:1.2rem;
	}

	.forofor-cont{
		margin-left:auto;
		margin-right:auto;
		margin-top:7rem;
		margin-bottom:5rem;
		padding:3rem 2rem;
		width:70%;
	}

	.forofor-cont > h1{
		font-size:4rem;
	}

	.forofor-cont > h2{
		font-size:3rem;
	}

	.footer{
		text-align:left;
		justify-content:space-evenly;
	}

	.footer > .odjeljak{
		margin-bottom:0;
	}
}
