body {
	font-family: 'Merriweather', sans-serif;
}


.desni-container {
    max-width: 34em;
    margin: 0 auto;
}


/*
 * Header
 */

.nav-masthead .nav-link {
	padding: .25rem 0;
	font-weight: 700;
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #212529;
  border-bottom-color: #fff;
}
.navbar-expand-lg  {
	display: flex!important;
	flex-basis: auto;
	flex-direction: row;
}
.navbar-collapse {
	display: flex!important;
    flex-basis: auto;
    flex-direction: row;
    justify-content: space-around;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0);
	-webkit-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	-moz-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #c50f0f;
    box-shadow: 0 0.125rem 0 0 #c50f0f;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .navbar-light {
	font-family: 'Karla', sans-serif;
}


.navbar-toggler:focus {
    box-shadow: none;
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}
.nav-scroller .nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	color: rgba(255, 255, 255, .75);
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-underline .nav-link {
	padding-top: .75rem;
	padding-bottom: .75rem;
	/* font-size: .875rem; */
	color: #6c757d;
}
.nav-underline .nav-link:hover {
	color: #007bff;
}
.nav-underline .active {
	font-weight: 500;
	color: #343a40;
}
.text-white-50 { color: rgba(255, 255, 255, .5); }
.bg-purple { background-color: #6f42c1; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

.btn-primary:hover {
	background: linear-gradient(#357ebd, #3071a9);
}
.btn-outline-primary:active:focus {
    box-shadow: none;
}

a {
	text-decoration: none;
	color: #c50f0f;
	/* transition: all 0.5s ease; */
}
p a:hover {
	color: #c50f0f;
    box-shadow: 0 0.125rem 0 0 #c50f0f;
}
a:hover {
    /* color: #ffffff; */
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-320px * 11));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-320px * 11));
  }
}
.slider {
    background: #f8f9fa;
    /* box-shadow: 0 10px 20px -25px rgb(104 104 104); */
    height: 100px;
    /* margin: auto; */
    margin: 7em 0 4em;
    overflow: hidden;
    position: relative;
    width: 55%;
}
/* .slider::before, .slider::after { */
    /* background: linear-gradient(to right, #f8f9fa 0%, rgba(255, 255, 255, 0) 100%); */
    /* content: ""; */
    /* height: 100px; */
    /* position: absolute; */
    /* width: 200px; */
    /* z-index: 2; */
/* } */

.slider::before, .slider::after {
    background: linear-gradient(to right, #f8f9fa 0%, rgb(255 255 255 / 0%) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 140px;
    z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(320px * 9);
}
.slider .slide {
  height: 100px;
  width: 320px;
}

.sivo {
    background: #eeeeee;
}
.tamnoplavo {
    background: #00123a;
}
.tamnoplavo h3 {
    color: aliceblue;
}
.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	/* z-index: -1; */
}

