@import '../js/bxslider/jquery.bxslider.css';
@font-face {
   font-family: 'PFTrafficLight-Italic';
   font-weight: 200;
   src: url('../fonts/PFTrafficLight-Italic.otf') format('opentype'),
        url('../fonts/PFTrafficLight-Italic.woff') format('woff');
}
@font-face {
   font-family: 'PFTrafficLight-Regular';
   font-weight: 200;
   src: url('../fonts/PFTrafficLight-Regular.otf') format('opentype'),
        url('../fonts/PFTrafficLight-Regular.woff') format('woff');
}
@font-face {
   font-family: 'PFTraffic-Regular';
   font-weight: 400;
   src: url('../fonts/PFTraffic-Regular.otf') format('opentype'),
        url('../fonts/PFTraffic-Regular.woff') format('woff');
}
body{
  font-family: 'PFTraffic-Regular';
  font-size:15px;
  color:#000;
  background:#fff;
  letter-spacing: 0;

}
ul{
  margin:0;
  padding:0 0 0 20px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}
.container::after, .row::after, .u-cf {
    content: "";
    display: table;
    clear: both;
  }
a {
  text-decoration: none;
  -webkit-transition:  all 0.4s ease 0s;
  -o-transition:  all 0.4s ease 0s;
  transition:  all 0.4s ease 0s;
}
p{
  line-height: 22px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #767676;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  float: left;
}
#kontakt-forma{
  width: 50%;
  display: block;
  margin: 0 auto;
}
#kontakt-forma label, #kontakt-forma input, #kontakt-forma textarea{
  width: 100%;
  float: left;
  padding:14px;
}
#kontakt-forma label{
  width: 100%;
  float: left;
  padding:14px 0;
  color: #959595;
} 
.error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500 !important;
  padding: 15px;
}
.txt_error {
  background-image: url(../images/error.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: 1px solid #e81500 !important;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  color: #57514D;
}
.success {
  background-image: url(../images/sucess-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #7ac143;
  padding: 15px 15px 15px 65px;
}
.error_img {
  background-image: url(../images/error-32.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  border: 1px dashed #e81500;
  padding: 15px 15px 15px 65px; 
}
#kontakt-forma input.btn.send{
  background: #2C2C2C;;
  color: #fff;
  border:none;
  margin: 40px 0;
}
#kontakt-forma input.btn.send:hover {
  background:#959595;
  color:#fff;
  cursor:pointer;
  border:none;
}
input[type="text"], textarea, button, input[type="file"] {
  transition: none;
}
.prijava-obrazac #kontakt-forma input[type="checkbox"], .registracija-forma #kontakt-forma input[type="checkbox"]{
  margin-top: 30px;
  margin-bottom: 25px;
}
#kontakt-forma input[type="checkbox"] {
  float: none;
  width: auto;
}
#kontakt-forma input:focus, #kontakt-forma textarea:focus, #kontakt-forma input:hover, #kontakt-forma textarea:hover {
  border:1px solid #57514D;
}
#kontakt-forma input, #kontakt-forma textarea{
  border:1px solid #959595;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

.aleft{
  display: block;
  float: left;
  margin-top: 25px;
}

