@import url(https://fonts.googleapis.com/css?family=Parisienne&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300&subset=latin,latin-ext);
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?50578506');
  src: url('../fonts/fontello.eot?50578506#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?50578506') format('woff2'),
       url('../fonts/fontello.woff?50578506') format('woff'),
       url('../fonts/fontello.ttf?50578506') format('truetype'),
       url('../fonts/fontello.svg?50578506#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
 font-family: "fontello";
 font-style: normal;
 font-weight: normal;
 speak: none;
 display: inline-block;
 text-decoration: inherit;
 width: 1em;
 margin-right: .2em;
 text-align: center;
 font-variant: normal;
 text-transform: none;
 line-height: 1em;
 margin-left: .2em;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before { content: '\e800'; } /* '' */
.icon-gplus:before { content: '\e802'; } /* '' */
.icon-mobile:before { content: '\e803'; } /* '' */

body,html {
	height:100%;
}
body {
    font-family: "Ubuntu",sans-serif;
    font-size:18px;
		color:white;
}
ul{
	list-style:none;
  margin:0px;
  padding:0px;
}
a{
	text-decoration:none;
	transition:all .3s;
	outline:none;
	color:white;
}
p a {
  color:inherit;
}
a:hover,a:focus {
   text-decoration:none;
   outline:none;
   color:#b4530b!important;
}
i {
    font-family: "fontello";
}

.pad-top-bot-1{
	padding:10px 0;
}
.pad-top-bot-2{
	padding:20px 0;
}
.pad-top-bot-3{
	padding:30px 0;
}
.white-space{
	padding:4% 0;
}
.bottom-space {
  margin-bottom:40px;
}
.bg-1 {
	background-color:#1483b0;
}
.margin-top-2{
  margin-top:20px;
}
.blue{
  color:#1483b0;
}
.social > li {
    background-color: white;
    border-radius: 18px;
    height: 32px;
    padding-top: 4px;
    text-align: center;
    width: 33px;
}
.social > li a {
  color:#107faf;
}
#info-hide {
  display:none;
}
#info-hide > p {
    font-size: 14px;
    margin: 10px 0 0;
}
#language li, .social li {
	display:inline-block;
}
#language > li {
    margin-left: 10px;
    margin-right: 5px;
}
#language li::after {
    background-image: url("../img/mark.png");
    background-position: center center;
    background-repeat: no-repeat;
    content: " ";
    height: 20px;
    position: absolute;
    top: 3px;
    width: 20px;
}
#language li:last-child::after {
    display:none;
}
.navbar-default{
	background-color:transparent;
	border:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, #language .active, #small-nav .active {
	background-color:transparent;
  color:#b4530b;
}
#navbar {
    padding-top: 20px;
}
#header {
    margin-bottom: 10px;
}
.navbar {
	margin-bottom:0px;
}
.navbar-default .navbar-nav > li > a {
    color: #1483b0;
    font-size: 19px;
     text-transform: uppercase;
}
#slider {
	overflow:hidden;
  position:relative;
}
#slider img {
    min-height: 100%;
    min-width: 100%;
}
.carousel-title {
    background-color: rgba(20, 131, 176, 0.7);
    padding-right: 3%;
    position: absolute;
    text-align: right;
    top: 70%;
    width: 100%;
}
.carousel-title p {
    display: inline-block;
    font: 41px "Parisienne",cursive;
    margin: 0;
}


/*
fade carousel

.carousel .item {
    left: 0 !important;
      -webkit-transition: opacity .4s;
         -moz-transition: opacity .4s;
           -o-transition: opacity .4s;
              transition: opacity .4s;
}
.carousel-control {
    background-image: none !important;
}

.next.left,
.prev.right {
    opacity: 1;
    z-index: 1;
}
.active.left,
.active.right {
    opacity: 0;
    z-index: 2;
}
*/
#go-down {
    bottom: 0;
    display: inline-block;
    font-size: 40px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