.line {
	position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgb(199 199 199 / 10%);
    overflow: hidden;
	
}
.line::after {
	content: "";
	display: block;
	position: absolute;
	height: 15vh;
	width: 4px;
	top: -50%;
	left: 0;
	radius: 4px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1a3fc6 75%, #1a3fc6 100%);
	-webkit-animation: drop 4s 0s infinite;
	animation: drop 4s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97)
}
.line:nth-child(1) {
	margin-left: -25%;
	z-index: 10;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.8s;
}
.line:nth-child(3) {
  margin-left: 25%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 0.8s;
          animation-delay: 1.1s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
main {
    position: relative;
    overflow: hidden;
}
.prefooter li {
    color: aliceblue;
	list-style: none;
}
footer {
    padding: 20px 0 20px;
}	

.kontakt-podaci-footer a {
    color: aliceblue;
}
.button--orange {
    background: #f8f9fa;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%);
    font-weight: 100;
    font-size: 1em;
    color: #1a3fc6;
    transition: .2s;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 2em 0 0!important;
    border: 1px solid #c8c8c8;
}	
a.button--orange:hover {
    color: #346ffc;
    background: #ffffff;
}
ul.kontakt-podaci-footer {
    padding: 0;
}
h6, h5 {
    color: #fff;
}
img.logo {
    max-width: 100px;
}
span.najmanja-cijena {
	font-size: 4rem;
	padding: 20px 15px;
	display: inline-block;
	position: relative;
}
p.cijena span:before {
	position: absolute;
	content: "€";
	font-size: 0.5em;
	top: 25px;
	font-weight: 300;
	right: -20px;
}

.separator {
	margin-top: 25px;
	margin-bottom: 20px;
	margin: 20px auto 40px;
	border: 0;
}

.separator--line {
	border: 0;
	border-bottom: 2px solid #346FFC;
	width: 0;
	-webkit-animation: separator-width 1s ease-out forwards;
	animation: separator-width 1s ease-out forwards;
	opacity: .75;
}

.carousel-inner > .item {
    -webkit-transition: 5s linear left;
    -moz-transition: 5s linear left;
    -o-transition: 5s linear left;
    transition: 5s linear left;
}

.carousel-fade .carousel-item {
	 opacity: 0;
	 transition-duration: .6s;
	 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-item.active img{
  animation: movement 0.6s ease-out  alternate;
}
@keyframes movement {
  0% {
    transform: translate(100%, 0);
	opacity:0;
  }
  
  100% {
    transform: translate(0px, 0);
	opacity:1;
  }
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
	 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
	 transform: translateX(0);
	 transform: translate3d(0, 0, 0);
}
.naziv-reference{
	font-size: 1.6rem;
    text-align: right;
    padding: 0;
    margin: 0;
    margin-left: 50%;
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 1.5s ease-out forwards;
    color: steelblue;
    margin-bottom: 26px;
}

@keyframes slide-in-anim {
	20% {
		opacity: 0;
	}
	60% {
		transform: translateX(-45%);
	}
	75% {
		transform: translateX(-52%);
	}
	100% {
		opacity: 1;
		transform: translateX(-50%);
	}
}
 

.poseban-link {
	display: inline-block;
	background-image: url(../../assets/slike/strelica.svg);
	background-position: 100% 0px;
	background-size: 8px;
	background-repeat: no-repeat;
	-webkit-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	-moz-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
}

.prefooter {
	background-color: #00123a;
}
.prefooter main {
	padding: 3em 0 3em;
}
ul.kontakt-podaci-footer li {
	line-height: 3em;
}	
img.ikona-footer {
	margin: 0 10px 0 0;
}
img.wap-footer {
	margin: 20px 0 0;
}
.osnovni-podaci-footer span {
	line-height: 3em;
}
ul.partneri li {
	font-size: 0.7em;
	line-height: 2em;
}
.space {
    margin: 20px 0 40px;
}
ul {
	padding-left: 0;
}
img.kontakt-ikone {
    max-width: 20px;
}

.form-group.text-left {
	font-family: Karla, sans-serif;
    text-align: left;
}
.form-group {
    margin-bottom: 1rem;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; 
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
 }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }


.bg-primary {
    background: #00123a !important;
}
.ftco-section {
	padding: 7em 0;
 }

.ftco-no-pt {
	padding-top: 0;
}

.ftco-no-pb {
	padding-bottom: 0; 
}

.heading-section {
	font-size: 2rem;
	color: #000;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
}

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
	/* IE 0+ */
	color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.3) !important; }
.form-control:focus, .form-control:active {
    border-color: #0d6efd !important;
}
.mb-4, .my-4 {
    margin-bottom: 2rem !important;
}
.kontakt-naslov {
	text-align: left;
	margin: 3.2rem 0 2em 0;
}
textarea.form-control {
	height: inherit !important; }

.wrapper {
	width: 100%;
	-webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18); 
  }

.contact-wrap {
	background: #fff; 
	}
.info-wrap {
	color: rgba(255, 255, 255, 0.8); 
	}
.info-wrap h3 {
	color: #fff; 
	}
.info-wrap .dbox {
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px; 
	}
.info-wrap .dbox:last-child {
	margin-bottom: 0; 
	}
.info-wrap .dbox p {
	margin-bottom: 0; 
	}
.info-wrap .dbox p span {
	font-weight: 500;
	color: #fff; 
	}
.info-wrap .dbox p a {
	color: #fff;
	-webkit-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
    -moz-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
    transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	}
.info-wrap .dbox p a:hover {
	color: #c50f0f;
    box-shadow: 0 0.125rem 0 0 #c50f0f;
    text-decoration: none;
	}
.info-wrap .dbox .icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
        border: 2px solid rgb(83 102 143 / 79%);
}
.info-wrap .dbox .icon span {
	font-size: 20px;
	color: #fff;
	}
