@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300i,400,500,700');

@import '../js/bxslider/jquery.bxslider.css';

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
::-webkit-scrollbar { 
display: none; 
}
.container {
  position: relative;
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}
@media (max-width: 400px) {
  #header .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: 'Fira Sans', sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0000EE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/*@media (max-width: 1000px) {
  #header .six.columns, #header .three.columns{
    width: auto;
  }
}*/

.header{
  position: fixed;
  z-index: 10;
  width: 100%;

  background: -moz-linear-gradient(left, rgba(225,58,44,0.52) 0%, rgba(47,0,27,0.52) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(225,58,44,0.52) 0%,rgba(47,0,27,0.52) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(225,58,44,0.52) 0%,rgba(47,0,27,0.52) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85e13a2c', endColorstr='#852f001b',GradientType=1 ); /* IE6-9 */
}
.scrolled{
  background: rgb(225,58,44); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(225,58,44,1) 0%, rgba(47,0,27,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(225,58,44,1) 0%,rgba(47,0,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(225,58,44,1) 0%,rgba(47,0,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13a2c', endColorstr='#2f001b',GradientType=1 ); /* IE6-9 */
  transition: 0.3s;
}
.img-header{
  width: 100%;
      height: 65px;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 0;
      position: relative;
}
@media (min-width: 750px) {
  .header-image {
      position: relative;
  }
  .img-header {
      height: 30vh;
     
    }
    .img-header-2 {
      height: 15vh;
     
    }
}
.logo{
  width: auto;
}
.left-top {
  background: #fff;
}
.left-top:after {
  background:#fff;
  left: -999em;
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.navbar-list, .language-list{
  padding-top: 45px;
}
.navbar-list, .language-list {
    list-style: none;
    margin-bottom: 0;
}
.language-list{
  float: right;
}

.navbar-item, .language-list li {
    position: relative;
    float: left;
    margin-bottom: 0;
}
.navbar-link{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #fff;
}
.navbar-link:hover{
  color: #222;
}
.language-list li a{
  text-align: right;
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .2rem;
  text-decoration: none;
  line-height: 6.5rem;
  color: #fff;
}
.navbar a#pull {
  display: none;
}
.nav, .lang{
  box-sizing: border-box;
  width: auto;
}
.lang{
  float: right;
}
.nav{
  float: left;
  margin-left: 4%;
}

.logo{
    padding: 23px;
  }
@media only screen and (max-width : 1200px){
  .logo{
    padding: 0px;
  }
  .logo img{
    max-width: 86px;
    padding: 5px;
  }
  .navbar-link{
    margin-right: 10px;
  }
  .navbar-list, .language-list {
    padding-top: 0px;
  }

}

/*Styles for screen 1000px and lower*/
@media only screen and (max-width : 1000px) {
  .lang{
    float: left;
  }
  .navbar {
    border-bottom: 0;
  }
  .navbar ul {
    display: none;
    height: auto;
    position: absolute;
    right: 0;
    width: 69%;
    max-width: 180px;
    top: 65px;
    background: #722e3b;
  }
  .navbar-item{
    width: 100%;
  }
  .navbar-link{
    margin-left: 15px;
    display: block;
    line-height: 4.5rem;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .navbar a#pull {
    display: block;
    background-color: #283744;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 40px;
  }
  .navbar a#pull:after {
    content:"";
    background: url('http://media02.hongkiat.com/responsive-web-nav/demo/nav-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
}

/*#izlist .news{
    width: 100%;
    margin: 0 0 15px 0;
  }*/
  #izlist .news img{
    width: 100%;
    float: left;
    margin-right: 15px;
  }
  #izlist .news a.rm{
    text-align: right;
    background-position: center right;
    padding-right: 38px;
    display: block;
    float: left;
}
.slika{
  max-height: 220px;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
@media (min-width: 450px){
  #izlist .news img{
    
  }

}

/*--------------SLIDER-------------*/

.bx-wrapper .bx-viewport{
  left: 0;
  border: 0;
  box-shadow: none;
}
.main-slider{
  width: 100%;
}
.slider-relative{position:relative;}
.main-slider .bx-wrapper{margin:0;}
.main-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  width: auto;
}
.main-slider .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item{
  display: block;
  margin: 20px 0;
  float: left;
}
.main-slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  left: 9%;
  bottom: 50px;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a{
  background: #e13a2c;
  width: 90px;
  height: 6px;
  position: relative;
  -moz-border-radius: 20%;
  -webkit-border-radius: 20%;
  border-radius: 20%;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #fff;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a::after {
  border-radius: 50%;
  content: "";
  height: 36px;
  left: -12px;
  top: -12px;
  position: absolute;
  width: 36px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform .1s ease 0s, opacity .2s ease 0;
  -moz-transition: transform .1s ease 0s, opacity .2s ease 0;
  transition: transform .1s ease 0s, opacity .2s ease 0;
}
.main-slider .slider .bx-wrapper .bx-pager.bx-default-pager a:hover::after, .bx-wrapper .bx-pager.bx-default-pager a.active::after {
    opacity: 1;
 }   
.img-full{
  width: 100%;
  /*height: 900px;*/
  height: calc(100vh - 139px);
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
/*@media (min-width: 750px){
  .img-full{
    height: calc(100vh - 139px);
  }
  
}*/
.bx-controls{
  display: none;
}
@media (min-width: 550px){
  .bx-controls{
  display: block;
}
}
.overlay {
  position: relative;
}

.overlay:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.red_overlay:after {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e13a2c+0,2f001b+100&0.3+0,0.3+100 */
background-image: -moz-linear-gradient(left, rgba(225,58,44,0.3) 0%, rgba(47,0,27,0.3) 100%); /* FF3.6-15 */
background-image: -webkit-linear-gradient(left, rgba(225,58,44,0.3) 0%,rgba(47,0,27,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
background-image: linear-gradient(to right, rgba(225,58,44,0.3) 0%,rgba(47,0,27,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4de13a2c', endColorstr='#4d2f001b',GradientType=1 ); /* IE6-9 */
}
.slider-container{
  position: absolute;
    top: 30%;
    width: 80%;
    margin: 0 auto;
    left: 9%;
    z-index: 10; 

}
@media (min-width: 1200px) {
  .slider-container{
    width: 50%;
  }
}

.slider-container{
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
.slider-container h1{
  font-size: calc(40px + (40 - 14) * ((100vw - 300px) / (1800 - 300)));
  line-height: calc(1.1em + (1.1 - 1) * ((100vw - 300px)/(1800 - 300)));
  font-weight: 700;
}
.slider-container h2{
  font-size: calc(16px + (16 - 14) * ((100vw - 300px) / (1800 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1800 - 300)));
  letter-spacing: 3px;

}
.slider-container p{
  font-size: calc(16px + (16 - 12) * ((100vw - 300px) / (1800 - 300)));
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1800 - 300)));
  text-transform: none;
}

/*FOOTER*/
.left-bottom {
  background: #333;
  color: #fff;
  letter-spacing: .1rem;
}


.left-bottom:after {
    background:#333;
    left: -999em;
    content: '';
    display: block;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
}
.logo-footer{
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) and (min-width: 400px){
  .four.columns.w50{
    width: 48%;
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .four.columns.w50{
    text-align: center;
  }
}
@media (max-width: 750px) {
  .container.w100{
    width: 100%;
    padding: 0;
  }
}
.footer-top{
  position: relative;
}
.map{
  position: relative;
  width: 100%;
}
@media (min-width: 750px) {
  .map{
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333%;
  }
}

.map iframe{
  width: 100%;
}
.usluge{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e13a2c+0,2f001b+100 */
  background: rgb(225,58,44); /* Old browsers */
  background: -moz-linear-gradient(left, rgba(225,58,44,1) 0%, rgba(47,0,27,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(225,58,44,1) 0%,rgba(47,0,27,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(225,58,44,1) 0%,rgba(47,0,27,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e13a2c', endColorstr='#2f001b',GradientType=1 ); /* IE6-9 */
  font-size: 21px;
  color: #fff;
  height: auto;
  
  }
  .usluge h3{
    font-size: calc(16px + (16 - 12) * ((100vw - 300px) / (1800 - 300)));
    line-height: calc(1.1em + (1.1 - 1) * ((100vw - 300px)/(1800 - 300)));
    font-weight: 400;
    text-align: left;
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    color: #fff;
  }


@media (min-width: 750px) {
  .usluge{
    height: 139px;
    position: relative;
  }
  .usluge h3{
    text-align: center;
    display: block;
    width: 100%;
    margin-left: 0;

  }
}

.usluge img{
  float: none;
  margin: auto;
  display: block;
}
#uo_1, #uo_2, #uo_3, #uo_4 {
    width:200px;
    height:200px;
    border:2px solid red;
    float:left;
    position: absolute;
    top: -25px;

}
.three.columns.u-1, .three.columns.u-2, .three.columns.u-3, .three.columns.u-4{
  width: 25%;
  margin-left: 0;
  height: 139px;
}
.usluge .container{
  width: 100%;
}
@media (min-width: 750px){
  .usluge .container{
    width: 85%;
  }
}
#u-1, #u-2, #u-3, #u-4{
  text-align: center;
  position: relative;
  width: 100%; 
  margin: 0; 
  
}

.posted{
  border-bottom: 1px solid #fff;
}
.posted:last-child{
  border-bottom: none;
}
@media (min-width: 750px) {
  #u-1, #u-2, #u-3, #u-4{
    width: 25%;
    padding-top: 25px; 
  }
  .posted{
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  #u-1{
  border-left: 1px solid #fff;
  }
}

a.rm{
  background: url(../images/content-images/rm-arrow.png) center right 6% no-repeat;
  font-size: calc(14px + (14 - 10) * ((100vw - 300px) / (1800 - 300)));
  line-height: calc(1.1em + (1.1 - 1) * ((100vw - 300px)/(1800 - 300)));
  color: #5e0f1f;
  text-decoration: none;
  font-weight: 300;
  font-style: italic;
  display: block;
  padding: 15px 0;
}
@media (min-width: 1400px) {
  a.rm{
    background: url(../images/content-images/rm-arrow.png) center right 70px no-repeat;
  }
}

.ulinks{
  background: #722e3b;
  text-align: left;
  
}
@media (min-width: 750px) {

  .ulinks{
    padding-top: 7px;
    text-align: center;
  }
}
.ulinks{
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: calc(14px + (14 - 12) * ((100vw - 300px) / (1800 - 300)));
  line-height: calc(1.1em + (1.1 - 1) * ((100vw - 300px)/(1800 - 300)));
}
.ulinks a:hover{
  color: #c8322a;
}
@media only screen and (max-width: 749px) {
  /*.posted:hover .dn { width: 100%;position: relative;float: left; display: block;}*/
.dn {
  position: relative;
  background: #f5f1f2;
  width: 100%;
  float: left;
  display: none;
}
}

@media (min-width: 750px) {
  .dn{
    overflow: hidden;
    position: absolute;
    bottom: 100%;
      transition-timing-function: ease;
  -moz-transition-timing-function: ease; 
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease; 
  transition-property:height;
  -moz-transition-property: height; 
  -webkit-transition-property:height; 
  -o-transition-property:height;
    transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s; 
  -o-transition-duration: 1s; 
  height: 0;
  width: 100%;
  background: #722e3b;
  }
  .posted:hover .dn{
    height: 100%;
    width: 100%;
    padding-bottom: 25px;
  }
  .ulinks p{
    margin-bottom: 15px;
  }
}
.db {
  display: block;
}
.none {
    display: none;
}
.v{
  float: left;
  padding: 7px 0;
  width: 100%;
}
@media (min-width: 750px) {
  .v{
    float: right;
    width: auto;
  }
}

.copy{
  color: #707070;
}
.copyright{
  margin-top: 15px;
}
/*----------BREADCRUMBS---------*/
.bread-crumbs, .ref-cat {
  list-style:none;
  float:left;
  padding-left: 0;
  padding-top:15px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  }
@media (min-width: 750px) {
.bread-crumbs {
  padding-top: 50px;
  padding-bottom: 20px;
  }
  .ref-cat{padding-top: 15px;border: none;}
}
.bread-crumbs li, .ref-cat li{
  float:left;
  font-size: 14px;
}
.bread-crumbs li a{
  color:#363636;
}
.bread-crumbs li a:hover{
  color:#8eb9af;
}
.bread-crumbs li:after, .ref-cat li:after{
  content:"|";
  padding-left: 10px;
  padding-right: 10px;
}
.bread-crumbs li:last-child:after, .ref-cat li:last-child:after{
  content:"";
  padding-left: 0;
  padding-right: 0;
}

/*----------GALLERY---------*/
.gallery-content div a img {
    padding: 5px;
    width: 100%;
}
.gallery-content{
  margin-bottom: 15px;
  position: relative;
}
.profil-tvrtke{
  margin-bottom: 15px;
}
#form-hide input, #form-hide textarea{
  width: 100%;
}

.widget-selected, .posted:hover{
  background: #fff;
  color: #000;
  cursor: pointer;
  transition:all 0.3s ease;

}
.posted:hover h3{
  color: #000;
}
.posted {
  min-height: 50px;
}
.posted a{
  color: #fff;
}
.posted:hover a h3{
  color: #000;
}

.posted span{
  display: block;
  height: 48px;
  width: 48px;
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  margin-top: 3px;
  margin-left: 35px;

}
@media (min-width: 750px){
  .posted {
  min-height: 139px;}
  .posted span{
  display: block;
  width: 100%;
  margin: 0;
}
}
#u-1 span{
  background-image: url(../images/content-images/projektiranje-i-nadzor.png);
}
#u-2 span{
  background-image: url(../images/content-images/konzalting-u-graditeljstvu.png);
}
#u-3 span{
  background-image: url(../images/content-images/energetska-ucinkovitost.png);
}
#u-4 span{
  background-image: url(../images/content-images/vjestacenje-u-graditeljstvu.png);
}
#u-1:hover span, #u-2:hover span, #u-3:hover span, #u-4:hover span, .widget-selected span{
  background-position: left bottom;
}
@media (min-width: 750px){
  .posted span{
    background-position: center top;
    background-repeat: no-repeat;
  }
  #u-1:hover span, #u-2:hover span, #u-3:hover span, #u-4:hover span, .widget-selected span{
  background-position: center bottom;}
}

