@charset "utf-8";
/* CSS Document */

@font-face {
      font-family: 'calibri';
      src: url(../font/calibri.ttf) format('truetype');
	  font-weight: normal;
      font-style: normal;
}

@font-face {
      font-family: 'Coda';
      src: url(../font/Coda.ttf) format('truetype');
	  font-weight: normal;
      font-style: normal;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { 
	overflow-y: scroll; 
}

body {
	font-family: 'calibri', calibri;
	line-height: normal;
	color: #192f49;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


/* links */
a:link, a:visited {
    color: #065b83;
    text-decoration: none;
    outline: 0;
	cursor: pointer;
}

a:hover, a:focus, a:active {
    color: #0000ff;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Coda', Coda, sans-serif ;
}

h1 {
    font-size: 3em;
	font-weight: lighter;
	border-bottom: 1px solid #333;
	padding: 0;
	width: 80%;
	margin: 0 10%;
}

h2 {
    font-size: 1.5em;
    color: #fff;
    padding: 1em 0;
	margin: 0;
}

h3 {
    font-size: 1.5em;
    color: #fff;
    padding: 1em 0;
	margin: 0;
}

h4 {
    font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #065b83;
}

h5 {
    font-size: 1.125em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #00aeef;
}

h6 {
    font-size: 1.25em;
	font-weight: bold;
	margin: 0;
	padding: 1em 0;
	color: #065b83;
}

/* Clearing and Alignment Classes */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
header {
    width: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header-wrap {
    width: 90%;
    margin: 0 5%;
	padding: 0;
}

.logo {
	width: 20%;
	margin: 1em 0;
	padding: 0;
	float: left;
}

.logo img {
	width: 100%;
}

menu {
    text-align: right;
  	padding: 3% 0 0 0;
	margin: 0;
	width: 80%;
	float: left;
}

menu ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
}

menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	float: none;
}

menu ul li a {
  	color: #192f49;
  	margin: 0;
	padding: 0;
  	font-size: 1em;
  	text-decoration: none;
	font-family: 'Coda', Coda, sans-serif ;
}

menu ul li a:hover{
	color: #e30613;
}

.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
	color: #e30613;
    font-weight: 900;
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
	color: #e30613;
    font-weight: 900;
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

/* -----------------------------------------
    Main Section
------------------------------------------ */
main {
    width: 100%;
	margin: 0;
	padding: 0;
}

/*-- banner section --*/
section.banner .rslides {
	height: auto;
} 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
.rslides {
  margin: 0 auto;
  }
  
.banner-info {
	position:absolute;
	text-align: right;
	width:100%;
	margin: 0;
	padding: 0;
	top:80%;
	background: rgba(0, 0, 0, 0.40);
}

.banner-info h2 {
	color: #fff;
    font-size: 2em;
    font-weight: normal;
    font-family: 'Coda', Coda, sans-serif ;
	padding: 20px 5%;
    text-transform: none;
	text-shadow: 2px 2px 5px #000000;
}


/*-- /banner section --*/

content {
    width: 100%;
    margin: 0;
	padding: 0;
	background: url(../slike/bg3.jpg) repeat;
	display: inline-block;
}

content p {
	font-size: 1.2em;

}

#dijelovi {
	width: 100%;
    margin: 0;
    padding: 3em 0 2em 0;
	background: #ffffff;
}

#busevi {
	width: 100%;
    margin: 0;
    padding: 3em 0 2em 0;
}

#onama {
	width: 100%;
    margin: 0;
    padding: 3em 0 2em 0;
	background: #ffffff;
}

#kontakt {
	width: 100%;
    margin: 0;
    padding: 3em 0 0 0;
	background: #192f49;
	color: #ffffff;
}

#sbusevi {
	width: 100%;
    margin: 0;
    padding: 0;
}

.row {
    clear: both;
    margin-bottom: 25px;
}

#privatnost {
	width: 100%;
    margin: 0;
    padding: 3em 0 2em 0;
	background: url(../slike/bg3.jpg) repeat;
}

.nazad {
    text-align: right;
  	padding: 3% 0 0 0;
	margin: 0;
	width: 80%;
	float: left;
}

.no-bottom-margin{
    margin-bottom: 0;
}

/* -----------------------------------------
   dijelovi
------------------------------------------- */

section {
	width: 80%;
	margin: 0 10%;	
}

.rd {
	width: 100%;
	display: inline-block;
	margin: 1em 0;
	padding: 0;
}

/* ---------------------------------------
   busevi
----------------------------------------- */

.w3_agile_portfolio_grid{
    overflow: hidden;
    position: relative;
}
.w3layouts_news_grid_pos{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3layouts_news_grid_pos{
    -webkit-transform: scale3d(0,0,1);
    -moz-transform: scale3d(0,0,1);
    -ms-transform: scale3d(0,0,1);
    transform: scale3d(0,0,1);
}
.w3_agile_portfolio_grid:hover .w3layouts_news_grid_pos{
    opacity:1;
	-webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.w3_agile_portfolio_grid:hover .wthree_text{
    opacity: 1;
	-webkit-transform: translateY(0) scale3d(1,1,1);
    -moz-transform: translateY(0) scale3d(1,1,1);
    -ms-transform: translateY(0) scale3d(1,1,1);
    transform: translateY(0) scale3d(1,1,1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}
.wthree_text{
    text-align: center;
    padding: 7.8em 0 0;
    opacity: 0;
	    -webkit-transform: translateY(0) scale3d(0,0,1);
    -moz-transform: translateY(0) scale3d(0,0,1);
    -ms-transform: translateY(0) scale3d(0,0,1);
    transform: translateY(0) scale3d(0,0,1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}
.wthree_text h3{
	color: #fff;
    font-size: 1.8em;
    text-transform: uppercase;
}
.wthree_text h3 span,.agile_testimonials_grid h3 span{
	color:#ebcd1e;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin: 2em 0;
	padding: 0;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
/*--//flexisel--*/
/*-- //portfolio --*/


/* ---------------------------------------------------
    Kontakt
----------------------------------------------------- */

.mapa {
    width: 100%;
	display: inline-block;
    margin: 1em 0 0 0;
    padding: 0;
}

/* ---------------------------------------------------
    stari-busevi
----------------------------------------------------- */

.sb {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sb img{
	width: 100%;
}

/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
#footer {
    width: 100%;
    margin: 0;
    padding: 0;
	background: url(../slike/bg.png) repeat;
}

.footer-text {
    font-size: 0.875em;
    padding: 4em 0.5em;
	text-align:center;
	color: #ffffff;
}

/*--bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: -8px;
    right: 1em;
    overflow: hidden;
    z-index: 999;
    width: 64px;
    height: 64px;
    border: none;
    text-indent: 100%;
    background: url(../slike/strelica2.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/