.info-wrap .dbox .text {
	width: calc(100% - 50px); 
	}

.btn {
	padding: 12px 16px;
	cursor: pointer;
	border-width: 1px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	-webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s; 
}
@media (prefers-reduced-motion: reduce) {
.btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none; } 
	}
.contactForm .label {
	color: #000;
	text-transform: uppercase;
	font-size: 1rempx;
	font-weight: 600;
	margin-bottom: 0.5rem;
	display: inline-block;
	text-align: left;
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: bold; 
 }

.submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-size: 16px;
	font-weight: bold; 
	}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
	padding-left: 0; 
	padding-right: 0; 
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.naslovnica-ref {
	margin: 0 0 50px 0;
	webkit-box-shadow: 0px 37px 28px -29px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 37px 28px -29px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 37px 28px -29px rgb(0 0 0 / 18%);
}
.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item-wrap.hover {
	display:block;
	background: rgba(0, 0, 0, 0.8);
}
.item-wrap.hover .img-fluid{
	opacity:0.2;  
}
.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.3s all ease;
}

.item .item-wrap>.work-info h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}



.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info, .item .item-wrap.hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}


.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.lista-check {
    text-align: left;
}
.bi-check-circle {
    margin: 0 20px 0 0;
}
.lista-check svg {
    color: #dc3545;
}
.marketing {
	background: #f5f5f5;
}
section.blog .content p {
    text-align: left;
}
.insta-logo {
    padding: 0 0 0 10px;
}
.klijenti {
	overflow: hidden; 
}
.klijenti svg {
	width: 200px;
	height: 100px;
	fill-opacity: 1;
	fill:#d7d7d7;
}
.animation {
	width: auto;
	height: 100px;
	font-size: 0px;
}
.animation div {
	display: inline-block;
	width: auto;
	float: none;
	padding: 0 10px;
}


.section-title {
    position: relative;
}
.section-title h2 {
    color: #1d2025;
    position: relative;
    margin: 0;
    font-size: 24px;
}
.section-title.title-ex1.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-center h2:after {
    left: 50%;
    transform: translateX(-50%);
}
.section-title.title-ex1.text-right h2:before {
    left: auto;
    right: 0;
}
.section-title.title-ex1.text-right h2:after {
    left: auto;
    right: 0;
}
.section-title.title-ex1 p {
    
}


.price-card {
    background: #f5f5f6;
    padding: 40px 35px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.price-card:before {
    position: absolute;
    content: "";
    top: 0;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #1a3fc6;
    opacity: 1;
    border-radius: 8px;
    transform: rotate(45deg);
}
.price-card:after {
    position: absolute;
    content: "";
    top: 30px;
    right: -35px;
    width: 88px;
    height: 88px;
    background: #346ffc;
    opacity: 1;
    border-radius: 8px;
    transform: rotate(45deg);
}
.price-card h2 {
    font-weight: 600;
}
.price-card .btn {
    border-radius: 100px;
    padding: 0 25px;
    border: 0;
    color: #fff;
    float: right;
}
.blog .price-card .btn {
    float: initial;
}
.price-card .btn.btn-primary {
    border: 0 !important;
}
.price-card.featured {
    background: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	
}
.price-card:hover .btn {
    background: #c50f0f;
    border-color: #c50f0f;
}
p.price span {
    display: inline-block;
    padding: 45px 15px 50px;
    padding-right: 0;
    font-size: 3rem;
    font-weight: 600;
    color: #c50f0f;
    position: relative;
}
p.price span:before {
    position: absolute;
    content: "€";
    font-size: 1.6rem;
    top: 25px;
    font-weight: 300;
    right: -20px;
}
.pricing-offers {
    padding: 0 0 10px;
}
.pricing-offers li {
    padding: 0 0 16px;
    line-height: 18px;
}
ul li {
    list-style-type: none;
}

.btn.btn-mid {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.blog .mbr-section-title {
  text-align: left;
}
.blog .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
}
.blog .mbr-section-btn {
  padding-top: 2rem;
}
.blog .section-header {
  margin-bottom: 3rem;
}
.blog .item-wrapper {
  margin-bottom: 1.5rem;
}
.blog .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.blog .row-item.card1 {
  background: #f1f1f1;
}
.blog .row-item.card2 {
  background: #e3e3e3;
}
.blog .row-item.card3 {
  background: #f1f1f1;
}
.blog .row-item.card4 {
  background: #e3e3e3;
}
.blog .content ul li {
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
	.blog .row-item {
		padding: 2rem;
	}
}
.blog .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .blog .card-img,
  .blog .mbr-text,
  .blog .mbr-card-title,
  .blog .mbr-section-subtitle,
  .blog .mbr-section-title,
  .blog .underline {
    text-align: center !important;
  }
}
.blog .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.blog .card-img {
  margin-bottom: 1.7rem;
  color: #ed0000;
}
.blog .card2 > .mbr-text,
.blog .card2 > .mbr-section-btn {
  text-align: left;
}
.blog .card1 > .mbr-text,
.blog .card1 > .mbr-section-btn {
  text-align: left;
}
.blog .card3 > .mbr-text,
.blog .card3 > .mbr-section-btn {
  text-align: left;
}
.blog .card4 > .mbr-text,
.blog .card4 > .mbr-section-btn {
  text-align: left;
}