.contact-bottom span{
  font-size: 18px;
    letter-spacing: .2rem;
    margin-bottom: 16px;
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
}
.contact-bottom{
  font-weight: 400;

}
.contact-bottom a{
  color: #222;
  text-decoration: none;
}
.contact-bottom a:hover{
  color: #0000EE;
}
.news{
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
}
.news img{
  width: 100%;
  margin-bottom: 15px;
}
.news a{
  text-decoration: none;
  color:#722e3b;
  font-size: 21px;
}
.news a:hover{
  color: #222;
}
.news p{
  margin-top: 15px;
}
.news a.rm{
  font-size: 16px;
}
/*--------------------ANIMATIONS------------*/

.hidden{

     opacity:0;

}

.visible{

     opacity:1;

}

.animated {

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

.delay{

   animation-delay: 1s;

}

.animated.infinite {

  -webkit-animation-iteration-count: infinite;

  animation-iteration-count: infinite;

}



@-webkit-keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



@keyframes fadeInUp {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, 100%, 0);

    transform: translate3d(0, 100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}



.fadeInUp {

  -webkit-animation-name: fadeInUp;

  animation-name: fadeInUp;

}

@-webkit-keyframes fadeInDown {

  from {

    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);

  }



  to {

    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

  }

}
.language-list li a.slc{
  color: #222;
  background: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px !important;
}
td:first-child{width: 20px;}
td:nth-child(2){width: 70%;}
td:nth-child(3){width: 15%}
td:nth-child(4){width: 15%}