.none{
  display:none;
}
.v{
  float:right;
  margin-top: 25px;
}
.row{
  width:100%;
  clear: both;
  float:left;
}
.clearfix {
  clear: both;
  display: block; 
  width: 100%;
}
#toggle{
  display: none;
}
/* Dokumenti */
.docs-list{
  float:left;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

.docs-list a{
  line-height: 18px;
  background: url(../images/doc-icon.svg) no-repeat left center transparent;
  padding: 10px 0 10px 45px;
  display: block;
  font-weight: 400; 
  float: left;
  margin-right: 40px;
  color: #959595;
}
/* End Dokumenti */
/* Bread crumbs */
.bread-crumbs ul{
    list-style:none;
    float:left;
    padding-left: 0;
}
.bread-crumbs ul li{
    float:left;
    font-size: 14px;
}
.bread-crumbs ul li a{
    color:#363636;
}
.bread-crumbs ul li a:hover{
    color:#f47321;
}
.bread-crumbs ul li:after{
    content:"|";
    padding-left: 10px;
    padding-right: 10px;
}
.bread-crumbs ul li:last-child:after{
    content:"";
    padding-left: 0;
    padding-right: 0;
}
/* End Bread crumbs*/
.content img{
  max-width: 100%;
  height: auto;
}
/* Cookie */
.cookie-container {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: block;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  color:#fff;
}
.cookie-container span {
  font-weight: 400;
  text-transform: uppercase;
}
.cookie-container p{
  margin: 0;
}
.cookie-container a:hover{
  color: #fff;
}
/* end of cookie */

/***START OF HEADER**/
.app-link {
  background: url(../images/close-button.svg) no-repeat center center;
  display: block;
  transition: all 0.1s ease 0s;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  width: 100%;
  position: relative;
}
.app-link:hover {
  color:#fff;
  -webkit-box-shadow:-1px -3px 9px rgba(0, 0, 0, 0.44);
  -moz-box-shadow:-1px -3px 9px rgba(0, 0, 0, 0.44);
  box-shadow:-1px -3px 9px rgba(0, 0, 0, 0.44);
}
.app-link.active-link {
  color:#fff;
  background: url(../images/burger-icon.svg) no-repeat center center;
}
.header{
  position: relative;
  width: 100%;
  float: left;
  background: #000;
}
.header-content{
  padding: 20px;
}
.menu{
  position: relative;
  display: inline-block;
  float: left;
  z-index: 1;
}
.dropdown-content{
  position: absolute;
  background: rgba(0,0,0,0.75);
  min-width: 200px;
  display: none;
  top: 70px;
  left: 0; 
}
.dropdown-content li a{
  text-decoration: none;
  padding: 15px;
  display: block;
  color: #807D7A;
  text-transform: uppercase;
  font-family: "PFTraffic-Regular", sans-serif;
  font-size: 16px;
}
.dropdown-content li a:hover{
  color: #fff;
}

.show{
  display: block;
}
ul.dropdown-content{
  list-style: none;
  margin: 0;
  padding: 0;
}
.logo{
  margin: 0 auto;
  max-width: 100%;
  width: 176px;
  position: absolute;
  left: 0;
  right: 0;  
}
.logo a{
  max-width: 100%;
}
.logo img{
  width: 100%;
}
button.dropbtn{ 
    border: none;
    float: left;
}
.languages{
  float: right;
}
.languages a:hover{
  color: #57514D;
}
.languages a.mslc{
  color: #57514D;
}
.languages a{
  color: #fff;
  font-size: 17px;
}
/***END HEADER***/
/***START ABOUT***/
.about{
  margin: 0 auto;
  text-align: center;
  padding: 100px;
}
.about h2{
  text-transform: uppercase;
  font-size: 30px; 
  font-family: "PFTrafficLight-Regular";
  color:#979595;
  padding-bottom: 10px;

}
.about-wrapper{
  width: 70%;
  margin: 0 auto;
}
.about p{
  font-size: 16px;
  line-height: 25px;
  font-family: "PFTrafficLight-Regular";
  color: #959595;
}
/***END ABOUT***/
/***START SLIDER***/
.slider{
  float: left;
  width:100%;
  position: relative;
}
.slider ul{
  padding: 0;
}
.slider img{
  width: 100%;
}
.arrow{
  position: absolute;
  bottom: 60px;
  width: 45px;
  left: 50%;
  right: 50%; 
}
.arrow:hover{
    -moz-transform: translate(0, 13px);
    -ms-transform: translate(0, 13px);
    -o-transform: translate(0, 13px);
    -webkit-transform: translate(0, 13px);
    transform: translate(0, 13px);
}
.arrow img{
  width: 100%;
}
.bx-wrapper{
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-viewport{
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow:none;
  box-shadow: none;
  left: 0;
  text-align: center;
  background: inherit;
}
.bx-wrapper .bx-pager.bx-default-pager a{
  width: 20px;
  height: 20px;
  border-radius: 30px;
  background: #807D7A;
  margin: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background:#57514D;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  bottom: 50px;
  width: 250px;
  right: 50px;
  wisth: 20%;
}
/***END SLIDER***/
/***START MINI-SLIDER***/
.mini-slider{
  padding-top: 30px; 
  position: relative;
  background:#f9f9f9;
}
.mini-slider-wrapper{
  float: right;
  max-width: 100%;
}
.mini-slider-text{
float: left;
width: 17%;
}
.mini-slider-text h2{
  font-size: 17px;
  text-align: left;
  padding: 0 0 0 30px;
  color: #57514D;
}
.mini-slider-wrapper .bx-viewport{
  height: 327px !important;
}
.mini-bxslider li p{
  text-align: left;
  font-size: 12px;
  color: #6B6764;
  line-height: 18px;
}
.mini-bxslider li {
 background: none;
 padding-bottom: 50px;
}
.mini-bxslider li p.small{
  color: #A9A8A6;
}
.mini-bxslider li a {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.img-box{
  position: relative;
}
.img-box-overlay{
  background: rgba(80, 136, 160, 0.4);
  width: 100%;
  float: left;
  position: absolute;
  opacity: 0;
  top: 0;
  z-index: 1;
  text-align: center;
  -moz-transition: opacity 0.05s;
  -o-transition: opacity 0.05s;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
  height: 100%;
}
.img-box-overlay img{
  opacity: 0.7;
}
.img-box:hover .img-box-overlay{
  opacity: 1;
}
.mini-slider .bx-controls-direction{
  bottom: 262px;
  left: -145px;
  position: absolute;
  right: 11px;
  width: 23%;
  max-width: 100px;
}
.mini-slider  .bx-has-controls-direction{
  width: 100%;
  float: left;
  margin: 0 auto;
}
.mini-slider .bx-wrapper .bx-controls-direction a{
  height:28px;
  margin-top: 0;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 21px;
  z-index: 9999
}
.mini-slider .mini-bxslider{
  float: left;
}

.mini-slider .bx-wrapper .bx-prev{
  background: url(../images/prev-icon.svg) no-repeat;
  top: 38px;
  left: 67px;
}
.mini-slider .bx-wrapper .bx-prev:hover{
  background: url(../images/prev-icon-hover.svg) no-repeat;
  top: 38px;
  left: 67px;
}
.mini-slider .bx-wrapper .bx-next{
  background: url(../images/next-icon.svg) no-repeat;
}
.mini-slider .bx-wrapper .bx-next:hover{
  background: url(../images/next-icon-hover.svg) no-repeat;
}
.bg-1{
  background: #F4F4F4;
}
.bg-2{
  background: #EAEAEA;
}
.bg-3{
  background: #DDDDDD;
}
.bg-4{
  background: #d3d1d1;
}
.img-oby{
  background:none;
}
/***END MINI-SLIDER***/
.section-1{
  position: relative;
  padding: 20px 0;
}
.title{
  width: 20%;
  float: left;
}
.title h2{
  font-size: 17px;
  text-align: center;
}
.photo-section {
  width: 80%;
  float: right;
}
.photo-wrapper{
  width: 25%;
  display: inline-block;
  float: left;
  padding: 2px;
}
.photo-wrapper img{
  width: 100%;
}
.photo-wrapper p{
  font-size: 15px;
  line-height: 5px;
  font-weight: bold;
  color: #6B6764;
}
.photo-wrapper p.small{
  color: #A9A8A6;
}
/***START TEXT-SECTION***/
.text-section{
  width: 100%;
  margin:0 auto;
}
.text-section-wrapper{
  padding: 100px;
}
.text-section-wrapper p{
text-align: center;
font-size: 20px;
color:#585454;
font-family: "PFTrafficLight-Italic";
}
/***END TEXT SECTION***/
/***START FOOTER**/
.footer{
  width:100%;
  float:left;
  font-size: 14px;
  position: relative;
  background: #2C2C2C;
  font-size: 14px;
  font-family: "PFTrafficLight-Regular";
}
.clear-wrapper{
 width: 100%;
 float: left; 
}
.prava{
  float: left;
  width: 50%;
}

.footer-wrapper{
  position: relative;
  color: #fff;
  width: 100%;
  float: left;
}
.footer-wrapper-only{
  position: relative;
  color: #fff;
  width: 100%;
}

.kontakt-1 img{
 min-width: 33%;
 padding: 0 0 10px 0;
}
.kontakt-1 h2, .kontakt-2 h2{
  font-size: 16px;
}

.kontakt-1 h3, .kontakt-2 h3{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 9px;
  margin-top: 25px;
}
.kontakt-2-wrapper{
  width: 80%;
  margin: 0 auto;
}

.kontakt-1 p, .kontakt-2 p, .kontakt-2 a{
  font-size: 14px;
  color: #959595;
  margin-top: 0;
}
.kontakt-1{
  border-right: 1px #585454 solid;
  float: left;
  display: block;
  width: 50%;
  padding: 55px;
}
.kontakt-1 h2{
  float: left;
}
.kontakt-1 a{
  width: 100%;
  float: left;
}
.f-left{
  float: left;
  max-width: 100%;
}
.kontakt-wrapper-only .kontakt-2{
  width: 25%;
}
.kontakt-2{
  float: left;
  display: block;
  width: 50%;
  padding: 55px;
}
.kontakt-wrapper {
  position: relative;
  width: 50%;
  float: left;
  background: #2C2C2C;
}

.kontakt-wrapper-only{
  position: relative;
  width: 100%;
  float: left;
}
.kontakt-wrapper-only > .kontakt-1{
  margin:100px 0;
  padding:0;
  text-align: center;
}
.kontakt-wrapper-only > .kontakt-1 h2{
  float: none;
  text-align: center;
}
.oib{
  margin-top: 10px!important;
}
.map{
  float: right;
  width: 50%;
  padding: 0;
  margin: 0;
  background: #F6F6F6;
}
.map a{
  width: 100%;
  float: right;
  overflow: hidden;
  background: #F6F6F6;
  max-height: 437px;
}
.map img{
  width: 100%;
  overflow: hidden;
}
.clear{
  padding: 23px;
  color: #585454;
  background: #fff;
  width: 100%;
}
.footer-logos{
  width: 10%;
  display: block;
  float: right;
 /***END FOOTER**/
}
.prsten{
  text-align: center;
  float: right;

}

.prsten-logo{
  width: 20%;
  float: left;
  position: relative;
  top: 20px;
  left: 96px;
}
/****START O NAMA***/
.wrapper{
  margin:0 auto;
  width: 100%;
  float: left;
  font-family: 'PFTrafficLight-Regular';
}
.header-img{
  width:100%;
  margin: 0 auto;
}
.header-img img{
  width: 100%;
}
.onama-wrapper h1, .klijenti-wrapper h1, .djelatnosti-wrapper h1{
  text-transform: uppercase; 
  margin: 40px 0;
  color:#57514D;
  font-size: 32px;
}

.projekti-wrapper h1{
  text-transform: uppercase; 
  margin:50px 0;
  color:#57514D;
  font-size: 32px;
  text-align: center;
}
.onama-wrapper p, .klijenti-wrapper p, .djelatnosti-wrapper p, .projekti-wrapper p{
  width: 100%;
  line-height: 29px;
  color: #959595;

}
.gallery-wrapper{
  margin: 50px 0;
}
.gallery-wrapper .gallery a{
  padding: 20px 20px 20px 0;
}
.docs-list h2, .gallery-wrapper h2, .video-wrapper h2{
  padding:40px 0;
  color: #a9a8a6;
  font-size: 26px;
}
.video-wrapper{
  float: left;
  width: 60%;
  margin-top: 50px;
  position: relative;
  padding-bottom: 50px;
}

.video {
  display: inline-block;
  height: 0;
  padding-bottom: 61%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background:rgba(255,255,255,0.5);
  padding:10px;
}
/****END O NAMA***/
/*****START KONTAKT*****/
.forma-wrapper{
  width: 100%;
  float: left;
  margin:0 auto;
}
.inner-wrapper-kontakt{
  width: 100%;
  float: left;
  margin: 40px auto;
}
.inner-wrapper-kontakt h1{
  text-transform: uppercase;
  padding: 30px 0;
  color: #57514D;
  margin: 0 auto;
  text-align: center;
  font-size: 32px; 
  width: 50%;
}
.kontakt{
  width: 100%;
  float: left;
}

.kontakt-info{
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}
.kontakt-info p, .kontakt-info a{
  width: 100%;
  line-height: 29px;
  color: #959595;
  text-align: center;
}
.map-wrapper{
  width: 100%;
  float: left;
}
.map-wrapper h2{
  text-align: center;
  color:#a9a8a6;
  font-size: 30px;
  padding: 20px 0;
}
#map {
  width: 100%;
  height: 500px;
}
/***END KONTAKT****/
/****START DETALJI PROJEKTA***/
a.povratak {
  padding: 20px 11px 17px 50px;
  color: #000;
  background: url(../images/back-icon.svg) no-repeat 19px 18px;
  text-transform: uppercase;
}
 a.povratak:hover{
  background: url(../images/back-icon.svg) no-repeat 10px 18px;
 }
.detalji-top{
  margin-top: 50px;
  margin-bottom: 22px;
}
.detalji-wrapper{
  width: 100%;
  float: left;
  padding-bottom: 50px;
}

.detalji-top h1{
  width:47%; 
  float: left;
  color: #57514D;
  font-size: 25px;
  border-bottom: 1px solid #959595;
  padding-bottom: 28px;
  line-height: 40px;
}
.detalji p{
  color: #959595;
  line-height: 23px;
}
.detalji h3{
  color: #57514D;
  font-size: 20px;
  margin-top: 21px;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: -15px;
}
.detalji h3:first-child{
  margin-top: 0;
}
.detalji-top a{
  float: right;
  margin: 20.1px 0;
}
.detalji{
  float: left;
  width: 50%;
  padding: 0 0 70px 0;
}
.detalji-gallery{
  width: 50%;
  float: right;
  margin-top: 25px;
}

.detalji-photos {
  width: 100%;
  float: left;
  max-width:700px;
}
.slider-container { 
  position: relative;
  margin-bottom: 5px; 
}
.slider-container .bx-wrapper, .pager-container .bx-wrapper{
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.slider-container .bx-wrapper .bx-viewport, .pager-container .bx-wrapper .bx-viewport {
background: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
left: 0;
transform: translateZ(0px);
}
.detalji-photos-slider, .detalji-photos-pager { 
  margin:0;
  padding:0;
  list-style-type: none; 
}
.detalji-photos-slider li, .detalji-photos-pager li { 
  margin:0;
  padding:0;
  background:none;
 }

.pager-container { 
  margin-top: 10px;
  width: 84%;
  float: none;
  margin:0 auto; 
}
.pager-container .bx-wrapper .bx-controls-direction a {
  height: 25px;
  margin-top: -14px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 25px;
  z-index: 9999;
  z-index:0;
}
.pager-container .bx-wrapper .bx-prev {
  background: url(../images/prev-icon.svg) no-repeat left center;
  left:-25px;
}
.pager-container .bx-wrapper .bx-next {
  background:  url(../images/next-icon.svg) no-repeat scroll right center;
  right:-28px;
}
/****END DETALJI PROJEKTA*****/
/*****START KLIJENTI***/
.klijenti-boxovi{
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
.k-box{
  max-width: 100%;
  width: 100%;
  border-bottom: 0.5px solid #959595;
  padding: 20px 20px 20px 0;
  float: left;
  margin: 0 55px 0 0;

}
.k-box a{
  padding: 0 50px 15px 40px;
  color: #959595;
  line-height: 40px;
  position: relative;
}
.k-box a:before{
  content: "";
  background: url('../images/arrow-klijent.svg') no-repeat left center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;

}
.k-box a:hover{
  opacity: 0.5;
}
.k-box h2{
  font-size: 19px;
  font-weight: 300;
  color: #000;
}

/****END KLIJENTI***/
/*****START DJELATNOSTI****/
.djelatnosti-wrapper ul li{
  line-height: 30px;
  color: #959595;
}
.djelatnosti-wrapper, .klijenti-wrapper, .onama-wrapper{
  margin: 50px;
  padding: 0 0 60px 0;
}
/****END DJELATNOSTI*****/
/****START PROJEKTI****/
.load-section{
  margin-bottom: 40px;
  width: 100%;
  float: left;
}

#myList, #myList-2, #myList-3, #myList-4, #myList-5{
  float: left;
  width: 100%;
  position: relative;
}
#myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{ 
  width: 25%;
  float: left;
  margin: 59px;
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  background: #e2e2e2;
  min-height: 400px;
}
#myList img, #myList-2 img, #myList-3 img, #myList-4 img #myList-5 img{
  width: 100%;
}
#loadMore, #loadMore-2, #loadMore-3, #loadMore-4, #loadMore-5 {
  cursor:pointer;
  color: #969696;
  cursor: pointer;
  padding: 15px 36px;
  width: 100%;
  text-align: center;
  background: url(../images/arrows-down-load.svg) no-repeat right center;
}
#loadMore:hover, #showLess:hover, #showLess-2:hover, #loadMore-2:hover, #showLess-3:hover, #loadMore-3:hover, #showLess-4:hover, #loadMore-4:hover,  #showLess-5:hover, #loadMore-5:hover{
  color: #57514D;
}
#showLess, #showLess-2, #showLess-3, #showLess-4, #showLess-5 {
  cursor:pointer;
  color: #969696;
  cursor: pointer;
  padding: 15px 36px;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background: url(../images/arrows-up-load.svg) no-repeat right center;

}
.btn-projekti, .btn-kategorija{
 width: 100%;
  float: left;
  margin:0 auto;
  text-align:center;
  margin-top: 30px;
}
.btn-projekti a, .btn-kategorija a{
  padding: 20px 15px;
  background: #57514D;
  color: #fff;
}
.projekti-wrapper{
  margin: 120px 0 43px 0;
}
.btn-projekti a:hover, .btn-kategorija a:hover{
  opacity: 0.8;
}
.projekti-kategorija{
  width: 100%;
  float: left;
  font-family: 'PFTrafficLight-Regular';
  font-weight: 200;
  margin-top: 30px;
  position: relative;
}
.projekti-kategorija h2{
  font-size: 22px;
  color: #57514D;
  margin-top: 78px;
  text-align: center;
  margin-bottom: 60px;
}
.projekti-kategorija a{
  float: right;
  position: absolute;
  top: 0;
  right: 28px;
  padding: 20px 0 17px 50px;
}
#myList p, #myList-2 p, #myList-3 p, #myList-4 p, #myList-5 p{
  font-size: 14px;
  color: #57514D;
  margin: 25px;
}
#myList span, #myList-2 span, #myList-3 span, #myList-4 span, #myList-5 span{
  font-size: 13px;
  color: #828181;
  padding: 25px;
}
.projekti-wrapper p{
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
#myList .hover-overlay, #myList-2 .hover-overlay, #myList-3 .hover-overlay, #myList-4 .hover-overlay, #myList-5 .hover-overlay{
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
  -moz-transition: opacity 0.05s;
  -o-transition: opacity 0.05s;
  -webkit-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
#myList a:hover .hover-overlay, #myList-2 a:hover .hover-overlay, #myList-3 a:hover .hover-overlay, #myList-4 a:hover .hover-overlay, #myList-5 a:hover .hover-overlay{
  opacity: 0.999;
}
.fright{
  float: right;
  margin-top: 26px;
}
/****END PROJEKTI****/