@media (min-width: 768px) {
    .section-title h2 {
        font-size: 28px;
    }
}
@media (min-width: 992px) {
    .section-title h2 {
        font-size: 34px;
    }
}
.section-title.title-ex1 h2 {
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2 {
        padding-bottom: 40px;
    }
	.blog {
	  margin: 100px 0 0 0;
	}
}
.section-title.title-ex1 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 110px;
    height: 1px;
    background-color: #d6dbe2;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:before {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:before {
        bottom: 25px;
    }
	.section-title.title-ex1 p {
		line-height: 2.3rem;
	}
}
.section-title.title-ex1 h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 40px;
    height: 1px;
    background-color: #1a3fc6;
}
@media (min-width: 768px) {
    .section-title.title-ex1 h2:after {
        bottom: 17px;
    }
}
@media (min-width: 992px) {
    .section-title.title-ex1 h2:after {
        bottom: 25px;
    }
	section.pricing-section {
		margin: 150px 0 0 0;
	}
}

@media (min-width: 1200px) {
	.blog {
		  margin: 160px 0 0 0;
		}	
	.savjeti {
		  margin: 150px 0 0 0;
		}
}

.card-img svg {
    height: 40px;
    width: 40px;
}

.bg-primary-ponuda {
    background-color: #2753ff !important;
}
.hero-1 {
    padding: 150px 0 160px;
    width: 100%;
    overflow: hidden
}

.hero-content {
    position: relative;
    z-index: 1
}
.text-bijel {
    color: #ffffff;
}
.hero-bottom-shape {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0
}

.hero-bottom-shape img {
    width: 100%;
    height: auto
}
.btn.btn-outline-white {
    border: 1px solid #fff !important;
    color: #fff !important
}

.btn.btn-outline-white:hover,.btn.btn-outline-white:focus,.btn.btn-outline-white.focus,.btn.btn-outline-white:active,.btn.btn-outline-white.active {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: 0 3px 10px rgba(255,255,255,0.5);
    color: #fff !important
}

.btn.btn-light {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    color: #2753ff !important
}

.btn.btn-light:hover,.btn.btn-light:focus,.btn.btn-light.focus,.btn.btn-light:active,.btn.btn-light.active {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 2px rgba(251,251,251,0.08);
    color: #2753ff !important
}

.btn.btn-outline-light {
    border: 1px solid #fbfbfb;
    color: #fbfbfb !important
}

.btn.btn-outline-light:hover,.btn.btn-outline-light:focus,.btn.btn-outline-light.focus,.btn.btn-outline-light:active,.btn.btn-outline-light.active {
    background-color: #fbfbfb;
    border: 1px solid #fbfbfb;
    color: #29344a !important
}
h1.text-bijel {
	font-weight: 600;
}