tr:nth-child(even){background-color: #f2f2f2}

table caption{
	font-weight: 500;
	text-align: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 8px;
	background: #e1e1e1;
}
 .cookie-container {
  background: rgba(0,0,0,0.8);
  bottom: 0;
  display: block;
  padding: 15px;
  position: fixed;
  width: 300px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.28);
  right: 0;
}
.cookie-container .center {
  padding: 15px;
  width: 90%;
  margin: 0 auto;
}
.cookie-container .center span {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
.cookie-container .center p {
  display: inline;
  color: #fff;
  font-size:14px;
  line-height: 20px;
}
.cookie-container .center a {
  color: #446CB3;
  text-decoration: underline;
  transition: all 0.6s ease;
  font-size:14px;
  line-height: 20px;
}
@media (min-width:600px) {
  .cookie-container .center a {float: none;width: auto;}
}
.header-image-front{
  display: none;
  }

@media (max-width:750px){
  .header-image-front{
  display: block;
  position: relative;
  }
  .header-image-front .img-header{
    height: 100px;
  }
  .main-slider{
    display: none;
  }
}
#u-1 p, #u-2 p, #u-3 p, #u-4 p{
  color: #fff;
}

.margin{margin-top: 150px;height: 150px; position: absolute;top:0;}
.content-text, .relative{width: 100%; float: left;}
.social{width: 150px;height: auto;}