.referenca {
  margin-top: 30px;
  color: #959595;
  text-align: center;
}
/*123*/
/* POČETAK RESPONSIVE */
@media screen and (-webkit-min-device-pixel-ratio:0) {}
@media only screen and (max-width: 1680px) {}
@media only screen and (max-width: 1600px) {
  .mini-slider-text{
    width: 100%;
    margin-bottom: 20px;
  }
  .detalji-gallery{
    width: 45%;
  }

}
@media only screen and (max-width: 1450px) {
 .kontakt-2{
  width: 41%;
 }
 .mini-slider .bx-controls-direction{
    width: 100%;
    left: 41%;
    right: 0;
    top: 291px;
  }
  .mini-slider .bx-wrapper .bx-controls-direction a{
    margin:0;
  }
  .mini-slider .bx-wrapper .bx-prev{
    top: -1px;
    left: 31px;
  }
  .mini-slider .bx-wrapper .bx-prev:hover{
    top: -1px;
    left: 31px;
  }
    .k-box{
    width: 100%;
    margin-bottom: 0 116px 0 0;
  }
 .detalji-gally {
   width: 40%!important;
   margin-right: 47px;
  }
  img.gally{
    width: 100%;
  }
  .detalji-top a{
    margin: 20.1px 47px 20.1px 0;
  }
  .detalji-top h1{
    margin-left: 47px;
  }
  .detalji{
    margin-left: 47px;

  }
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
    width: 30%;
    margin:21px;
  }
  .detalji-gallery{

  }
}
@media only screen and (max-width: 1366px) {
  .about{
    padding: 50px;
  }
  .about-wrapper{
    width: 80%;
  }
  .mini-slider-wrapper{
    position: relative;
  }
  .mini-slider .bx-controls-direction{
    width: 50%;
    float: left;
    height: 30px;
  }
  .bx-wrapper .bx-controls-direction a{
    top: 0;
  }
}
@media only screen and (max-width: 1360px) {
  .maxi-slider-wrapper{
    width: 90%;
  }
}
@media only screen and (max-width: 1280px) {
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
    margin: 14px;
    width: 31%;
  }
}
@media only screen and (max-width: 1220px) {
  .detalji{
    width: 40%;
  }
  .detalji-gally{
    width: 90%!important;
    margin: 0 auto;
    float: none;
  }
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
    width: 32%;
    margin: 7px;
  }
}
@media only screen and (max-width: 1100px) {
  .kontakt-wrapper {
    width: 100%;
  }
  .map{
    width: 100%;
  }
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
    width: 32.33%%;
    margin: 10px 0 10px 7px;
  }
}
@media only screen and (max-width: 1024px) {
  .k-box{
    width: 100%;
    margin:0;
  }

}
@media only screen and (max-width: 980px) {
  .kontakt-wrapper-only > .kontakt-1{
    width: 100%;
    margin: 50px 0 0 0;
  }
  .kontakt-wrapper-only > .kontakt-1 img{
    min-width: 40%;
  }
  .kontakt-wrapper-only > .kontakt-1 h2{
    
  }
  .kontakt-wrapper-only .kontakt-2{
    width: 50%;
    padding: 20px;
  }

  .detalji{
    width: 40%;
  }
  .detalji-gally{
    width: 90%!important;
    margin: 0 auto;
    float: none;
  }
}
@media only screen and (max-width: 900px) {
  .about-wrapper{
    width: 100%;
  }
  .prsten{
    width: 100%;
    margin-top: 10px;
  }
  .prsten-logo{
    top: 0;
    left: 0;
    width: 15%;
  }
  .prava {
    width: 100%;
    text-align: center;
    float: none;
  }
  .aleft{
    float: none;
  }
  .v{
    float:none;
    position: relative;
    top: -15px;
  }
  .prsten-logo{
    float: none;
    width: 20%;
  }
  .k-box a{
    display: block;
    font-size: 13px;
  }
  .k-box a:before{
    top: 15%;
  }
  .detalji-gallery{
    width: 100%;
  }
  .detalji-photos-slider li, .detalji-photos-pager li{
    width: 100%;
  }

}
@media only screen and (max-width: 800px) {
#myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
  width: 100%;
  margin: 40px 0;
}
}
@media only screen and (max-width: 768px) {
   .bx-wrapper .bx-pager.bx-default-pager a{
    width: 20px;
    height: 20px;
    margin: 5px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:24px;
    right: 6%;
  }

  .arrow{
  bottom: 28px;
  }
   .arrow img{
    width: 76%;
  }
  .about-wrapper p{
    font-size: 14px;
  }
  .projekti-wrapper p{
    width: 100%;
  }
  .prsten-logo{
    width: 15%;
  }

  @media only screen and (max-width: 800px) {

}
@media only screen and (max-width: 640px) {
  #kontakt-forma{
    width: 90%;
  }
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{

}
@media only screen and (max-width: 620px) {}
@media only screen and (max-width: 600px) {
  p{
    font-size: 14px;
    
  }
  .kontakt-1{
    width: 100%;
    border-right: none;
    border-bottom: 1px #585454 solid;
  }
  .kontakt-2{
    width: 100%;
  }
  .kontakt-1 img{
    width: 50%;
  }
   .mini-bxslider li{
    float: none;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    width: 15px;
    height: 15px;
    margin: 5px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:24px;
    right: 0%;
  }

  .arrow{
  bottom: 28px;
  }
  .arrow img{
    width: 76%;
  }
  .about {
    padding: 9px;
  }
  .about-wrapper{
    width: 100%;
  }
  .about p{
    font-size: 12px;
  }
  .about h2{
    font-size: 22px;
  }
  .kontakt-1 img{
    min-width: 40%;
  }
  .map{
    min-height: auto;
  }
  .detalji-top{
    width: 80%;
  }
  .detalji-top h1{
    width: 100%;
  }
  .detalji-top a{
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .arrow img{
    width: 50%;
  }
   .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:24px;
    right: 5%;
    width: 30%;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 3px;
  }
  .mini-slider .bx-controls-direction{
    left: 36%;
  }
  .prsten-logo{
    width: 20%;
  }
  .v{
    top: -10px;
  }
  .kontakt-wrapper-only .kontakt-2{
    width: 100%;
  }


  .detalji-top h1{
    margin-left:18px;
    font-size: 21px;
  }
  .detalji {
    margin-left: 18px;
    width: 80%;
  }

}
@media only screen and (max-width: 360px) {
  .logo{
    top: 28px;
    left: 24px
  }
  .logo img{
    width: 75%;
  }
  .languages{
    margin-top: 8px;
  }
  .languages a{
    font-size: 13px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a{
    width: 10px;
    height: 10px;
    margin: 5px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom:4px;
    right: 6%;
    width: 40%;
  }

  .arrow{
   display: none;
  }
  .about {
    padding: 9px;
  }
  .about-wrapper{
    width: 100%;
  }
  .about p{
    font-size: 12px;
  }
  .about h2{
    font-size: 22px;
  }
  .mini-slider-text h2{
    font-size: 14px;
  }
  .mini-slider .bx-controls-direction{
    width: 100%;
    left: 32%;
    right: 0;
    top: 280px;
  }
  .mini-slider .bx-wrapper .bx-controls-direction a{
    margin:0;
  }
  .mini-slider .bx-wrapper .bx-prev{
    top: -1px;
    left: 31px;
  }
  .mini-slider .bx-wrapper .bx-prev:hover{
    top: -1px;
    left: 31px;
  }
  .mini-slider{
    
  }
  .mini-bxslider li p{
    margin-left: 20px;
  }
  .text-section-wrapper{
    padding: 20px;
  }
  .text-section-wrapper p{
    font-size: 14px;
  }
  .kontakt-wrapper{
    width: 100%;
  }
  .kontakt-1{
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-bottom: 1px #585454 solid;
    padding-bottom: 15px;
    border-right: none;
  }
  .kontakt-1 img{
    min-width: 80%;
  }
  .f-left{
    width: 80%;
  }
  .kontakt-2{
    margin: 0;
    width: 100%;
  }
  .map{
    width: 100%;
    margin-top: 20px;
    background: #F6F6F6;
  }
  .footer{
    overflow: hidden;
  }
  .clear{
    padding: 0;
  }
  .aleft{
    margin:30px 30px 10px 30px;
  }
  .inner-wrapper-kontakt h1{
    font-size: 28px;
  }
  .onama-wrapper h1, .klijenti-wrapper h1, .djelatnosti-wrapper h1{
    font-size: 28px;
  }
  #myList a, #myList-2 a, #myList-3 a, #myList-4 a, #myList-5 a{
    height: 400px;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .projekti-kategorija{
    width: 100%;
  }

.fright{
position: relative;
z-index: 1;
top: -3px;
left: -31%;
 }
 #myList, #myList-2, #myList-3, #myList-4, #myList-5{
  width: 100%;
  margin-bottom: 30px;

 }

 .projekti-kategorija h2{
  text-align: center;
 }
 .k-box a:before{
  top: 8%;
  line-height: 26px;
 }
}