.row>* {
	position: relative;
}
.naglasak{
	letter-spacing: 0.2rem;
    font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
details {
    text-align: left;
    padding: 10px 0 10px;
}
	h1.h-naslov {
		font-weight: 900;
	}
	
.card {
  border-radius: .7rem;
}
.mob-naslovnica-slika {
	position: relative;
    background: url("../../assets/slike/bcg_naslovnica_mob.webp") center / cover no-repeat;;
	width: 100vw;
    margin-left: calc(50% - 50vw);
}
.mob-logo {
    display: block;
	background-color:#fff;
    width: 100%;
    opacity: 1;
    animation: fadeLogo 4s ease forwards;
}
@keyframes fadeLogo {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/************************************************************************************
/											MEDIA 
/************************************************************************************/

@media only screen 
    and (device-width: 375px) 
    and (device-height: 812px) 
    and (-webkit-device-pixel-ratio: 3) {

}


@media (max-width: 599px) {
	ul.navbar-nav.mr-auto {
		margin-top: 50px;
	}
	.klijenti {
		margin: 0 0 50px 0;
		padding: 0 0 50px 0;
	}
	h1.h-naslov {
		margin: 60px 0 20px 0;
	}
	h2.h-naslov {
		margin: 0 0 50px 0;
	}
	p.cijena span:before {
		right: -10px;
	}
	.prvipasus {
		background: rgb(248 249 250 / 75%);
	}



}

@media (min-width: 600px) and (max-width: 899px) {

}
@media (min-width: 600px) {

}

@media (min-width: 768px)and (max-width: 900px){

}
@media (max-width: 991.98px) {
	a.nav-link {
		font-size: 1.2rem;
		line-height: 2.5rem;
	}
	p {
		line-height: 1.8rem;
	}
	.offcanvas-collapse {
		position: fixed;
		top: 85px;
		bottom: 0;
		left: 100%;
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: #f8f9fa;
		transition-timing-function: ease-in-out;
		transition-duration: .3s;
		transition-property: left, visibility;
		align-items: flex-start !important;
	}
	.offcanvas-collapse.open {
		left: 0;
		visibility: visible;
		align-items: flex-start;
	}
	.navbar {
		padding: 0 20px 0px;
	}
	.meni-naslov {
		display: inline-flex;
	}
	.agencija {
		padding: 50px 0 50px;
		flex-flow: row wrap;
	}
	.cover-container {
	  max-width: 100%;
	  margin: 2em auto 0;;
	}
	.javi-se {
		margin: 41px 0;
		display: block;
	}
	p.uvod {
		line-height: 1.86em;
	}
	.desno {
		display: contents;
	}
	.tamnoplavo h3 {
		padding: 40px 0 0 0;
	}
	.slika-logo-svg {
		width: 140px;
		height: 100px;
	}
	.hidden {
		color: #7082a9;
	}
	.lines {
		z-index: -1;
	}
	.cover-container {
		margin: 2em auto 2em;
	}	
	.naslovnica .lijevo .cover-container {
		background: rgb(248 249 250 / 85%);
	}
	.klijenti h3 {
		line-height: 1.4em;
		padding: 30px 0 50px 0;
	}
	h2.h-naslov {
		margin: 0 0 10px 0;
		font-size: 1.8rem;
	}
	.sekcija {
		margin: 80px 0 100px;
	}
	p.cijena span:before {
		right: -10px;
	}
	.prvipasus {
		background: rgb(248 249 250 / 75%);
	}
	.ikona_cjenik {
		margin: 50px 0;
	}
	h2.uvod {
		margin: 0 0 50px 0;
		line-height: 2.2rem;
	}
	@-webkit-keyframes separator-width {
	  0% {
		width: 0;
	  }
	  100% {
		width: 10%;
	  }
	}

	@keyframes separator-width {
	  0% {
		width: 0;
	  }
	  100% {
		width: 10%;
	  }
	}
	.naziv-reference {
		font-size: 1.13rem;
		margin-bottom: 20px;
	}
	.prefooter li {
		line-height: 2.3rem;
	}
	.vanka-regule {
		width: 120%;
		margin-left: -10%;
	}
	.reference-filteri {
	}
	.filters a {
		line-height: 3rem;
	}
	.price-card {
		margin: 0 0 30px 0;
	}
	h3.uvod.text-center {
		margin: 0 0 50px 0;
		line-height: 2.3rem;
	}
	section.pricing-section {
		margin: 130px 0 0 0;
	}
	section.savjeti {
		padding: 130px 0 0 0;
	}
	section.blog {
		padding: 100px 0 0 0;
	}
	section.section.site-portfolio {
		padding: 130px 0 0 0;
	}
	.section-title.text-center.title-ex1.naslov-kontakt {
		margin: 0 0 50px 0;
	}
	.section-title p {
		margin: 30px 0 50px 0;
	}
	.bi-check-circle {
		margin: 0 4px 0 0;
	}
	.content {
		margin: 0px 0 50px;
	}
	.brend-item {
		max-width: 180px;
	}
	a.poseban-link-cijena {
		line-height: 4rem;
		display: block;
	}
 
	.item .item-wrap>.work-info span {
		font-size: 1rem;
	}
	.idi-link {
		border: none;
		margin: 60px 0 20px 0;
		background: transparent;
		color: white;
		text-decoration: underline;
		width: 100%;
	}
	.hero-1 {
		padding: 100px 0 50px;
		margin: 0 0 100px 0;
	}
	.img-md-responsive {
		max-width: 100%;
		height: auto;
	}
}
/* ----------- iPad ----------- */

@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px)  {

}	

/* ----------- iPad Pro ----------- */

@media only screen 
	and (min-width: 1024px) 
	and (max-height: 1366px) 
	and (-webkit-min-device-pixel-ratio: 1.5) {
}
	
@media only screen 
	and (min-width: 1024px) 
	and (max-height: 1366px) 
	and (orientation: portrait) 
	and (-webkit-min-device-pixel-ratio: 1.5) {
}
	
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px)
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  
 }