#content{
  margin-top:10px;
}
h4 {
    color: #1483b0;
    font-size: 42px;
    text-transform: uppercase;
}
h4::before, h4::after {
    background-image: url("../img/string.jpg");
    content: "";
    display: inline-block;
    height: 11px;
    position: relative;
    vertical-align: middle;
    width: 40px;
}
h4:before {
    right: 15px;
}
h4:after{
    left: 15px;
}
#onama a {
  font-size:24px;
  margin-top:30px;
  display:block;
}
.homepage h1 {
    color: #b4530b;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}
.homepage h1 a{
  color:inherit;
}
.homepage h1 a:hover{
  color:#107faf!important;
}

.image-block {
    overflow: hidden;
    padding-top:4%;
}
.image-block div {
    padding: 0;
}
.stick-out{
  transform:scale(1.2);
  position:relative;
  z-index: 999;
}
.hover-it {
  transition:all .3s;
}
#map_canvas {
  height:500px;
}

#info li {
  font-size:20px;
  color:#107faf;
}
#info li a {
  color:inherit;
  font-size:inherit;
  text-transform: lowercase;
}
.on-white.social {
  margin-top:10px;
}
.on-white.social li a {
  color: white;
}

.on-white.social > li {
    background-color: #107faf;
}

.subpage h1 {
    font: 40px "Parisienne",cursive;
    margin: 0;
}

label {
  color:#1483b0;
}
textarea {
  resize:none;
}
.dimIt {
    opacity: 0.2;
}
.form-control {
  box-shadow:none;
  border-radius: 0;
  border:none;
  border-bottom:1px solid gray;
}

.form-control:hover, .form-control:focus {
  box-shadow:none;
}
#resp {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 30%;
    font-size: 20px;
    color:white;
    display:none;
}
#resp p {
  margin:0;
}

.isotope-item, .box {
  margin-bottom:30px;
}
#galerija img {
    border: 10px solid #dddddd;
}

#small-nav > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 10px;
    font: 40px "Parisienne",cursive;
}
#small-nav > li:after {
    content:"|";
    font: 40px "Parisienne",cursive;
    margin-left: 20px;
}
#small-nav > li:last-child::after {
    content:"";
    margin-left: 20px;
}
#small-nav a {
  cursor: pointer;
}
.btn-danger {
  background-color: #b14c02;
  border:none;
}
.btn-danger:hover {
  color:white!important;
  border:none;
  background-color:black;
}
.proizvod {
    position: relative;
}

.proizvod h2 {
    color: white !important;
    font-size: 27px;
    transform: rotate(-90deg);
    white-space: nowrap;
}
.vertical {
    background-color: rgba(20, 131, 176, 0.7);
    bottom: 0;
    padding-top: 47%;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 55px;
}
.vertical.dual {
    width: 68px;
}
.vertical.dual {
    padding-top: 41%;
    width: 68px;
}
.proizvod:hover {
  opacity:0.7;
  transition:all .3s;
}
.proizvod {
  opacity:1;
}
.proizvod img {
  width:100%;
}

#proizvod h6 {
  font-size:24px;
}
#proizvod .divided {
  line-height: 40px;
}

.fixed-bg {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  padding-top: 15%;
}
.no-image{
  padding: 4% 0;
}
.bg1{
      background-image: url("../img/paralax1.jpg");
}
.bg2{
      background-image: url("../img/paralax2.jpg");
}
#onama-sub p {
  font-size:30px;
  font-weight: 300;
}







#footer {
  font-size:16px;
  color:white;
}

@media (min-width: 1024px) {
  #onama img {
      margin-top: -55px;
      position: absolute;
  }
  .nav.navbar-nav {
      float: none;
  		text-align:center;
  }
  .navbar-nav > li {
  	display:inline-block;
  	float:none;
  }

}


@media (max-width: 1200px) {
  .carousel-title p {
      width: 100%;
  }

}

@media (max-width: 767px) {
  .carousel-title p {
      font: 20px "Parisienne",cursive;
  }

  h4 {
    font-size: 25px;
  }
  .proizvod h2 {
  font-size: 23px;
  }
  .subpage h1 {
      font-size: 30px;
  }
  #small-nav > li {
      font-size: 28px;
  }
  .fixed-bg {
    padding-top: 40%;
  }
  #slider img {
    min-height: auto;
    min-width: 100%;
}
#go-down {
  display:none;
}
.carousel-title {
  position:relative;
}

h4::before, h4::after {
    background-image: none;
    height: 0px;
    width: 0px;
  }
  #onama-sub p {
    font-size:20px;
  }
  #proizvod .col-xs-12.col-md-offset-1.col-md-3 img {
    width: 25%;
}

}