@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.navbar {
		/* padding: 1.67em 5.56em; */
		padding: 0 5.56em;
		box-shadow: 0 1px 4px 0 rgba(0,0,0,0.05),0 5px 30px 0 rgba(0,0,0,0.05);
	}
}
@media (min-width: 1200px) and (max-width: 1799px) {

}
@media (max-width: 1600px) {
	
}
@media (min-width: 1200px) {
	.cover-container {
	  max-width: 34em;
	  margin: 7em auto 0;;
	}	
	.prefooter .cover-container {
	  margin: 3em auto 0;;
	}
	.lista-check {
		margin-left: 20px;
	}
	.h-naslov {
		font-family: 'Merriweather', sans-serif;
		padding: 40px 0 20px;
		display: block;
		font-size: 2.13rem;
		line-height: 2.8rem;
		margin: 0;
	}
	.h-naslov a {
		color: inherit;
		text-decoration: none;
		font-size: 2.13rem !important;
		line-height: 2.8rem;
		font-weight: 100 !important;
	}
	h2, h3, h4 {
		margin: 2em 0;
	}
	body.naslovnica {
		
	}
	.h1, h1 {
		font-size: 2.5rem;
		margin-top: 3rem;
	}
	a.navbar-brand {
		display: contents;
		align-items: center;
	}
	a.navbar-brand svg {
		min-width: 100px;
	}
	.meni-naslov {
		padding: 0 0 0 20px;
		font-size: 1.6rem;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 1.13rem;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
	}
	nav.shift ul li a {
	  position:relative;
	  z-index: 1;
	}
	nav.shift ul li a:hover {
	  color: #91640F;
	}
	nav.shift ul li a:after {
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  margin: auto;
	  width: 100%;
	  height: 1px;
	  content: '.';
	  color: transparent;
	  /* background: #F1C40F; */
	  visibility: none;
	  opacity: 0;
	  z-index: -1;
	}
	nav.shift ul li a:hover:after {
	  opacity: 1;
	  visibility: visible;
	  height: 100%;
	}
	a.ikona_cjenik {
		display: inline-block;
		margin: 20px 0 0px 30px;
	}



	@-webkit-keyframes fill {
	  0% {
		width: 0%;
		height: 1px;
	  }
	  50% {
		width: 100%;
		height: 1px;
	  }
	  100% {
		width: 100%;
		height: 100%;
		background: #333;
	  }
	}

	@-webkit-keyframes circle {
	  0% {
		width: 1px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 1px;
		z-index: -1;
		background: #eee;
		border-radius: 100%;
	  }
	  100% {
		background: #aaa;
		height: 5000%;
		width: 5000%;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 0;
	  }
	}
	.uvod-botuni {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-top: 7em;
	}
	.botun-uvod-desni {
		
	}
	p.uvod {
		font-size: 1.125rem;
		line-height: 2rem;
		font-weight: 400;
	}	
	img.bcg-naslovnica {
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
	.universe {
		/* background: url(../../assets/slike/bcg_naslovnica.webp) no-repeat bottom right; */
		background: url(../../assets/slike/bcg_naslovnica_komp.webp) no-repeat bottom right;
	}
	.bcgmarketing {
		background: url(../../assets/slike/bcg_naslovnica_lik_sjedi.webp) no-repeat bottom left;
	}
	.flex-even {
		min-width: 50%;
	}
	.desno {
		margin: 8em 0 0 0;
		position: relative;
	}
	.lijevo {
		z-index: 100;
	}
	.bcgcijena {
		text-align: right;
	}
	.full {
		padding: 3em 0 2em;
	}
	main.agencija  {
		padding: 5em 0 10em;
	}
	main {
		padding: 3em 0 1em;
	}

	.agencija:before {
		content: "";
		background-image: url("../../assets/slike/overlay.png"),linear-gradient(45deg, #6E436C 25%, #2A4584 75%);
		background-size: 256px,cover;
		background-position: center,center;
		background-repeat: repeat,no-repeat;
	}
	.agencija:after {
		content: "";
		background: url(../../assets/slike/bg.svg) no-repeat bottom left;
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		transition: filter .5s ease,opacity 1s ease;
	}

	.poseban-link-cijena {
		display: inline-block;
		-webkit-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
		-moz-transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
		transition: color 0.3s ease-out, box-shadow 0.5s ease-in-out;
	}
	.bcg_seo_optimizacija {
		background: url(../../assets/slike/seo-optimizacija-web-stranica-split.webp) no-repeat center center;
		background-size: cover;
	}
	.seo-marketing {
		background: #f7f7f7;
	}
	.javi-se {
		display: inline-flex;
		background-image: url(../../assets/slike/strelica.svg);
		background-position: 230px 15px;
		background-size: 8px;
		background-repeat: no-repeat;
		-webkit-transition: color 0.1s ease-out, box-shadow 0.1s ease-in-out;
		-moz-transition: color 0.1s ease-out, box-shadow 0.1s ease-in-out;
		transition: color 0.1s ease-out, box-shadow 0.1s ease-in-out;
	}	
	.javi-se:hover {
		box-shadow: none;
	}
	.slide {
		position:  relative;
	}
	.hidden {
		visibility: hidden;
		position: absolute;
		top: 30px;
		width: 300px;
		padding-top: 50px;
		font-size: 1.2em;
		text-transform: upper;
		color: aliceblue;
		opacity:=;
		font-family: 'Karla', sans-serif;
	}

	a .slide:hover > .hidden {
		visibility: visible;
		pointer-events: none;
		opacity: 1;
	}
	.blur {
		position: relative;
	}
	.blur:hover {
	  -webkit-filter: blur(3px);
	   filter: blur(3px);
	}
	.animation {
		width: auto;
		height: 100px;
		font-size: 0px;
	} 
	.animation div {
		display: inline-block;
		width: auto;
		float: none;
		padding: 0 10px;
	}
	svg#racun {
		max-width: 500px;
	}
	.bcg-kontakt {
		background-image: url(../../assets/slike/bcg_kontakt.webp);
		background-size: cover;
		background-repeat: no-repeat;
	}
	.section-title.text-center.title-ex1.naslov-cijene {
		margin: 0 0 70px 0;
	}
	.section-title.text-center.title-ex1.naslov-savjeti {
		margin: 0 0 70px 0;
	}
	.desni-container {
		padding: 0;
	}
	@-webkit-keyframes fade-in-item {
	  0% {
		display: block;
		opacity: 0;
	  }
	  30% {
		display: block;
		opacity: 0.5;
	  }
	  60% {
		display: block;
		opacity: 0.8;
	  }
	  100% {
		display: block;
		opacity: 1;
	  }
	}
	
	.slika-logo-svg {
		width: 200px;
		height: 100px;
	}

	@-webkit-keyframes separator-width {
	  0% {
		width: 0;
	  }
	  100% {
		width: 10%;
	  }
	}

	@keyframes separator-width {
	  0% {
		width: 0;
	  }
	  100% {
		width: 10%;
	  }
	}
	.lijevo {
		z-index: 100;
		min-height: 70vh;
	}
	.prefooter {
		margin: 100px 0 0 0;
	}
	.reference-filteri {
	}
	.brend-item {
		max-width: 180px;
	}
	.section-title.text-center.title-ex1.naslov-reference {
		margin: 150px 0 0 0; 
	}
	.section-title.text-center.title-ex1.naslov-kontakt {
		margin: 40px 0 50px 0; 
	}
	.idi-link {
		display: none;
	}


}
@media (min-width: 1800px) {
	
}


